#include <node_groups_add_nodes_request.h>
◆ NodeGroupsAddNodesRequest() [1/2]
google_compute_api::NodeGroupsAddNodesRequest::NodeGroupsAddNodesRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ NodeGroupsAddNodesRequest() [2/2]
google_compute_api::NodeGroupsAddNodesRequest::NodeGroupsAddNodesRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~NodeGroupsAddNodesRequest()
google_compute_api::NodeGroupsAddNodesRequest::~NodeGroupsAddNodesRequest |
( |
| ) |
|
|
virtual |
◆ clear_additional_node_count()
void google_compute_api::NodeGroupsAddNodesRequest::clear_additional_node_count |
( |
| ) |
|
|
inline |
Clears the 'additionalNodeCount
' attribute.
◆ get_additional_node_count()
int32 google_compute_api::NodeGroupsAddNodesRequest::get_additional_node_count |
( |
| ) |
const |
|
inline |
Get the value of the 'additionalNodeCount
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::NodeGroupsAddNodesRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_additional_node_count()
bool google_compute_api::NodeGroupsAddNodesRequest::has_additional_node_count |
( |
| ) |
const |
|
inline |
Determine if the 'additionalNodeCount
' attribute was set.
- Returns
- true if the '
additionalNodeCount
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_additional_node_count()
void google_compute_api::NodeGroupsAddNodesRequest::set_additional_node_count |
( |
int32 |
value | ) |
|
|
inline |
Change the 'additionalNodeCount
' attribute.
Count of additional nodes to be added to the node group.
- Parameters
-
The documentation for this class was generated from the following files: