class Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigNetwork

Attributes

kind[RW]

Corresponds to the JSON property `kind` @return [String]

network_url[RW]

The fully qualified URL of the VPC network to bind to. Format this URL like www.googleapis.com/compute/v1/projects/`project`/global/networks/` network` Corresponds to the JSON property `networkUrl` @return [String]

Public Class Methods

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