|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunningState | |
|---|---|
| org.jclouds.rimuhosting.miro.compute.functions | |
| org.jclouds.rimuhosting.miro.domain | |
| org.jclouds.rimuhosting.miro.domain.internal | |
| Uses of RunningState in org.jclouds.rimuhosting.miro.compute.functions |
|---|
| Fields in org.jclouds.rimuhosting.miro.compute.functions with type parameters of type RunningState | |
|---|---|
protected Map<RunningState,NodeState> |
ServerToNodeMetadata.runningStateToNodeState
|
| Uses of RunningState in org.jclouds.rimuhosting.miro.domain |
|---|
| Methods in org.jclouds.rimuhosting.miro.domain that return RunningState | |
|---|---|
RunningState |
Server.getState()
|
RunningState |
ServerInfo.getState()
|
| Methods in org.jclouds.rimuhosting.miro.domain with parameters of type RunningState | |
|---|---|
void |
Server.setState(RunningState state)
|
void |
ServerInfo.setState(RunningState state)
|
| Uses of RunningState in org.jclouds.rimuhosting.miro.domain.internal |
|---|
| Methods in org.jclouds.rimuhosting.miro.domain.internal that return RunningState | |
|---|---|
static RunningState |
RunningState.fromValue(String v)
|
static RunningState |
RunningState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RunningState[] |
RunningState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||