GoogleApi.Compute.V1.Model.RouterStatus (google_api_compute v0.33.0) View Source
Attributes
-
bestRoutes
(type:list(GoogleApi.Compute.V1.Model.Route.t)
, default:nil
) - Best routes for this router's network. -
bestRoutesForRouter
(type:list(GoogleApi.Compute.V1.Model.Route.t)
, default:nil
) - Best routes learned by this 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.