Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::InstanceGroupManagerResizeRequest::State.
Output only. Current state of the request.
Constants
UNDEFINED_STATE
value: 0
A value indicating that the enum field is not set.
ACCEPTED
value: 246_714_279
The request was created successfully and was accepted for provisioning
when the capacity becomes available.
CANCELLED
value: 41_957_681
The request is cancelled.
CREATING
value: 455_564_985
Resize request is being created and may still fail creation.
FAILED
value: 455_706_685
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.
STATE_UNSPECIFIED
value: 470_755_401
Default value. This value should never be returned.
SUCCEEDED
value: 511_103_553
The request succeeded.