Class DescribeContainerInstancesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cis.v20180408.models.DescribeContainerInstancesRequest
-
public class DescribeContainerInstancesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeContainerInstancesRequest()DescribeContainerInstancesRequest(DescribeContainerInstancesRequest 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 Filter[]getFilters()Get 过滤条件。 - Zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。 - VpcId - String - 是否必填:否 -(过滤条件)按照VpcId过滤。 - InstanceName - String - 是否必填:否 -(过滤条件)按照容器实例名称做模糊查询。LonggetLimit()Get 返回数量,默认为10LonggetOffset()Get 偏移量,默认为0voidsetFilters(Filter[] Filters)Set 过滤条件。 - Zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。 - VpcId - String - 是否必填:否 -(过滤条件)按照VpcId过滤。 - InstanceName - String - 是否必填:否 -(过滤条件)按照容器实例名称做模糊查询。voidsetLimit(Long Limit)Set 返回数量,默认为10voidsetOffset(Long Offset)Set 偏移量,默认为0voidtoMap(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
-
DescribeContainerInstancesRequest
public DescribeContainerInstancesRequest()
-
DescribeContainerInstancesRequest
public DescribeContainerInstancesRequest(DescribeContainerInstancesRequest 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
-
getOffset
public Long getOffset()
Get 偏移量,默认为0- Returns:
- Offset 偏移量,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0- Parameters:
Offset- 偏移量,默认为0
-
getLimit
public Long getLimit()
Get 返回数量,默认为10- Returns:
- Limit 返回数量,默认为10
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为10- Parameters:
Limit- 返回数量,默认为10
-
getFilters
public Filter[] getFilters()
Get 过滤条件。 - Zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。 - VpcId - String - 是否必填:否 -(过滤条件)按照VpcId过滤。 - InstanceName - String - 是否必填:否 -(过滤条件)按照容器实例名称做模糊查询。- Returns:
- Filters 过滤条件。 - Zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。 - VpcId - String - 是否必填:否 -(过滤条件)按照VpcId过滤。 - InstanceName - String - 是否必填:否 -(过滤条件)按照容器实例名称做模糊查询。
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件。 - Zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。 - VpcId - String - 是否必填:否 -(过滤条件)按照VpcId过滤。 - InstanceName - String - 是否必填:否 -(过滤条件)按照容器实例名称做模糊查询。- Parameters:
Filters- 过滤条件。 - Zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。 - VpcId - String - 是否必填:否 -(过滤条件)按照VpcId过滤。 - InstanceName - String - 是否必填:否 -(过滤条件)按照容器实例名称做模糊查询。
-
-