Class: TencentCloud::Clb::V20180317::DescribeExclusiveClustersRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::DescribeExclusiveClustersRequest
- Defined in:
- lib/v20180317/models.rb
Overview
DescribeExclusiveClusters请求参数结构体
Instance Attribute Summary collapse
-
#Filters ⇒ Object
- 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过滤。
- loadbalancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。
- network - String - 是否必填:否 - (过滤条件)按照 集群 的网络类型过滤,如:"Public","Private"。
- zone - String - 是否必填:否 - (过滤条件)按照 集群 所在可用区过滤,如:"ap-guangzhou-1"(广州一区)。
- isp -- String - 是否必填:否 - (过滤条件)按照TGW集群的 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。
. -
#Limit ⇒ Object
- 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过滤。
- loadbalancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。
- network - String - 是否必填:否 - (过滤条件)按照 集群 的网络类型过滤,如:"Public","Private"。
- zone - String - 是否必填:否 - (过滤条件)按照 集群 所在可用区过滤,如:"ap-guangzhou-1"(广州一区)。
- isp -- String - 是否必填:否 - (过滤条件)按照TGW集群的 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。
. -
#Offset ⇒ Object
- 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过滤。
- loadbalancer-id - String - 是否必填:否 - (过滤条件)按照 集群 内的负载均衡唯一ID过滤。
- network - String - 是否必填:否 - (过滤条件)按照 集群 的网络类型过滤,如:"Public","Private"。
- zone - String - 是否必填:否 - (过滤条件)按照 集群 所在可用区过滤,如:"ap-guangzhou-1"(广州一区)。
- isp -- String - 是否必填:否 - (过滤条件)按照TGW集群的 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(limit = nil, offset = nil, filters = nil) ⇒ DescribeExclusiveClustersRequest
constructor
A new instance of DescribeExclusiveClustersRequest.
Constructor Details
#initialize(limit = nil, offset = nil, filters = nil) ⇒ DescribeExclusiveClustersRequest
Returns a new instance of DescribeExclusiveClustersRequest.
3102 3103 3104 3105 3106 |
# File 'lib/v20180317/models.rb', line 3102 def initialize(limit=nil, offset=nil, filters=nil) @Limit = limit @Offset = offset @Filters = filters end |
Instance Attribute Details
#Filters ⇒ Object
3100 3101 3102 |
# File 'lib/v20180317/models.rb', line 3100 def Filters @Filters end |
#Limit ⇒ Object
3100 3101 3102 |
# File 'lib/v20180317/models.rb', line 3100 def Limit @Limit end |
#Offset ⇒ Object
3100 3101 3102 |
# File 'lib/v20180317/models.rb', line 3100 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 |
# File 'lib/v20180317/models.rb', line 3108 def deserialize(params) @Limit = params['Limit'] @Offset = params['Offset'] unless params['Filters'].nil? @Filters = [] params['Filters'].each do |i| filter_tmp = Filter.new filter_tmp.deserialize(i) @Filters << filter_tmp end end end |