Class: TencentCloud::Tke::V20180525::EdgeClusterInternalLB
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::EdgeClusterInternalLB
- 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) ⇒ EdgeClusterInternalLB
constructor
A new instance of EdgeClusterInternalLB.
Constructor Details
#initialize(enabled = nil, subnetid = nil) ⇒ EdgeClusterInternalLB
Returns a new instance of EdgeClusterInternalLB.
11126 11127 11128 11129 |
# File 'lib/v20180525/models.rb', line 11126 def initialize(enabled=nil, subnetid=nil) @Enabled = enabled @SubnetId = subnetid end |
Instance Attribute Details
#Enabled ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11124 11125 11126 |
# File 'lib/v20180525/models.rb', line 11124 def Enabled @Enabled end |
#SubnetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11124 11125 11126 |
# File 'lib/v20180525/models.rb', line 11124 def SubnetId @SubnetId end |
Instance Method Details
#deserialize(params) ⇒ Object
11131 11132 11133 11134 |
# File 'lib/v20180525/models.rb', line 11131 def deserialize(params) @Enabled = params['Enabled'] @SubnetId = params['SubnetId'] end |