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.
8364 8365 8366 8367 8368 8369 8370 8371 8372 8373 8374 8375 8376 |
# File 'lib/v20180317/models.rb', line 8364 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,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def EniId @EniId end |
#InstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def InstanceName @InstanceName end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def Port @Port end |
#PrivateIpAddresses ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def PrivateIpAddresses @PrivateIpAddresses end |
#PublicIpAddresses ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def PublicIpAddresses @PublicIpAddresses end |
#RegisteredTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def RegisteredTime @RegisteredTime end |
#TargetGroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def TargetGroupId @TargetGroupId end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def Type @Type end |
#Weight ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def Weight @Weight end |
#ZoneId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8362 8363 8364 |
# File 'lib/v20180317/models.rb', line 8362 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 8389 8390 |
# File 'lib/v20180317/models.rb', line 8378 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 |