public class StorageRegionInfo extends AbstractModel
| 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 |
getDescription()
Get Description of the storage region.
|
Boolean |
getIsDefault()
Get Whether the region is the default storage region.
|
String |
getRegion()
Get Storage region.
|
String |
getStatus()
Get Whether storage is enabled in the region.
|
void |
setDescription(String Description)
Set Description of the storage region.
|
void |
setIsDefault(Boolean IsDefault)
Set Whether the region is the default storage region.
|
void |
setRegion(String Region)
Set 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic StorageRegionInfo()
public StorageRegionInfo(StorageRegionInfo source)
public String getRegion()
public void setRegion(String Region)
Region - Storage region.public String getDescription()
public void setDescription(String Description)
Description - 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.Copyright © 2022. All rights reserved.