#include <node_groups_scoped_list.h>
◆ NodeGroupsScopedList() [1/2]
google_compute_api::NodeGroupsScopedList::NodeGroupsScopedList |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ NodeGroupsScopedList() [2/2]
google_compute_api::NodeGroupsScopedList::NodeGroupsScopedList |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~NodeGroupsScopedList()
google_compute_api::NodeGroupsScopedList::~NodeGroupsScopedList |
( |
| ) |
|
|
virtual |
◆ clear_node_groups()
void google_compute_api::NodeGroupsScopedList::clear_node_groups |
( |
| ) |
|
|
inline |
Clears the 'nodeGroups
' attribute.
◆ clear_warning()
void google_compute_api::NodeGroupsScopedList::clear_warning |
( |
| ) |
|
|
inline |
Clears the 'warning
' attribute.
◆ get_node_groups()
const client::JsonCppArray<NodeGroup > google_compute_api::NodeGroupsScopedList::get_node_groups |
( |
| ) |
const |
Get a reference to the value of the 'nodeGroups
' attribute.
◆ get_warning()
Get a reference to the value of the 'warning
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::NodeGroupsScopedList::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_node_groups()
bool google_compute_api::NodeGroupsScopedList::has_node_groups |
( |
| ) |
const |
|
inline |
Determine if the 'nodeGroups
' attribute was set.
- Returns
- true if the '
nodeGroups
' attribute was set.
◆ has_warning()
bool google_compute_api::NodeGroupsScopedList::has_warning |
( |
| ) |
const |
|
inline |
Determine if the 'warning
' attribute was set.
- Returns
- true if the '
warning
' attribute was set.
◆ mutable_nodeGroups()
client::JsonCppArray<NodeGroup > google_compute_api::NodeGroupsScopedList::mutable_nodeGroups |
( |
| ) |
|
Gets a reference to a mutable value of the 'nodeGroups
' property.
[Output Only] A list of node groups 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.
[Output Only] An informational warning that appears when the nodeGroup 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: