Class: TencentCloud::Clb::V20180317::TargetGroupBackend
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::TargetGroupBackend
- Defined in:
- lib/v20180317/models.rb
Overview
目标组绑定的后端服务器
Instance Attribute Summary collapse
-
#EniId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#InstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#InstanceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PrivateIpAddresses ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PublicIpAddresses ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RegisteredTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TargetGroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Weight ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ZoneId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(targetgroupid = nil, type = nil, instanceid = nil, port = nil, weight = nil, publicipaddresses = nil, privateipaddresses = nil, instancename = nil, registeredtime = nil, eniid = nil, zoneid = nil) ⇒ TargetGroupBackend
constructor
A new instance of TargetGroupBackend.
Constructor Details
#initialize(targetgroupid = nil, type = nil, instanceid = nil, port = nil, weight = nil, publicipaddresses = nil, privateipaddresses = nil, instancename = nil, registeredtime = nil, eniid = nil, zoneid = nil) ⇒ TargetGroupBackend
Returns a new instance of TargetGroupBackend.
8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563 8564 8565 |
# File 'lib/v20180317/models.rb', line 8553 def initialize(targetgroupid=nil, type=nil, instanceid=nil, port=nil, weight=nil, publicipaddresses=nil, privateipaddresses=nil, instancename=nil, registeredtime=nil, eniid=nil, zoneid=nil) @TargetGroupId = targetgroupid @Type = type @InstanceId = instanceid @Port = port @Weight = weight @PublicIpAddresses = publicipaddresses @PrivateIpAddresses = privateipaddresses @InstanceName = instancename @RegisteredTime = registeredtime @EniId = eniid @ZoneId = zoneid end |
Instance Attribute Details
#EniId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def EniId @EniId end |
#InstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def InstanceName @InstanceName end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def Port @Port end |
#PrivateIpAddresses ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def PrivateIpAddresses @PrivateIpAddresses end |
#PublicIpAddresses ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def PublicIpAddresses @PublicIpAddresses end |
#RegisteredTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def RegisteredTime @RegisteredTime end |
#TargetGroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def TargetGroupId @TargetGroupId end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def Type @Type end |
#Weight ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def Weight @Weight end |
#ZoneId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8551 8552 8553 |
# File 'lib/v20180317/models.rb', line 8551 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 |
# File 'lib/v20180317/models.rb', line 8567 def deserialize(params) @TargetGroupId = params['TargetGroupId'] @Type = params['Type'] @InstanceId = params['InstanceId'] @Port = params['Port'] @Weight = params['Weight'] @PublicIpAddresses = params['PublicIpAddresses'] @PrivateIpAddresses = params['PrivateIpAddresses'] @InstanceName = params['InstanceName'] @RegisteredTime = params['RegisteredTime'] @EniId = params['EniId'] @ZoneId = params['ZoneId'] end |