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.
1909 1910 1911 1912 1913 |
# File 'lib/v20220501/models.rb', line 1909 def initialize(nameservers=nil, hosts=nil, kernelargs=nil) @Nameservers = nameservers @Hosts = hosts @KernelArgs = kernelargs end |
Instance Attribute Details
#Hosts ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1907 1908 1909 |
# File 'lib/v20220501/models.rb', line 1907 def Hosts @Hosts end |
#KernelArgs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1907 1908 1909 |
# File 'lib/v20220501/models.rb', line 1907 def KernelArgs @KernelArgs end |
#Nameservers ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1907 1908 1909 |
# File 'lib/v20220501/models.rb', line 1907 def Nameservers @Nameservers end |
Instance Method Details
#deserialize(params) ⇒ Object
1915 1916 1917 1918 1919 |
# File 'lib/v20220501/models.rb', line 1915 def deserialize(params) @Nameservers = params['Nameservers'] @Hosts = params['Hosts'] @KernelArgs = params['KernelArgs'] end |