Class DescribeExclusiveClustersRequest


  • public class DescribeExclusiveClustersRequest
    extends AbstractModel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Filter[] getFilters()
      Get 查询集群列表条件,详细的过滤条件如下: cluster-type - String - 是否必填:否 - (过滤条件)按照 集群 的类型过滤,包括"TGW","STGW","VPCGW"。 cluster-id - String - 是否必填:否 - (过滤条件)按照 集群 的唯一ID过滤,如 :"tgw-12345678","stgw-12345678","vpcgw-12345678"。 cluster-name - String - 是否必填:否 - (过滤条件)按照 集群 的名称过滤。 cluster-tag - String - 是否必填:否 - (过滤条件)按照 集群 的标签过滤。(只有TGW/STGW集群有集群标签) vip - String - 是否必填:否 - (过滤条件)按照 集群 内的vip过滤。 loadblancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。 network - String - 是否必填:否 - (过滤条件)按照 集群 的网络类型过滤,如:"Public","Private"。 zone - String - 是否必填:否 - (过滤条件)按照 集群 所在可用区过滤,如:"ap-guangzhou-1"(广州一区)。 isp -- String - 是否必填:否 - (过滤条件)按照TGW集群的 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。
      Long getLimit()
      Get 返回集群列表数目,默认值为20,最大值为100。
      Long getOffset()
      Get 返回集群列表起始偏移量,默认为0。
      void setFilters​(Filter[] Filters)
      Set 查询集群列表条件,详细的过滤条件如下: cluster-type - String - 是否必填:否 - (过滤条件)按照 集群 的类型过滤,包括"TGW","STGW","VPCGW"。 cluster-id - String - 是否必填:否 - (过滤条件)按照 集群 的唯一ID过滤,如 :"tgw-12345678","stgw-12345678","vpcgw-12345678"。 cluster-name - String - 是否必填:否 - (过滤条件)按照 集群 的名称过滤。 cluster-tag - String - 是否必填:否 - (过滤条件)按照 集群 的标签过滤。(只有TGW/STGW集群有集群标签) vip - String - 是否必填:否 - (过滤条件)按照 集群 内的vip过滤。 loadblancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。 network - String - 是否必填:否 - (过滤条件)按照 集群 的网络类型过滤,如:"Public","Private"。 zone - String - 是否必填:否 - (过滤条件)按照 集群 所在可用区过滤,如:"ap-guangzhou-1"(广州一区)。 isp -- String - 是否必填:否 - (过滤条件)按照TGW集群的 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。
      void setLimit​(Long Limit)
      Set 返回集群列表数目,默认值为20,最大值为100。
      void setOffset​(Long Offset)
      Set 返回集群列表起始偏移量,默认为0。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • DescribeExclusiveClustersRequest

        public DescribeExclusiveClustersRequest()
      • DescribeExclusiveClustersRequest

        public DescribeExclusiveClustersRequest​(DescribeExclusiveClustersRequest 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

      • getLimit

        public Long getLimit()
        Get 返回集群列表数目,默认值为20,最大值为100。
        Returns:
        Limit 返回集群列表数目,默认值为20,最大值为100。
      • setLimit

        public void setLimit​(Long Limit)
        Set 返回集群列表数目,默认值为20,最大值为100。
        Parameters:
        Limit - 返回集群列表数目,默认值为20,最大值为100。
      • getOffset

        public Long getOffset()
        Get 返回集群列表起始偏移量,默认为0。
        Returns:
        Offset 返回集群列表起始偏移量,默认为0。
      • setOffset

        public void setOffset​(Long Offset)
        Set 返回集群列表起始偏移量,默认为0。
        Parameters:
        Offset - 返回集群列表起始偏移量,默认为0。
      • getFilters

        public Filter[] getFilters()
        Get 查询集群列表条件,详细的过滤条件如下:
      • cluster-type - String - 是否必填:否 - (过滤条件)按照 集群 的类型过滤,包括"TGW","STGW","VPCGW"。
      • cluster-id - String - 是否必填:否 - (过滤条件)按照 集群 的唯一ID过滤,如 :"tgw-12345678","stgw-12345678","vpcgw-12345678"。
      • cluster-name - String - 是否必填:否 - (过滤条件)按照 集群 的名称过滤。
      • cluster-tag - String - 是否必填:否 - (过滤条件)按照 集群 的标签过滤。(只有TGW/STGW集群有集群标签)
      • vip - String - 是否必填:否 - (过滤条件)按照 集群 内的vip过滤。
      • loadblancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。
      • network - String - 是否必填:否 - (过滤条件)按照 集群 的网络类型过滤,如:"Public","Private"。
      • zone - String - 是否必填:否 - (过滤条件)按照 集群 所在可用区过滤,如:"ap-guangzhou-1"(广州一区)。
      • isp -- String - 是否必填:否 - (过滤条件)按照TGW集群的 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。
Returns:
Filters 查询集群列表条件,详细的过滤条件如下:
  • cluster-type - String - 是否必填:否 - (过滤条件)按照 集群 的类型过滤,包括"TGW","STGW","VPCGW"。
  • cluster-id - String - 是否必填:否 - (过滤条件)按照 集群 的唯一ID过滤,如 :"tgw-12345678","stgw-12345678","vpcgw-12345678"。
  • cluster-name - String - 是否必填:否 - (过滤条件)按照 集群 的名称过滤。
  • cluster-tag - String - 是否必填:否 - (过滤条件)按照 集群 的标签过滤。(只有TGW/STGW集群有集群标签)
  • vip - String - 是否必填:否 - (过滤条件)按照 集群 内的vip过滤。
  • loadblancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。
  • network - String - 是否必填:否 - (过滤条件)按照 集群 的网络类型过滤,如:"Public","Private"。
  • zone - String - 是否必填:否 - (过滤条件)按照 集群 所在可用区过滤,如:"ap-guangzhou-1"(广州一区)。
  • isp -- String - 是否必填:否 - (过滤条件)按照TGW集群的 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。
  • Parameters:
    Filters - 查询集群列表条件,详细的过滤条件如下:
  • cluster-type - String - 是否必填:否 - (过滤条件)按照 集群 的类型过滤,包括"TGW","STGW","VPCGW"。
  • cluster-id - String - 是否必填:否 - (过滤条件)按照 集群 的唯一ID过滤,如 :"tgw-12345678","stgw-12345678","vpcgw-12345678"。
  • cluster-name - String - 是否必填:否 - (过滤条件)按照 集群 的名称过滤。
  • cluster-tag - String - 是否必填:否 - (过滤条件)按照 集群 的标签过滤。(只有TGW/STGW集群有集群标签)
  • vip - String - 是否必填:否 - (过滤条件)按照 集群 内的vip过滤。
  • loadblancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。
  • network - String - 是否必填:否 - (过滤条件)按照 集群 的网络类型过滤,如:"Public","Private"。
  • zone - String - 是否必填:否 - (过滤条件)按照 集群 所在可用区过滤,如:"ap-guangzhou-1"(广州一区)。
  • isp -- String - 是否必填:否 - (过滤条件)按照TGW集群的 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。