View Source GoogleApi.Compute.V1.Model.ExchangedPeeringRoute (google_api_compute v0.56.0)

Attributes

  • destRange (type: String.t, default: nil) - The destination range of the route.
  • imported (type: boolean(), default: nil) - True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.
  • nextHopRegion (type: String.t, default: nil) - The region of peering route next hop, only applies to dynamic routes.
  • priority (type: integer(), default: nil) - The priority of the peering route.
  • type (type: String.t, default: nil) - The type of the peering route.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ExchangedPeeringRoute{
  destRange: String.t() | nil,
  imported: boolean() | nil,
  nextHopRegion: String.t() | nil,
  priority: integer() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.