Class NodeInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.NodeInfo
-
public class NodeInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAvailableIpCount()Get 可用IP数 注意:此字段可能返回 null,表示取不到有效值。StringgetCidr()Get cidr块 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get node名字StringgetSubnetId()Get node子网ID 注意:此字段可能返回 null,表示取不到有效值。StringgetZone()Get node可用区 注意:此字段可能返回 null,表示取不到有效值。voidsetAvailableIpCount(String AvailableIpCount)Set 可用IP数 注意:此字段可能返回 null,表示取不到有效值。voidsetCidr(String Cidr)Set cidr块 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set node名字voidsetSubnetId(String SubnetId)Set node子网ID 注意:此字段可能返回 null,表示取不到有效值。voidsetZone(String Zone)Set node可用区 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
NodeInfo
public NodeInfo()
-
NodeInfo
public 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.
-
-
Method Detail
-
getName
public String getName()
Get node名字- Returns:
- Name node名字
-
setName
public void setName(String Name)
Set node名字- Parameters:
Name- node名字
-
getZone
public String getZone()
Get node可用区 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Zone node可用区 注意:此字段可能返回 null,表示取不到有效值。
-
setZone
public void setZone(String Zone)
Set node可用区 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Zone- node可用区 注意:此字段可能返回 null,表示取不到有效值。
-
getSubnetId
public String getSubnetId()
Get node子网ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetId node子网ID 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set node子网ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetId- node子网ID 注意:此字段可能返回 null,表示取不到有效值。
-
getAvailableIpCount
public String getAvailableIpCount()
Get 可用IP数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AvailableIpCount 可用IP数 注意:此字段可能返回 null,表示取不到有效值。
-
setAvailableIpCount
public void setAvailableIpCount(String AvailableIpCount)
Set 可用IP数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AvailableIpCount- 可用IP数 注意:此字段可能返回 null,表示取不到有效值。
-
getCidr
public String getCidr()
Get cidr块 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cidr cidr块 注意:此字段可能返回 null,表示取不到有效值。
-
setCidr
public void setCidr(String Cidr)
Set cidr块 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cidr- cidr块 注意:此字段可能返回 null,表示取不到有效值。
-
-