public class RegionConf extends AbstractModel
Constructor and Description |
---|
RegionConf() |
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get Name of the area where a region is located
|
String |
getRegionId()
Get Region ID
|
String |
getRegionName()
Get Region name
|
String |
getRegionShortName()
Get Region abbreviation
|
ZoneCapacityConf[] |
getZoneSet()
Get AZ information
|
void |
setArea(String Area)
Set Name of the area where a region is located
|
void |
setRegionId(String RegionId)
Set Region ID
|
void |
setRegionName(String RegionName)
Set Region name
|
void |
setRegionShortName(String RegionShortName)
Set Region abbreviation
|
void |
setZoneSet(ZoneCapacityConf[] ZoneSet)
Set AZ information
|
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 String getRegionId()
public void setRegionId(String RegionId)
RegionId
- Region IDpublic String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region namepublic String getRegionShortName()
public void setRegionShortName(String RegionShortName)
RegionShortName
- Region abbreviationpublic String getArea()
public void setArea(String Area)
Area
- Name of the area where a region is locatedpublic ZoneCapacityConf[] getZoneSet()
public void setZoneSet(ZoneCapacityConf[] ZoneSet)
ZoneSet
- AZ informationCopyright © 2020. All rights reserved.