Class: Google::Apis::DnsV1::ManagedZoneForwardingConfig

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) ⇒ ManagedZoneForwardingConfig

Returns a new instance of ManagedZoneForwardingConfig.



993
994
995
# File 'lib/google/apis/dns_v1/classes.rb', line 993

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

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


985
986
987
# File 'lib/google/apis/dns_v1/classes.rb', line 985

def kind
  @kind
end

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

List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given. Corresponds to the JSON property targetNameServers



991
992
993
# File 'lib/google/apis/dns_v1/classes.rb', line 991

def target_name_servers
  @target_name_servers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



998
999
1000
1001
# File 'lib/google/apis/dns_v1/classes.rb', line 998

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