Class: TencentCloud::Tke::V20180525::DnsServerConf
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DnsServerConf
- Defined in:
- lib/v20180525/models.rb
Overview
Eks 自定义域名服务器 配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, dnsservers = nil) ⇒ DnsServerConf
constructor
A new instance of DnsServerConf.
Constructor Details
#initialize(domain = nil, dnsservers = nil) ⇒ DnsServerConf
Returns a new instance of DnsServerConf.
10727 10728 10729 10730 |
# File 'lib/v20180525/models.rb', line 10727 def initialize(domain=nil, dnsservers=nil) @Domain = domain @DnsServers = dnsservers end |
Instance Attribute Details
#DnsServers ⇒ Object
10725 10726 10727 |
# File 'lib/v20180525/models.rb', line 10725 def DnsServers @DnsServers end |
#Domain ⇒ Object
10725 10726 10727 |
# File 'lib/v20180525/models.rb', line 10725 def Domain @Domain end |
Instance Method Details
#deserialize(params) ⇒ Object
10732 10733 10734 10735 |
# File 'lib/v20180525/models.rb', line 10732 def deserialize(params) @Domain = params['Domain'] @DnsServers = params['DnsServers'] end |