| Package | Description |
|---|---|
| org.ovirt.engine.core.common.businessentities | |
| org.ovirt.engine.core.common.vdscommands | |
| org.ovirt.engine.core.vdsbroker.vdsbroker |
| Modifier and Type | Method and Description |
|---|---|
static MigrationMethod |
MigrationMethod.forValue(int value) |
static MigrationMethod |
MigrationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationMethod[] |
MigrationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationMethod |
MigrateVDSCommandParameters.getMigrationMethod() |
| Constructor and Description |
|---|
MigrateVDSCommandParameters(Guid vdsId,
Guid vmId,
String srcHost,
Guid dstVdsId,
String dstHost,
MigrationMethod migrationMethod) |
| Modifier and Type | Method and Description |
|---|---|
static String |
VdsProperties.MigrationMethostoString(MigrationMethod method) |
Copyright © 2012. All Rights Reserved.