Reference documentation and code samples for the Compute V1 Client class State.
[Output only] Current state of the request.
Protobuf type google.cloud.compute.v1.InstanceGroupManagerResizeRequest.State
Namespace
Google \ Cloud \ Compute \ V1 \ InstanceGroupManagerResizeRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
ACCEPTED
Value: 246714279The request was created successfully and was accepted for provisioning when the capacity becomes available.
Generated from protobuf enum ACCEPTED = 246714279;
CANCELLED
Value: 41957681The request is cancelled.
Generated from protobuf enum CANCELLED = 41957681;
CREATING
Value: 455564985Resize request is being created and may still fail creation.
Generated from protobuf enum CREATING = 455564985;
FAILED
Value: 455706685The 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.
Generated from protobuf enum FAILED = 455706685;
STATE_UNSPECIFIED
Value: 470755401Default value. This value should never be returned.
Generated from protobuf enum STATE_UNSPECIFIED = 470755401;
SUCCEEDED
Value: 511103553The request succeeded.
Generated from protobuf enum SUCCEEDED = 511103553;