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

Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.

Attributes

  • expectedRttMs (type: String.t, default: nil) - Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
  • locationPresence (type: String.t, default: nil) - Identifies the network presence of this location.
  • region (type: String.t, default: nil) - URL for the region of this location.

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.InterconnectLocationRegionInfo{
  expectedRttMs: String.t(),
  locationPresence: String.t(),
  region: 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.