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.
11580 11581 11582 11583 |
# File 'lib/v20180525/models.rb', line 11580 def initialize(domain=nil, dnsservers=nil) @Domain = domain @DnsServers = dnsservers end |
Instance Attribute Details
#DnsServers ⇒ Object
11578 11579 11580 |
# File 'lib/v20180525/models.rb', line 11578 def DnsServers @DnsServers end |
#Domain ⇒ Object
11578 11579 11580 |
# File 'lib/v20180525/models.rb', line 11578 def Domain @Domain end |
Instance Method Details
#deserialize(params) ⇒ Object
11585 11586 11587 11588 |
# File 'lib/v20180525/models.rb', line 11585 def deserialize(params) @Domain = params['Domain'] @DnsServers = params['DnsServers'] end |