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

Describes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only.

Attributes

  • customerDemarcId (type: String.t, default: nil) - Customer-side demarc ID for this circuit.
  • googleCircuitId (type: String.t, default: nil) - Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
  • googleDemarcId (type: String.t, default: nil) - Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InterconnectCircuitInfo{
  customerDemarcId: String.t() | nil,
  googleCircuitId: String.t() | nil,
  googleDemarcId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.