public class SecondaryZoneInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SecondaryZoneInfo() | 
| SecondaryZoneInfo(SecondaryZoneInfo 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 | getSecondarySubnet()Get 可用区可用的子网id | 
| Long | getSecondaryUserSubnetIPNum()Get 可用区可用的子网可用ip的数量 | 
| String | getSecondaryZone()Get 副可用区 | 
| String | getUserIpNum()Get 可用区可用的子网可用ip的数量 | 
| void | setSecondarySubnet(String SecondarySubnet)Set 可用区可用的子网id | 
| void | setSecondaryUserSubnetIPNum(Long SecondaryUserSubnetIPNum)Set 可用区可用的子网可用ip的数量 | 
| void | setSecondaryZone(String SecondaryZone)Set 副可用区 | 
| void | setUserIpNum(String UserIpNum)Set 可用区可用的子网可用ip的数量 | 
| 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 SecondaryZoneInfo()
public SecondaryZoneInfo(SecondaryZoneInfo source)
public String getSecondaryZone()
public void setSecondaryZone(String SecondaryZone)
SecondaryZone - 副可用区public String getSecondarySubnet()
public void setSecondarySubnet(String SecondarySubnet)
SecondarySubnet - 可用区可用的子网idpublic String getUserIpNum()
public void setUserIpNum(String UserIpNum)
UserIpNum - 可用区可用的子网可用ip的数量public Long getSecondaryUserSubnetIPNum()
public void setSecondaryUserSubnetIPNum(Long SecondaryUserSubnetIPNum)
SecondaryUserSubnetIPNum - 可用区可用的子网可用ip的数量Copyright © 2025. All rights reserved.