GoogleApi.ServiceNetworking.V1.Model.PeeredDnsDomain (google_api_service_networking v0.40.0)

View Source

DNS domain suffix for which requests originating in the producer VPC network are resolved in the associated consumer VPC network.

Attributes

  • dnsSuffix (type: String.t, default: nil) - The DNS domain name suffix e.g. example.com.. Cloud DNS requires that a DNS suffix ends with a trailing dot.
  • name (type: String.t, default: nil) - User assigned name for this resource. Must be unique within the consumer network. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.PeeredDnsDomain{
  dnsSuffix: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.