google_api_compute v0.7.0 GoogleApi.Compute.V1.Model.InterconnectCircuitInfo View Source

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

Attributes

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

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.InterconnectCircuitInfo{
  customerDemarcId: any(),
  googleCircuitId: any(),
  googleDemarcId: any()
}

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.