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.
6027 6028 6029 6030 6031 6032 6033 6034 |
# File 'lib/v20180317/models.rb', line 6027 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
6025 6026 6027 |
# File 'lib/v20180317/models.rb', line 6025 def Domain @Domain end |
#LoadBalancerId ⇒ Object
6025 6026 6027 |
# File 'lib/v20180317/models.rb', line 6025 def LoadBalancerId @LoadBalancerId end |
#LoadBalancerName ⇒ Object
6025 6026 6027 |
# File 'lib/v20180317/models.rb', line 6025 def LoadBalancerName @LoadBalancerName end |
#OutBandwidth ⇒ Object
6025 6026 6027 |
# File 'lib/v20180317/models.rb', line 6025 def OutBandwidth @OutBandwidth end |
#Region ⇒ Object
6025 6026 6027 |
# File 'lib/v20180317/models.rb', line 6025 def Region @Region end |
#Vip ⇒ Object
6025 6026 6027 |
# File 'lib/v20180317/models.rb', line 6025 def Vip @Vip end |
Instance Method Details
#deserialize(params) ⇒ Object
6036 6037 6038 6039 6040 6041 6042 6043 |
# File 'lib/v20180317/models.rb', line 6036 def deserialize(params) @LoadBalancerId = params['LoadBalancerId'] @LoadBalancerName = params['LoadBalancerName'] @Region = params['Region'] @Vip = params['Vip'] @OutBandwidth = params['OutBandwidth'] @Domain = params['Domain'] end |