#include <target_pools_scoped_list.h>
◆ TargetPoolsScopedList() [1/2]
google_compute_api::TargetPoolsScopedList::TargetPoolsScopedList |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TargetPoolsScopedList() [2/2]
google_compute_api::TargetPoolsScopedList::TargetPoolsScopedList |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TargetPoolsScopedList()
google_compute_api::TargetPoolsScopedList::~TargetPoolsScopedList |
( |
| ) |
|
|
virtual |
◆ clear_target_pools()
void google_compute_api::TargetPoolsScopedList::clear_target_pools |
( |
| ) |
|
|
inline |
Clears the 'targetPools
' attribute.
◆ clear_warning()
void google_compute_api::TargetPoolsScopedList::clear_warning |
( |
| ) |
|
|
inline |
Clears the 'warning
' attribute.
◆ get_target_pools()
const client::JsonCppArray<TargetPool > google_compute_api::TargetPoolsScopedList::get_target_pools |
( |
| ) |
const |
Get a reference to the value of the 'targetPools
' attribute.
◆ get_warning()
Get a reference to the value of the 'warning
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::TargetPoolsScopedList::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_target_pools()
bool google_compute_api::TargetPoolsScopedList::has_target_pools |
( |
| ) |
const |
|
inline |
Determine if the 'targetPools
' attribute was set.
- Returns
- true if the '
targetPools
' attribute was set.
◆ has_warning()
bool google_compute_api::TargetPoolsScopedList::has_warning |
( |
| ) |
const |
|
inline |
Determine if the 'warning
' attribute was set.
- Returns
- true if the '
warning
' attribute was set.
◆ mutable_targetPools()
client::JsonCppArray<TargetPool > google_compute_api::TargetPoolsScopedList::mutable_targetPools |
( |
| ) |
|
Gets a reference to a mutable value of the 'targetPools
' property.
A list of target pools 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 addresses 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: