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.
3875 3876 3877 3878 |
# File 'lib/v20180525/models.rb', line 3875 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
3873 3874 3875 |
# File 'lib/v20180525/models.rb', line 3873 def Name @Name end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
3873 3874 3875 |
# File 'lib/v20180525/models.rb', line 3873 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
3880 3881 3882 3883 |
# File 'lib/v20180525/models.rb', line 3880 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |