Class: TencentCloud::Csip::V20221121::ClbListenerListInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::ClbListenerListInfo
- Defined in:
- lib/v20221121/models.rb
Overview
clb实例和监听器信息
Instance Attribute Summary collapse
- #Domain ⇒ Object
- #ListenerId ⇒ Object
- #ListenerName ⇒ Object
- #LoadBalancerDomain ⇒ Object
- #LoadBalancerId ⇒ Object
- #LoadBalancerName ⇒ Object
- #LoadBalancerType ⇒ Object
- #NumericalVpcId ⇒ Object
- #Protocol ⇒ Object
- #Region ⇒ Object
- #Vip ⇒ Object
- #VPort ⇒ Object
- #Zone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(listenerid = nil, listenername = nil, loadbalancerid = nil, loadbalancername = nil, protocol = nil, region = nil, vip = nil, vport = nil, zone = nil, numericalvpcid = nil, loadbalancertype = nil, domain = nil, loadbalancerdomain = nil) ⇒ ClbListenerListInfo
constructor
A new instance of ClbListenerListInfo.
Constructor Details
#initialize(listenerid = nil, listenername = nil, loadbalancerid = nil, loadbalancername = nil, protocol = nil, region = nil, vip = nil, vport = nil, zone = nil, numericalvpcid = nil, loadbalancertype = nil, domain = nil, loadbalancerdomain = nil) ⇒ ClbListenerListInfo
Returns a new instance of ClbListenerListInfo.
2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 |
# File 'lib/v20221121/models.rb', line 2102 def initialize(listenerid=nil, listenername=nil, loadbalancerid=nil, loadbalancername=nil, protocol=nil, region=nil, vip=nil, vport=nil, zone=nil, numericalvpcid=nil, loadbalancertype=nil, domain=nil, loadbalancerdomain=nil) @ListenerId = listenerid @ListenerName = listenername @LoadBalancerId = loadbalancerid @LoadBalancerName = loadbalancername @Protocol = protocol @Region = region @Vip = vip @VPort = vport @Zone = zone @NumericalVpcId = numericalvpcid @LoadBalancerType = loadbalancertype @Domain = domain @LoadBalancerDomain = loadbalancerdomain end |
Instance Attribute Details
#Domain ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def Domain @Domain end |
#ListenerId ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def ListenerId @ListenerId end |
#ListenerName ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def ListenerName @ListenerName end |
#LoadBalancerDomain ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def LoadBalancerDomain @LoadBalancerDomain end |
#LoadBalancerId ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def LoadBalancerId @LoadBalancerId end |
#LoadBalancerName ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def LoadBalancerName @LoadBalancerName end |
#LoadBalancerType ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def LoadBalancerType @LoadBalancerType end |
#NumericalVpcId ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def NumericalVpcId @NumericalVpcId end |
#Protocol ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def Protocol @Protocol end |
#Region ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def Region @Region end |
#Vip ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def Vip @Vip end |
#VPort ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def VPort @VPort end |
#Zone ⇒ Object
2100 2101 2102 |
# File 'lib/v20221121/models.rb', line 2100 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 |
# File 'lib/v20221121/models.rb', line 2118 def deserialize(params) @ListenerId = params['ListenerId'] @ListenerName = params['ListenerName'] @LoadBalancerId = params['LoadBalancerId'] @LoadBalancerName = params['LoadBalancerName'] @Protocol = params['Protocol'] @Region = params['Region'] @Vip = params['Vip'] @VPort = params['VPort'] @Zone = params['Zone'] @NumericalVpcId = params['NumericalVpcId'] @LoadBalancerType = params['LoadBalancerType'] @Domain = params['Domain'] @LoadBalancerDomain = params['LoadBalancerDomain'] end |