google_api_compute v0.4.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 (String.t): Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region. Defaults to: null.
  • locationPresence (String.t): Identifies the network presence of this location. Defaults to: null.

    • Enum - one of [GLOBAL, LOCAL_REGION, LP_GLOBAL, LP_LOCAL_REGION]
  • region (String.t): URL for the region of this location. 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.InterconnectLocationRegionInfo{
  expectedRttMs: any(),
  locationPresence: any(),
  region: 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.