public class DescribeInstanceSpecsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInstanceSpecsRequest() |
DescribeInstanceSpecsRequest(DescribeInstanceSpecsRequest 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 |
getDbType()
Get 数据库类型,取值范围:
MYSQL
|
String |
getDeviceType()
Get 实例机器类型
|
Boolean |
getIncludeZoneStocks()
Get 是否需要返回可用区信息
|
void |
setDbType(String DbType)
Set 数据库类型,取值范围:
MYSQL
|
void |
setDeviceType(String DeviceType)
Set 实例机器类型
|
void |
setIncludeZoneStocks(Boolean IncludeZoneStocks)
Set 是否需要返回可用区信息
|
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 DescribeInstanceSpecsRequest()
public DescribeInstanceSpecsRequest(DescribeInstanceSpecsRequest source)
public String getDbType()
public void setDbType(String DbType)
DbType
- 数据库类型,取值范围:
public Boolean getIncludeZoneStocks()
public void setIncludeZoneStocks(Boolean IncludeZoneStocks)
IncludeZoneStocks
- 是否需要返回可用区信息public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 实例机器类型Copyright © 2024. All rights reserved.