public class DescribeVpcCniPodLimitsRequest extends AbstractModel
skipSign
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 The instance family to query, for example, `S5`.
|
String |
getInstanceType()
Get The instance model to query, for example, `S5.LARGE8`.
|
String |
getZone()
Get The availability zone of the model to query, for example, `ap-guangzhou-3`.
|
void |
setInstanceFamily(String InstanceFamily)
Set The instance family to query, for example, `S5`.
|
void |
setInstanceType(String InstanceType)
Set The instance model to query, for example, `S5.LARGE8`.
|
void |
setZone(String Zone)
Set The availability zone of the model to query, for example, `ap-guangzhou-3`.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeVpcCniPodLimitsRequest()
public DescribeVpcCniPodLimitsRequest(DescribeVpcCniPodLimitsRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- The availability zone of the model to query, for example, `ap-guangzhou-3`. This field is left empty by default, that is, do not filter by the availability zone.public String getInstanceFamily()
public void setInstanceFamily(String InstanceFamily)
InstanceFamily
- The instance family to query, for example, `S5`. This field is left empty by default, that is, do not filter by the instance family.public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- The instance model to query, for example, `S5.LARGE8`. This field is empty by default, that is, do not filter by instance type.Copyright © 2023. All rights reserved.