Class: TencentCloud::Bmlb::V20180625::DescribeLoadBalancersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bmlb::V20180625::DescribeLoadBalancersRequest
- Defined in:
- lib/v20180625/models.rb
Overview
DescribeLoadBalancers请求参数结构体
Instance Attribute Summary collapse
- #ConfId ⇒ Object
- #Domain ⇒ Object
- #Exclusive ⇒ Object
- #Limit ⇒ Object
- #LoadBalancerIds ⇒ Object
- #LoadBalancerName ⇒ Object
- #LoadBalancerType ⇒ Object
- #LoadBalancerVips ⇒ Object
- #Offset ⇒ Object
- #OrderBy ⇒ Object
- #OrderType ⇒ Object
- #ProjectId ⇒ Object
- #QueryType ⇒ Object
- #SearchKey ⇒ Object
- #TgwSetType ⇒ Object
- #VpcId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(loadbalancerids = nil, loadbalancertype = nil, loadbalancername = nil, domain = nil, loadbalancervips = nil, offset = nil, limit = nil, searchkey = nil, orderby = nil, ordertype = nil, projectid = nil, exclusive = nil, tgwsettype = nil, vpcid = nil, querytype = nil, confid = nil) ⇒ DescribeLoadBalancersRequest
constructor
A new instance of DescribeLoadBalancersRequest.
Constructor Details
#initialize(loadbalancerids = nil, loadbalancertype = nil, loadbalancername = nil, domain = nil, loadbalancervips = nil, offset = nil, limit = nil, searchkey = nil, orderby = nil, ordertype = nil, projectid = nil, exclusive = nil, tgwsettype = nil, vpcid = nil, querytype = nil, confid = nil) ⇒ DescribeLoadBalancersRequest
Returns a new instance of DescribeLoadBalancersRequest.
1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'lib/v20180625/models.rb', line 1728 def initialize(loadbalancerids=nil, loadbalancertype=nil, loadbalancername=nil, domain=nil, loadbalancervips=nil, offset=nil, limit=nil, searchkey=nil, orderby=nil, ordertype=nil, projectid=nil, exclusive=nil, tgwsettype=nil, vpcid=nil, querytype=nil, confid=nil) @LoadBalancerIds = loadbalancerids @LoadBalancerType = loadbalancertype @LoadBalancerName = loadbalancername @Domain = domain @LoadBalancerVips = loadbalancervips @Offset = offset @Limit = limit @SearchKey = searchkey @OrderBy = orderby @OrderType = ordertype @ProjectId = projectid @Exclusive = exclusive @TgwSetType = tgwsettype @VpcId = vpcid @QueryType = querytype @ConfId = confid end |
Instance Attribute Details
#ConfId ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def ConfId @ConfId end |
#Domain ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def Domain @Domain end |
#Exclusive ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def Exclusive @Exclusive end |
#Limit ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def Limit @Limit end |
#LoadBalancerIds ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def LoadBalancerIds @LoadBalancerIds end |
#LoadBalancerName ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def LoadBalancerName @LoadBalancerName end |
#LoadBalancerType ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def LoadBalancerType @LoadBalancerType end |
#LoadBalancerVips ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def LoadBalancerVips @LoadBalancerVips end |
#Offset ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def Offset @Offset end |
#OrderBy ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def OrderBy @OrderBy end |
#OrderType ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def OrderType @OrderType end |
#ProjectId ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def ProjectId @ProjectId end |
#QueryType ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def QueryType @QueryType end |
#SearchKey ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def SearchKey @SearchKey end |
#TgwSetType ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def TgwSetType @TgwSetType end |
#VpcId ⇒ Object
1726 1727 1728 |
# File 'lib/v20180625/models.rb', line 1726 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 |
# File 'lib/v20180625/models.rb', line 1747 def deserialize(params) @LoadBalancerIds = params['LoadBalancerIds'] @LoadBalancerType = params['LoadBalancerType'] @LoadBalancerName = params['LoadBalancerName'] @Domain = params['Domain'] @LoadBalancerVips = params['LoadBalancerVips'] @Offset = params['Offset'] @Limit = params['Limit'] @SearchKey = params['SearchKey'] @OrderBy = params['OrderBy'] @OrderType = params['OrderType'] @ProjectId = params['ProjectId'] @Exclusive = params['Exclusive'] @TgwSetType = params['TgwSetType'] @VpcId = params['VpcId'] @QueryType = params['QueryType'] @ConfId = params['ConfId'] end |