Package | Description |
---|---|
org.ovirt.engine.core.common.businessentities |
Modifier and Type | Method and Description |
---|---|
static PropagateErrors |
PropagateErrors.forValue(int value) |
PropagateErrors |
DiskImage.getpropagate_errors() |
PropagateErrors |
DiskImageBase.getpropagate_errors() |
PropagateErrors |
Disk.getPropagateErrors() |
static PropagateErrors |
PropagateErrors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagateErrors[] |
PropagateErrors.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.setpropagate_errors(PropagateErrors value) |
void |
DiskImageBase.setpropagate_errors(PropagateErrors value) |
void |
Disk.setPropagateErrors(PropagateErrors propagateErrors) |
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.