public class DescribeBlueprintsRequest extends AbstractModel
Constructor and Description |
---|
DescribeBlueprintsRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getBlueprintIds()
Get 镜像 ID 列表。
|
Filter[] |
getFilters()
Get 过滤器列表。
blueprint-id按照【镜像 ID】进行过滤。
类型:String
必选:否
blueprint-type按照【镜像类型】进行过滤。
取值: APP_OS(预置应用的系统 );PURE_OS(纯净的 OS 系统)。
类型:String
必选:否
platform-type按照【镜像平台类型】进行过滤。
取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)。
类型:String
必选:否
每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 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(纯净的 OS 系统)。
类型:String
必选:否
platform-type按照【镜像平台类型】进行过滤。
取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)。
类型:String
必选:否
每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 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 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 © 2020. All rights reserved.