com.xensource.xenapi
public static enum Types.XenAPIObjects extends java.lang.Enum<Types.XenAPIObjects>
Enum Constant and Description |
---|
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
|
DR_TASK
DR task
|
EVENT
Asynchronous event registration and handling
|
FEATURE
A new piece of functionality
|
GPU_GROUP
A group of compatible GPUs across the resource pool
|
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
|
LVHD
LVHD SR specific operations
|
MESSAGE
An message for the attention of the administrator
|
NETWORK
A virtual network
|
PBD
The physical block devices through which hosts access SRs
|
PCI
A PCI device
|
PGPU
A physical GPU (pGPU)
|
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
|
POOL_UPDATE
Pool-wide updates to the host software
|
PVS_CACHE_STORAGE
Describes the storage that is available to a PVS site for caching purposes
|
PVS_PROXY
a proxy connects a VM/VIF with a PVS site
|
PVS_SERVER
individual machine serving provisioning (block) data
|
PVS_SITE
machines serving blocks of data for provisioning VMs
|
ROLE
A set of permissions associated with a subject
|
SDN_CONTROLLER
Describes the SDN controller that is to connect with the pool
|
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
|
VGPU
A virtual GPU (vGPU)
|
VGPU_TYPE
A type of virtual GPU
|
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_APPLIANCE
VM appliance
|
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
|
VMSS
VM Snapshot Schedule
|
VTPM
A virtual TPM device
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static Types.XenAPIObjects |
valueOf(java.lang.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.
|
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 POOL_UPDATE
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 VMSS
public static final Types.XenAPIObjects VM_APPLIANCE
public static final Types.XenAPIObjects DR_TASK
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 LVHD
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
public static final Types.XenAPIObjects PCI
public static final Types.XenAPIObjects PGPU
public static final Types.XenAPIObjects GPU_GROUP
public static final Types.XenAPIObjects VGPU
public static final Types.XenAPIObjects VGPU_TYPE
public static final Types.XenAPIObjects PVS_SITE
public static final Types.XenAPIObjects PVS_SERVER
public static final Types.XenAPIObjects PVS_PROXY
public static final Types.XenAPIObjects PVS_CACHE_STORAGE
public static final Types.XenAPIObjects FEATURE
public static final Types.XenAPIObjects SDN_CONTROLLER
public static Types.XenAPIObjects[] values()
for (Types.XenAPIObjects c : Types.XenAPIObjects.values()) System.out.println(c);
public static Types.XenAPIObjects valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Types.XenAPIObjects>