public class Region extends AbstractModel
| Constructor and Description | 
|---|
| Region() | 
| Region(Region 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 | getAreaName()Get Area name | 
| Long | getIpv6()Get Whether IPv6 is supported. | 
| Long | getMultiZone()Get Whether cross-AZ clusters are supported.`0` indicates no, and `1` indicates yes. | 
| String | getRegionCode()Get Region code
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getRegionCodeV3()Get Region code (v3)
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| Long | getRegionId()Get Region ID | 
| String | getRegionName()Get Region name | 
| String | getSupport()Get NONE: no special models are supported by default.\nCVM: the CVM type is supported. | 
| void | setAreaName(String AreaName)Set Area name | 
| void | setIpv6(Long Ipv6)Set Whether IPv6 is supported. | 
| void | setMultiZone(Long MultiZone)Set Whether cross-AZ clusters are supported.`0` indicates no, and `1` indicates yes. | 
| void | setRegionCode(String RegionCode)Set Region code
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setRegionCodeV3(String RegionCodeV3)Set Region code (v3)
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setRegionId(Long RegionId)Set Region ID | 
| void | setRegionName(String RegionName)Set Region name | 
| void | setSupport(String Support)Set NONE: no special models are supported by default.\nCVM: the CVM type is supported. | 
| 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 Region()
public Region(Region source)
public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId - Region IDpublic String getRegionName()
public void setRegionName(String RegionName)
RegionName - Region namepublic String getAreaName()
public void setAreaName(String AreaName)
AreaName - Area namepublic String getRegionCode()
public void setRegionCode(String RegionCode)
RegionCode - Region code
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getRegionCodeV3()
public void setRegionCodeV3(String RegionCodeV3)
RegionCodeV3 - Region code (v3)
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getSupport()
public void setSupport(String Support)
Support - NONE: no special models are supported by default.\nCVM: the CVM type is supported.
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getIpv6()
public void setIpv6(Long Ipv6)
Ipv6 - Whether IPv6 is supported. `0` indicates no, and `1` indicates yes.
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getMultiZone()
public void setMultiZone(Long MultiZone)
MultiZone - Whether cross-AZ clusters are supported.`0` indicates no, and `1` indicates yes.
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.