public class DescribeProductConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeProductConfigRequest() |
DescribeProductConfigRequest(DescribeProductConfigRequest 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 |
getInstanceType()
Get The type of instances to be purchased.
|
String |
getZone()
Get AZ ID in the format of ap-guangzhou-1
|
void |
setInstanceType(String InstanceType)
Set The type of instances to be purchased.
|
void |
setZone(String Zone)
Set AZ ID in the format of ap-guangzhou-1
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeProductConfigRequest()
public DescribeProductConfigRequest(DescribeProductConfigRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- AZ ID in the format of ap-guangzhou-1public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- The type of instances to be purchased. Valid values: HA (High-Availability Edition, including dual-server high availability and AlwaysOn cluster), RO (read-only replica), SI (Basic Edition)Copyright © 2024. All rights reserved.