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.
10713 10714 10715 10716 |
# File 'lib/v20180525/models.rb', line 10713 def initialize(domain=nil, dnsservers=nil) @Domain = domain @DnsServers = dnsservers end |
Instance Attribute Details
#DnsServers ⇒ Object
10711 10712 10713 |
# File 'lib/v20180525/models.rb', line 10711 def DnsServers @DnsServers end |
#Domain ⇒ Object
10711 10712 10713 |
# File 'lib/v20180525/models.rb', line 10711 def Domain @Domain end |
Instance Method Details
#deserialize(params) ⇒ Object
10718 10719 10720 10721 |
# File 'lib/v20180525/models.rb', line 10718 def deserialize(params) @Domain = params['Domain'] @DnsServers = params['DnsServers'] end |