class Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfig

Attributes

gke_clusters[RW]

The list of Google Kubernetes Engine clusters that can see this zone. Corresponds to the JSON property `gkeClusters` @return [Array<Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigGkeCluster>]

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 1163
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 1168
def update!(**args)
  @gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
  @kind = args[:kind] if args.key?(:kind)
  @networks = args[:networks] if args.key?(:networks)
end