hudson.plugins.vmware.vix
Class Vix.HandleType

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

public static class Vix.HandleType
extends java.lang.Object

These are the types of handles.


Field Summary
static int HOST
           
static int JOB
           
static int METADATA_CONTAINER
           
static int NETWORK
           
static int NONE
           
static int SNAPSHOT
           
static int VM
           
 
Constructor Summary
Vix.HandleType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

HOST

public static final int HOST
See Also:
Constant Field Values

VM

public static final int VM
See Also:
Constant Field Values

NETWORK

public static final int NETWORK
See Also:
Constant Field Values

JOB

public static final int JOB
See Also:
Constant Field Values

SNAPSHOT

public static final int SNAPSHOT
See Also:
Constant Field Values

METADATA_CONTAINER

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

Vix.HandleType

public Vix.HandleType()


Copyright © 2007. All Rights Reserved.