| Package | Description |
|---|---|
| org.ovirt.engine.api.common.util | |
| org.ovirt.engine.api.model |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
StatusUtils.create(E statusEnum) |
static Status |
StatusUtils.create(String statusStr) |
| Modifier and Type | Method and Description |
|---|---|
static CreationStatus |
StatusUtils.getRequestStatus(Status status) |
| Modifier and Type | Field and Description |
|---|---|
protected Status |
BaseResource.creationStatus |
protected Status |
VM.status |
protected Status |
Template.status |
protected Status |
Disk.status |
protected Status |
Host.status |
protected Status |
StorageDomain.status |
protected Status |
Creation.status |
protected Status |
PowerManagement.status |
protected Status |
Action.status |
protected Status |
DataCenter.status |
protected Status |
HostNIC.status |
protected Status |
Network.status |
| Modifier and Type | Method and Description |
|---|---|
Status |
ObjectFactory.createStatus()
Create an instance of
Status |
Status |
BaseResource.getCreationStatus()
Gets the value of the creationStatus property.
|
Status |
VM.getStatus()
Gets the value of the status property.
|
Status |
Template.getStatus()
Gets the value of the status property.
|
Status |
Disk.getStatus()
Gets the value of the status property.
|
Status |
Host.getStatus()
Gets the value of the status property.
|
Status |
StorageDomain.getStatus()
Gets the value of the status property.
|
Status |
Creation.getStatus()
Gets the value of the status property.
|
Status |
PowerManagement.getStatus()
Gets the value of the status property.
|
Status |
Action.getStatus()
Gets the value of the status property.
|
Status |
DataCenter.getStatus()
Gets the value of the status property.
|
Status |
HostNIC.getStatus()
Gets the value of the status property.
|
Status |
Network.getStatus()
Gets the value of the status property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Status> |
ObjectFactory.createStatus(Status value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Status> |
ObjectFactory.createStatus(Status value)
|
void |
BaseResource.setCreationStatus(Status value)
Sets the value of the creationStatus property.
|
void |
VM.setStatus(Status value)
Sets the value of the status property.
|
void |
Template.setStatus(Status value)
Sets the value of the status property.
|
void |
Disk.setStatus(Status value)
Sets the value of the status property.
|
void |
Host.setStatus(Status value)
Sets the value of the status property.
|
void |
StorageDomain.setStatus(Status value)
Sets the value of the status property.
|
void |
Creation.setStatus(Status value)
Sets the value of the status property.
|
void |
PowerManagement.setStatus(Status value)
Sets the value of the status property.
|
void |
Action.setStatus(Status value)
Sets the value of the status property.
|
void |
DataCenter.setStatus(Status value)
Sets the value of the status property.
|
void |
HostNIC.setStatus(Status value)
Sets the value of the status property.
|
void |
Network.setStatus(Status value)
Sets the value of the status property.
|
Copyright © 2012. All Rights Reserved.