GoogleApi.DataFusion.V1.Model.DnsPeering (google_api_data_fusion v0.27.0)

View Source

DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.

Attributes

  • description (type: String.t, default: nil) - Optional. Optional description of the dns zone.
  • domain (type: String.t, default: nil) - Required. The dns name suffix of the zone.
  • name (type: String.t, default: nil) - Identifier. The resource name of the dns peering zone. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
  • targetNetwork (type: String.t, default: nil) - Optional. Optional target network to which dns peering should happen.
  • targetProject (type: String.t, default: nil) - Optional. Optional target project to which dns peering should happen.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataFusion.V1.Model.DnsPeering{
  description: String.t() | nil,
  domain: String.t() | nil,
  name: String.t() | nil,
  targetNetwork: String.t() | nil,
  targetProject: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.