google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.RouterStatus 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.