public class DescribeProductConfigRequest extends AbstractModel
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 购买实例的类型 HA-高可用型(包括双机高可用,alwaysOn集群),RO-只读副本型,SI-基础版本型
|
String |
getZone()
Get 可用区英文ID,形如ap-guangzhou-1
|
void |
setInstanceType(String InstanceType)
Set 购买实例的类型 HA-高可用型(包括双机高可用,alwaysOn集群),RO-只读副本型,SI-基础版本型
|
void |
setZone(String Zone)
Set 可用区英文ID,形如ap-guangzhou-1
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeProductConfigRequest()
public DescribeProductConfigRequest(DescribeProductConfigRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区英文ID,形如ap-guangzhou-1public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- 购买实例的类型 HA-高可用型(包括双机高可用,alwaysOn集群),RO-只读副本型,SI-基础版本型Copyright © 2022. All rights reserved.