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
3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 |
# File 'lib/v20221121/models.rb', line 3043 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
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def Domain @Domain end |
#ListenerId ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def ListenerId @ListenerId end |
#ListenerName ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def ListenerName @ListenerName end |
#LoadBalancerDomain ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def LoadBalancerDomain @LoadBalancerDomain end |
#LoadBalancerId ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def LoadBalancerId @LoadBalancerId end |
#LoadBalancerName ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def LoadBalancerName @LoadBalancerName end |
#LoadBalancerType ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def LoadBalancerType @LoadBalancerType end |
#NumericalVpcId ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def NumericalVpcId @NumericalVpcId end |
#Protocol ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def Protocol @Protocol end |
#Region ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def Region @Region end |
#Vip ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def Vip @Vip end |
#VPort ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def VPort @VPort end |
#Zone ⇒ Object
3041 3042 3043 |
# File 'lib/v20221121/models.rb', line 3041 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 |
# File 'lib/v20221121/models.rb', line 3059 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 |