public class TopologyInfo extends AbstractModel
header, 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 Availability information. | 
| Long | getZoneId()Get Availability zone ID. | 
| 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 Availability information. | 
| void | setZoneId(Long ZoneId)Set Availability zone ID. | 
| 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 TopologyInfo()
public TopologyInfo(TopologyInfo source)
public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId - Availability zone ID.public String getZone()
public void setZone(String Zone)
Zone - Availability information.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 © 2025. All rights reserved.