GoogleApi.DNS.V1.Model.ManagedZonePeeringConfig (google_api_dns v0.32.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.