Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions core/src/main/java/org/openstack4j/model/compute/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public enum Status {
SHELVED,
/** The server is shelved_offloaded, server removed from the hypervisor to minimize resource usage. */
SHELVED_OFFLOADED,
/** The server is in rescue mode*/
RESCUE,
/** OpenStack4j could not find a Status mapping for the current reported Status. File an issue indicating the missing state */
UNRECOGNIZED;

Expand Down