Class: TencentCloud::Tke::V20180525::DNSConfigOption
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DNSConfigOption
- Defined in:
- lib/v20180525/models.rb
Overview
DNS配置选项
Instance Attribute Summary collapse
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ DNSConfigOption
constructor
A new instance of DNSConfigOption.
Constructor Details
#initialize(name = nil, value = nil) ⇒ DNSConfigOption
Returns a new instance of DNSConfigOption.
3878 3879 3880 3881 |
# File 'lib/v20180525/models.rb', line 3878 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3876 3877 3878 |
# File 'lib/v20180525/models.rb', line 3876 def Name @Name end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3876 3877 3878 |
# File 'lib/v20180525/models.rb', line 3876 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
3883 3884 3885 3886 |
# File 'lib/v20180525/models.rb', line 3883 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |