compute
v1
|
#include <compute_service.h>
Public Member Functions | |
InstanceGroupsResource (ComputeService *service) | |
~InstanceGroupsResource () | |
InstanceGroupsResource_AddInstancesMethod * | NewAddInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group, const InstanceGroupsAddInstancesRequest &_content_) const |
InstanceGroupsResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
InstanceGroupsResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
InstanceGroupsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group) const |
InstanceGroupsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group) const |
InstanceGroupsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const InstanceGroup &_content_) const |
InstanceGroupsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const |
InstanceGroupsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const |
InstanceGroupsResource_ListInstancesMethod * | NewListInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group, const InstanceGroupsListInstancesRequest &_content_) const |
InstanceGroupsResource_ListInstancesMethodPager * | NewListInstancesMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group, const InstanceGroupsListInstancesRequest &_content_) const |
InstanceGroupsResource_RemoveInstancesMethod * | NewRemoveInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group, const InstanceGroupsRemoveInstancesRequest &_content_) const |
InstanceGroupsResource_SetNamedPortsMethod * | NewSetNamedPortsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group, const InstanceGroupsSetNamedPortsRequest &_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.
InstanceGroupsResource_AddInstancesMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewAddInstancesMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const absl::string_view & | instance_group, | ||
const InstanceGroupsAddInstancesRequest & | _content_ | ||
) | const |
Creates a new InstanceGroupsResource_AddInstancesMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone where the instance group is located. |
[in] | instance_group | The name of the instance group where you are adding instances. |
[in] | <em>content</em> | The data object to addInstances. |
Execute
the method instance, then destroy it when they are finished. InstanceGroupsResource_AggregatedListMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new InstanceGroupsResource_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. InstanceGroupsResource_AggregatedListMethodPager * google_compute_api::ComputeService::InstanceGroupsResource::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. |
InstanceGroupsResource_DeleteMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const absl::string_view & | instance_group | ||
) | const |
Creates a new InstanceGroupsResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone where the instance group is located. |
[in] | instance_group | The name of the instance group to delete. |
Execute
the method instance, then destroy it when they are finished. InstanceGroupsResource_GetMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const absl::string_view & | instance_group | ||
) | const |
Creates a new InstanceGroupsResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone where the instance group is located. |
[in] | instance_group | The name of the instance group. |
Execute
the method instance, then destroy it when they are finished. InstanceGroupsResource_InsertMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const InstanceGroup & | _content_ | ||
) | const |
Creates a new InstanceGroupsResource_InsertMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone where you want to create the instance group. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. InstanceGroupsResource_ListInstancesMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewListInstancesMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const absl::string_view & | instance_group, | ||
const InstanceGroupsListInstancesRequest & | _content_ | ||
) | const |
Creates a new InstanceGroupsResource_ListInstancesMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone where the instance group is located. |
[in] | instance_group | The name of the instance group from which you want to generate a list of included instances. |
[in] | <em>content</em> | The data object to listInstances. |
Execute
the method instance, then destroy it when they are finished. InstanceGroupsResource_ListInstancesMethodPager * google_compute_api::ComputeService::InstanceGroupsResource::NewListInstancesMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const absl::string_view & | instance_group, | ||
const InstanceGroupsListInstancesRequest & | _content_ | ||
) | 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] | zone | The name of the zone where the instance group is located. |
[in] | instance_group | The name of the instance group from which you want to generate a list of included instances. |
[in] | <em>content</em> | The data object to listInstances. |
InstanceGroupsResource_ListMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone | ||
) | const |
Creates a new InstanceGroupsResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone where the instance group is located. |
Execute
the method instance, then destroy it when they are finished. InstanceGroupsResource_ListMethodPager * google_compute_api::ComputeService::InstanceGroupsResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone | ||
) | 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] | zone | The name of the zone where the instance group is located. |
InstanceGroupsResource_RemoveInstancesMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewRemoveInstancesMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const absl::string_view & | instance_group, | ||
const InstanceGroupsRemoveInstancesRequest & | _content_ | ||
) | const |
Creates a new InstanceGroupsResource_RemoveInstancesMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone where the instance group is located. |
[in] | instance_group | The name of the instance group where the specified instances will be removed. |
[in] | <em>content</em> | The data object to removeInstances. |
Execute
the method instance, then destroy it when they are finished. InstanceGroupsResource_SetNamedPortsMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewSetNamedPortsMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const absl::string_view & | instance_group, | ||
const InstanceGroupsSetNamedPortsRequest & | _content_ | ||
) | const |
Creates a new InstanceGroupsResource_SetNamedPortsMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone where the instance group is located. |
[in] | instance_group | The name of the instance group where the named ports are updated. |
[in] | <em>content</em> | The data object to setNamedPorts. |
Execute
the method instance, then destroy it when they are finished.