public enum InstanceGroupManagerResizeRequest.Types.State
Reference documentation and code samples for the Compute Engine v1 API enum InstanceGroupManagerResizeRequest.Types.State.
[Output only] Current state of the request.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
---|---|
Name | Description |
Accepted |
The request was created successfully and was accepted for provisioning when the capacity becomes available. |
Cancelled |
The request is cancelled. |
Creating |
Resize request is being created and may still fail creation. |
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. |
Succeeded |
The request succeeded. |
UndefinedState |
A value indicating that the enum field is not set. |
Unspecified |
Default value. This value should never be returned. |