Package | Description |
---|---|
org.ovirt.engine.core.common.action |
Modifier and Type | Method and Description |
---|---|
static StopVmTypeEnum |
StopVmTypeEnum.forValue(int value) |
StopVmTypeEnum |
StopVmParameters.getStopVmType() |
static StopVmTypeEnum |
StopVmTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StopVmTypeEnum[] |
StopVmTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StopVmParameters.setStopVmType(StopVmTypeEnum value) |
Constructor and Description |
---|
StopVmParameters(Guid vmID,
StopVmTypeEnum stopVmType) |
Copyright © 2012. All Rights Reserved.