compute  v1
Public Member Functions | List of all members
google_compute_api::ComputeService::InstanceGroupManagersResource Class Reference

#include <compute_service.h>

Public Member Functions

 InstanceGroupManagersResource (ComputeService *service)
 
 ~InstanceGroupManagersResource ()
 
InstanceGroupManagersResource_AbandonInstancesMethodNewAbandonInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group_manager, const InstanceGroupManagersAbandonInstancesRequest &_content_) const
 
InstanceGroupManagersResource_AggregatedListMethodNewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
InstanceGroupManagersResource_AggregatedListMethodPager * NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
InstanceGroupManagersResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group_manager) const
 
InstanceGroupManagersResource_DeleteInstancesMethodNewDeleteInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group_manager, const InstanceGroupManagersDeleteInstancesRequest &_content_) const
 
InstanceGroupManagersResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group_manager) const
 
InstanceGroupManagersResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const InstanceGroupManager &_content_) const
 
InstanceGroupManagersResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const
 
InstanceGroupManagersResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const
 
InstanceGroupManagersResource_ListManagedInstancesMethodNewListManagedInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group_manager) const
 
InstanceGroupManagersResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group_manager, const InstanceGroupManager &_content_) const
 
InstanceGroupManagersResource_RecreateInstancesMethodNewRecreateInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group_manager, const InstanceGroupManagersRecreateInstancesRequest &_content_) const
 
InstanceGroupManagersResource_ResizeMethodNewResizeMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group_manager, const int32 &size) const
 
InstanceGroupManagersResource_SetInstanceTemplateMethodNewSetInstanceTemplateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group_manager, const InstanceGroupManagersSetInstanceTemplateRequest &_content_) const
 
InstanceGroupManagersResource_SetTargetPoolsMethodNewSetTargetPoolsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group_manager, const InstanceGroupManagersSetTargetPoolsRequest &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ InstanceGroupManagersResource()

google_compute_api::ComputeService::InstanceGroupManagersResource::InstanceGroupManagersResource ( ComputeService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~InstanceGroupManagersResource()

google_compute_api::ComputeService::InstanceGroupManagersResource::~InstanceGroupManagersResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAbandonInstancesMethod()

InstanceGroupManagersResource_AbandonInstancesMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewAbandonInstancesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group_manager,
const InstanceGroupManagersAbandonInstancesRequest _content_ 
) const

Creates a new InstanceGroupManagersResource_AbandonInstancesMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
[in]instance_group_managerThe name of the managed instance group.
[in]<em>content</em>The data object to abandonInstances.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewAggregatedListMethod()

InstanceGroupManagersResource_AggregatedListMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewAggregatedListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new InstanceGroupManagersResource_AggregatedListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewAggregatedListMethodPager()

InstanceGroupManagersResource_AggregatedListMethodPager * google_compute_api::ComputeService::InstanceGroupManagersResource::NewAggregatedListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]projectProject ID for this request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewDeleteInstancesMethod()

InstanceGroupManagersResource_DeleteInstancesMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewDeleteInstancesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group_manager,
const InstanceGroupManagersDeleteInstancesRequest _content_ 
) const

Creates a new InstanceGroupManagersResource_DeleteInstancesMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
[in]instance_group_managerThe name of the managed instance group.
[in]<em>content</em>The data object to deleteInstances.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewDeleteMethod()

InstanceGroupManagersResource_DeleteMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group_manager 
) const

Creates a new InstanceGroupManagersResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
[in]instance_group_managerThe name of the managed instance group to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

InstanceGroupManagersResource_GetMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group_manager 
) const

Creates a new InstanceGroupManagersResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
[in]instance_group_managerThe name of the managed instance group.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

InstanceGroupManagersResource_InsertMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const InstanceGroupManager _content_ 
) const

Creates a new InstanceGroupManagersResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where you want to create the managed instance group.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListManagedInstancesMethod()

InstanceGroupManagersResource_ListManagedInstancesMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewListManagedInstancesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group_manager 
) const

Creates a new InstanceGroupManagersResource_ListManagedInstancesMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
[in]instance_group_managerThe name of the managed instance group.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

InstanceGroupManagersResource_ListMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone 
) const

Creates a new InstanceGroupManagersResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

InstanceGroupManagersResource_ListMethodPager * google_compute_api::ComputeService::InstanceGroupManagersResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone 
) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

InstanceGroupManagersResource_PatchMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group_manager,
const InstanceGroupManager _content_ 
) const

Creates a new InstanceGroupManagersResource_PatchMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where you want to create the managed instance group.
[in]instance_group_managerThe name of the instance group manager.
[in]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewRecreateInstancesMethod()

InstanceGroupManagersResource_RecreateInstancesMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewRecreateInstancesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group_manager,
const InstanceGroupManagersRecreateInstancesRequest _content_ 
) const

Creates a new InstanceGroupManagersResource_RecreateInstancesMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
[in]instance_group_managerThe name of the managed instance group.
[in]<em>content</em>The data object to recreateInstances.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewResizeMethod()

InstanceGroupManagersResource_ResizeMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewResizeMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group_manager,
const int32 &  size 
) const

Creates a new InstanceGroupManagersResource_ResizeMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
[in]instance_group_managerThe name of the managed instance group.
[in]sizeThe number of running instances that the managed instance group should maintain at any given time. The group automatically adds or removes instances to maintain the number of instances specified by this parameter.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewSetInstanceTemplateMethod()

InstanceGroupManagersResource_SetInstanceTemplateMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewSetInstanceTemplateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group_manager,
const InstanceGroupManagersSetInstanceTemplateRequest _content_ 
) const

Creates a new InstanceGroupManagersResource_SetInstanceTemplateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
[in]instance_group_managerThe name of the managed instance group.
[in]<em>content</em>The data object to setInstanceTemplate.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewSetTargetPoolsMethod()

InstanceGroupManagersResource_SetTargetPoolsMethod * google_compute_api::ComputeService::InstanceGroupManagersResource::NewSetTargetPoolsMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group_manager,
const InstanceGroupManagersSetTargetPoolsRequest _content_ 
) const

Creates a new InstanceGroupManagersResource_SetTargetPoolsMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the managed instance group is located.
[in]instance_group_managerThe name of the managed instance group.
[in]<em>content</em>The data object to setTargetPools.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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