View Source GoogleApi.Compute.V1.Model.ServiceAttachmentConnectedEndpoint (google_api_compute v0.56.2)

[Output Only] A connection connected to this service attachment.

Attributes

  • consumerNetwork (type: String.t, default: nil) - The url of the consumer network.
  • endpoint (type: String.t, default: nil) - The url of a connected endpoint.
  • pscConnectionId (type: String.t, default: nil) - The PSC connection id of the connected endpoint.
  • status (type: String.t, default: nil) - The status of a connected endpoint to this service attachment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ServiceAttachmentConnectedEndpoint{
  consumerNetwork: String.t() | nil,
  endpoint: String.t() | nil,
  pscConnectionId: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.