public class RegionDetail extends AbstractModel
skipSign
Constructor and Description |
---|
RegionDetail() |
RegionDetail(RegionDetail 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 |
---|---|
Long |
getFeatureBitmap()
Get Feature bitmap.
|
String |
getIDCType()
Get Data center type.
|
String |
getRegionArea()
Get Region where the data center locates
|
String |
getRegionAreaName()
Get Name of the region where the data center locates
|
String |
getRegionId()
Get Region ID
|
String |
getRegionName()
Get Region name in Chinese or English
|
SupportFeature |
getSupportFeature()
Get Network support
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFeatureBitmap(Long FeatureBitmap)
Set Feature bitmap.
|
void |
setIDCType(String IDCType)
Set Data center type.
|
void |
setRegionArea(String RegionArea)
Set Region where the data center locates
|
void |
setRegionAreaName(String RegionAreaName)
Set Name of the region where the data center locates
|
void |
setRegionId(String RegionId)
Set Region ID
|
void |
setRegionName(String RegionName)
Set Region name in Chinese or English
|
void |
setSupportFeature(SupportFeature SupportFeature)
Set Network support
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RegionDetail()
public RegionDetail(RegionDetail source)
public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- Region IDpublic String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region name in Chinese or Englishpublic String getRegionArea()
public void setRegionArea(String RegionArea)
RegionArea
- Region where the data center locatespublic String getRegionAreaName()
public void setRegionAreaName(String RegionAreaName)
RegionAreaName
- Name of the region where the data center locatespublic String getIDCType()
public void setIDCType(String IDCType)
IDCType
- Data center type. `dc`: data center; `ec`: edge server.public Long getFeatureBitmap()
public void setFeatureBitmap(Long FeatureBitmap)
FeatureBitmap
- Feature bitmap. Valid values:
`0`: the feature is not supported;
`1`: the feature is supported.
Each bit in the bitmap represents a feature:
1st bit: layer-4 acceleration;
2nd bit: layer-7 acceleration;
3rd bit: HTTP3 access;
4th bit: IPv6;
5th bit: dedicated BGP access;
6th bit: non-BGP access;
7th bit: QoS acceleration.
Note: this field may return `null`, indicating that no valid values can be obtained.public SupportFeature getSupportFeature()
public void setSupportFeature(SupportFeature SupportFeature)
SupportFeature
- Network support
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.