| Package | Description |
|---|---|
| org.ovirt.engine.core.bll | |
| org.ovirt.engine.core.common.action | |
| org.ovirt.engine.core.common.businessentities | |
| org.ovirt.engine.core.common.vdscommands |
| Modifier and Type | Method and Description |
|---|---|
protected ImageOperation |
MoveOrCopyImageGroupCommand.getMoveOrCopyImageOperation() |
protected ImageOperation |
MoveOrCopyTemplateCommand.getMoveOrCopyImageOperation() |
protected ImageOperation |
MoveVmCommand.getMoveOrCopyImageOperation() |
| Modifier and Type | Method and Description |
|---|---|
ImageOperation |
MoveOrCopyImageGroupParameters.getOperation() |
| Constructor and Description |
|---|
MoveOrCopyImageGroupParameters(Guid containerId,
Guid imageGroupId,
Guid leafSnapshotID,
Guid storageDomainId,
ImageOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
static ImageOperation |
ImageOperation.forValue(int value) |
static ImageOperation |
ImageOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageOperation[] |
ImageOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOperation |
MoveImageGroupVDSCommandParameters.getOp() |
| Constructor and Description |
|---|
MoveImageGroupVDSCommandParameters(Guid storagePoolId,
Guid storageDomainId,
Guid imageGroupId,
Guid dstStorageDomainId,
Guid vmId,
ImageOperation op,
boolean postZero,
boolean force,
String compatibilityVersion) |
Copyright © 2012. All Rights Reserved.