public class DescribeBundlesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeBundlesRequest() | 
| DescribeBundlesRequest(DescribeBundlesRequest 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[] | getBundleIds()Get 套餐 ID 列表。每次请求批量套餐的上限为 100。可通过[DescribeBundles](https://cloud.tencent.com/document/product/1207/47575)接口返回值中的BundleId获取。 | 
| Filter[] | getFilters()Get 过滤器列表。
bundle-id按照【套餐 ID】进行过滤。
类型:String
必选:否
support-platform-type按照【系统类型】进行过滤。
取值: LINUX_UNIX(Linux/Unix系统) ;WINDOWS(Windows 系统)
类型:String
必选:否
bundle-type按照 【套餐类型进行过滤】。
取值:GENERAL_BUNDLE (通用型套餐); STORAGE_BUNDLE(存储型套餐);ENTERPRISE_BUNDLE( 企业型套餐);EXCLUSIVE_BUNDLE(专属型套餐);BEFAST_BUNDLE(蜂驰型套餐);STARTER_BUNDLE(入门型套餐);CAREFREE_BUNDLE(无忧型套餐);RAZOR_SPEED_BUNDLE(锐驰型套餐)
类型:String
必选:否
bundle-state按照【套餐状态】进行过滤。
取值: ONLINE(在线); OFFLINE(下线);
类型:String
必选:否
每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 BundleIds 和 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)中的相关小节。 | 
| String[] | getZones()Get 可用区列表。默认为全部可用区。
可用区可通过接口 [DescribeZones](https://cloud.tencent.com/document/product/1207/57513) 查询 | 
| void | setBundleIds(String[] BundleIds)Set 套餐 ID 列表。每次请求批量套餐的上限为 100。可通过[DescribeBundles](https://cloud.tencent.com/document/product/1207/47575)接口返回值中的BundleId获取。 | 
| void | setFilters(Filter[] Filters)Set 过滤器列表。
bundle-id按照【套餐 ID】进行过滤。
类型:String
必选:否
support-platform-type按照【系统类型】进行过滤。
取值: LINUX_UNIX(Linux/Unix系统) ;WINDOWS(Windows 系统)
类型:String
必选:否
bundle-type按照 【套餐类型进行过滤】。
取值:GENERAL_BUNDLE (通用型套餐); STORAGE_BUNDLE(存储型套餐);ENTERPRISE_BUNDLE( 企业型套餐);EXCLUSIVE_BUNDLE(专属型套餐);BEFAST_BUNDLE(蜂驰型套餐);STARTER_BUNDLE(入门型套餐);CAREFREE_BUNDLE(无忧型套餐);RAZOR_SPEED_BUNDLE(锐驰型套餐)
类型:String
必选:否
bundle-state按照【套餐状态】进行过滤。
取值: ONLINE(在线); OFFLINE(下线);
类型:String
必选:否
每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 BundleIds 和 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 | setZones(String[] Zones)Set 可用区列表。默认为全部可用区。
可用区可通过接口 [DescribeZones](https://cloud.tencent.com/document/product/1207/57513) 查询 | 
| 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, toJsonStringpublic DescribeBundlesRequest()
public DescribeBundlesRequest(DescribeBundlesRequest source)
public String[] getBundleIds()
public void setBundleIds(String[] BundleIds)
BundleIds - 套餐 ID 列表。每次请求批量套餐的上限为 100。可通过[DescribeBundles](https://cloud.tencent.com/document/product/1207/47575)接口返回值中的BundleId获取。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 - 过滤器列表。
public String[] getZones()
public void setZones(String[] Zones)
Zones - 可用区列表。默认为全部可用区。
Copyright © 2025. All rights reserved.