#include <routers_scoped_list.h>
◆ RoutersScopedList() [1/2]
google_compute_api::RoutersScopedList::RoutersScopedList |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ RoutersScopedList() [2/2]
google_compute_api::RoutersScopedList::RoutersScopedList |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~RoutersScopedList()
google_compute_api::RoutersScopedList::~RoutersScopedList |
( |
| ) |
|
|
virtual |
◆ clear_routers()
void google_compute_api::RoutersScopedList::clear_routers |
( |
| ) |
|
|
inline |
Clears the 'routers
' attribute.
◆ clear_warning()
void google_compute_api::RoutersScopedList::clear_warning |
( |
| ) |
|
|
inline |
Clears the 'warning
' attribute.
◆ get_routers()
const client::JsonCppArray<Router > google_compute_api::RoutersScopedList::get_routers |
( |
| ) |
const |
Get a reference to the value of the 'routers
' attribute.
◆ get_warning()
Get a reference to the value of the 'warning
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::RoutersScopedList::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_routers()
bool google_compute_api::RoutersScopedList::has_routers |
( |
| ) |
const |
|
inline |
Determine if the 'routers
' attribute was set.
- Returns
- true if the '
routers
' attribute was set.
◆ has_warning()
bool google_compute_api::RoutersScopedList::has_warning |
( |
| ) |
const |
|
inline |
Determine if the 'warning
' attribute was set.
- Returns
- true if the '
warning
' attribute was set.
◆ mutable_routers()
client::JsonCppArray<Router > google_compute_api::RoutersScopedList::mutable_routers |
( |
| ) |
|
Gets a reference to a mutable value of the 'routers
' property.
A list of routers contained in this scope.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_warning()
Gets a reference to a mutable value of the 'warning
' property.
Informational warning which replaces the list of routers when the list is empty.
- 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.
The documentation for this class was generated from the following files: