#include <region_instance_group_managers_delete_instances_request.h>
◆ RegionInstanceGroupManagersDeleteInstancesRequest() [1/2]
google_compute_api::RegionInstanceGroupManagersDeleteInstancesRequest::RegionInstanceGroupManagersDeleteInstancesRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ RegionInstanceGroupManagersDeleteInstancesRequest() [2/2]
google_compute_api::RegionInstanceGroupManagersDeleteInstancesRequest::RegionInstanceGroupManagersDeleteInstancesRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~RegionInstanceGroupManagersDeleteInstancesRequest()
google_compute_api::RegionInstanceGroupManagersDeleteInstancesRequest::~RegionInstanceGroupManagersDeleteInstancesRequest |
( |
| ) |
|
|
virtual |
◆ clear_instances()
void google_compute_api::RegionInstanceGroupManagersDeleteInstancesRequest::clear_instances |
( |
| ) |
|
|
inline |
Clears the 'instances
' attribute.
◆ get_instances()
const client::JsonCppArray<string > google_compute_api::RegionInstanceGroupManagersDeleteInstancesRequest::get_instances |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'instances
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::RegionInstanceGroupManagersDeleteInstancesRequest::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_compute_api::RegionInstanceGroupManagersDeleteInstance sRequest
◆ has_instances()
bool google_compute_api::RegionInstanceGroupManagersDeleteInstancesRequest::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::RegionInstanceGroupManagersDeleteInstancesRequest::mutable_instances |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'instances
' property.
The URLs of one or more instances to delete. 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: