Class DescribeBundlesRequest

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String[] getBundleIds()
      Get 套餐 ID 列表。
      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(无忧型套餐); 类型: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 可用区列表。默认为全部可用区。
      void setBundleIds​(String[] BundleIds)
      Set 套餐 ID 列表。
      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(无忧型套餐); 类型: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 可用区列表。默认为全部可用区。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • DescribeBundlesRequest

        public DescribeBundlesRequest()
      • DescribeBundlesRequest

        public 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.
    • Method Detail

      • getBundleIds

        public String[] getBundleIds()
        Get 套餐 ID 列表。
        Returns:
        BundleIds 套餐 ID 列表。
      • setBundleIds

        public void setBundleIds​(String[] BundleIds)
        Set 套餐 ID 列表。
        Parameters:
        BundleIds - 套餐 ID 列表。
      • getOffset

        public Long getOffset()
        Get 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
        Returns:
        Offset 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
        Parameters:
        Offset - 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
      • getLimit

        public Long getLimit()
        Get 返回数量,默认为 20,最大值为 100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
        Returns:
        Limit 返回数量,默认为 20,最大值为 100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
      • setLimit

        public void setLimit​(Long Limit)
        Set 返回数量,默认为 20,最大值为 100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
        Parameters:
        Limit - 返回数量,默认为 20,最大值为 100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
      • getFilters

        public 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(无忧型套餐); 类型:String 必选:否
      • bundle-state
      • 按照【套餐状态】进行过滤。 取值: ONLINE(在线); OFFLINE(下线); 类型:String 必选:否 每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 BundleIds 和 Filters。
Returns:
Filters 过滤器列表。
  • 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(无忧型套餐); 类型:String 必选:否
  • bundle-state
  • 按照【套餐状态】进行过滤。 取值: ONLINE(在线); OFFLINE(下线); 类型:String 必选:否 每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 BundleIds 和 Filters。
    Parameters:
    Filters - 过滤器列表。
  • 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(无忧型套餐); 类型:String 必选:否
  • bundle-state
  • 按照【套餐状态】进行过滤。 取值: ONLINE(在线); OFFLINE(下线); 类型:String 必选:否 每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 BundleIds 和 Filters。