hudson.plugins.vmware.vix
Class Vix.PowerState

java.lang.Object
  extended by hudson.plugins.vmware.vix.Vix.PowerState
Enclosing interface:
Vix

public static final class Vix.PowerState
extends java.lang.Object

This is the state of an individual VM.


Field Summary
static int BLOCKED_ON_MSG
           
static int POWERED_OFF
           
static int POWERED_ON
           
static int POWERING_OFF
           
static int POWERING_ON
           
static int RESETTING
           
static int SUSPENDED
           
static int SUSPENDING
           
static int TOOLS_RUNNING
           
 
Constructor Summary
Vix.PowerState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POWERING_OFF

public static final int POWERING_OFF
See Also:
Constant Field Values

POWERED_OFF

public static final int POWERED_OFF
See Also:
Constant Field Values

POWERING_ON

public static final int POWERING_ON
See Also:
Constant Field Values

POWERED_ON

public static final int POWERED_ON
See Also:
Constant Field Values

SUSPENDING

public static final int SUSPENDING
See Also:
Constant Field Values

SUSPENDED

public static final int SUSPENDED
See Also:
Constant Field Values

TOOLS_RUNNING

public static final int TOOLS_RUNNING
See Also:
Constant Field Values

RESETTING

public static final int RESETTING
See Also:
Constant Field Values

BLOCKED_ON_MSG

public static final int BLOCKED_ON_MSG
See Also:
Constant Field Values
Constructor Detail

Vix.PowerState

public Vix.PowerState()


Copyright © 2008. All Rights Reserved.