compute
v1
|
#include <compute_service.h>
Public Member Functions | |
TargetPoolsResource (ComputeService *service) | |
~TargetPoolsResource () | |
TargetPoolsResource_AddHealthCheckMethod * | NewAddHealthCheckMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &target_pool, const TargetPoolsAddHealthCheckRequest &_content_) const |
TargetPoolsResource_AddInstanceMethod * | NewAddInstanceMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &target_pool, const TargetPoolsAddInstanceRequest &_content_) const |
TargetPoolsResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
TargetPoolsResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
TargetPoolsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &target_pool) const |
TargetPoolsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &target_pool) const |
TargetPoolsResource_GetHealthMethod * | NewGetHealthMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &target_pool, const InstanceReference &_content_) const |
TargetPoolsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const TargetPool &_content_) const |
TargetPoolsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
TargetPoolsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
TargetPoolsResource_RemoveHealthCheckMethod * | NewRemoveHealthCheckMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &target_pool, const TargetPoolsRemoveHealthCheckRequest &_content_) const |
TargetPoolsResource_RemoveInstanceMethod * | NewRemoveInstanceMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &target_pool, const TargetPoolsRemoveInstanceRequest &_content_) const |
TargetPoolsResource_SetBackupMethod * | NewSetBackupMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &target_pool, const TargetReference &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | target_pool | Name of the target pool to add a health check to. |
[in] | <em>content</em> | The data object to addHealthCheck. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | target_pool | Name of the TargetPool resource to add instances to. |
[in] | <em>content</em> | The data object to addInstance. |
Execute
the method instance, then destroy it when they are finished. TargetPoolsResource_AggregatedListMethod * google_compute_api::ComputeService::TargetPoolsResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new TargetPoolsResource_AggregatedListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | target_pool | Name of the TargetPool resource to delete. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | target_pool | Name of the TargetPool resource to which the queried instance belongs. |
[in] | <em>content</em> | The data object to getHealth. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | target_pool | Name of the TargetPool resource to return. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |
[in] | target_pool | Name of the target pool to remove health checks from. |
[in] | <em>content</em> | The data object to removeHealthCheck. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | target_pool | Name of the TargetPool resource to remove instances from. |
[in] | <em>content</em> | The data object to removeInstance. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | target_pool | Name of the TargetPool resource to set a backup pool for. |
[in] | <em>content</em> | The data object to setBackup. |
Execute
the method instance, then destroy it when they are finished.