public class RegionInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RegionInfo() |
RegionInfo(RegionInfo 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 |
getBucket()
Get 桶
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCount()
Get 该地域下集群数目
|
String |
getDesc()
Get 地域描述,例如"广州”
|
Long |
getIsInternationalSite()
Get 0代表是国际站 1代表不是
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 地域名称,例如“ap-guangzhou"
|
Long |
getRegionId()
Get 地域唯一标记
|
ZoneInfo[] |
getZones()
Get 地域下所有可用区列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBucket(String Bucket)
Set 桶
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCount(Long Count)
Set 该地域下集群数目
|
void |
setDesc(String Desc)
Set 地域描述,例如"广州”
|
void |
setIsInternationalSite(Long IsInternationalSite)
Set 0代表是国际站 1代表不是
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 地域名称,例如“ap-guangzhou"
|
void |
setRegionId(Long RegionId)
Set 地域唯一标记
|
void |
setZones(ZoneInfo[] Zones)
Set 地域下所有可用区列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RegionInfo()
public RegionInfo(RegionInfo source)
public String getName()
public void setName(String Name)
Name
- 地域名称,例如“ap-guangzhou"public String getDesc()
public void setDesc(String Desc)
Desc
- 地域描述,例如"广州”public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- 地域唯一标记public ZoneInfo[] getZones()
public void setZones(ZoneInfo[] Zones)
Zones
- 地域下所有可用区列表
注意:此字段可能返回 null,表示取不到有效值。public Long getCount()
public void setCount(Long Count)
Count
- 该地域下集群数目public Long getIsInternationalSite()
public void setIsInternationalSite(Long IsInternationalSite)
IsInternationalSite
- 0代表是国际站 1代表不是
注意:此字段可能返回 null,表示取不到有效值。public String getBucket()
public void setBucket(String Bucket)
Bucket
- 桶
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.