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

Attributes

  • kind (type: String.t, default: dns#managedZonePeeringConfig) -
  • targetNetwork (type: GoogleApi.DNS.V1.Model.ManagedZonePeeringConfigTargetNetwork.t, default: nil) - The network with which to peer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DNS.V1.Model.ManagedZonePeeringConfig{
  kind: String.t() | nil,
  targetNetwork:
    GoogleApi.DNS.V1.Model.ManagedZonePeeringConfigTargetNetwork.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.