state property
Current state of the request.
Output only. Possible string values are:
- "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.
- "STATE_UNSPECIFIED" : Default value. This value should never be returned.
- "SUCCEEDED" : The request succeeded.
Implementation
core.String? state;