public class NodeInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
NodeInfo() |
NodeInfo(NodeInfo 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 |
getAvailableIpCount()
Get Number of available IPs
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getCidr()
Get CIDR block
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getName()
Get Node name
|
String |
getSubnetId()
Get Node subnet ID
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getZone()
Get Availability zone of the node
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setAvailableIpCount(String AvailableIpCount)
Set Number of available IPs
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setCidr(String Cidr)
Set CIDR block
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Node name
|
void |
setSubnetId(String SubnetId)
Set Node subnet ID
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setZone(String Zone)
Set Availability zone of the node
Note: This field may return `null`, indicating that no valid values 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NodeInfo()
public NodeInfo(NodeInfo source)
public String getName()
public void setName(String Name)
Name
- Node namepublic String getZone()
public void setZone(String Zone)
Zone
- Availability zone of the node
Note: This field may return `null`, indicating that no valid values can be obtained.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Node subnet ID
Note: This field may return `null`, indicating that no valid values can be obtained.public String getAvailableIpCount()
public void setAvailableIpCount(String AvailableIpCount)
AvailableIpCount
- Number of available IPs
Note: This field may return `null`, indicating that no valid values can be obtained.public String getCidr()
public void setCidr(String Cidr)
Cidr
- CIDR block
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.