InstanceGroupManagerResizeRequests
class InstanceGroupManagerResizeRequests extends Resource (View source)
The "instanceGroupManagerResizeRequests" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$instanceGroupManagerResizeRequests = $computeService->instanceGroupManagerResizeRequests;
Methods
Cancels the specified resize request and removes it from the queue. Cancelled resize request does no longer wait for the resources to be provisioned.
Deletes the specified, inactive resize request. Requests that are still active cannot be deleted. Deleting request does not delete instances that were provisioned previously. (instanceGroupManagerResizeRequests.delete)
Returns all of the details about the specified resize request.
Creates a new resize request that starts provisioning VMs immediately or queues VM creation. (instanceGroupManagerResizeRequests.insert)
Retrieves a list of resize requests that are contained in the managed instance group.
Details
Operation
cancel(string $project, string $zone, string $instanceGroupManager, string $resizeRequest, array $optParams = [])
Cancels the specified resize request and removes it from the queue. Cancelled resize request does no longer wait for the resources to be provisioned.
Cancel is only possible for requests that are accepted in the queue. (instanceGroupManagerResizeRequests.cancel)
Operation
delete(string $project, string $zone, string $instanceGroupManager, string $resizeRequest, array $optParams = [])
Deletes the specified, inactive resize request. Requests that are still active cannot be deleted. Deleting request does not delete instances that were provisioned previously. (instanceGroupManagerResizeRequests.delete)
InstanceGroupManagerResizeRequest
get(string $project, string $zone, string $instanceGroupManager, string $resizeRequest, array $optParams = [])
Returns all of the details about the specified resize request.
(instanceGroupManagerResizeRequests.get)
Operation
insert(string $project, string $zone, string $instanceGroupManager, InstanceGroupManagerResizeRequest $postBody, array $optParams = [])
Creates a new resize request that starts provisioning VMs immediately or queues VM creation. (instanceGroupManagerResizeRequests.insert)
InstanceGroupManagerResizeRequestsListResponse
listInstanceGroupManagerResizeRequests(string $project, string $zone, string $instanceGroupManager, array $optParams = [])
Retrieves a list of resize requests that are contained in the managed instance group.
(instanceGroupManagerResizeRequests.listInstanceGroupManagerResizeRequests)