public class DescribeVpcCniPodLimitsRequest extends AbstractModel
Constructor and Description |
---|
DescribeVpcCniPodLimitsRequest() |
DescribeVpcCniPodLimitsRequest(DescribeVpcCniPodLimitsRequest 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 |
getInstanceFamily()
Get 查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息
|
String |
getInstanceType()
Get 查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息
|
String |
getZone()
Get 查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息
|
void |
setInstanceFamily(String InstanceFamily)
Set 查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息
|
void |
setInstanceType(String InstanceType)
Set 查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息
|
void |
setZone(String Zone)
Set 查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息
|
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 DescribeVpcCniPodLimitsRequest()
public DescribeVpcCniPodLimitsRequest(DescribeVpcCniPodLimitsRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- 查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息public String getInstanceFamily()
public void setInstanceFamily(String InstanceFamily)
InstanceFamily
- 查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- 查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息Copyright © 2022. All rights reserved.