View Source GoogleApi.Looker.V1.Model.ServiceAttachment (google_api_looker v0.5.1)

Service attachment configuration.

Attributes

  • connectionStatus (type: String.t, default: nil) - Output only. Connection status.
  • localFqdn (type: String.t, default: nil) - Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.
  • targetServiceAttachmentUri (type: String.t, default: nil) - Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Looker.V1.Model.ServiceAttachment{
  connectionStatus: String.t() | nil,
  localFqdn: String.t() | nil,
  targetServiceAttachmentUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.