#include <instance_groups_add_instances_request.h>
◆ InstanceGroupsAddInstancesRequest() [1/2]
google_compute_api::InstanceGroupsAddInstancesRequest::InstanceGroupsAddInstancesRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstanceGroupsAddInstancesRequest() [2/2]
google_compute_api::InstanceGroupsAddInstancesRequest::InstanceGroupsAddInstancesRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstanceGroupsAddInstancesRequest()
google_compute_api::InstanceGroupsAddInstancesRequest::~InstanceGroupsAddInstancesRequest |
( |
| ) |
|
|
virtual |
◆ clear_instances()
void google_compute_api::InstanceGroupsAddInstancesRequest::clear_instances |
( |
| ) |
|
|
inline |
Clears the 'instances
' attribute.
◆ get_instances()
const client::JsonCppArray<InstanceReference > google_compute_api::InstanceGroupsAddInstancesRequest::get_instances |
( |
| ) |
const |
Get a reference to the value of the 'instances
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::InstanceGroupsAddInstancesRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_instances()
bool google_compute_api::InstanceGroupsAddInstancesRequest::has_instances |
( |
| ) |
const |
|
inline |
Determine if the 'instances
' attribute was set.
- Returns
- true if the '
instances
' attribute was set.
◆ mutable_instances()
client::JsonCppArray<InstanceReference > google_compute_api::InstanceGroupsAddInstancesRequest::mutable_instances |
( |
| ) |
|
Gets a reference to a mutable value of the 'instances
' property.
The list of instances to add to the instance group.
- 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: