public class TopologyInfo extends AbstractModel
skipSign
Constructor and Description |
---|
TopologyInfo() |
TopologyInfo(TopologyInfo 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 |
---|---|
ShortNodeInfo[] |
getNodeInfoList()
Get Node information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
SubnetInfo[] |
getSubnetInfoList()
Get Subnet information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getZone()
Get AZ information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
Long |
getZoneId()
Get AZ ID
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setNodeInfoList(ShortNodeInfo[] NodeInfoList)
Set Node information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setSubnetInfoList(SubnetInfo[] SubnetInfoList)
Set Subnet information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setZone(String Zone)
Set AZ information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setZoneId(Long ZoneId)
Set AZ ID
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TopologyInfo()
public TopologyInfo(TopologyInfo source)
public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- AZ ID
Note: This field may return `null`, indicating that no valid value can be obtained.public String getZone()
public void setZone(String Zone)
Zone
- AZ information
Note: This field may return `null`, indicating that no valid value can be obtained.public SubnetInfo[] getSubnetInfoList()
public void setSubnetInfoList(SubnetInfo[] SubnetInfoList)
SubnetInfoList
- Subnet information
Note: This field may return `null`, indicating that no valid value can be obtained.public ShortNodeInfo[] getNodeInfoList()
public void setNodeInfoList(ShortNodeInfo[] NodeInfoList)
NodeInfoList
- Node information
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.