public class StorageRegionInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
StorageRegionInfo() |
StorageRegionInfo(StorageRegionInfo 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 |
getArea()
Get Whether the storage region is inside or outside the Chinese mainland.
|
String |
getDescription()
Get The description of the storage region.
|
Boolean |
getIsDefault()
Get Whether the region is the default storage region.
|
String |
getRegion()
Get The storage region.
|
String |
getStatus()
Get Whether storage is enabled in the region.
|
void |
setArea(String Area)
Set Whether the storage region is inside or outside the Chinese mainland.
|
void |
setDescription(String Description)
Set The description of the storage region.
|
void |
setIsDefault(Boolean IsDefault)
Set Whether the region is the default storage region.
|
void |
setRegion(String Region)
Set The storage region.
|
void |
setStatus(String Status)
Set Whether storage is enabled in the region.
|
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, toJsonStringpublic StorageRegionInfo()
public StorageRegionInfo(StorageRegionInfo source)
public String getRegion()
public void setRegion(String Region)
Region - The storage region.public String getDescription()
public void setDescription(String Description)
Description - The description of the storage region.public String getStatus()
public void setStatus(String Status)
Status - Whether storage is enabled in the region. Valid values:
public Boolean getIsDefault()
public void setIsDefault(Boolean IsDefault)
IsDefault - Whether the region is the default storage region. Valid values: true, false.public String getArea()
public void setArea(String Area)
Area - Whether the storage region is inside or outside the Chinese mainland. Valid values:
Copyright © 2025. All rights reserved.