Modifier and Type | Method and Description |
---|---|
static VmStatus |
VmMapper.map(VMStatus entityStatus,
VmStatus template) |
Modifier and Type | Method and Description |
---|---|
protected VMStatus |
RunVmOnPowerClientCommand.CreateVm() |
protected VMStatus |
RunVmCommand.CreateVm() |
Modifier and Type | Method and Description |
---|---|
static VMStatus |
VMStatus.forValue(int value) |
VMStatus |
VmDynamic.getstatus() |
VMStatus |
VM.getstatus() |
static VMStatus |
VMStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VMStatus[] |
VMStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
VM.isGuestUp(VMStatus st) |
static boolean |
VM.isStatusDown(VMStatus st) |
static boolean |
VM.isStatusQualifyToMigrate(VMStatus st) |
static boolean |
VM.isStatusUp(VMStatus st) |
static boolean |
VM.isStatusUpOrPaused(VMStatus st) |
static boolean |
VM.isStatusUpOrPausedOrSuspended(VMStatus st) |
void |
VmDynamic.setstatus(VMStatus value) |
void |
VM.setstatus(VMStatus value) |
Modifier and Type | Method and Description |
---|---|
VMStatus |
SetVmStatusVDSCommandParameters.getStatus() |
Constructor and Description |
---|
SetVmStatusVDSCommandParameters(Guid vmId,
VMStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
VmDynamicDAODbFacadeImpl.updateStatus(Guid vmGuid,
VMStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.InternalSetVmStatus(VM vm,
VMStatus status)
Set vm status without saving to DB
|
Copyright © 2012. All Rights Reserved.