compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::InstanceGroupManagersListManagedInstancesResponse Class Reference

#include <instance_group_managers_list_managed_instances_response.h>

Inheritance diagram for google_compute_api::InstanceGroupManagersListManagedInstancesResponse:

Public Member Functions

 InstanceGroupManagersListManagedInstancesResponse (const Json::Value &storage)
 
 InstanceGroupManagersListManagedInstancesResponse (Json::Value *storage)
 
virtual ~InstanceGroupManagersListManagedInstancesResponse ()
 
const StringPiece GetTypeName () const
 
bool has_managed_instances () const
 
void clear_managed_instances ()
 
const client::JsonCppArray< ManagedInstanceget_managed_instances () const
 
client::JsonCppArray< ManagedInstancemutable_managedInstances ()
 

Static Public Member Functions

static InstanceGroupManagersListManagedInstancesResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ InstanceGroupManagersListManagedInstancesResponse() [1/2]

google_compute_api::InstanceGroupManagersListManagedInstancesResponse::InstanceGroupManagersListManagedInstancesResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~InstanceGroupManagersListManagedInstancesResponse()

google_compute_api::InstanceGroupManagersListManagedInstancesResponse::~InstanceGroupManagersListManagedInstancesResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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()

InstanceGroupManagersListManagedInstancesResponse * google_compute_api::InstanceGroupManagersListManagedInstancesResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: