Class Types.VmBadPowerState

All Implemented Interfaces:
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:
  • Field Details

    • vm

      public final String vm
    • expected

      public final String expected
    • actual

      public final String actual
  • Constructor Details

    • VmBadPowerState

      public VmBadPowerState(String vm, String expected, String actual)
      Create a new VmBadPowerState