Package | Description |
---|---|
org.ovirt.engine.core.common.action | |
org.ovirt.engine.core.common.businessentities | |
org.ovirt.engine.core.common.vdscommands |
Modifier and Type | Method and Description |
---|---|
CopyVolumeType |
MoveOrCopyImageGroupParameters.getCopyVolumeType() |
Modifier and Type | Method and Description |
---|---|
void |
MoveOrCopyImageGroupParameters.setCopyVolumeType(CopyVolumeType value) |
Modifier and Type | Method and Description |
---|---|
static CopyVolumeType |
CopyVolumeType.forValue(int value) |
static CopyVolumeType |
CopyVolumeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyVolumeType[] |
CopyVolumeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CopyVolumeType |
CopyImageVDSCommandParameters.getCopyVolumeType() |
Modifier and Type | Method and Description |
---|---|
void |
CopyImageVDSCommandParameters.setCopyVolumeType(CopyVolumeType value) |
Constructor and Description |
---|
CopyImageVDSCommandParameters(Guid storagePoolId,
Guid storageDomainId,
Guid vmId,
Guid imageGroupId,
Guid srcImageId,
Guid dstImageGroupId,
Guid dstVolUUID,
String description,
Guid dstStorageDomainId,
CopyVolumeType copyVolumeType,
VolumeFormat volumeFormat,
VolumeType preallocate,
boolean postZero,
boolean force,
String compatibilityVersion) |
Copyright © 2012. All Rights Reserved.