| Package | Description |
|---|---|
| com.tencentcloudapi.tic.v20201117.models |
| Modifier and Type | Method and Description |
|---|---|
Filter[] |
DescribeStackEventsRequest.getFilters()
Get **VersionId**
按照【**版本ID**】过滤,VersionId形如 `ver-kg8hn58h`
类型:string
**StackId**
按照【**资源栈ID**】过滤,StackId形如 `stk-hz5vn3te`
类型:string
**Type**
按照【**事件类型**】过滤,Type 形如 plan, apply, destroy
类型:string
**Status**
按照【**事件状态**】过滤,Status形如 queueing, running, success, failed
类型:string
|
Filter[] |
DescribeStackVersionsRequest.getFilters()
Get **Name**
按照【**版本名称**】进行过滤
类型:string
**Status**
按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等
类型:string
**StackId**
按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx`
类型:string
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStackEventsRequest.setFilters(Filter[] Filters)
Set **VersionId**
按照【**版本ID**】过滤,VersionId形如 `ver-kg8hn58h`
类型:string
**StackId**
按照【**资源栈ID**】过滤,StackId形如 `stk-hz5vn3te`
类型:string
**Type**
按照【**事件类型**】过滤,Type 形如 plan, apply, destroy
类型:string
**Status**
按照【**事件状态**】过滤,Status形如 queueing, running, success, failed
类型:string
|
void |
DescribeStackVersionsRequest.setFilters(Filter[] Filters)
Set **Name**
按照【**版本名称**】进行过滤
类型:string
**Status**
按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等
类型:string
**StackId**
按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx`
类型: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.