All Implemented Interfaces:
Streamable, StreamReadable, StreamWritable, Row, AoservReadable, AoservStreamable, AoservWritable, SingleTableObject<Integer,VirtualServer>

public final class VirtualServer extends CachedObjectIntegerKey<VirtualServer>
A VirtualServer consumes physical resources within the virtualization layer.
Author:
AO Industries, Inc.
  • Field Details

    • RUNNING

      public static final int RUNNING
      The possible state flags for the virtual server. At least one of these flags will be enable in the result. Any number of them may be present concurrently, as returned by "xm list".
      See Also:
    • BLOCKED

      public static final int BLOCKED
      The possible state flags for the virtual server. At least one of these flags will be enable in the result. Any number of them may be present concurrently, as returned by "xm list".
      See Also:
    • PAUSED

      public static final int PAUSED
      The possible state flags for the virtual server. At least one of these flags will be enable in the result. Any number of them may be present concurrently, as returned by "xm list".
      See Also:
    • SHUTDOWN

      public static final int SHUTDOWN
      The possible state flags for the virtual server. At least one of these flags will be enable in the result. Any number of them may be present concurrently, as returned by "xm list".
      See Also:
    • CRASHED

      public static final int CRASHED
      The possible state flags for the virtual server. At least one of these flags will be enable in the result. Any number of them may be present concurrently, as returned by "xm list".
      See Also:
    • DYING

      public static final int DYING
      The possible state flags for the virtual server. At least one of these flags will be enable in the result. Any number of them may be present concurrently, as returned by "xm list".
      See Also:
    • DESTROYED

      public static final int DESTROYED
      The possible state flags for the virtual server. At least one of these flags will be enable in the result. Any number of them may be present concurrently, as returned by "xm list".
      See Also:
  • Constructor Details

  • Method Details