com.xensource.xenapi
Class Types.VmBadPowerState
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.VmBadPowerState
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Types
public static class Types.VmBadPowerState
- extends Types.XenAPIException
You attempted an operation on a VM that was not in an appropriate power state at the time; for example, you attempted to start a VM that was already running. The parameters returned are the VM's handle, and the expected and actual VM state at the time of the call.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
actual
|
java.lang.String |
expected
|
java.lang.String |
vm
|
Constructor Summary |
Types.VmBadPowerState(java.lang.String vm,
java.lang.String expected,
java.lang.String actual)
Create a new VmBadPowerState |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
vm
public final java.lang.String vm
expected
public final java.lang.String expected
actual
public final java.lang.String actual
Types.VmBadPowerState
public Types.VmBadPowerState(java.lang.String vm,
java.lang.String expected,
java.lang.String actual)
- Create a new VmBadPowerState
- Parameters:
vm
- expected
- actual
-