public class SuperNodeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SuperNodeInfo() | 
| SuperNodeInfo(SuperNodeInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getActiveAt()Get Effective time
Note: This field may return "null", indicating that no valid value can be obtained. | 
| Long | getAutoRenewFlag()Get Auto-renewal label
Note: This field may return "null", indicating that no valid value can be obtained. | 
| Float | getCPU()Get CPU specification of nodes (unit: cores). | 
| String | getExpireAt()Get Expiration time
Note: This field may return "null", indicating that no valid value can be obtained. | 
| String | getInstanceAttribute()Get Instance attributes
Note: This field may return "null", indicating that no valid value can be obtained. | 
| Long | getMaxCPUScheduledPod()Get Maximum schedulable CPU specification for a single Pod
Note: This field may return "null", indicating that no valid value can be obtained. | 
| Float | getMemory()Get Memory specification of nodes (unit: Gi). | 
| String | getName()Get Instance name
Note: This field may return "null", indicating that no valid value can be obtained. | 
| String | getResourceType()Get Resource type
Note: This field may return "null", indicating that no valid value can be obtained. | 
| String | getSubnetId()Get Subnet unique ID
Note: This field may return "null", indicating that no valid value can be obtained. | 
| Float | getUsedCPU()Get Total number of CPUs of Pods on nodes (unit: cores). | 
| Float | getUsedMemory()Get Total memory of Pods on nodes (unit: Gi). | 
| String | getVpcId()Get Unique VPC ID
Note: This field may return "null", indicating that no valid value can be obtained. | 
| String | getZone()Get Availability zone
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setActiveAt(String ActiveAt)Set Effective time
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setAutoRenewFlag(Long AutoRenewFlag)Set Auto-renewal label
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setCPU(Float CPU)Set CPU specification of nodes (unit: cores). | 
| void | setExpireAt(String ExpireAt)Set Expiration time
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setInstanceAttribute(String InstanceAttribute)Set Instance attributes
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setMaxCPUScheduledPod(Long MaxCPUScheduledPod)Set Maximum schedulable CPU specification for a single Pod
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setMemory(Float Memory)Set Memory specification of nodes (unit: Gi). | 
| void | setName(String Name)Set Instance name
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setResourceType(String ResourceType)Set Resource type
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setSubnetId(String SubnetId)Set Subnet unique ID
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setUsedCPU(Float UsedCPU)Set Total number of CPUs of Pods on nodes (unit: cores). | 
| void | setUsedMemory(Float UsedMemory)Set Total memory of Pods on nodes (unit: Gi). | 
| void | setVpcId(String VpcId)Set Unique VPC ID
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setZone(String Zone)Set Availability zone
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SuperNodeInfo()
public SuperNodeInfo(SuperNodeInfo source)
public String getName()
public void setName(String Name)
Name - Instance name
Note: This field may return "null", indicating that no valid value can be obtained.public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - Auto-renewal label
Note: This field may return "null", indicating that no valid value can be obtained.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - Resource type
Note: This field may return "null", indicating that no valid value can be obtained.public Float getCPU()
public void setCPU(Float CPU)
CPU - CPU specification of nodes (unit: cores).
Note: This field may return "null", indicating that no valid value can be obtained.public Float getUsedCPU()
public void setUsedCPU(Float UsedCPU)
UsedCPU - Total number of CPUs of Pods on nodes (unit: cores).
Note: This field may return "null", indicating that no valid value can be obtained.public Float getMemory()
public void setMemory(Float Memory)
Memory - Memory specification of nodes (unit: Gi).
Note: This field may return "null", indicating that no valid value can be obtained.public Float getUsedMemory()
public void setUsedMemory(Float UsedMemory)
UsedMemory - Total memory of Pods on nodes (unit: Gi).
Note: This field may return "null", indicating that no valid value can be obtained.public String getZone()
public void setZone(String Zone)
Zone - Availability zone
Note: This field may return "null", indicating that no valid value can be obtained.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - Unique VPC ID
Note: This field may return "null", indicating that no valid value can be obtained.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Subnet unique ID
Note: This field may return "null", indicating that no valid value can be obtained.public String getActiveAt()
public void setActiveAt(String ActiveAt)
ActiveAt - Effective time
Note: This field may return "null", indicating that no valid value can be obtained.public String getExpireAt()
public void setExpireAt(String ExpireAt)
ExpireAt - Expiration time
Note: This field may return "null", indicating that no valid value can be obtained.public Long getMaxCPUScheduledPod()
public void setMaxCPUScheduledPod(Long MaxCPUScheduledPod)
MaxCPUScheduledPod - Maximum schedulable CPU specification for a single Pod
Note: This field may return "null", indicating that no valid value can be obtained.public String getInstanceAttribute()
public void setInstanceAttribute(String InstanceAttribute)
InstanceAttribute - Instance attributes
Note: This field may return "null", indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.