View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EndpointAttachment (google_api_apigee v0.46.0)

Apigee endpoint attachment. For more information, see [Southbound networking patterns] (https://cloud.google.com/apigee/docs/api-platform/architecture/southbound-networking-patterns-endpoints).

Attributes

  • connectionState (type: String.t, default: nil) - Output only. State of the endpoint attachment connection to the service attachment.
  • host (type: String.t, default: nil) - Output only. Host that can be used in either the HTTP target endpoint directly or as the host in target server.
  • location (type: String.t, default: nil) - Required. Location of the endpoint attachment.
  • name (type: String.t, default: nil) - Name of the endpoint attachment. Use the following structure in your request: organizations/{org}/endpointAttachments/{endpoint_attachment}
  • serviceAttachment (type: String.t, default: nil) - Format: projects//regions//serviceAttachments/*
  • state (type: String.t, default: nil) - Output only. State of the endpoint attachment. Values other than ACTIVE mean the resource is not ready to use.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EndpointAttachment{
  connectionState: String.t() | nil,
  host: String.t() | nil,
  location: String.t() | nil,
  name: String.t() | nil,
  serviceAttachment: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.