Class: TencentCloud::Clb::V20180317::LoadBalancerTraffic
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::LoadBalancerTraffic
- Defined in:
- lib/v20180317/models.rb
Overview
负载均衡流量数据。
Instance Attribute Summary collapse
- #Domain ⇒ Object
- #LoadBalancerId ⇒ Object
- #LoadBalancerName ⇒ Object
- #OutBandwidth ⇒ Object
- #Region ⇒ Object
- #Vip ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(loadbalancerid = nil, loadbalancername = nil, region = nil, vip = nil, outbandwidth = nil, domain = nil) ⇒ LoadBalancerTraffic
constructor
A new instance of LoadBalancerTraffic.
Constructor Details
#initialize(loadbalancerid = nil, loadbalancername = nil, region = nil, vip = nil, outbandwidth = nil, domain = nil) ⇒ LoadBalancerTraffic
Returns a new instance of LoadBalancerTraffic.
6148 6149 6150 6151 6152 6153 6154 6155 |
# File 'lib/v20180317/models.rb', line 6148 def initialize(loadbalancerid=nil, loadbalancername=nil, region=nil, vip=nil, outbandwidth=nil, domain=nil) @LoadBalancerId = loadbalancerid @LoadBalancerName = loadbalancername @Region = region @Vip = vip @OutBandwidth = outbandwidth @Domain = domain end |
Instance Attribute Details
#Domain ⇒ Object
6146 6147 6148 |
# File 'lib/v20180317/models.rb', line 6146 def Domain @Domain end |
#LoadBalancerId ⇒ Object
6146 6147 6148 |
# File 'lib/v20180317/models.rb', line 6146 def LoadBalancerId @LoadBalancerId end |
#LoadBalancerName ⇒ Object
6146 6147 6148 |
# File 'lib/v20180317/models.rb', line 6146 def LoadBalancerName @LoadBalancerName end |
#OutBandwidth ⇒ Object
6146 6147 6148 |
# File 'lib/v20180317/models.rb', line 6146 def OutBandwidth @OutBandwidth end |
#Region ⇒ Object
6146 6147 6148 |
# File 'lib/v20180317/models.rb', line 6146 def Region @Region end |
#Vip ⇒ Object
6146 6147 6148 |
# File 'lib/v20180317/models.rb', line 6146 def Vip @Vip end |
Instance Method Details
#deserialize(params) ⇒ Object
6157 6158 6159 6160 6161 6162 6163 6164 |
# File 'lib/v20180317/models.rb', line 6157 def deserialize(params) @LoadBalancerId = params['LoadBalancerId'] @LoadBalancerName = params['LoadBalancerName'] @Region = params['Region'] @Vip = params['Vip'] @OutBandwidth = params['OutBandwidth'] @Domain = params['Domain'] end |