View Source GoogleApi.Compute.V1.Model.InterconnectLocationRegionInfo (google_api_compute v0.62.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InterconnectLocationRegionInfo{
  expectedRttMs: String.t() | nil,
  locationPresence: String.t() | nil,
  region: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.