Class: TencentCloud::Clb::V20180317::IdleLoadBalancer
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::IdleLoadBalancer
- Defined in:
- lib/v20180317/models.rb
Overview
闲置实例。
Instance Attribute Summary collapse
-
#Domain ⇒ Object
0:创建中,1:正常运行。.
-
#Forward ⇒ Object
0:创建中,1:正常运行。.
-
#IdleReason ⇒ Object
0:创建中,1:正常运行。.
-
#LoadBalancerId ⇒ Object
0:创建中,1:正常运行。.
-
#LoadBalancerName ⇒ Object
0:创建中,1:正常运行。.
-
#Region ⇒ Object
0:创建中,1:正常运行。.
-
#Status ⇒ Object
0:创建中,1:正常运行。.
-
#Vip ⇒ Object
0:创建中,1:正常运行。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(loadbalancerid = nil, loadbalancername = nil, region = nil, vip = nil, idlereason = nil, status = nil, forward = nil, domain = nil) ⇒ IdleLoadBalancer
constructor
A new instance of IdleLoadBalancer.
Constructor Details
#initialize(loadbalancerid = nil, loadbalancername = nil, region = nil, vip = nil, idlereason = nil, status = nil, forward = nil, domain = nil) ⇒ IdleLoadBalancer
Returns a new instance of IdleLoadBalancer.
4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 |
# File 'lib/v20180317/models.rb', line 4783 def initialize(loadbalancerid=nil, loadbalancername=nil, region=nil, vip=nil, idlereason=nil, status=nil, forward=nil, domain=nil) @LoadBalancerId = loadbalancerid @LoadBalancerName = loadbalancername @Region = region @Vip = vip @IdleReason = idlereason @Status = status @Forward = forward @Domain = domain end |
Instance Attribute Details
#Domain ⇒ Object
0:创建中,1:正常运行。
4781 4782 4783 |
# File 'lib/v20180317/models.rb', line 4781 def Domain @Domain end |
#Forward ⇒ Object
0:创建中,1:正常运行。
4781 4782 4783 |
# File 'lib/v20180317/models.rb', line 4781 def Forward @Forward end |
#IdleReason ⇒ Object
0:创建中,1:正常运行。
4781 4782 4783 |
# File 'lib/v20180317/models.rb', line 4781 def IdleReason @IdleReason end |
#LoadBalancerId ⇒ Object
0:创建中,1:正常运行。
4781 4782 4783 |
# File 'lib/v20180317/models.rb', line 4781 def LoadBalancerId @LoadBalancerId end |
#LoadBalancerName ⇒ Object
0:创建中,1:正常运行。
4781 4782 4783 |
# File 'lib/v20180317/models.rb', line 4781 def LoadBalancerName @LoadBalancerName end |
#Region ⇒ Object
0:创建中,1:正常运行。
4781 4782 4783 |
# File 'lib/v20180317/models.rb', line 4781 def Region @Region end |
#Status ⇒ Object
0:创建中,1:正常运行。
4781 4782 4783 |
# File 'lib/v20180317/models.rb', line 4781 def Status @Status end |
#Vip ⇒ Object
0:创建中,1:正常运行。
4781 4782 4783 |
# File 'lib/v20180317/models.rb', line 4781 def Vip @Vip end |
Instance Method Details
#deserialize(params) ⇒ Object
4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 |
# File 'lib/v20180317/models.rb', line 4794 def deserialize(params) @LoadBalancerId = params['LoadBalancerId'] @LoadBalancerName = params['LoadBalancerName'] @Region = params['Region'] @Vip = params['Vip'] @IdleReason = params['IdleReason'] @Status = params['Status'] @Forward = params['Forward'] @Domain = params['Domain'] end |