google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.InterconnectDiagnosticsLinkLACPStatus View Source

Attributes

  • googleSystemId (type: String.t, default: nil) - System ID of the port on Google's side of the LACP exchange.
  • neighborSystemId (type: String.t, default: nil) - System ID of the port on the neighbor's side of the LACP exchange.
  • state (type: String.t, default: nil) - The state of a LACP link, which can take one of the following values:

    • ACTIVE: The link is configured and active within the bundle.
    • DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.InterconnectDiagnosticsLinkLACPStatus{
  googleSystemId: String.t(),
  neighborSystemId: String.t(),
  state: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.