Package | Description |
---|---|
org.ovirt.engine.core.common.businessentities |
Modifier and Type | Method and Description |
---|---|
static VmPauseStatus |
VmPauseStatus.forValue(int value) |
VmPauseStatus |
VmDynamic.getPauseStatus() |
VmPauseStatus |
VM.getVmPauseStatus() |
static VmPauseStatus |
VmPauseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmPauseStatus[] |
VmPauseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VmDynamic.setPauseStatus(VmPauseStatus pauseStatus) |
void |
VM.setVmPauseStatus(VmPauseStatus aPauseStatus) |
Copyright © 2012. All Rights Reserved.