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