Class: TencentCloud::Ecm::V20190719::HaVip
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::HaVip
- Defined in:
- lib/v20190719/models.rb
Overview
HAVIP对象。
Instance Attribute Summary collapse
-
#AddressIp ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
-
#Business ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
-
#CreatedTime ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
-
#HaVipId ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
-
#HaVipName ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
-
#InstanceId ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
-
#NetworkInterfaceId ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
-
#State ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
-
#SubnetId ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
-
#Vip ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
-
#VpcId ⇒ Object
AVAILABLE:运行中。 UNBIND:未绑定。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(havipid = nil, havipname = nil, vip = nil, vpcid = nil, subnetid = nil, networkinterfaceid = nil, instanceid = nil, addressip = nil, state = nil, createdtime = nil, business = nil) ⇒ HaVip
constructor
A new instance of HaVip.
Constructor Details
#initialize(havipid = nil, havipname = nil, vip = nil, vpcid = nil, subnetid = nil, networkinterfaceid = nil, instanceid = nil, addressip = nil, state = nil, createdtime = nil, business = nil) ⇒ HaVip
Returns a new instance of HaVip.
5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 |
# File 'lib/v20190719/models.rb', line 5574 def initialize(havipid=nil, havipname=nil, vip=nil, vpcid=nil, subnetid=nil, networkinterfaceid=nil, instanceid=nil, addressip=nil, state=nil, createdtime=nil, business=nil) @HaVipId = havipid @HaVipName = havipname @Vip = vip @VpcId = vpcid @SubnetId = subnetid @NetworkInterfaceId = networkinterfaceid @InstanceId = instanceid @AddressIp = addressip @State = state @CreatedTime = createdtime @Business = business end |
Instance Attribute Details
#AddressIp ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def AddressIp @AddressIp end |
#Business ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def Business @Business end |
#CreatedTime ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def CreatedTime @CreatedTime end |
#HaVipId ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def HaVipId @HaVipId end |
#HaVipName ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def HaVipName @HaVipName end |
#InstanceId ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def InstanceId @InstanceId end |
#NetworkInterfaceId ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def NetworkInterfaceId @NetworkInterfaceId end |
#State ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def State @State end |
#SubnetId ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def SubnetId @SubnetId end |
#Vip ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def Vip @Vip end |
#VpcId ⇒ Object
AVAILABLE:运行中。UNBIND:未绑定。
5572 5573 5574 |
# File 'lib/v20190719/models.rb', line 5572 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 |
# File 'lib/v20190719/models.rb', line 5588 def deserialize(params) @HaVipId = params['HaVipId'] @HaVipName = params['HaVipName'] @Vip = params['Vip'] @VpcId = params['VpcId'] @SubnetId = params['SubnetId'] @NetworkInterfaceId = params['NetworkInterfaceId'] @InstanceId = params['InstanceId'] @AddressIp = params['AddressIp'] @State = params['State'] @CreatedTime = params['CreatedTime'] @Business = params['Business'] end |