| Package | Description |
|---|---|
| com.tencentcloudapi.tat.v20201028.models |
| Modifier and Type | Method and Description |
|---|---|
Filter[] |
DescribeCommandsRequest.getFilters()
Get 过滤条件。
command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。 command-name - String - 是否必填:否 -(过滤条件)按照命令名称过滤。 created-by - String - 是否必填:否 -(过滤条件)按照命令创建者过滤,取值为 TAT 或 USER,TAT 代表公共命令,USER 代表由用户创建的命令。 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `CommandIds` 和 `Filters` 。 |
Filter[] |
DescribeInvocationTasksRequest.getFilters()
Get 过滤条件。
invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。 invocation-task-id - String - 是否必填:否 -(过滤条件)按照执行任务ID过滤。 instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InvocationTaskIds` 和 `Filters` 。 |
Filter[] |
DescribeAutomationAgentStatusRequest.getFilters()
Get 过滤条件。
agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。 environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux。 instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InstanceIds` 和 `Filters` 。 |
Filter[] |
DescribeInvocationsRequest.getFilters()
Get 过滤条件。
invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。 command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InvocationIds` 和 `Filters` 。 |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCommandsRequest.setFilters(Filter[] Filters)
Set 过滤条件。
command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。 command-name - String - 是否必填:否 -(过滤条件)按照命令名称过滤。 created-by - String - 是否必填:否 -(过滤条件)按照命令创建者过滤,取值为 TAT 或 USER,TAT 代表公共命令,USER 代表由用户创建的命令。 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `CommandIds` 和 `Filters` 。 |
void |
DescribeInvocationTasksRequest.setFilters(Filter[] Filters)
Set 过滤条件。
invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。 invocation-task-id - String - 是否必填:否 -(过滤条件)按照执行任务ID过滤。 instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InvocationTaskIds` 和 `Filters` 。 |
void |
DescribeAutomationAgentStatusRequest.setFilters(Filter[] Filters)
Set 过滤条件。
agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。 environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux。 instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InstanceIds` 和 `Filters` 。 |
void |
DescribeInvocationsRequest.setFilters(Filter[] Filters)
Set 过滤条件。
invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。 command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InvocationIds` 和 `Filters` 。 |
| 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 © 2021. All rights reserved.