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)
|
* the instance launched (although the boot process might not be completed)
|
||||||
*/
|
*/
|
||||||
RUNNING,
|
RUNNING,
|
||||||
/**
|
|
||||||
* the instance is stopped
|
|
||||||
*/
|
|
||||||
STOPPED,
|
|
||||||
/**
|
/**
|
||||||
* the instance is shutting down
|
* the instance is shutting down
|
||||||
*/
|
*/
|
||||||
SHUTTING_DOWN,
|
SHUTTING_DOWN,
|
||||||
|
/**
|
||||||
|
* the instance is stopped
|
||||||
|
*/
|
||||||
|
STOPPED,
|
||||||
/**
|
/**
|
||||||
* the instance is terminated
|
* the instance is terminated
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue