Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.common.action | |
org.ovirt.engine.core.common.businessentities | |
org.ovirt.engine.core.common.vdscommands |
Modifier and Type | Method and Description |
---|---|
static VolumeFormat |
DiskMapper.map(DiskFormat diskFormat,
VolumeFormat template) |
Modifier and Type | Method and Description |
---|---|
static VolumeFormat |
DiskMapper.map(DiskFormat diskFormat,
VolumeFormat template) |
static String |
DiskMapper.map(VolumeFormat volumeFormat,
String template) |
Modifier and Type | Method and Description |
---|---|
VolumeFormat |
MoveOrCopyImageGroupParameters.getVolumeFormat() |
Modifier and Type | Method and Description |
---|---|
void |
MoveOrCopyImageGroupParameters.setVolumeFormat(VolumeFormat value) |
Modifier and Type | Method and Description |
---|---|
static VolumeFormat |
VolumeFormat.forValue(int value) |
VolumeFormat |
DiskImageBase.getvolume_format() |
VolumeFormat |
DiskImage.getvolume_format() |
static VolumeFormat |
VolumeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeFormat[] |
VolumeFormat.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_format(VolumeFormat value) |
void |
DiskImage.setvolume_format(VolumeFormat value) |
Modifier and Type | Method and Description |
---|---|
VolumeFormat |
CopyImageVDSCommandParameters.getVolumeFormat() |
VolumeFormat |
CreateImageVDSCommandParameters.getVolumeFormat() |
Modifier and Type | Method and Description |
---|---|
void |
CopyImageVDSCommandParameters.setVolumeFormat(VolumeFormat value) |
protected void |
CreateImageVDSCommandParameters.setVolumeFormat(VolumeFormat 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.