Class: TencentCloud::Tke::V20180525::EdgeClusterInternalLB

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

边缘计算集群内网访问LB信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EnabledObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Enabled:

    是否开启内网访问LB

  • SubnetId:

    内网访问LB关联的子网Id



11124
11125
11126
# File 'lib/v20180525/models.rb', line 11124

def Enabled
  @Enabled
end

#SubnetIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Enabled:

    是否开启内网访问LB

  • SubnetId:

    内网访问LB关联的子网Id



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