#include <node_group_node.h>
◆ NodeGroupNode() [1/2]
google_compute_api::NodeGroupNode::NodeGroupNode |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ NodeGroupNode() [2/2]
google_compute_api::NodeGroupNode::NodeGroupNode |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~NodeGroupNode()
google_compute_api::NodeGroupNode::~NodeGroupNode |
( |
| ) |
|
|
virtual |
◆ clear_instances()
void google_compute_api::NodeGroupNode::clear_instances |
( |
| ) |
|
|
inline |
Clears the 'instances
' attribute.
◆ clear_name()
void google_compute_api::NodeGroupNode::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ clear_node_type()
void google_compute_api::NodeGroupNode::clear_node_type |
( |
| ) |
|
|
inline |
Clears the 'nodeType
' attribute.
◆ clear_status()
void google_compute_api::NodeGroupNode::clear_status |
( |
| ) |
|
|
inline |
Clears the 'status
' attribute.
◆ get_instances()
const client::JsonCppArray<string > google_compute_api::NodeGroupNode::get_instances |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'instances
' attribute.
◆ get_name()
const StringPiece google_compute_api::NodeGroupNode::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ get_node_type()
const StringPiece google_compute_api::NodeGroupNode::get_node_type |
( |
| ) |
const |
|
inline |
Get the value of the 'nodeType
' attribute.
◆ get_status()
const StringPiece google_compute_api::NodeGroupNode::get_status |
( |
| ) |
const |
|
inline |
Get the value of the 'status
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::NodeGroupNode::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_instances()
bool google_compute_api::NodeGroupNode::has_instances |
( |
| ) |
const |
|
inline |
Determine if the 'instances
' attribute was set.
- Returns
- true if the '
instances
' attribute was set.
◆ has_name()
bool google_compute_api::NodeGroupNode::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ has_node_type()
bool google_compute_api::NodeGroupNode::has_node_type |
( |
| ) |
const |
|
inline |
Determine if the 'nodeType
' attribute was set.
- Returns
- true if the '
nodeType
' attribute was set.
◆ has_status()
bool google_compute_api::NodeGroupNode::has_status |
( |
| ) |
const |
|
inline |
Determine if the 'status
' attribute was set.
- Returns
- true if the '
status
' attribute was set.
◆ mutable_instances()
client::JsonCppArray<string > google_compute_api::NodeGroupNode::mutable_instances |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'instances
' property.
Instances scheduled on this node.
- 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_name()
void google_compute_api::NodeGroupNode::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
The name of the node.
- Parameters
-
◆ set_node_type()
void google_compute_api::NodeGroupNode::set_node_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'nodeType
' attribute.
The type of this node.
- Parameters
-
◆ set_status()
void google_compute_api::NodeGroupNode::set_status |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'status
' attribute.
- Parameters
-
The documentation for this class was generated from the following files: