class Google::Apis::DatafusionV1beta1::RemoveDnsPeeringRequest

Request message to remove dns peering.

Attributes

zone[RW]

Required. The zone to be removed. Corresponds to the JSON property `zone` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datafusion_v1beta1/classes.rb, line 1111
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 1116
def update!(**args)
  @zone = args[:zone] if args.key?(:zone)
end