| Package | Description |
|---|---|
| com.tencentcloudapi.hai.v20230812.models |
| Modifier and Type | Method and Description |
|---|---|
Filter[] |
DescribeApplicationsRequest.getFilters()
Get 过滤器,跟ApplicationIds不能共用,支持的filter主要有:
application-id: 精确匹配;
scene-id: 精确匹配;
application-name: 模糊匹配;
application-type: 精确匹配;
|
Filter[] |
DescribeInstancesRequest.getFilters()
Get 描述键值对过滤器,用于条件过滤查询。目前支持的过滤器有:instance-id,实例id;instance-state,实例状态
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeApplicationsRequest.setFilters(Filter[] Filters)
Set 过滤器,跟ApplicationIds不能共用,支持的filter主要有:
application-id: 精确匹配;
scene-id: 精确匹配;
application-name: 模糊匹配;
application-type: 精确匹配;
|
void |
DescribeInstancesRequest.setFilters(Filter[] Filters)
Set 描述键值对过滤器,用于条件过滤查询。目前支持的过滤器有:instance-id,实例id;instance-state,实例状态
|
| 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 © 2024. All rights reserved.