public class InternetAddressStatistics extends AbstractModel
| Constructor and Description | 
|---|
| InternetAddressStatistics() | 
| InternetAddressStatistics(InternetAddressStatistics 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 | getRegion()Get Region
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| Long | getSubnetNum()Get Number of public IP addresses for internet tunnels
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setRegion(String Region)Set Region
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setSubnetNum(Long SubnetNum)Set Number of public IP addresses for internet tunnels
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic InternetAddressStatistics()
public InternetAddressStatistics(InternetAddressStatistics source)
public String getRegion()
public void setRegion(String Region)
Region - Region
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getSubnetNum()
public void setSubnetNum(Long SubnetNum)
SubnetNum - Number of public IP addresses for internet tunnels
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.