Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.common.businessentities | |
org.ovirt.engine.core.common.vdscommands |
Modifier and Type | Method and Description |
---|---|
static DiskType |
DiskMapper.map(DiskType diskType,
DiskType template) |
Modifier and Type | Method and Description |
---|---|
static DiskType |
DiskMapper.map(DiskType diskType,
DiskType template) |
static String |
DiskMapper.map(DiskType diskType,
String template) |
Modifier and Type | Method and Description |
---|---|
static DiskType |
DiskType.forValue(int value) |
DiskType |
DiskImageBase.getdisk_type() |
DiskType |
DiskImage.getdisk_type() |
DiskType |
Disk.getDiskType() |
static DiskType |
DiskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskType[] |
DiskType.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.setdisk_type(DiskType value) |
void |
DiskImage.setdisk_type(DiskType value) |
void |
Disk.setDiskType(DiskType diskType) |
Constructor and Description |
---|
Disk(Guid id,
ImageStatus status,
int internalDriveMapping,
DiskImage activeImage,
DiskType diskType,
DiskInterface diskInterface,
boolean wipeAfterDelete,
PropagateErrors propagateErrors) |
Modifier and Type | Method and Description |
---|---|
DiskType |
CreateImageVDSCommandParameters.getDiskType() |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateImageVDSCommandParameters.setDiskType(DiskType value) |
Constructor and Description |
---|
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.