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

#include <compute_service.h>

Public Member Functions

 TargetPoolsResource (ComputeService *service)
 
 ~TargetPoolsResource ()
 
TargetPoolsResource_AddHealthCheckMethodNewAddHealthCheckMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &target_pool, const TargetPoolsAddHealthCheckRequest &_content_) const
 
TargetPoolsResource_AddInstanceMethodNewAddInstanceMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &target_pool, const TargetPoolsAddInstanceRequest &_content_) const
 
TargetPoolsResource_AggregatedListMethodNewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
TargetPoolsResource_AggregatedListMethodPager * NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
TargetPoolsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &target_pool) const
 
TargetPoolsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &target_pool) const
 
TargetPoolsResource_GetHealthMethodNewGetHealthMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &target_pool, const InstanceReference &_content_) const
 
TargetPoolsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const TargetPool &_content_) const
 
TargetPoolsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
TargetPoolsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
TargetPoolsResource_RemoveHealthCheckMethodNewRemoveHealthCheckMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &target_pool, const TargetPoolsRemoveHealthCheckRequest &_content_) const
 
TargetPoolsResource_RemoveInstanceMethodNewRemoveInstanceMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &target_pool, const TargetPoolsRemoveInstanceRequest &_content_) const
 
TargetPoolsResource_SetBackupMethodNewSetBackupMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &target_pool, const TargetReference &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ TargetPoolsResource()

google_compute_api::ComputeService::TargetPoolsResource::TargetPoolsResource ( 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.

◆ ~TargetPoolsResource()

google_compute_api::ComputeService::TargetPoolsResource::~TargetPoolsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAddHealthCheckMethod()

TargetPoolsResource_AddHealthCheckMethod * google_compute_api::ComputeService::TargetPoolsResource::NewAddHealthCheckMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  target_pool,
const TargetPoolsAddHealthCheckRequest _content_ 
) const

Creates a new TargetPoolsResource_AddHealthCheckMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region scoping this request.
[in]target_poolName of the target pool to add a health check to.
[in]<em>content</em>The data object to addHealthCheck.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewAddInstanceMethod()

TargetPoolsResource_AddInstanceMethod * google_compute_api::ComputeService::TargetPoolsResource::NewAddInstanceMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  target_pool,
const TargetPoolsAddInstanceRequest _content_ 
) const

Creates a new TargetPoolsResource_AddInstanceMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region scoping this request.
[in]target_poolName of the TargetPool resource to add instances to.
[in]<em>content</em>The data object to addInstance.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewAggregatedListMethod()

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

Creates a new TargetPoolsResource_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()

TargetPoolsResource_AggregatedListMethodPager * google_compute_api::ComputeService::TargetPoolsResource::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

◆ NewDeleteMethod()

TargetPoolsResource_DeleteMethod * google_compute_api::ComputeService::TargetPoolsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  target_pool 
) const

Creates a new TargetPoolsResource_DeleteMethod instance.

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

◆ NewGetHealthMethod()

TargetPoolsResource_GetHealthMethod * google_compute_api::ComputeService::TargetPoolsResource::NewGetHealthMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  target_pool,
const InstanceReference _content_ 
) const

Creates a new TargetPoolsResource_GetHealthMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region scoping this request.
[in]target_poolName of the TargetPool resource to which the queried instance belongs.
[in]<em>content</em>The data object to getHealth.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

TargetPoolsResource_GetMethod * google_compute_api::ComputeService::TargetPoolsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  target_pool 
) const

Creates a new TargetPoolsResource_GetMethod instance.

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

◆ NewInsertMethod()

TargetPoolsResource_InsertMethod * google_compute_api::ComputeService::TargetPoolsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const TargetPool _content_ 
) const

Creates a new TargetPoolsResource_InsertMethod instance.

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

◆ NewListMethod()

TargetPoolsResource_ListMethod * google_compute_api::ComputeService::TargetPoolsResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region 
) const

Creates a new TargetPoolsResource_ListMethod instance.

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

◆ NewListMethodPager()

TargetPoolsResource_ListMethodPager * google_compute_api::ComputeService::TargetPoolsResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region 
) 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]regionName of the region scoping this request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewRemoveHealthCheckMethod()

TargetPoolsResource_RemoveHealthCheckMethod * google_compute_api::ComputeService::TargetPoolsResource::NewRemoveHealthCheckMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  target_pool,
const TargetPoolsRemoveHealthCheckRequest _content_ 
) const

Creates a new TargetPoolsResource_RemoveHealthCheckMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region for this request.
[in]target_poolName of the target pool to remove health checks from.
[in]<em>content</em>The data object to removeHealthCheck.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewRemoveInstanceMethod()

TargetPoolsResource_RemoveInstanceMethod * google_compute_api::ComputeService::TargetPoolsResource::NewRemoveInstanceMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  target_pool,
const TargetPoolsRemoveInstanceRequest _content_ 
) const

Creates a new TargetPoolsResource_RemoveInstanceMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region scoping this request.
[in]target_poolName of the TargetPool resource to remove instances from.
[in]<em>content</em>The data object to removeInstance.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewSetBackupMethod()

TargetPoolsResource_SetBackupMethod * google_compute_api::ComputeService::TargetPoolsResource::NewSetBackupMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  target_pool,
const TargetReference _content_ 
) const

Creates a new TargetPoolsResource_SetBackupMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region scoping this request.
[in]target_poolName of the TargetPool resource to set a backup pool for.
[in]<em>content</em>The data object to setBackup.
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: