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.



1650
1651
1652
# File 'lib/google/apis/dns_v1/classes.rb', line 1650

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

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


1641
1642
1643
# File 'lib/google/apis/dns_v1/classes.rb', line 1641

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



1648
1649
1650
# File 'lib/google/apis/dns_v1/classes.rb', line 1648

def target_name_servers
  @target_name_servers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1655
1656
1657
1658
# File 'lib/google/apis/dns_v1/classes.rb', line 1655

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