Class SpecInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.SpecInfo
-
public class SpecInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRegion()
Get 地域英文编码,对应RegionSet的Region字段SpecItemInfo[]
getSpecItemInfoList()
Get 规格详细信息列表String[]
getSupportKMSRegions()
Get 支持KMS的地域 注意:此字段可能返回 null,表示取不到有效值。String
getZone()
Get 区域英文编码,对应ZoneSet的Zone字段void
setRegion(String Region)
Set 地域英文编码,对应RegionSet的Region字段void
setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
Set 规格详细信息列表void
setSupportKMSRegions(String[] SupportKMSRegions)
Set 支持KMS的地域 注意:此字段可能返回 null,表示取不到有效值。void
setZone(String Zone)
Set 区域英文编码,对应ZoneSet的Zone字段void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SpecInfo
public SpecInfo()
-
SpecInfo
public SpecInfo(SpecInfo 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.
-
-
Method Detail
-
getRegion
public String getRegion()
Get 地域英文编码,对应RegionSet的Region字段- Returns:
- Region 地域英文编码,对应RegionSet的Region字段
-
setRegion
public void setRegion(String Region)
Set 地域英文编码,对应RegionSet的Region字段- Parameters:
Region
- 地域英文编码,对应RegionSet的Region字段
-
getZone
public String getZone()
Get 区域英文编码,对应ZoneSet的Zone字段- Returns:
- Zone 区域英文编码,对应ZoneSet的Zone字段
-
setZone
public void setZone(String Zone)
Set 区域英文编码,对应ZoneSet的Zone字段- Parameters:
Zone
- 区域英文编码,对应ZoneSet的Zone字段
-
getSpecItemInfoList
public SpecItemInfo[] getSpecItemInfoList()
Get 规格详细信息列表- Returns:
- SpecItemInfoList 规格详细信息列表
-
setSpecItemInfoList
public void setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
Set 规格详细信息列表- Parameters:
SpecItemInfoList
- 规格详细信息列表
-
getSupportKMSRegions
public String[] getSupportKMSRegions()
Get 支持KMS的地域 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SupportKMSRegions 支持KMS的地域 注意:此字段可能返回 null,表示取不到有效值。
-
setSupportKMSRegions
public void setSupportKMSRegions(String[] SupportKMSRegions)
Set 支持KMS的地域 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SupportKMSRegions
- 支持KMS的地域 注意:此字段可能返回 null,表示取不到有效值。
-
-