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.



1667
1668
1669
# File 'lib/google/apis/dns_v1/classes.rb', line 1667

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

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


1658
1659
1660
# File 'lib/google/apis/dns_v1/classes.rb', line 1658

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



1665
1666
1667
# File 'lib/google/apis/dns_v1/classes.rb', line 1665

def target_name_servers
  @target_name_servers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1672
1673
1674
1675
# File 'lib/google/apis/dns_v1/classes.rb', line 1672

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