Class: TencentCloud::Ecm::V20190719::DescribeLoadBalancersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::DescribeLoadBalancersRequest
- Defined in:
- lib/v20190719/models.rb
Overview
DescribeLoadBalancers请求参数结构体
Instance Attribute Summary collapse
-
#BackendPrivateIps ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
-
#EcmRegion ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
-
#Filters ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
-
#Limit ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
-
#LoadBalancerIds ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
-
#LoadBalancerName ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
-
#LoadBalancerVips ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
-
#Offset ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
-
#SecurityGroup ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
-
#VpcId ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
-
#WithBackend ⇒ Object
如果不传则默认查询全部。 tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ecmregion = nil, loadbalancerids = nil, loadbalancername = nil, loadbalancervips = nil, backendprivateips = nil, offset = nil, limit = nil, withbackend = nil, vpcid = nil, filters = nil, securitygroup = nil) ⇒ DescribeLoadBalancersRequest
constructor
A new instance of DescribeLoadBalancersRequest.
Constructor Details
#initialize(ecmregion = nil, loadbalancerids = nil, loadbalancername = nil, loadbalancervips = nil, backendprivateips = nil, offset = nil, limit = nil, withbackend = nil, vpcid = nil, filters = nil, securitygroup = nil) ⇒ DescribeLoadBalancersRequest
Returns a new instance of DescribeLoadBalancersRequest.
3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 |
# File 'lib/v20190719/models.rb', line 3506 def initialize(ecmregion=nil, loadbalancerids=nil, loadbalancername=nil, loadbalancervips=nil, backendprivateips=nil, offset=nil, limit=nil, withbackend=nil, vpcid=nil, filters=nil, securitygroup=nil) @EcmRegion = ecmregion @LoadBalancerIds = loadbalancerids @LoadBalancerName = loadbalancername @LoadBalancerVips = loadbalancervips @BackendPrivateIps = backendprivateips @Offset = offset @Limit = limit @WithBackend = withbackend @VpcId = vpcid @Filters = filters @SecurityGroup = securitygroup end |
Instance Attribute Details
#BackendPrivateIps ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def BackendPrivateIps @BackendPrivateIps end |
#EcmRegion ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def EcmRegion @EcmRegion end |
#Filters ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def Filters @Filters end |
#Limit ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def Limit @Limit end |
#LoadBalancerIds ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def LoadBalancerIds @LoadBalancerIds end |
#LoadBalancerName ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def LoadBalancerName @LoadBalancerName end |
#LoadBalancerVips ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def LoadBalancerVips @LoadBalancerVips end |
#Offset ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def Offset @Offset end |
#SecurityGroup ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def SecurityGroup @SecurityGroup end |
#VpcId ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def VpcId @VpcId end |
#WithBackend ⇒ Object
如果不传则默认查询全部。tag-key - String - 是否必填:否 - (过滤条件)按照标签的键过滤。
3504 3505 3506 |
# File 'lib/v20190719/models.rb', line 3504 def WithBackend @WithBackend end |
Instance Method Details
#deserialize(params) ⇒ Object
3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 |
# File 'lib/v20190719/models.rb', line 3520 def deserialize(params) @EcmRegion = params['EcmRegion'] @LoadBalancerIds = params['LoadBalancerIds'] @LoadBalancerName = params['LoadBalancerName'] @LoadBalancerVips = params['LoadBalancerVips'] @BackendPrivateIps = params['BackendPrivateIps'] @Offset = params['Offset'] @Limit = params['Limit'] @WithBackend = params['WithBackend'] @VpcId = params['VpcId'] unless params['Filters'].nil? @Filters = [] params['Filters'].each do |i| filter_tmp = Filter.new filter_tmp.deserialize(i) @Filters << filter_tmp end end @SecurityGroup = params['SecurityGroup'] end |