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.
8413 8414 8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 |
# File 'lib/v20180317/models.rb', line 8413 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,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def EniId @EniId end |
#InstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def InstanceName @InstanceName end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def Port @Port end |
#PrivateIpAddresses ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def PrivateIpAddresses @PrivateIpAddresses end |
#PublicIpAddresses ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def PublicIpAddresses @PublicIpAddresses end |
#RegisteredTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def RegisteredTime @RegisteredTime end |
#TargetGroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def TargetGroupId @TargetGroupId end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def Type @Type end |
#Weight ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def Weight @Weight end |
#ZoneId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8411 8412 8413 |
# File 'lib/v20180317/models.rb', line 8411 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
8427 8428 8429 8430 8431 8432 8433 8434 8435 8436 8437 8438 8439 |
# File 'lib/v20180317/models.rb', line 8427 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 |