| Package | Description |
|---|---|
| com.tencentcloudapi.cis.v20180408.models |
| Modifier and Type | Method and Description |
|---|---|
Filter[] |
DescribeContainerInstancesRequest.getFilters()
Get 过滤条件。
- Zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。
- VpcId - String - 是否必填:否 -(过滤条件)按照VpcId过滤。
- InstanceName - String - 是否必填:否 -(过滤条件)按照容器实例名称做模糊查询。
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeContainerInstancesRequest.setFilters(Filter[] Filters)
Set 过滤条件。
- Zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。
- VpcId - String - 是否必填:否 -(过滤条件)按照VpcId过滤。
- InstanceName - String - 是否必填:否 -(过滤条件)按照容器实例名称做模糊查询。
|
| Constructor and Description |
|---|
Filter(Filter 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.
|
Copyright © 2022. All rights reserved.