Class DescribeVpcCniPodLimitsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.DescribeVpcCniPodLimitsRequest
-
public class DescribeVpcCniPodLimitsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceFamily()Get 查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息StringgetInstanceType()Get 查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息StringgetZone()Get 查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息voidsetInstanceFamily(String InstanceFamily)Set 查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息voidsetInstanceType(String InstanceType)Set 查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息voidsetZone(String Zone)Set 查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeVpcCniPodLimitsRequest
public DescribeVpcCniPodLimitsRequest()
-
DescribeVpcCniPodLimitsRequest
public 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.
-
-
Method Detail
-
getZone
public String getZone()
Get 查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息- Returns:
- Zone 查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息
-
setZone
public void setZone(String Zone)
Set 查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息- Parameters:
Zone- 查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息
-
getInstanceFamily
public String getInstanceFamily()
Get 查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息- Returns:
- InstanceFamily 查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息
-
setInstanceFamily
public void setInstanceFamily(String InstanceFamily)
Set 查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息- Parameters:
InstanceFamily- 查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息
-
getInstanceType
public String getInstanceType()
Get 查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息- Returns:
- InstanceType 查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息
-
setInstanceType
public void setInstanceType(String InstanceType)
Set 查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息- Parameters:
InstanceType- 查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息
-
-