VMOperationStatus type

Virtual Machine operation status values.
KnownVMOperationStatus can be used interchangeably with VMOperationStatus, this enum contains the known values that the service supports.

Known values supported by the service

Launching: Indicates that the virtual machine has not been accepted by Compute yet and is still scheduled to be created.
Creating: Indicates that the virtual machine is either in the process of being created or is scheduled to be created.
Failed: Indicates that the virtual machine operation failed.
Succeeded: Indicates that the virtual machine operation completed successfully.

type VMOperationStatus = string