Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.bll | |
org.ovirt.engine.core.common.businessentities |
Modifier and Type | Method and Description |
---|---|
static ImageStatus |
DiskMapper.map(DiskStatus diskStatus) |
Modifier and Type | Method and Description |
---|---|
static DiskStatus |
DiskMapper.map(ImageStatus imageStatus) |
Modifier and Type | Method and Description |
---|---|
protected static void |
BaseImagesCommand.SetImageStatus(DiskImage diskImage,
ImageStatus imageStatus) |
Modifier and Type | Method and Description |
---|---|
static ImageStatus |
ImageStatus.forValue(int value) |
ImageStatus |
DiskImage.getimageStatus() |
ImageStatus |
Disk.getStatus() |
static ImageStatus |
ImageStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageStatus[] |
ImageStatus.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.setimageStatus(ImageStatus value) |
void |
Disk.setStatus(ImageStatus status) |
Constructor and Description |
---|
Disk(Guid id,
ImageStatus status,
int internalDriveMapping,
DiskImage activeImage,
DiskType diskType,
DiskInterface diskInterface,
boolean wipeAfterDelete,
PropagateErrors propagateErrors) |
DiskImage(Boolean active,
Date creation_date,
Date last_modified_date,
long actual_size,
String description,
Guid image_guid,
String internal_drive_mapping,
Guid it_guid,
long size,
Guid vm_guid,
Guid parentId,
ImageStatus imageStatus,
Date lastModified,
String appList) |
Copyright © 2012. All Rights Reserved.