mirror of https://github.com/apache/jclouds.git
added missing spot state: closed
This commit is contained in:
parent
faa38774f4
commit
fb4714cf33
|
@ -173,7 +173,7 @@ public class SpotInstanceRequest implements Comparable<SpotInstanceRequest> {
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum State {
|
public enum State {
|
||||||
OPEN, ACTIVE, CANCELLED, UNRECOGNIZED;
|
OPEN, ACTIVE, CANCELLED, CLOSED, UNRECOGNIZED;
|
||||||
|
|
||||||
public String value() {
|
public String value() {
|
||||||
return (CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.LOWER_HYPHEN, name()));
|
return (CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.LOWER_HYPHEN, name()));
|
||||||
|
|
Loading…
Reference in New Issue