public class NetworkInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NetworkInfo() | 
| NetworkInfo(NetworkInfo 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 | getSubnetId()Get 子网id | 
| Long | getSubnetIpNum()Get 当前子网可用ip数 | 
| String | getZone()Get 可用区 | 
| void | setSubnetId(String SubnetId)Set 子网id | 
| void | setSubnetIpNum(Long SubnetIpNum)Set 当前子网可用ip数 | 
| void | setZone(String Zone)Set 可用区 | 
| 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 NetworkInfo()
public NetworkInfo(NetworkInfo source)
public String getZone()
public void setZone(String Zone)
Zone - 可用区public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - 子网idpublic Long getSubnetIpNum()
public void setSubnetIpNum(Long SubnetIpNum)
SubnetIpNum - 当前子网可用ip数Copyright © 2025. All rights reserved.