View Source GoogleApi.DNS.V1.Model.ManagedZonePrivateVisibilityConfig (google_api_dns v0.29.0)

Attributes

  • gkeClusters (type: list(GoogleApi.DNS.V1.Model.ManagedZonePrivateVisibilityConfigGKECluster.t), default: nil) - The list of Google Kubernetes Engine clusters that can see this zone.
  • kind (type: String.t, default: dns#managedZonePrivateVisibilityConfig) -
  • networks (type: list(GoogleApi.DNS.V1.Model.ManagedZonePrivateVisibilityConfigNetwork.t), default: nil) - The list of VPC networks that can see this zone.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DNS.V1.Model.ManagedZonePrivateVisibilityConfig{
  gkeClusters:
    [GoogleApi.DNS.V1.Model.ManagedZonePrivateVisibilityConfigGKECluster.t()]
    | nil,
  kind: String.t() | nil,
  networks:
    [GoogleApi.DNS.V1.Model.ManagedZonePrivateVisibilityConfigNetwork.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.