feat(cp-gql-schema): add READY and STOPPING InstanceStatus'es

This commit is contained in:
Sérgio Ramos 2017-06-27 18:13:51 +01:00 committed by Judit Greskovits
parent 4e241191bf
commit c438f07e56
1 changed files with 2 additions and 0 deletions

View File

@ -119,11 +119,13 @@ enum InstanceStatus {
CREATED CREATED
RESTARTING RESTARTING
PROVISIONING PROVISIONING
READY
RUNNING RUNNING
PAUSED PAUSED
EXITED EXITED
DELETED DELETED
STOPPED STOPPED
STOPPING
FAILED FAILED
} }