class Google::Apis::DnsV1::ManagedZonePeeringConfig
Attributes
kind[RW]
Corresponds to the JSON property `kind` @return [String]
target_network[RW]
The network with which to peer. Corresponds to the JSON property `targetNetwork` @return [Google::Apis::DnsV1::ManagedZonePeeringConfigTargetNetwork]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dns_v1/classes.rb, line 1097 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dns_v1/classes.rb, line 1102 def update!(**args) @kind = args[:kind] if args.key?(:kind) @target_network = args[:target_network] if args.key?(:target_network) end