public class DescribeBlueprintsRequest extends AbstractModel
Constructor and Description |
---|
DescribeBlueprintsRequest() |
DescribeBlueprintsRequest(DescribeBlueprintsRequest 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 |
---|---|
String[] |
getBlueprintIds()
Get 镜像 ID 列表。
|
Filter[] |
getFilters()
Get 过滤器列表。
blueprint-id按照【镜像 ID】进行过滤。
类型:String
必选:否
blueprint-type按照【镜像类型】进行过滤。
取值:APP_OS(应用镜像 );PURE_OS(系统镜像);DOCKER(Docker容器镜像);PRIVATE(自定义镜像);SHARED(共享镜像)。
类型:String
必选:否
platform-type按照【镜像平台类型】进行过滤。
取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)。
类型:String
必选:否
blueprint-name按照【镜像名称】进行过滤。
类型:String
必选:否
blueprint-state按照【镜像状态】进行过滤。
类型:String
必选:否
scene-id按照【使用场景Id】进行过滤。
类型:String
必选:否
每次请求的 Filters 的上限为 10,Filter.Values 的上限为 100。参数不支持同时指定 BlueprintIds 和 Filters 。
|
Long |
getLimit()
Get 返回数量,默认为 20,最大值为 100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
|
Long |
getOffset()
Get 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
|
void |
setBlueprintIds(String[] BlueprintIds)
Set 镜像 ID 列表。
|
void |
setFilters(Filter[] Filters)
Set 过滤器列表。
blueprint-id按照【镜像 ID】进行过滤。
类型:String
必选:否
blueprint-type按照【镜像类型】进行过滤。
取值:APP_OS(应用镜像 );PURE_OS(系统镜像);DOCKER(Docker容器镜像);PRIVATE(自定义镜像);SHARED(共享镜像)。
类型:String
必选:否
platform-type按照【镜像平台类型】进行过滤。
取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)。
类型:String
必选:否
blueprint-name按照【镜像名称】进行过滤。
类型:String
必选:否
blueprint-state按照【镜像状态】进行过滤。
类型:String
必选:否
scene-id按照【使用场景Id】进行过滤。
类型:String
必选:否
每次请求的 Filters 的上限为 10,Filter.Values 的上限为 100。参数不支持同时指定 BlueprintIds 和 Filters 。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为 20,最大值为 100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
|
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 DescribeBlueprintsRequest()
public DescribeBlueprintsRequest(DescribeBlueprintsRequest source)
public String[] getBlueprintIds()
public void setBlueprintIds(String[] BlueprintIds)
BlueprintIds
- 镜像 ID 列表。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为 20,最大值为 100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤器列表。
Copyright © 2023. All rights reserved.