Class: Google::Apis::DnsV1::PolicyAlternativeNameServerConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dns_v1/classes.rb,
lib/google/apis/dns_v1/representations.rb,
lib/google/apis/dns_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PolicyAlternativeNameServerConfig

Returns a new instance of PolicyAlternativeNameServerConfig.



1621
1622
1623
# File 'lib/google/apis/dns_v1/classes.rb', line 1621

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


1612
1613
1614
# File 'lib/google/apis/dns_v1/classes.rb', line 1612

def kind
  @kind
end

#target_name_serversArray<Google::Apis::DnsV1::PolicyAlternativeNameServerConfigTargetNameServer>

Sets an alternative name server for the associated networks. When specified, all DNS queries are forwarded to a name server that you choose. Names such as . internal are not available when an alternative name server is specified. Corresponds to the JSON property targetNameServers



1619
1620
1621
# File 'lib/google/apis/dns_v1/classes.rb', line 1619

def target_name_servers
  @target_name_servers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1626
1627
1628
1629
# File 'lib/google/apis/dns_v1/classes.rb', line 1626

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @target_name_servers = args[:target_name_servers] if args.key?(:target_name_servers)
end