#include <region_instance_group_managers_list_instances_response.h>
◆ RegionInstanceGroupManagersListInstancesResponse() [1/2]
google_compute_api::RegionInstanceGroupManagersListInstancesResponse::RegionInstanceGroupManagersListInstancesResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ RegionInstanceGroupManagersListInstancesResponse() [2/2]
google_compute_api::RegionInstanceGroupManagersListInstancesResponse::RegionInstanceGroupManagersListInstancesResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~RegionInstanceGroupManagersListInstancesResponse()
google_compute_api::RegionInstanceGroupManagersListInstancesResponse::~RegionInstanceGroupManagersListInstancesResponse |
( |
| ) |
|
|
virtual |
◆ clear_managed_instances()
void google_compute_api::RegionInstanceGroupManagersListInstancesResponse::clear_managed_instances |
( |
| ) |
|
|
inline |
Clears the 'managedInstances
' attribute.
◆ get_managed_instances()
const client::JsonCppArray<ManagedInstance > google_compute_api::RegionInstanceGroupManagersListInstancesResponse::get_managed_instances |
( |
| ) |
const |
Get a reference to the value of the 'managedInstances
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::RegionInstanceGroupManagersListInstancesResponse::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_compute_api::RegionInstanceGroupManagersListInstancesR esponse
◆ has_managed_instances()
bool google_compute_api::RegionInstanceGroupManagersListInstancesResponse::has_managed_instances |
( |
| ) |
const |
|
inline |
Determine if the 'managedInstances
' attribute was set.
- Returns
- true if the '
managedInstances
' attribute was set.
◆ mutable_managedInstances()
client::JsonCppArray<ManagedInstance > google_compute_api::RegionInstanceGroupManagersListInstancesResponse::mutable_managedInstances |
( |
| ) |
|
Gets a reference to a mutable value of the 'managedInstances
' property.
A list of managed instances.
- 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: