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 |
---|---|
VolumeType |
MoveOrCopyImageGroupParameters.getVolumeType() |
Modifier and Type | Method and Description |
---|---|
void |
MoveOrCopyImageGroupParameters.setVolumeType(VolumeType value) |
Modifier and Type | Method and Description |
---|---|
static VolumeType |
VolumeType.forValue(int value) |
VolumeType |
DiskImageBase.getvolume_type() |
VolumeType |
DiskImage.getvolume_type() |
static VolumeType |
VolumeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeType[] |
VolumeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DiskImageBase.setvolume_type(VolumeType value) |
void |
DiskImage.setvolume_type(VolumeType value) |
Modifier and Type | Method and Description |
---|---|
VolumeType |
CreateImageVDSCommandParameters.getImageType() |
VolumeType |
CopyImageVDSCommandParameters.getPreallocate() |
Modifier and Type | Method and Description |
---|---|
void |
CopyImageVDSCommandParameters.setPreallocate(VolumeType 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) |
CreateImageVDSCommandParameters(Guid storagePoolId,
Guid storageDomainId,
Guid imageGroupId,
long imageSizeInBytes,
VolumeType imageType,
VolumeFormat volFormat,
DiskType diskType,
Guid newImageId,
String newImageDescription,
String competabilityVersion) |
CreateSnapshotVDSCommandParameters(Guid storagePoolId,
Guid storageDomainId,
Guid imageGroupId,
Guid imageId,
long imgSizeInBytes,
VolumeType imageType,
VolumeFormat volFormat,
DiskType diskType,
Guid sourceImageGroupId,
Guid newImageId,
String newImageDescription,
String competabilityVersion) |
Copyright © 2012. All Rights Reserved.