public class DescribeStackVersionsRequest extends AbstractModel
Constructor and Description |
---|
DescribeStackVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get **Name**
按照【**版本名称**】进行过滤
类型:string
**Status**
按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等
类型:string
**StackId**
按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx`
类型:string
|
Long |
getLimit()
Get 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
|
Long |
getOffset()
Get 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
|
String[] |
getVersionIds()
Get 按照⼀个或者多个版本ID查询
|
void |
setFilters(Filter[] Filters)
Set **Name**
按照【**版本名称**】进行过滤
类型:string
**Status**
按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等
类型:string
**StackId**
按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx`
类型:string
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
|
void |
setVersionIds(String[] VersionIds)
Set 按照⼀个或者多个版本ID查询
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getVersionIds()
public void setVersionIds(String[] VersionIds)
VersionIds
- 按照⼀个或者多个版本ID查询public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Copyright © 2021. All rights reserved.