mirror of https://github.com/apache/jclouds.git
incorrect order on state for rackspace in delta
This commit is contained in:
parent
5ddf9aabca
commit
efb7795e5f
|
@ -41,14 +41,14 @@ public enum InstanceState {
|
|||
* the instance launched (although the boot process might not be completed)
|
||||
*/
|
||||
RUNNING,
|
||||
/**
|
||||
* the instance is stopped
|
||||
*/
|
||||
STOPPED,
|
||||
/**
|
||||
* the instance is shutting down
|
||||
*/
|
||||
SHUTTING_DOWN,
|
||||
/**
|
||||
* the instance is stopped
|
||||
*/
|
||||
STOPPED,
|
||||
/**
|
||||
* the instance is terminated
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue