Class: TencentCloud::Tke::V20220501::ManagementConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20220501::ManagementConfig
- Defined in:
- lib/v20220501/models.rb
Overview
托管节点池Management配置
Instance Attribute Summary collapse
-
#Hosts ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#KernelArgs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Nameservers ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nameservers = nil, hosts = nil, kernelargs = nil) ⇒ ManagementConfig
constructor
A new instance of ManagementConfig.
Constructor Details
#initialize(nameservers = nil, hosts = nil, kernelargs = nil) ⇒ ManagementConfig
Returns a new instance of ManagementConfig.
1429 1430 1431 1432 1433 |
# File 'lib/v20220501/models.rb', line 1429 def initialize(nameservers=nil, hosts=nil, kernelargs=nil) @Nameservers = nameservers @Hosts = hosts @KernelArgs = kernelargs end |
Instance Attribute Details
#Hosts ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1427 1428 1429 |
# File 'lib/v20220501/models.rb', line 1427 def Hosts @Hosts end |
#KernelArgs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1427 1428 1429 |
# File 'lib/v20220501/models.rb', line 1427 def KernelArgs @KernelArgs end |
#Nameservers ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1427 1428 1429 |
# File 'lib/v20220501/models.rb', line 1427 def Nameservers @Nameservers end |
Instance Method Details
#deserialize(params) ⇒ Object
1435 1436 1437 1438 1439 |
# File 'lib/v20220501/models.rb', line 1435 def deserialize(params) @Nameservers = params['Nameservers'] @Hosts = params['Hosts'] @KernelArgs = params['KernelArgs'] end |