public class VpcZoneData extends AbstractModel
Constructor and Description |
---|
VpcZoneData() |
VpcZoneData(VpcZoneData 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 vpc节点地域
|
String |
getZone()
Get 可用区
|
void |
setRegion(String Region)
Set vpc节点地域
|
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 VpcZoneData()
public VpcZoneData(VpcZoneData source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区public String getRegion()
public void setRegion(String Region)
Region
- vpc节点地域Copyright © 2022. All rights reserved.