public class DescribeModifyInstanceBundlesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeModifyInstanceBundlesRequest() | 
| DescribeModifyInstanceBundlesRequest(DescribeModifyInstanceBundlesRequest 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 过滤器列表。
bundle-id按照【套餐 ID】进行过滤。
类型:String
必选:否
可通过 DescribeBundles 接口返回值中的 BundleId 获取。
support-platform-type按照【系统类型】进行过滤。
取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)
类型:String
必选:否
bundle-type按照 【套餐类型进行过滤】。
取值:GENERAL_BUNDLE (通用型套餐); STORAGE_BUNDLE(存储型套餐);ENTERPRISE_BUNDLE( 企业型套餐);EXCLUSIVE_BUNDLE(专属型套餐);BEFAST_BUNDLE(蜂驰型套餐);STARTER_BUNDLE(入门型套餐);ECONOMY_BUNDLE(经济型套餐);RAZOR_SPEED_BUNDLE(锐驰型套餐)
类型:String
必选:否
bundle-state按照【套餐状态】进行过滤。
取值: ‘ONLINE’(在线); ‘OFFLINE’(下线);
类型:String
必选:否
每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。 | 
| String | getInstanceId()Get 实例 ID。可通过 DescribeInstances 接口返回值中的 InstanceId 获取。 | 
| 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 | setFilters(Filter[] Filters)Set 过滤器列表。
bundle-id按照【套餐 ID】进行过滤。
类型:String
必选:否
可通过 DescribeBundles 接口返回值中的 BundleId 获取。
support-platform-type按照【系统类型】进行过滤。
取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)
类型:String
必选:否
bundle-type按照 【套餐类型进行过滤】。
取值:GENERAL_BUNDLE (通用型套餐); STORAGE_BUNDLE(存储型套餐);ENTERPRISE_BUNDLE( 企业型套餐);EXCLUSIVE_BUNDLE(专属型套餐);BEFAST_BUNDLE(蜂驰型套餐);STARTER_BUNDLE(入门型套餐);ECONOMY_BUNDLE(经济型套餐);RAZOR_SPEED_BUNDLE(锐驰型套餐)
类型:String
必选:否
bundle-state按照【套餐状态】进行过滤。
取值: ‘ONLINE’(在线); ‘OFFLINE’(下线);
类型:String
必选:否
每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。 | 
| void | setInstanceId(String InstanceId)Set 实例 ID。可通过 DescribeInstances 接口返回值中的 InstanceId 获取。 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeModifyInstanceBundlesRequest()
public DescribeModifyInstanceBundlesRequest(DescribeModifyInstanceBundlesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例 ID。可通过 DescribeInstances 接口返回值中的 InstanceId 获取。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤器列表。
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)中的相关小节。Copyright © 2025. All rights reserved.