public class AccessRegionDetial extends AbstractModel
skipSign
Constructor and Description |
---|
AccessRegionDetial() |
AccessRegionDetial(AccessRegionDetial 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[] |
getBandwidthList()
Get Value array of the available bandwidth
|
Long[] |
getConcurrentList()
Get Value array of the available concurrence
|
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
|
void |
setBandwidthList(Long[] BandwidthList)
Set Value array of the available bandwidth
|
void |
setConcurrentList(Long[] ConcurrentList)
Set Value array of the available concurrence
|
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 |
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 AccessRegionDetial()
public AccessRegionDetial(AccessRegionDetial 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 Long[] getConcurrentList()
public void setConcurrentList(Long[] ConcurrentList)
ConcurrentList
- Value array of the available concurrencepublic Long[] getBandwidthList()
public void setBandwidthList(Long[] BandwidthList)
BandwidthList
- Value array of the available bandwidthpublic 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`: disable the feature;
`1`: enable the feature.
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.Copyright © 2023. All rights reserved.