public class SpecificationInfo extends AbstractModel
Constructor and Description |
---|
SpecificationInfo() |
SpecificationInfo(SpecificationInfo 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 |
getRegion()
Get Region information
|
SpecItem[] |
getSpecItems()
Get Purchasable specification information
|
Long |
getSupportMultiAZ()
Get Whether cross-AZ deployment is supported.
|
String |
getZone()
Get AZ information
|
void |
setRegion(String Region)
Set Region information
|
void |
setSpecItems(SpecItem[] SpecItems)
Set Purchasable specification information
|
void |
setSupportMultiAZ(Long SupportMultiAZ)
Set Whether cross-AZ deployment is supported.
|
void |
setZone(String Zone)
Set AZ information
|
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, toJsonString
public SpecificationInfo()
public SpecificationInfo(SpecificationInfo source)
public String getRegion()
public void setRegion(String Region)
Region
- Region informationpublic String getZone()
public void setZone(String Zone)
Zone
- AZ informationpublic SpecItem[] getSpecItems()
public void setSpecItems(SpecItem[] SpecItems)
SpecItems
- Purchasable specification informationpublic Long getSupportMultiAZ()
public void setSupportMultiAZ(Long SupportMultiAZ)
SupportMultiAZ
- Whether cross-AZ deployment is supported. Valid values: `1` (yes), `0` (no).Copyright © 2023. All rights reserved.