View Source GoogleApi.Compute.V1.Model.RouterStatus (google_api_compute v0.60.0)

Attributes

  • bestRoutes (type: list(GoogleApi.Compute.V1.Model.Route.t), default: nil) - A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
  • bestRoutesForRouter (type: list(GoogleApi.Compute.V1.Model.Route.t), default: nil) - A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
  • bgpPeerStatus (type: list(GoogleApi.Compute.V1.Model.RouterStatusBgpPeerStatus.t), default: nil) -
  • natStatus (type: list(GoogleApi.Compute.V1.Model.RouterStatusNatStatus.t), default: nil) -
  • network (type: String.t, default: nil) - URI of the network to which this router belongs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.RouterStatus{
  bestRoutes: [GoogleApi.Compute.V1.Model.Route.t()] | nil,
  bestRoutesForRouter: [GoogleApi.Compute.V1.Model.Route.t()] | nil,
  bgpPeerStatus:
    [GoogleApi.Compute.V1.Model.RouterStatusBgpPeerStatus.t()] | nil,
  natStatus: [GoogleApi.Compute.V1.Model.RouterStatusNatStatus.t()] | nil,
  network: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.