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.
8482 8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 |
# File 'lib/v20180317/models.rb', line 8482 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,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def EniId @EniId end |
#InstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def InstanceName @InstanceName end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def Port @Port end |
#PrivateIpAddresses ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def PrivateIpAddresses @PrivateIpAddresses end |
#PublicIpAddresses ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def PublicIpAddresses @PublicIpAddresses end |
#RegisteredTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def RegisteredTime @RegisteredTime end |
#TargetGroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def TargetGroupId @TargetGroupId end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def Type @Type end |
#Weight ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def Weight @Weight end |
#ZoneId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8480 8481 8482 |
# File 'lib/v20180317/models.rb', line 8480 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
8496 8497 8498 8499 8500 8501 8502 8503 8504 8505 8506 8507 8508 |
# File 'lib/v20180317/models.rb', line 8496 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 |