#include <instance_groups_list_instances_request.h>
◆ InstanceGroupsListInstancesRequest() [1/2]
google_compute_api::InstanceGroupsListInstancesRequest::InstanceGroupsListInstancesRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstanceGroupsListInstancesRequest() [2/2]
google_compute_api::InstanceGroupsListInstancesRequest::InstanceGroupsListInstancesRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstanceGroupsListInstancesRequest()
google_compute_api::InstanceGroupsListInstancesRequest::~InstanceGroupsListInstancesRequest |
( |
| ) |
|
|
virtual |
◆ clear_instance_state()
void google_compute_api::InstanceGroupsListInstancesRequest::clear_instance_state |
( |
| ) |
|
|
inline |
Clears the 'instanceState
' attribute.
◆ get_instance_state()
const StringPiece google_compute_api::InstanceGroupsListInstancesRequest::get_instance_state |
( |
| ) |
const |
|
inline |
Get the value of the 'instanceState
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::InstanceGroupsListInstancesRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_instance_state()
bool google_compute_api::InstanceGroupsListInstancesRequest::has_instance_state |
( |
| ) |
const |
|
inline |
Determine if the 'instanceState
' attribute was set.
- Returns
- true if the '
instanceState
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_instance_state()
void google_compute_api::InstanceGroupsListInstancesRequest::set_instance_state |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'instanceState
' attribute.
A filter for the state of the instances in the instance group. Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state.
- Parameters
-
The documentation for this class was generated from the following files: