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 Type of purchased instance.
|
String |
getZone()
Get AZ ID in the format of ap-guangzhou-1
|
void |
setInstanceType(String InstanceType)
Set Type of purchased instance.
|
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
- Type of purchased instance. Valid values: HA - local disk high availability (including dual-machine high availability, AlwaysOn Cluster), RO - local disk read-only replica, SI - cloud disk edition single node, BI - business intelligence service, cvmHA - cloud disk edition high availability, cvmRO - cloud disk edition read-only replicaCopyright © 2025. All rights reserved.