GoogleApi.DataFusion.V1beta1.Model.DnsPeering (google_api_data_fusion v0.19.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. Name of the dns.
  • 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.
  • zone (type: String.t, default: nil) - Required. Name of the zone.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DataFusion.V1beta1.Model.DnsPeering{
  description: String.t() | nil,
  domain: String.t() | nil,
  targetNetwork: String.t() | nil,
  targetProject: String.t() | nil,
  zone: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.