#include <router_status.h>
◆ RouterStatus() [1/2]
google_compute_api::RouterStatus::RouterStatus |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ RouterStatus() [2/2]
google_compute_api::RouterStatus::RouterStatus |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~RouterStatus()
google_compute_api::RouterStatus::~RouterStatus |
( |
| ) |
|
|
virtual |
◆ clear_best_routes()
void google_compute_api::RouterStatus::clear_best_routes |
( |
| ) |
|
|
inline |
Clears the 'bestRoutes
' attribute.
◆ clear_best_routes_for_router()
void google_compute_api::RouterStatus::clear_best_routes_for_router |
( |
| ) |
|
|
inline |
Clears the 'bestRoutesForRouter
' attribute.
◆ clear_bgp_peer_status()
void google_compute_api::RouterStatus::clear_bgp_peer_status |
( |
| ) |
|
|
inline |
Clears the 'bgpPeerStatus
' attribute.
◆ clear_nat_status()
void google_compute_api::RouterStatus::clear_nat_status |
( |
| ) |
|
|
inline |
Clears the 'natStatus
' attribute.
◆ clear_network()
void google_compute_api::RouterStatus::clear_network |
( |
| ) |
|
|
inline |
Clears the 'network
' attribute.
◆ get_best_routes()
const client::JsonCppArray<Route > google_compute_api::RouterStatus::get_best_routes |
( |
| ) |
const |
Get a reference to the value of the 'bestRoutes
' attribute.
◆ get_best_routes_for_router()
const client::JsonCppArray<Route > google_compute_api::RouterStatus::get_best_routes_for_router |
( |
| ) |
const |
Get a reference to the value of the 'bestRoutesForRouter
' attribute.
◆ get_bgp_peer_status()
Get a reference to the value of the 'bgpPeerStatus
' attribute.
◆ get_nat_status()
const client::JsonCppArray<RouterStatusNatStatus > google_compute_api::RouterStatus::get_nat_status |
( |
| ) |
const |
Get a reference to the value of the 'natStatus
' attribute.
◆ get_network()
const StringPiece google_compute_api::RouterStatus::get_network |
( |
| ) |
const |
|
inline |
Get the value of the 'network
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::RouterStatus::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_best_routes()
bool google_compute_api::RouterStatus::has_best_routes |
( |
| ) |
const |
|
inline |
Determine if the 'bestRoutes
' attribute was set.
- Returns
- true if the '
bestRoutes
' attribute was set.
◆ has_best_routes_for_router()
bool google_compute_api::RouterStatus::has_best_routes_for_router |
( |
| ) |
const |
|
inline |
Determine if the 'bestRoutesForRouter
' attribute was set.
- Returns
- true if the '
bestRoutesForRouter
' attribute was set.
◆ has_bgp_peer_status()
bool google_compute_api::RouterStatus::has_bgp_peer_status |
( |
| ) |
const |
|
inline |
Determine if the 'bgpPeerStatus
' attribute was set.
- Returns
- true if the '
bgpPeerStatus
' attribute was set.
◆ has_nat_status()
bool google_compute_api::RouterStatus::has_nat_status |
( |
| ) |
const |
|
inline |
Determine if the 'natStatus
' attribute was set.
- Returns
- true if the '
natStatus
' attribute was set.
◆ has_network()
bool google_compute_api::RouterStatus::has_network |
( |
| ) |
const |
|
inline |
Determine if the 'network
' attribute was set.
- Returns
- true if the '
network
' attribute was set.
◆ mutable_bestRoutes()
client::JsonCppArray<Route > google_compute_api::RouterStatus::mutable_bestRoutes |
( |
| ) |
|
Gets a reference to a mutable value of the 'bestRoutes
' property.
Best routes for this router's network.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_bestRoutesForRouter()
client::JsonCppArray<Route > google_compute_api::RouterStatus::mutable_bestRoutesForRouter |
( |
| ) |
|
Gets a reference to a mutable value of the 'bestRoutesForRouter
' property.
Best routes learned by this router.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_bgpPeerStatus()
Gets a reference to a mutable value of the 'bgpPeerStatus
' property.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_natStatus()
Gets a reference to a mutable value of the 'natStatus
' property.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_network()
void google_compute_api::RouterStatus::set_network |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'network
' attribute.
URI of the network to which this router belongs.
- Parameters
-
The documentation for this class was generated from the following files: