Class VirtualServer

    • Field Detail

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
    • Constructor Detail

      • VirtualServer

        public VirtualServer()