#include <instance_group_managers_recreate_instances_request.h>
◆ InstanceGroupManagersRecreateInstancesRequest() [1/2]
google_compute_api::InstanceGroupManagersRecreateInstancesRequest::InstanceGroupManagersRecreateInstancesRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstanceGroupManagersRecreateInstancesRequest() [2/2]
google_compute_api::InstanceGroupManagersRecreateInstancesRequest::InstanceGroupManagersRecreateInstancesRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstanceGroupManagersRecreateInstancesRequest()
google_compute_api::InstanceGroupManagersRecreateInstancesRequest::~InstanceGroupManagersRecreateInstancesRequest |
( |
| ) |
|
|
virtual |
◆ clear_instances()
void google_compute_api::InstanceGroupManagersRecreateInstancesRequest::clear_instances |
( |
| ) |
|
|
inline |
Clears the 'instances
' attribute.
◆ get_instances()
const client::JsonCppArray<string > google_compute_api::InstanceGroupManagersRecreateInstancesRequest::get_instances |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'instances
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::InstanceGroupManagersRecreateInstancesRequest::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_compute_api::InstanceGroupManagersRecreateInstancesReq uest
◆ has_instances()
bool google_compute_api::InstanceGroupManagersRecreateInstancesRequest::has_instances |
( |
| ) |
const |
|
inline |
Determine if the 'instances
' attribute was set.
- Returns
- true if the '
instances
' attribute was set.
◆ mutable_instances()
client::JsonCppArray<string > google_compute_api::InstanceGroupManagersRecreateInstancesRequest::mutable_instances |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'instances
' property.
The URLs of one or more instances to recreate. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
- 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: