public class DescribeLaunchConfigurationsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeLaunchConfigurationsRequest() |
DescribeLaunchConfigurationsRequest(DescribeLaunchConfigurationsRequest 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.
|
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get 过滤条件。
launch-configuration-id - String - 是否必填:否 -(过滤条件)按照启动配置ID过滤。
launch-configuration-name - String - 是否必填:否 -(过滤条件)按照启动配置名称过滤。
vague-launch-configuration-name - String - 是否必填:否 -(过滤条件)按照启动配置名称模糊搜索。
tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。
tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LaunchConfigurationIds`和`Filters`。
|
String[] |
getLaunchConfigurationIds()
Get 按照一个或者多个启动配置ID查询。启动配置ID形如:`asc-ouy1ax38`。每次请求的上限为100。参数不支持同时指定`LaunchConfigurationIds`和`Filters`
|
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)中的相关小节。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
launch-configuration-id - String - 是否必填:否 -(过滤条件)按照启动配置ID过滤。
launch-configuration-name - String - 是否必填:否 -(过滤条件)按照启动配置名称过滤。
vague-launch-configuration-name - String - 是否必填:否 -(过滤条件)按照启动配置名称模糊搜索。
tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。
tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LaunchConfigurationIds`和`Filters`。
|
void |
setLaunchConfigurationIds(String[] LaunchConfigurationIds)
Set 按照一个或者多个启动配置ID查询。启动配置ID形如:`asc-ouy1ax38`。每次请求的上限为100。参数不支持同时指定`LaunchConfigurationIds`和`Filters`
|
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 |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeLaunchConfigurationsRequest()
public DescribeLaunchConfigurationsRequest(DescribeLaunchConfigurationsRequest source)
public String[] getLaunchConfigurationIds()
public void setLaunchConfigurationIds(String[] LaunchConfigurationIds)
LaunchConfigurationIds
- 按照一个或者多个启动配置ID查询。启动配置ID形如:`asc-ouy1ax38`。每次请求的上限为100。参数不支持同时指定`LaunchConfigurationIds`和`Filters`public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。Copyright © 2024. All rights reserved.