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 可用IP数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCidr()
Get cidr块
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get node名字
|
String |
getSubnetId()
Get node子网ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getZone()
Get node可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAvailableIpCount(String AvailableIpCount)
Set 可用IP数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCidr(String Cidr)
Set cidr块
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set node名字
|
void |
setSubnetId(String SubnetId)
Set node子网ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setZone(String Zone)
Set node可用区
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public NodeInfo()
public NodeInfo(NodeInfo source)
public String getName()
public void setName(String Name)
Name
- node名字public String getZone()
public void setZone(String Zone)
Zone
- node可用区
注意:此字段可能返回 null,表示取不到有效值。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- node子网ID
注意:此字段可能返回 null,表示取不到有效值。public String getAvailableIpCount()
public void setAvailableIpCount(String AvailableIpCount)
AvailableIpCount
- 可用IP数
注意:此字段可能返回 null,表示取不到有效值。public String getCidr()
public void setCidr(String Cidr)
Cidr
- cidr块
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.