Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.common.businessentities |
Modifier and Type | Method and Description |
---|---|
static DiskInterface |
DiskMapper.map(DiskInterface diskInterface,
DiskInterface template) |
Modifier and Type | Method and Description |
---|---|
static DiskInterface |
DiskMapper.map(DiskInterface diskInterface,
DiskInterface template) |
static String |
DiskMapper.map(DiskInterface diskInterface,
String template) |
Modifier and Type | Method and Description |
---|---|
static DiskInterface |
DiskInterface.forValue(int value) |
DiskInterface |
DiskImage.getdisk_interface() |
DiskInterface |
DiskImageBase.getdisk_interface() |
DiskInterface |
Disk.getDiskInterface() |
static DiskInterface |
DiskInterface.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskInterface[] |
DiskInterface.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DiskImage.setdisk_interface(DiskInterface value) |
void |
DiskImageBase.setdisk_interface(DiskInterface value) |
void |
Disk.setDiskInterface(DiskInterface diskInterface) |
Constructor and Description |
---|
Disk(Guid id,
ImageStatus status,
int internalDriveMapping,
DiskImage activeImage,
DiskType diskType,
DiskInterface diskInterface,
boolean wipeAfterDelete,
PropagateErrors propagateErrors) |
Copyright © 2012. All Rights Reserved.