| Package | Description |
|---|---|
| com.abiquo.model.enumerator | |
| com.abiquo.server.core.infrastructure | |
| com.abiquo.server.core.infrastructure.v22 |
| Modifier and Type | Method and Description |
|---|---|
static MachineState |
MachineState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MachineState[] |
MachineState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MachineState |
MachineStateDto.getState()
State of the machine.
|
MachineState |
MachineDto.getState()
State of the machine, can be one of the following {STOPPED, PROVISIONED, NOT_MANAGED,
MANAGED, HALTED, UNLICENSED, HA_IN_PROGRESS, DISABLED_FOR_HA, HALTED_FOR_SAVE}
|
| Modifier and Type | Method and Description |
|---|---|
void |
MachineStateDto.setState(MachineState state) |
void |
MachineDto.setState(MachineState state) |
| Modifier and Type | Method and Description |
|---|---|
MachineState |
MachineDto22.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
MachineDto22.setState(MachineState state) |
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.