class Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfig

Attributes

kind[RW]

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

networks[RW]

The list of VPC networks that can see this zone. Corresponds to the JSON property `networks` @return [Array<Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigNetwork>]

Public Class Methods

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