GoogleApi.Compute.V1.Model.RouterStatus (google_api_compute v0.29.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()],
bestRoutesForRouter: [GoogleApi.Compute.V1.Model.Route.t()],
bgpPeerStatus: [GoogleApi.Compute.V1.Model.RouterStatusBgpPeerStatus.t()],
natStatus: [GoogleApi.Compute.V1.Model.RouterStatusNatStatus.t()],
network: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.