Class: TencentCloud::Tke::V20180525::EdgeClusterAdvancedSettings
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::EdgeClusterAdvancedSettings
- Defined in:
- lib/v20180525/models.rb
Overview
边缘容器集群高级配置
Instance Attribute Summary collapse
-
#ExtraArgs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ProxyMode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Runtime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(extraargs = nil, runtime = nil, proxymode = nil) ⇒ EdgeClusterAdvancedSettings
constructor
A new instance of EdgeClusterAdvancedSettings.
Constructor Details
#initialize(extraargs = nil, runtime = nil, proxymode = nil) ⇒ EdgeClusterAdvancedSettings
Returns a new instance of EdgeClusterAdvancedSettings.
11253 11254 11255 11256 11257 |
# File 'lib/v20180525/models.rb', line 11253 def initialize(extraargs=nil, runtime=nil, proxymode=nil) @ExtraArgs = extraargs @Runtime = runtime @ProxyMode = proxymode end |
Instance Attribute Details
#ExtraArgs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11251 11252 11253 |
# File 'lib/v20180525/models.rb', line 11251 def ExtraArgs @ExtraArgs end |
#ProxyMode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11251 11252 11253 |
# File 'lib/v20180525/models.rb', line 11251 def ProxyMode @ProxyMode end |
#Runtime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11251 11252 11253 |
# File 'lib/v20180525/models.rb', line 11251 def Runtime @Runtime end |
Instance Method Details
#deserialize(params) ⇒ Object
11259 11260 11261 11262 11263 11264 11265 11266 |
# File 'lib/v20180525/models.rb', line 11259 def deserialize(params) unless params['ExtraArgs'].nil? @ExtraArgs = EdgeClusterExtraArgs.new @ExtraArgs.deserialize(params['ExtraArgs']) end @Runtime = params['Runtime'] @ProxyMode = params['ProxyMode'] end |