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 {
|
||||
CREATED
|
||||
RESTARTING
|
||||
PROVISIONING
|
||||
READY
|
||||
ACTIVE # vm only: When used in ListVms, denotes machines that are not 'destroyed' or 'failed'
|
||||
RUNNING
|
||||
PAUSED
|
||||
EXITED
|
||||
DELETED
|
||||
STOPPED
|
||||
STOPPING
|
||||
STOPPED
|
||||
OFFLINE
|
||||
DELETED
|
||||
DESTROYED # vm only
|
||||
FAILED
|
||||
INCOMPLETE # vm only
|
||||
UNKNOWN
|
||||
}
|
||||
|
||||
type Instance {
|
||||
|
Loading…
Reference in New Issue
Block a user