feat(cp-gql-schema): update InstanceStatus'es
based on: -1bc3c1eeb5/lib/machines.js (L75-L116)
-280af75e07/docs/index.md (vm-states)
This commit is contained in:
parent
041d6bf73f
commit
ce2a13e501
@ -116,17 +116,18 @@ type Environment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enum InstanceStatus {
|
enum InstanceStatus {
|
||||||
CREATED
|
|
||||||
RESTARTING
|
|
||||||
PROVISIONING
|
PROVISIONING
|
||||||
READY
|
READY
|
||||||
|
ACTIVE # vm only: When used in ListVms, denotes machines that are not 'destroyed' or 'failed'
|
||||||
RUNNING
|
RUNNING
|
||||||
PAUSED
|
|
||||||
EXITED
|
|
||||||
DELETED
|
|
||||||
STOPPED
|
|
||||||
STOPPING
|
STOPPING
|
||||||
|
STOPPED
|
||||||
|
OFFLINE
|
||||||
|
DELETED
|
||||||
|
DESTROYED # vm only
|
||||||
FAILED
|
FAILED
|
||||||
|
INCOMPLETE # vm only
|
||||||
|
UNKNOWN
|
||||||
}
|
}
|
||||||
|
|
||||||
type Instance {
|
type Instance {
|
||||||
|
Loading…
Reference in New Issue
Block a user