|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Types.XenAPIObjects>
com.xensource.xenapi.Types.XenAPIObjects
public static enum Types.XenAPIObjects
Enum Constant Summary | |
---|---|
AUTH
Management of remote authentication services |
|
BLOB
A placeholder for a binary blob |
|
BOND
|
|
CONSOLE
A console |
|
CRASHDUMP
A VM crashdump |
|
DATA_SOURCE
Data sources for logging in RRDs |
|
EVENT
Asynchronous event registration and handling |
|
HOST
A physical host |
|
HOST_CPU
A physical CPU |
|
HOST_CRASHDUMP
Represents a host crash dump |
|
HOST_METRICS
The metrics associated with a host |
|
HOST_PATCH
Represents a patch stored on a server |
|
MESSAGE
An message for the attention of the administrator |
|
NETWORK
A virtual network |
|
PBD
The physical block devices through which hosts access SRs |
|
PIF
A physical network interface (note separate VLANs are represented as several PIFs) |
|
PIF_METRICS
The metrics associated with a physical network interface |
|
POOL
Pool-wide information |
|
POOL_PATCH
Pool-wide patches |
|
ROLE
A set of permissions associated with a subject |
|
SECRET
A secret |
|
SESSION
A session |
|
SM
A storage manager plugin |
|
SR
A storage repository |
|
SUBJECT
A user or group that can log in xapi |
|
TASK
A long-running asynchronous task |
|
TUNNEL
A tunnel for network traffic |
|
UNRECOGNIZED
The value does not belong to this enumeration |
|
USER
A user of the system |
|
VBD
A virtual block device |
|
VBD_METRICS
The metrics associated with a virtual block device |
|
VDI
A virtual disk image |
|
VIF
A virtual network interface |
|
VIF_METRICS
The metrics associated with a virtual network device |
|
VLAN
A VLAN mux/demux |
|
VM
A virtual machine (or 'guest'). |
|
VM_GUEST_METRICS
The metrics reported by the guest (as opposed to inferred from outside) |
|
VM_METRICS
The metrics associated with a VM |
|
VMPP
VM Protection Policy |
|
VTPM
A virtual TPM device |
Method Summary | |
---|---|
static Types.XenAPIObjects |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Types.XenAPIObjects[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Types.XenAPIObjects UNRECOGNIZED
public static final Types.XenAPIObjects SESSION
public static final Types.XenAPIObjects AUTH
public static final Types.XenAPIObjects SUBJECT
public static final Types.XenAPIObjects ROLE
public static final Types.XenAPIObjects TASK
public static final Types.XenAPIObjects EVENT
public static final Types.XenAPIObjects POOL
public static final Types.XenAPIObjects POOL_PATCH
public static final Types.XenAPIObjects VM
public static final Types.XenAPIObjects VM_METRICS
public static final Types.XenAPIObjects VM_GUEST_METRICS
public static final Types.XenAPIObjects VMPP
public static final Types.XenAPIObjects HOST
public static final Types.XenAPIObjects HOST_CRASHDUMP
public static final Types.XenAPIObjects HOST_PATCH
public static final Types.XenAPIObjects HOST_METRICS
public static final Types.XenAPIObjects HOST_CPU
public static final Types.XenAPIObjects NETWORK
public static final Types.XenAPIObjects VIF
public static final Types.XenAPIObjects VIF_METRICS
public static final Types.XenAPIObjects PIF
public static final Types.XenAPIObjects PIF_METRICS
public static final Types.XenAPIObjects BOND
public static final Types.XenAPIObjects VLAN
public static final Types.XenAPIObjects SM
public static final Types.XenAPIObjects SR
public static final Types.XenAPIObjects VDI
public static final Types.XenAPIObjects VBD
public static final Types.XenAPIObjects VBD_METRICS
public static final Types.XenAPIObjects PBD
public static final Types.XenAPIObjects CRASHDUMP
public static final Types.XenAPIObjects VTPM
public static final Types.XenAPIObjects CONSOLE
public static final Types.XenAPIObjects USER
public static final Types.XenAPIObjects DATA_SOURCE
public static final Types.XenAPIObjects BLOB
public static final Types.XenAPIObjects MESSAGE
public static final Types.XenAPIObjects SECRET
public static final Types.XenAPIObjects TUNNEL
Method Detail |
---|
public static Types.XenAPIObjects[] values()
for (Types.XenAPIObjects c : Types.XenAPIObjects.values()) System.out.println(c);
public static Types.XenAPIObjects valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |