class Google::Apis::DatafusionV1beta1::AddDnsPeeringRequest
Request message to create dns peering.
Attributes
dns_peering[RW]
DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS. Corresponds to the JSON property `dnsPeering` @return [Google::Apis::DatafusionV1beta1::DnsPeering]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datafusion_v1beta1/classes.rb, line 54 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datafusion_v1beta1/classes.rb, line 59 def update!(**args) @dns_peering = args[:dns_peering] if args.key?(:dns_peering) end