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.
5970 5971 5972 5973 5974 5975 5976 5977 |
# File 'lib/v20180317/models.rb', line 5970 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
5968 5969 5970 |
# File 'lib/v20180317/models.rb', line 5968 def Domain @Domain end |
#LoadBalancerId ⇒ Object
5968 5969 5970 |
# File 'lib/v20180317/models.rb', line 5968 def LoadBalancerId @LoadBalancerId end |
#LoadBalancerName ⇒ Object
5968 5969 5970 |
# File 'lib/v20180317/models.rb', line 5968 def LoadBalancerName @LoadBalancerName end |
#OutBandwidth ⇒ Object
5968 5969 5970 |
# File 'lib/v20180317/models.rb', line 5968 def OutBandwidth @OutBandwidth end |
#Region ⇒ Object
5968 5969 5970 |
# File 'lib/v20180317/models.rb', line 5968 def Region @Region end |
#Vip ⇒ Object
5968 5969 5970 |
# File 'lib/v20180317/models.rb', line 5968 def Vip @Vip end |
Instance Method Details
#deserialize(params) ⇒ Object
5979 5980 5981 5982 5983 5984 5985 5986 |
# File 'lib/v20180317/models.rb', line 5979 def deserialize(params) @LoadBalancerId = params['LoadBalancerId'] @LoadBalancerName = params['LoadBalancerName'] @Region = params['Region'] @Vip = params['Vip'] @OutBandwidth = params['OutBandwidth'] @Domain = params['Domain'] end |