google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.RouterStatus View Source
Attributes
- bestRoutes ([Route]): Best routes for this router's network. Defaults to:
null
. - bestRoutesForRouter ([Route]): Best routes learned by this router. Defaults to:
null
. - bgpPeerStatus ([RouterStatusBgpPeerStatus]): Defaults to:
null
. - natStatus ([RouterStatusNatStatus]): Defaults to:
null
. - network (String.t): URI of the network to which this router belongs. Defaults to:
null
.
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 Source
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: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.