View Source GoogleApi.Connectors.V1.Model.EndpointAttachment (google_api_connectors v0.9.0)

represents the Connector's Endpoint Attachment resource

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Created time.
  • description (type: String.t, default: nil) - Optional. Description of the resource.
  • endpointGlobalAccess (type: boolean(), default: nil) - Optional. The Private Service Connect Connection Endpoint Global Access. https://cloud.google.com/vpc/docs/about-accessing-vpc-hosted-services-endpoints#global-access
  • endpointIp (type: String.t, default: nil) - Output only. The Private Service Connect connection endpoint ip
  • labels (type: map(), default: nil) - Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
  • name (type: String.t, default: nil) - Output only. Resource name of the Endpoint Attachment. Format: projects/{project}/locations/{location}/endpointAttachments/{endpoint_attachment}
  • serviceAttachment (type: String.t, default: nil) - Required. The path of the service attachment
  • updateTime (type: DateTime.t, default: nil) - Output only. Updated time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.EndpointAttachment{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  endpointGlobalAccess: boolean() | nil,
  endpointIp: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  serviceAttachment: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.