class Google::Apis::DnsV1::ResponsePolicyNetwork

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. This should be formatted 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 2594
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 2599
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @network_url = args[:network_url] if args.key?(:network_url)
end