public class ZoneDetail extends AbstractModel
Constructor and Description |
---|
ZoneDetail() |
ZoneDetail(ZoneDetail 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
|
String |
getZone()
Get 可用区
|
void |
setSubnetId(String SubnetId)
Set 子网ID
|
void |
setZone(String Zone)
Set 可用区
|
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, toJsonString
public ZoneDetail()
public ZoneDetail(ZoneDetail source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网IDCopyright © 2023. All rights reserved.