Class: TencentCloud::Tke::V20180525::ClusterInternalLB
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ClusterInternalLB
- Defined in:
- lib/v20180525/models.rb
Overview
弹性容器集群内网访问LB信息
Instance Attribute Summary collapse
-
#Enabled ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SubnetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enabled = nil, subnetid = nil) ⇒ ClusterInternalLB
constructor
A new instance of ClusterInternalLB.
Constructor Details
#initialize(enabled = nil, subnetid = nil) ⇒ ClusterInternalLB
Returns a new instance of ClusterInternalLB.
1347 1348 1349 1350 |
# File 'lib/v20180525/models.rb', line 1347 def initialize(enabled=nil, subnetid=nil) @Enabled = enabled @SubnetId = subnetid end |
Instance Attribute Details
#Enabled ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1345 1346 1347 |
# File 'lib/v20180525/models.rb', line 1345 def Enabled @Enabled end |
#SubnetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1345 1346 1347 |
# File 'lib/v20180525/models.rb', line 1345 def SubnetId @SubnetId end |
Instance Method Details
#deserialize(params) ⇒ Object
1352 1353 1354 1355 |
# File 'lib/v20180525/models.rb', line 1352 def deserialize(params) @Enabled = params['Enabled'] @SubnetId = params['SubnetId'] end |