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 Database type.
|
Boolean |
getIncludeZoneStocks()
Get Whether to return the AZ information.
|
void |
setDbType(String DbType)
Set Database type.
|
void |
setIncludeZoneStocks(Boolean IncludeZoneStocks)
Set Whether to return the AZ information.
|
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 DescribeInstanceSpecsRequest()
public DescribeInstanceSpecsRequest(DescribeInstanceSpecsRequest source)
public String getDbType()
public void setDbType(String DbType)
DbType - Database type. Valid values:
public Boolean getIncludeZoneStocks()
public void setIncludeZoneStocks(Boolean IncludeZoneStocks)
IncludeZoneStocks - Whether to return the AZ information.Copyright © 2025. All rights reserved.