Module: Google::Cloud::Compute::V1::InstanceGroupManagerResizeRequest::State

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

[Output only] Current state of the request.

Constant Summary collapse

UNDEFINED_STATE =

A value indicating that the enum field is not set.

0
ACCEPTED =

The request was created successfully and was accepted for provisioning when the capacity becomes available.

246_714_279
CANCELLED =

The request is cancelled.

41_957_681
CREATING =

Resize request is being created and may still fail creation.

455_564_985
FAILED =

The request failed before or during provisioning. If the request fails during provisioning, any VMs that were created during provisioning are rolled back and removed from the MIG.

455_706_685
STATE_UNSPECIFIED =

Default value. This value should never be returned.

470_755_401
SUCCEEDED =

The request succeeded.

511_103_553