Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
A
actionsAfterCrash
- Variable in class com.xensource.xenapi.
VM.Record
action to take if the guest crashes
actionsAfterReboot
- Variable in class com.xensource.xenapi.
VM.Record
action to take after the guest has rebooted itself
actionsAfterShutdown
- Variable in class com.xensource.xenapi.
VM.Record
action to take after the guest has shutdown itself
actual
- Variable in exception com.xensource.xenapi.
Types.VmBadPowerState
addToHVMBootParams(String, String)
- Method in class com.xensource.xenapi.
VM
Add the given key-value pair to the HVM/boot_params field of the given VM.
addToLogging(String, String)
- Method in class com.xensource.xenapi.
Host
Add the given key-value pair to the logging field of the given host.
addToOtherConfig(String, String)
- Method in class com.xensource.xenapi.
Console
Add the given key-value pair to the other_config field of the given console.
addToOtherConfig(String, String)
- Method in class com.xensource.xenapi.
Host
Add the given key-value pair to the other_config field of the given host.
addToOtherConfig(String, String)
- Method in class com.xensource.xenapi.
Network
Add the given key-value pair to the other_config field of the given network.
addToOtherConfig(String, String)
- Method in class com.xensource.xenapi.
SR
Add the given key-value pair to the other_config field of the given SR.
addToOtherConfig(String, String)
- Method in class com.xensource.xenapi.
VDI
Add the given key-value pair to the other_config field of the given VDI.
addToOtherConfig(String, String)
- Method in class com.xensource.xenapi.
VM
Add the given key-value pair to the other_config field of the given VM.
addToPlatform(String, String)
- Method in class com.xensource.xenapi.
VM
Add the given key-value pair to the platform field of the given VM.
addToQosAlgorithmParams(String, String)
- Method in class com.xensource.xenapi.
VBD
Add the given key-value pair to the qos/algorithm_params field of the given VBD.
addToQosAlgorithmParams(String, String)
- Method in class com.xensource.xenapi.
VIF
Add the given key-value pair to the qos/algorithm_params field of the given VIF.
addToVCPUsParams(String, String)
- Method in class com.xensource.xenapi.
VM
Add the given key-value pair to the VCPUs/params field of the given VM.
addToVCPUsParamsLive(String, String)
- Method in class com.xensource.xenapi.
VM
Add the given key-value pair to VM.VCPUs_params, and apply that value on the running VM
APIVersionMajor
- Variable in class com.xensource.xenapi.
Host.Record
major version number
APIVersionMinor
- Variable in class com.xensource.xenapi.
Host.Record
minor version number
APIVersionVendor
- Variable in class com.xensource.xenapi.
Host.Record
identification of vendor
APIVersionVendorImplementation
- Variable in class com.xensource.xenapi.
Host.Record
details of vendor implementation
autoPowerOn
- Variable in class com.xensource.xenapi.
VM.Record
true if this VM should be started automatically after host boot
B
backend
- Variable in class com.xensource.xenapi.
VTPM.Record
the domain where the backend is located
bootable
- Variable in class com.xensource.xenapi.
VBD.Record
true if this VBD is bootable
C
cancel()
- Method in class com.xensource.xenapi.
Task
Cancel this task.
capabilities
- Variable in class com.xensource.xenapi.
Host.Record
Xen capabilities
clazz
- Variable in class com.xensource.xenapi.
Event.Record
The name of the class of the object that changed
clazz
- Variable in exception com.xensource.xenapi.
Types.HandleInvalid
cleanReboot()
- Method in class com.xensource.xenapi.
VM
Attempt to cleanly shutdown the specified VM (Note: this may not be supported---e.g.
cleanShutdown()
- Method in class com.xensource.xenapi.
VM
Attempt to cleanly shutdown the specified VM.
clone(String)
- Method in class com.xensource.xenapi.
VM
Clones the specified VM, making a new VM.
com.xensource.xenapi
- package com.xensource.xenapi
connectedPIF
- Variable in exception com.xensource.xenapi.
Types.NetworkAlreadyConnected
ConnectionHelper
- Class in
com.xensource.xenapi
ConnectionHelper.NoConnectionOnThisThreadException
- Exception in
com.xensource.xenapi
ConnectionHelper.NoConnectionOnThisThreadException()
- Constructor for exception com.xensource.xenapi.
ConnectionHelper.NoConnectionOnThisThreadException
Console
- Class in
com.xensource.xenapi
A console
Console.Record
- Class in
com.xensource.xenapi
Represents all the fields in a Console
Console.Record()
- Constructor for class com.xensource.xenapi.
Console.Record
consoles
- Variable in class com.xensource.xenapi.
VM.Record
virtual console devices
contentType
- Variable in class com.xensource.xenapi.
SR.Record
the type of the SR's content, if required (e.g.
cpuConfiguration
- Variable in class com.xensource.xenapi.
Host.Record
The CPU configuration on this host.
Crashdump
- Class in
com.xensource.xenapi
A VM crashdump
Crashdump.Record
- Class in
com.xensource.xenapi
Represents all the fields in a Crashdump
Crashdump.Record()
- Constructor for class com.xensource.xenapi.
Crashdump.Record
crashDumps
- Variable in class com.xensource.xenapi.
VDI.Record
list of crash dumps that refer to this disk
crashDumps
- Variable in class com.xensource.xenapi.
VM.Record
crash dumps associated with this VM
crashDumpSr
- Variable in class com.xensource.xenapi.
Host.Record
The SR in which VDIs for crash dumps are created
create(Console.Record)
- Static method in class com.xensource.xenapi.
Console
Create a new console instance, and return its handle.
create(Debug.Record)
- Static method in class com.xensource.xenapi.
Debug
Create a new debug instance, and return its handle.
create(Network.Record)
- Static method in class com.xensource.xenapi.
Network
Create a new network instance, and return its handle.
create(PBD.Record)
- Static method in class com.xensource.xenapi.
PBD
Create a new PBD instance, and return its handle.
create(User.Record)
- Static method in class com.xensource.xenapi.
User
Create a new user instance, and return its handle.
create(VBD.Record)
- Static method in class com.xensource.xenapi.
VBD
Create a new VBD instance, and return its handle.
create(VDI.Record)
- Static method in class com.xensource.xenapi.
VDI
Create a new VDI instance, and return its handle.
create(VIF.Record)
- Static method in class com.xensource.xenapi.
VIF
Create a new VIF instance, and return its handle.
create(VM.Record)
- Static method in class com.xensource.xenapi.
VM
Create a new VM instance, and return its handle.
create(VTPM.Record)
- Static method in class com.xensource.xenapi.
VTPM
Create a new VTPM instance, and return its handle.
createVLAN(String, Network, Host, Long)
- Static method in class com.xensource.xenapi.
PIF
Create a VLAN interface from an existing physical interface
currentlyAttached
- Variable in class com.xensource.xenapi.
PBD.Record
is the SR currently attached on this host?
currentlyAttached
- Variable in class com.xensource.xenapi.
VBD.Record
is the device currently attached (erased on reboot)
currentlyAttached
- Variable in class com.xensource.xenapi.
VIF.Record
is the device currently attached (erased on reboot)
currentValue
- Variable in exception com.xensource.xenapi.
Types.MapDuplicateKey
D
Debug
- Class in
com.xensource.xenapi
A basic class for testing
Debug.Record
- Class in
com.xensource.xenapi
Represents all the fields in a Debug
Debug.Record()
- Constructor for class com.xensource.xenapi.
Debug.Record
destination
- Variable in exception com.xensource.xenapi.
Types.VmMigrateFailed
destroy()
- Method in class com.xensource.xenapi.
Console
Destroy the specified console instance.
destroy()
- Method in class com.xensource.xenapi.
Crashdump
Destroy the specified crashdump
destroy()
- Method in class com.xensource.xenapi.
Debug
Destroy the specified debug instance.
destroy()
- Method in class com.xensource.xenapi.
Network
Destroy the specified network instance.
destroy()
- Method in class com.xensource.xenapi.
PBD
Destroy the specified PBD instance.
destroy()
- Method in class com.xensource.xenapi.
PIF
Destroy the interface (provided it is a synthetic interface like a VLAN; fail if it is a physical interface)
destroy()
- Method in class com.xensource.xenapi.
User
Destroy the specified user instance.
destroy()
- Method in class com.xensource.xenapi.
VBD
Destroy the specified VBD instance.
destroy()
- Method in class com.xensource.xenapi.
VDI
Destroy the specified VDI instance.
destroy()
- Method in class com.xensource.xenapi.
VIF
Destroy the specified VIF instance.
destroy()
- Method in class com.xensource.xenapi.
VM
Destroy the specified VM.
destroy()
- Method in class com.xensource.xenapi.
VTPM
Destroy the specified VTPM instance.
device
- Variable in class com.xensource.xenapi.
PIF.Record
machine-readable name of the interface (e.g.
device
- Variable in exception com.xensource.xenapi.
Types.DeviceAlreadyExists
device
- Variable in exception com.xensource.xenapi.
Types.InvalidDevice
device
- Variable in class com.xensource.xenapi.
VBD.Record
device seen by the guest e.g.
device
- Variable in class com.xensource.xenapi.
VIF.Record
name of network device as exposed to guest e.g.
deviceConfig
- Variable in class com.xensource.xenapi.
PBD.Record
a config string to string map that is provided to the host's SR-backend-driver
disable()
- Method in class com.xensource.xenapi.
Host
Puts the host into a state in which no new VMs can be started.
disks
- Variable in class com.xensource.xenapi.
VMGuestMetrics.Record
disk configuration/free space
dispatch(String, Object[])
- Method in class com.xensource.xenapi.
ConnectionHelper
dmesg()
- Method in class com.xensource.xenapi.
Host
Get the host xen dmesg.
dmesgClear()
- Method in class com.xensource.xenapi.
Host
Get the host xen dmesg, and clear the buffer.
domid
- Variable in class com.xensource.xenapi.
VM.Record
domain ID (if available, -1 otherwise)
driver
- Variable in exception com.xensource.xenapi.
Types.SrUnknownDriver
E
enable()
- Method in class com.xensource.xenapi.
Host
Puts the host into a state in which new VMs can be started.
enabled
- Variable in class com.xensource.xenapi.
Host.Record
True if the host is currently enabled
errorInfo
- Variable in class com.xensource.xenapi.
Task.Record
if the task has failed, this field contains the set of associated error strings.
Event
- Class in
com.xensource.xenapi
Asynchronous event registration and handling
Event.Record
- Class in
com.xensource.xenapi
Represents all the fields in a Event
Event.Record()
- Constructor for class com.xensource.xenapi.
Event.Record
expected
- Variable in exception com.xensource.xenapi.
Types.MessageParameterCountMismatch
expected
- Variable in exception com.xensource.xenapi.
Types.VmBadPowerState
F
features
- Variable in class com.xensource.xenapi.
HostCpu.Record
the physical CPU feature bitmap
field
- Variable in exception com.xensource.xenapi.
Types.InvalidValue
field
- Variable in exception com.xensource.xenapi.
Types.ValueNotSupported
flags
- Variable in class com.xensource.xenapi.
HostCpu.Record
the flags of the physical CPU (a decoded version of the features field)
fullname
- Variable in class com.xensource.xenapi.
User.Record
full name
function
- Variable in exception com.xensource.xenapi.
Types.NotImplemented
G
getActionsAfterCrash()
- Method in class com.xensource.xenapi.
VM
Get the actions/after_crash field of the given VM.
getActionsAfterReboot()
- Method in class com.xensource.xenapi.
VM
Get the actions/after_reboot field of the given VM.
getActionsAfterShutdown()
- Method in class com.xensource.xenapi.
VM
Get the actions/after_shutdown field of the given VM.
getAll()
- Static method in class com.xensource.xenapi.
Console
Return a list of all the consoles known to the system.
getAll()
- Static method in class com.xensource.xenapi.
Crashdump
Return a list of all the crashdumps known to the system.
getAll()
- Static method in class com.xensource.xenapi.
Debug
Return a list of all the debugs known to the system.
getAll()
- Static method in class com.xensource.xenapi.
Host
Return a list of all the hosts known to the system.
getAll()
- Static method in class com.xensource.xenapi.
HostCpu
Return a list of all the host_cpus known to the system.
getAll()
- Static method in class com.xensource.xenapi.
HostMetrics
Return a list of all the host_metrics instances known to the system.
getAll()
- Static method in class com.xensource.xenapi.
Network
Return a list of all the networks known to the system.
getAll()
- Static method in class com.xensource.xenapi.
PBD
Return a list of all the PBDs known to the system.
getAll()
- Static method in class com.xensource.xenapi.
PIF
Return a list of all the PIFs known to the system.
getAll()
- Static method in class com.xensource.xenapi.
PIFMetrics
Return a list of all the PIF_metrics instances known to the system.
getAll()
- Static method in class com.xensource.xenapi.
SR
Return a list of all the SRs known to the system.
getAll()
- Static method in class com.xensource.xenapi.
Task
Return a list of all the tasks known to the system.
getAll()
- Static method in class com.xensource.xenapi.
VBD
Return a list of all the VBDs known to the system.
getAll()
- Static method in class com.xensource.xenapi.
VBDMetrics
Return a list of all the VBD_metrics instances known to the system.
getAll()
- Static method in class com.xensource.xenapi.
VDI
Return a list of all the VDIs known to the system.
getAll()
- Static method in class com.xensource.xenapi.
VIF
Return a list of all the VIFs known to the system.
getAll()
- Static method in class com.xensource.xenapi.
VIFMetrics
Return a list of all the VIF_metrics instances known to the system.
getAll()
- Static method in class com.xensource.xenapi.
VM
Return a list of all the VMs known to the system.
getAll()
- Static method in class com.xensource.xenapi.
VMGuestMetrics
Return a list of all the VM_guest_metrics instances known to the system.
getAll()
- Static method in class com.xensource.xenapi.
VMMetrics
Return a list of all the VM_metrics instances known to the system.
getAllowedVBDDevices()
- Method in class com.xensource.xenapi.
VM
Returns a list of the allowed values that a VBD device field can take
getAllowedVIFDevices()
- Method in class com.xensource.xenapi.
VM
Returns a list of the allowed values that a VIF device field can take
getAllRecords()
- Static method in class com.xensource.xenapi.
Console
Get all the Console Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
Crashdump
Get all the Crashdump Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
Debug
Get all the Debug Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
Event
Get all the Event Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
Host
Get all the Host Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
HostCpu
Get all the HostCpu Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
HostMetrics
Get all the HostMetrics Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
Network
Get all the Network Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
PBD
Get all the PBD Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
PIF
Get all the PIF Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
PIFMetrics
Get all the PIFMetrics Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
Session
Get all the Session Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
SR
Get all the SR Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
Task
Get all the Task Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
User
Get all the User Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
VBD
Get all the VBD Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
VBDMetrics
Get all the VBDMetrics Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
VDI
Get all the VDI Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
VIF
Get all the VIF Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
VIFMetrics
Get all the VIFMetrics Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
VM
Get all the VM Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
VMGuestMetrics
Get all the VMGuestMetrics Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
VMMetrics
Get all the VMMetrics Records at once, in a single XML RPC call
getAllRecords()
- Static method in class com.xensource.xenapi.
VTPM
Get all the VTPM Records at once, in a single XML RPC call
getAPIVersionMajor()
- Method in class com.xensource.xenapi.
Host
Get the API_version/major field of the given host.
getAPIVersionMinor()
- Method in class com.xensource.xenapi.
Host
Get the API_version/minor field of the given host.
getAPIVersionVendor()
- Method in class com.xensource.xenapi.
Host
Get the API_version/vendor field of the given host.
getAPIVersionVendorImplementation()
- Method in class com.xensource.xenapi.
Host
Get the API_version/vendor_implementation field of the given host.
getAutoPowerOn()
- Method in class com.xensource.xenapi.
VM
Get the auto_power_on field of the given VM.
getBackend()
- Method in class com.xensource.xenapi.
VTPM
Get the backend field of the given VTPM.
getBootable()
- Method in class com.xensource.xenapi.
VBD
Get the bootable field of the given VBD.
getByNameLabel(String)
- Static method in class com.xensource.xenapi.
Host
Get all the host instances with the given label.
getByNameLabel(String)
- Static method in class com.xensource.xenapi.
Network
Get all the network instances with the given label.
getByNameLabel(String)
- Static method in class com.xensource.xenapi.
SR
Get all the SR instances with the given label.
getByNameLabel(String)
- Static method in class com.xensource.xenapi.
Task
Get all the task instances with the given label.
getByNameLabel(String)
- Static method in class com.xensource.xenapi.
VDI
Get all the VDI instances with the given label.
getByNameLabel(String)
- Static method in class com.xensource.xenapi.
VM
Get all the VM instances with the given label.
getByUuid(String)
- Static method in class com.xensource.xenapi.
Console
Get a reference to the console instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
Crashdump
Get a reference to the crashdump instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
Debug
Get a reference to the debug instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
Host
Get a reference to the host instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
HostCpu
Get a reference to the host_cpu instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
HostMetrics
Get a reference to the host_metrics instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
Network
Get a reference to the network instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
PBD
Get a reference to the PBD instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
PIF
Get a reference to the PIF instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
PIFMetrics
Get a reference to the PIF_metrics instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
Session
Get a reference to the session instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
SR
Get a reference to the SR instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
Task
Get a reference to the task instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
User
Get a reference to the user instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
VBD
Get a reference to the VBD instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
VBDMetrics
Get a reference to the VBD_metrics instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
VDI
Get a reference to the VDI instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
VIF
Get a reference to the VIF instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
VIFMetrics
Get a reference to the VIF_metrics instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
VM
Get a reference to the VM instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
VMGuestMetrics
Get a reference to the VM_guest_metrics instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
VMMetrics
Get a reference to the VM_metrics instance with the specified UUID.
getByUuid(String)
- Static method in class com.xensource.xenapi.
VTPM
Get a reference to the VTPM instance with the specified UUID.
getCapabilities()
- Method in class com.xensource.xenapi.
Host
Get the capabilities field of the given host.
getConnectionHelper()
- Static method in class com.xensource.xenapi.
ConnectionHelper
Like ConnectionHelper.instance, excepts returns null if no instance exists
getConsoles()
- Method in class com.xensource.xenapi.
VM
Get the consoles field of the given VM.
getContentType()
- Method in class com.xensource.xenapi.
SR
Get the content_type field of the given SR.
getCpuConfiguration()
- Method in class com.xensource.xenapi.
Host
Get the cpu_configuration field of the given host.
getCrashDumps()
- Method in class com.xensource.xenapi.
VDI
Get the crash_dumps field of the given VDI.
getCrashDumps()
- Method in class com.xensource.xenapi.
VM
Get the crash_dumps field of the given VM.
getCrashDumpSr()
- Method in class com.xensource.xenapi.
Host
Get the crash_dump_sr field of the given host.
getCurrentlyAttached()
- Method in class com.xensource.xenapi.
PBD
Get the currently_attached field of the given PBD.
getCurrentlyAttached()
- Method in class com.xensource.xenapi.
VBD
Get the currently_attached field of the given VBD.
getCurrentlyAttached()
- Method in class com.xensource.xenapi.
VIF
Get the currently_attached field of the given VIF.
getDevice()
- Method in class com.xensource.xenapi.
PIF
Get the device field of the given PIF.
getDevice()
- Method in class com.xensource.xenapi.
VBD
Get the device field of the given VBD.
getDevice()
- Method in class com.xensource.xenapi.
VIF
Get the device field of the given VIF.
getDeviceConfig()
- Method in class com.xensource.xenapi.
PBD
Get the device_config field of the given PBD.
getDisks()
- Method in class com.xensource.xenapi.
VMGuestMetrics
Get the disks field of the given VM_guest_metrics.
getDomid()
- Method in class com.xensource.xenapi.
VM
Get the domid field of the given VM.
getEnabled()
- Method in class com.xensource.xenapi.
Host
Get the enabled field of the given host.
getErrorInfo()
- Method in class com.xensource.xenapi.
Task
Get the error_info field of the given task.
getFeatures()
- Method in class com.xensource.xenapi.
HostCpu
Get the features field of the given host_cpu.
getFlags()
- Method in class com.xensource.xenapi.
HostCpu
Get the flags field of the given host_cpu.
getFullname()
- Method in class com.xensource.xenapi.
User
Get the fullname field of the given user.
getGuestMetrics()
- Method in class com.xensource.xenapi.
VM
Get the guest_metrics field of the given VM.
getHost()
- Method in class com.xensource.xenapi.
HostCpu
Get the host field of the given host_cpu.
getHost()
- Method in class com.xensource.xenapi.
PBD
Get the host field of the given PBD.
getHost()
- Method in class com.xensource.xenapi.
PIF
Get the host field of the given PIF.
getHostCPUs()
- Method in class com.xensource.xenapi.
Host
Get the host_CPUs field of the given host.
getHVMBootParams()
- Method in class com.xensource.xenapi.
VM
Get the HVM/boot_params field of the given VM.
getHVMBootPolicy()
- Method in class com.xensource.xenapi.
VM
Get the HVM/boot_policy field of the given VM.
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
Console
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
Crashdump
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
Debug
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
Event
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
Host
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
HostCpu
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
HostMetrics
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
Network
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
PBD
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
PIF
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
PIFMetrics
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
Session
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
SR
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
Task
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
User
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
VBD
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
VBDMetrics
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
VDI
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
VIF
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
VIFMetrics
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
VM
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
VMGuestMetrics
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
VMMetrics
getInstFromRef(String)
- Static method in class com.xensource.xenapi.
VTPM
getIoReadKbs()
- Method in class com.xensource.xenapi.
PIFMetrics
Get the io/read_kbs field of the given PIF_metrics.
getIoReadKbs()
- Method in class com.xensource.xenapi.
VBDMetrics
Get the io/read_kbs field of the given VBD_metrics.
getIoReadKbs()
- Method in class com.xensource.xenapi.
VIFMetrics
Get the io/read_kbs field of the given VIF_metrics.
getIoWriteKbs()
- Method in class com.xensource.xenapi.
PIFMetrics
Get the io/write_kbs field of the given PIF_metrics.
getIoWriteKbs()
- Method in class com.xensource.xenapi.
VBDMetrics
Get the io/write_kbs field of the given VBD_metrics.
getIoWriteKbs()
- Method in class com.xensource.xenapi.
VIFMetrics
Get the io/write_kbs field of the given VIF_metrics.
getIsATemplate()
- Method in class com.xensource.xenapi.
VM
Get the is_a_template field of the given VM.
getIsControlDomain()
- Method in class com.xensource.xenapi.
VM
Get the is_control_domain field of the given VM.
getLastActive()
- Method in class com.xensource.xenapi.
Session
Get the last_active field of the given session.
getLastUpdated()
- Method in class com.xensource.xenapi.
HostMetrics
Get the last_updated field of the given host_metrics.
getLastUpdated()
- Method in class com.xensource.xenapi.
PIFMetrics
Get the last_updated field of the given PIF_metrics.
getLastUpdated()
- Method in class com.xensource.xenapi.
VBDMetrics
Get the last_updated field of the given VBD_metrics.
getLastUpdated()
- Method in class com.xensource.xenapi.
VIFMetrics
Get the last_updated field of the given VIF_metrics.
getLastUpdated()
- Method in class com.xensource.xenapi.
VMGuestMetrics
Get the last_updated field of the given VM_guest_metrics.
getLastUpdated()
- Method in class com.xensource.xenapi.
VMMetrics
Get the last_updated field of the given VM_metrics.
getLocation()
- Method in class com.xensource.xenapi.
Console
Get the location field of the given console.
getLog()
- Method in class com.xensource.xenapi.
Host
Get the host's log file
getLogging()
- Method in class com.xensource.xenapi.
Host
Get the logging field of the given host.
getMAC()
- Method in class com.xensource.xenapi.
PIF
Get the MAC field of the given PIF.
getMAC()
- Method in class com.xensource.xenapi.
VIF
Get the MAC field of the given VIF.
getMemory()
- Method in class com.xensource.xenapi.
VMGuestMetrics
Get the memory field of the given VM_guest_metrics.
getMemoryActual()
- Method in class com.xensource.xenapi.
VMMetrics
Get the memory/actual field of the given VM_metrics.
getMemoryDynamicMax()
- Method in class com.xensource.xenapi.
VM
Get the memory/dynamic_max field of the given VM.
getMemoryDynamicMin()
- Method in class com.xensource.xenapi.
VM
Get the memory/dynamic_min field of the given VM.
getMemoryFree()
- Method in class com.xensource.xenapi.
HostMetrics
Get the memory/free field of the given host_metrics.
getMemoryStaticMax()
- Method in class com.xensource.xenapi.
VM
Get the memory/static_max field of the given VM.
getMemoryStaticMin()
- Method in class com.xensource.xenapi.
VM
Get the memory/static_min field of the given VM.
getMemoryTotal()
- Method in class com.xensource.xenapi.
HostMetrics
Get the memory/total field of the given host_metrics.
getMetrics()
- Method in class com.xensource.xenapi.
Host
Get the metrics field of the given host.
getMetrics()
- Method in class com.xensource.xenapi.
PIF
Get the metrics field of the given PIF.
getMetrics()
- Method in class com.xensource.xenapi.
VBD
Get the metrics field of the given VBD.
getMetrics()
- Method in class com.xensource.xenapi.
VIF
Get the metrics field of the given VIF.
getMetrics()
- Method in class com.xensource.xenapi.
VM
Get the metrics field of the given VM.
getMode()
- Method in class com.xensource.xenapi.
VBD
Get the mode field of the given VBD.
getModelname()
- Method in class com.xensource.xenapi.
HostCpu
Get the modelname field of the given host_cpu.
getMTU()
- Method in class com.xensource.xenapi.
PIF
Get the MTU field of the given PIF.
getMTU()
- Method in class com.xensource.xenapi.
VIF
Get the MTU field of the given VIF.
getNameDescription()
- Method in class com.xensource.xenapi.
Host
Get the name/description field of the given host.
getNameDescription()
- Method in class com.xensource.xenapi.
Network
Get the name/description field of the given network.
getNameDescription()
- Method in class com.xensource.xenapi.
SR
Get the name/description field of the given SR.
getNameDescription()
- Method in class com.xensource.xenapi.
Task
Get the name/description field of the given task.
getNameDescription()
- Method in class com.xensource.xenapi.
VDI
Get the name/description field of the given VDI.
getNameDescription()
- Method in class com.xensource.xenapi.
VM
Get the name/description field of the given VM.
getNameLabel()
- Method in class com.xensource.xenapi.
Host
Get the name/label field of the given host.
getNameLabel()
- Method in class com.xensource.xenapi.
Network
Get the name/label field of the given network.
getNameLabel()
- Method in class com.xensource.xenapi.
SR
Get the name/label field of the given SR.
getNameLabel()
- Method in class com.xensource.xenapi.
Task
Get the name/label field of the given task.
getNameLabel()
- Method in class com.xensource.xenapi.
VDI
Get the name/label field of the given VDI.
getNameLabel()
- Method in class com.xensource.xenapi.
VM
Get the name/label field of the given VM.
getNetwork()
- Method in class com.xensource.xenapi.
PIF
Get the network field of the given PIF.
getNetwork()
- Method in class com.xensource.xenapi.
VIF
Get the network field of the given VIF.
getNetworks()
- Method in class com.xensource.xenapi.
VMGuestMetrics
Get the networks field of the given VM_guest_metrics.
getNumber()
- Method in class com.xensource.xenapi.
HostCpu
Get the number field of the given host_cpu.
getOsVersion()
- Method in class com.xensource.xenapi.
VMGuestMetrics
Get the os_version field of the given VM_guest_metrics.
getOther()
- Method in class com.xensource.xenapi.
VMGuestMetrics
Get the other field of the given VM_guest_metrics.
getOtherConfig()
- Method in class com.xensource.xenapi.
Console
Get the other_config field of the given console.
getOtherConfig()
- Method in class com.xensource.xenapi.
Host
Get the other_config field of the given host.
getOtherConfig()
- Method in class com.xensource.xenapi.
Network
Get the other_config field of the given network.
getOtherConfig()
- Method in class com.xensource.xenapi.
SR
Get the other_config field of the given SR.
getOtherConfig()
- Method in class com.xensource.xenapi.
VDI
Get the other_config field of the given VDI.
getOtherConfig()
- Method in class com.xensource.xenapi.
VM
Get the other_config field of the given VM.
getPBDs()
- Method in class com.xensource.xenapi.
Host
Get the PBDs field of the given host.
getPBDs()
- Method in class com.xensource.xenapi.
SR
Get the PBDs field of the given SR.
getPCIBus()
- Method in class com.xensource.xenapi.
VM
Get the PCI_bus field of the given VM.
getPhysicalSize()
- Method in class com.xensource.xenapi.
SR
Get the physical_size field of the given SR.
getPhysicalUtilisation()
- Method in class com.xensource.xenapi.
SR
Get the physical_utilisation field of the given SR.
getPhysicalUtilisation()
- Method in class com.xensource.xenapi.
VDI
Get the physical_utilisation field of the given VDI.
getPIFs()
- Method in class com.xensource.xenapi.
Host
Get the PIFs field of the given host.
getPIFs()
- Method in class com.xensource.xenapi.
Network
Get the PIFs field of the given network.
getPlatform()
- Method in class com.xensource.xenapi.
VM
Get the platform field of the given VM.
getPowerState()
- Method in class com.xensource.xenapi.
VM
Get the power_state field of the given VM.
getProgress()
- Method in class com.xensource.xenapi.
Task
Get the progress field of the given task.
getProtocol()
- Method in class com.xensource.xenapi.
Console
Get the protocol field of the given console.
getPVArgs()
- Method in class com.xensource.xenapi.
VM
Get the PV/args field of the given VM.
getPVBootloader()
- Method in class com.xensource.xenapi.
VM
Get the PV/bootloader field of the given VM.
getPVBootloaderArgs()
- Method in class com.xensource.xenapi.
VM
Get the PV/bootloader_args field of the given VM.
getPVDriversVersion()
- Method in class com.xensource.xenapi.
VMGuestMetrics
Get the PV_drivers_version field of the given VM_guest_metrics.
getPVKernel()
- Method in class com.xensource.xenapi.
VM
Get the PV/kernel field of the given VM.
getPVRamdisk()
- Method in class com.xensource.xenapi.
VM
Get the PV/ramdisk field of the given VM.
getQosAlgorithmParams()
- Method in class com.xensource.xenapi.
VBD
Get the qos/algorithm_params field of the given VBD.
getQosAlgorithmParams()
- Method in class com.xensource.xenapi.
VIF
Get the qos/algorithm_params field of the given VIF.
getQosAlgorithmType()
- Method in class com.xensource.xenapi.
VBD
Get the qos/algorithm_type field of the given VBD.
getQosAlgorithmType()
- Method in class com.xensource.xenapi.
VIF
Get the qos/algorithm_type field of the given VIF.
getQosSupportedAlgorithms()
- Method in class com.xensource.xenapi.
VBD
Get the qos/supported_algorithms field of the given VBD.
getQosSupportedAlgorithms()
- Method in class com.xensource.xenapi.
VIF
Get the qos/supported_algorithms field of the given VIF.
getReadOnly()
- Method in class com.xensource.xenapi.
VDI
Get the read_only field of the given VDI.
getRecord()
- Method in class com.xensource.xenapi.
Console
Get a record containing the current state of the given console.
getRecord()
- Method in class com.xensource.xenapi.
Crashdump
Get a record containing the current state of the given crashdump.
getRecord()
- Method in class com.xensource.xenapi.
Debug
Get a record containing the current state of the given debug.
getRecord()
- Method in class com.xensource.xenapi.
Host
Get a record containing the current state of the given host.
getRecord()
- Method in class com.xensource.xenapi.
HostCpu
Get a record containing the current state of the given host_cpu.
getRecord()
- Method in class com.xensource.xenapi.
HostMetrics
Get a record containing the current state of the given host_metrics.
getRecord()
- Method in class com.xensource.xenapi.
Network
Get a record containing the current state of the given network.
getRecord()
- Method in class com.xensource.xenapi.
PBD
Get a record containing the current state of the given PBD.
getRecord()
- Method in class com.xensource.xenapi.
PIF
Get a record containing the current state of the given PIF.
getRecord()
- Method in class com.xensource.xenapi.
PIFMetrics
Get a record containing the current state of the given PIF_metrics.
getRecord()
- Method in class com.xensource.xenapi.
Session
Get a record containing the current state of the given session.
getRecord()
- Method in class com.xensource.xenapi.
SR
Get a record containing the current state of the given SR.
getRecord()
- Method in class com.xensource.xenapi.
Task
Get a record containing the current state of the given task.
getRecord()
- Method in class com.xensource.xenapi.
User
Get a record containing the current state of the given user.
getRecord()
- Method in class com.xensource.xenapi.
VBD
Get a record containing the current state of the given VBD.
getRecord()
- Method in class com.xensource.xenapi.
VBDMetrics
Get a record containing the current state of the given VBD_metrics.
getRecord()
- Method in class com.xensource.xenapi.
VDI
Get a record containing the current state of the given VDI.
getRecord()
- Method in class com.xensource.xenapi.
VIF
Get a record containing the current state of the given VIF.
getRecord()
- Method in class com.xensource.xenapi.
VIFMetrics
Get a record containing the current state of the given VIF_metrics.
getRecord()
- Method in class com.xensource.xenapi.
VM
Get a record containing the current state of the given VM.
getRecord()
- Method in class com.xensource.xenapi.
VMGuestMetrics
Get a record containing the current state of the given VM_guest_metrics.
getRecord()
- Method in class com.xensource.xenapi.
VMMetrics
Get a record containing the current state of the given VM_metrics.
getRecord()
- Method in class com.xensource.xenapi.
VTPM
Get a record containing the current state of the given VTPM.
getResidentOn()
- Method in class com.xensource.xenapi.
Task
Get the resident_on field of the given task.
getResidentOn()
- Method in class com.xensource.xenapi.
VM
Get the resident_on field of the given VM.
getResidentVMs()
- Method in class com.xensource.xenapi.
Host
Get the resident_VMs field of the given host.
getResult()
- Method in class com.xensource.xenapi.
Task
Get the result field of the given task.
getRuntimeProperties()
- Method in class com.xensource.xenapi.
VBD
Get the runtime_properties field of the given VBD.
getRuntimeProperties()
- Method in class com.xensource.xenapi.
VIF
Get the runtime_properties field of the given VIF.
getSchedPolicy()
- Method in class com.xensource.xenapi.
Host
Get the sched_policy field of the given host.
getSession()
- Method in class com.xensource.xenapi.
ConnectionHelper
getSession()
- Method in class com.xensource.xenapi.
Task
Get the session field of the given task.
getSharable()
- Method in class com.xensource.xenapi.
VDI
Get the sharable field of the given VDI.
getShared()
- Method in class com.xensource.xenapi.
SR
Get the shared field of the given SR.
getShortName()
- Method in class com.xensource.xenapi.
User
Get the short_name field of the given user.
getSoftwareVersion()
- Method in class com.xensource.xenapi.
Host
Get the software_version field of the given host.
getSpeed()
- Method in class com.xensource.xenapi.
HostCpu
Get the speed field of the given host_cpu.
getSR()
- Method in class com.xensource.xenapi.
PBD
Get the SR field of the given PBD.
getSR()
- Method in class com.xensource.xenapi.
VDI
Get the SR field of the given VDI.
getStartTime()
- Method in class com.xensource.xenapi.
VMMetrics
Get the start_time field of the given VM_metrics.
getState()
- Method in class com.xensource.xenapi.
VMMetrics
Get the state field of the given VM_metrics.
getStatus()
- Method in class com.xensource.xenapi.
Task
Get the status field of the given task.
getStatusCode()
- Method in class com.xensource.xenapi.
VBD
Get the status_code field of the given VBD.
getStatusCode()
- Method in class com.xensource.xenapi.
VIF
Get the status_code field of the given VIF.
getStatusDetail()
- Method in class com.xensource.xenapi.
VBD
Get the status_detail field of the given VBD.
getStatusDetail()
- Method in class com.xensource.xenapi.
VIF
Get the status_detail field of the given VIF.
getStepping()
- Method in class com.xensource.xenapi.
HostCpu
Get the stepping field of the given host_cpu.
getStorageLock()
- Method in class com.xensource.xenapi.
VBD
Get the storage_lock field of the given VBD.
getStorageLock()
- Method in class com.xensource.xenapi.
VDI
Get the storage_lock field of the given VDI.
getSupportedBootloaders()
- Method in class com.xensource.xenapi.
Host
Get the supported_bootloaders field of the given host.
getSupportedTypes()
- Static method in class com.xensource.xenapi.
SR
Return a set of all the SR types supported by the system
getSuspendImageSr()
- Method in class com.xensource.xenapi.
Host
Get the suspend_image_sr field of the given host.
getSuspendVDI()
- Method in class com.xensource.xenapi.
VM
Get the suspend_VDI field of the given VM.
getThisHost()
- Method in class com.xensource.xenapi.
Session
Get the this_host field of the given session.
getThisUser()
- Method in class com.xensource.xenapi.
Session
Get the this_user field of the given session.
getType()
- Method in class com.xensource.xenapi.
SR
Get the type field of the given SR.
getType()
- Method in class com.xensource.xenapi.
Task
Get the type field of the given task.
getType()
- Method in class com.xensource.xenapi.
VBD
Get the type field of the given VBD.
getType()
- Method in class com.xensource.xenapi.
VDI
Get the type field of the given VDI.
getUserdevice()
- Method in class com.xensource.xenapi.
VBD
Get the userdevice field of the given VBD.
getUserVersion()
- Method in class com.xensource.xenapi.
VM
Get the user_version field of the given VM.
getUtilisation()
- Method in class com.xensource.xenapi.
HostCpu
Get the utilisation field of the given host_cpu.
getUuid()
- Method in class com.xensource.xenapi.
Console
Get the uuid field of the given console.
getUuid()
- Method in class com.xensource.xenapi.
Crashdump
Get the uuid field of the given crashdump.
getUuid()
- Method in class com.xensource.xenapi.
Host
Get the uuid field of the given host.
getUuid()
- Method in class com.xensource.xenapi.
HostCpu
Get the uuid field of the given host_cpu.
getUuid()
- Method in class com.xensource.xenapi.
HostMetrics
Get the uuid field of the given host_metrics.
getUuid()
- Method in class com.xensource.xenapi.
Network
Get the uuid field of the given network.
getUuid()
- Method in class com.xensource.xenapi.
PBD
Get the uuid field of the given PBD.
getUuid()
- Method in class com.xensource.xenapi.
PIF
Get the uuid field of the given PIF.
getUuid()
- Method in class com.xensource.xenapi.
PIFMetrics
Get the uuid field of the given PIF_metrics.
getUuid()
- Method in class com.xensource.xenapi.
Session
Get the uuid field of the given session.
getUuid()
- Method in class com.xensource.xenapi.
SR
Get the uuid field of the given SR.
getUuid()
- Method in class com.xensource.xenapi.
Task
Get the uuid field of the given task.
getUuid()
- Method in class com.xensource.xenapi.
User
Get the uuid field of the given user.
getUuid()
- Method in class com.xensource.xenapi.
VBD
Get the uuid field of the given VBD.
getUuid()
- Method in class com.xensource.xenapi.
VBDMetrics
Get the uuid field of the given VBD_metrics.
getUuid()
- Method in class com.xensource.xenapi.
VDI
Get the uuid field of the given VDI.
getUuid()
- Method in class com.xensource.xenapi.
VIF
Get the uuid field of the given VIF.
getUuid()
- Method in class com.xensource.xenapi.
VIFMetrics
Get the uuid field of the given VIF_metrics.
getUuid()
- Method in class com.xensource.xenapi.
VM
Get the uuid field of the given VM.
getUuid()
- Method in class com.xensource.xenapi.
VMGuestMetrics
Get the uuid field of the given VM_guest_metrics.
getUuid()
- Method in class com.xensource.xenapi.
VMMetrics
Get the uuid field of the given VM_metrics.
getUuid()
- Method in class com.xensource.xenapi.
VTPM
Get the uuid field of the given VTPM.
getVBDs()
- Method in class com.xensource.xenapi.
VDI
Get the VBDs field of the given VDI.
getVBDs()
- Method in class com.xensource.xenapi.
VM
Get the VBDs field of the given VM.
getVCPUsAtStartup()
- Method in class com.xensource.xenapi.
VM
Get the VCPUs/at_startup field of the given VM.
getVCPUsCPU()
- Method in class com.xensource.xenapi.
VMMetrics
Get the VCPUs/CPU field of the given VM_metrics.
getVCPUsFlags()
- Method in class com.xensource.xenapi.
VMMetrics
Get the VCPUs/flags field of the given VM_metrics.
getVCPUsMax()
- Method in class com.xensource.xenapi.
VM
Get the VCPUs/max field of the given VM.
getVCPUsNumber()
- Method in class com.xensource.xenapi.
VMMetrics
Get the VCPUs/number field of the given VM_metrics.
getVCPUsParams()
- Method in class com.xensource.xenapi.
VM
Get the VCPUs/params field of the given VM.
getVCPUsParams()
- Method in class com.xensource.xenapi.
VMMetrics
Get the VCPUs/params field of the given VM_metrics.
getVCPUsUtilisation()
- Method in class com.xensource.xenapi.
VMMetrics
Get the VCPUs/utilisation field of the given VM_metrics.
getVDI()
- Method in class com.xensource.xenapi.
Crashdump
Get the VDI field of the given crashdump.
getVDI()
- Method in class com.xensource.xenapi.
VBD
Get the VDI field of the given VBD.
getVDIs()
- Method in class com.xensource.xenapi.
SR
Get the VDIs field of the given SR.
getVendor()
- Method in class com.xensource.xenapi.
HostCpu
Get the vendor field of the given host_cpu.
getVIFs()
- Method in class com.xensource.xenapi.
Network
Get the VIFs field of the given network.
getVIFs()
- Method in class com.xensource.xenapi.
VM
Get the VIFs field of the given VM.
getVirtualAllocation()
- Method in class com.xensource.xenapi.
SR
Get the virtual_allocation field of the given SR.
getVirtualSize()
- Method in class com.xensource.xenapi.
VDI
Get the virtual_size field of the given VDI.
getVLAN()
- Method in class com.xensource.xenapi.
PIF
Get the VLAN field of the given PIF.
getVM()
- Method in class com.xensource.xenapi.
Console
Get the VM field of the given console.
getVM()
- Method in class com.xensource.xenapi.
Crashdump
Get the VM field of the given crashdump.
getVM()
- Method in class com.xensource.xenapi.
VBD
Get the VM field of the given VBD.
getVM()
- Method in class com.xensource.xenapi.
VIF
Get the VM field of the given VIF.
getVM()
- Method in class com.xensource.xenapi.
VTPM
Get the VM field of the given VTPM.
getVTPMs()
- Method in class com.xensource.xenapi.
VM
Get the VTPMs field of the given VM.
guestMetrics
- Variable in class com.xensource.xenapi.
VM.Record
metrics associated with the running guest
H
handle
- Variable in exception com.xensource.xenapi.
Types.HandleInvalid
handle
- Variable in exception com.xensource.xenapi.
Types.SessionInvalid
handle
- Variable in exception com.xensource.xenapi.
Types.SessionNotRegistered
hardReboot()
- Method in class com.xensource.xenapi.
VM
Stop executing the specified VM without attempting a clean shutdown.
hardShutdown()
- Method in class com.xensource.xenapi.
VM
Stop executing the specified VM without attempting a clean shutdown.
Host
- Class in
com.xensource.xenapi
A physical host
host
- Variable in class com.xensource.xenapi.
HostCpu.Record
the host the CPU is in
host
- Variable in class com.xensource.xenapi.
PBD.Record
physical machine on which the pbd is available
host
- Variable in class com.xensource.xenapi.
PIF.Record
physical machine to which this pif is connected
host
- Variable in exception com.xensource.xenapi.
Types.HostOffline
Host.Record
- Class in
com.xensource.xenapi
Represents all the fields in a Host
Host.Record()
- Constructor for class com.xensource.xenapi.
Host.Record
HostCpu
- Class in
com.xensource.xenapi
A physical CPU
HostCpu.Record
- Class in
com.xensource.xenapi
Represents all the fields in a HostCpu
HostCpu.Record()
- Constructor for class com.xensource.xenapi.
HostCpu.Record
hostCPUs
- Variable in class com.xensource.xenapi.
Host.Record
The physical CPUs on this host
HostMetrics
- Class in
com.xensource.xenapi
The metrics associated with a host
HostMetrics.Record
- Class in
com.xensource.xenapi
Represents all the fields in a HostMetrics
HostMetrics.Record()
- Constructor for class com.xensource.xenapi.
HostMetrics.Record
HVMBootParams
- Variable in class com.xensource.xenapi.
VM.Record
HVM boot params
HVMBootPolicy
- Variable in class com.xensource.xenapi.
VM.Record
HVM boot policy
I
id
- Variable in class com.xensource.xenapi.
Event.Record
An ID, monotonically increasing, and local to the current session
instance()
- Static method in class com.xensource.xenapi.
ConnectionHelper
Get this thread's connection helper
ioReadKbs
- Variable in class com.xensource.xenapi.
PIFMetrics.Record
Read bandwidth (KiB/s)
ioReadKbs
- Variable in class com.xensource.xenapi.
VBDMetrics.Record
Read bandwidth (KiB/s)
ioReadKbs
- Variable in class com.xensource.xenapi.
VIFMetrics.Record
Read bandwidth (KiB/s)
ioWriteKbs
- Variable in class com.xensource.xenapi.
PIFMetrics.Record
Write bandwidth (KiB/s)
ioWriteKbs
- Variable in class com.xensource.xenapi.
VBDMetrics.Record
Write bandwidth (KiB/s)
ioWriteKbs
- Variable in class com.xensource.xenapi.
VIFMetrics.Record
Write bandwidth (KiB/s)
isATemplate
- Variable in class com.xensource.xenapi.
VM.Record
true if this is a template.
isControlDomain
- Variable in class com.xensource.xenapi.
VM.Record
true if this is a control domain (domain 0 or a driver domain)
K
key
- Variable in exception com.xensource.xenapi.
Types.MapDuplicateKey
L
lastActive
- Variable in class com.xensource.xenapi.
Session.Record
Timestamp for last time session was active
lastUpdated
- Variable in class com.xensource.xenapi.
HostMetrics.Record
Time at which this information was last updated
lastUpdated
- Variable in class com.xensource.xenapi.
PIFMetrics.Record
Time at which this information was last updated
lastUpdated
- Variable in class com.xensource.xenapi.
VBDMetrics.Record
Time at which this information was last updated
lastUpdated
- Variable in class com.xensource.xenapi.
VIFMetrics.Record
Time at which this information was last updated
lastUpdated
- Variable in class com.xensource.xenapi.
VMGuestMetrics.Record
Time at which this information was last updated
lastUpdated
- Variable in class com.xensource.xenapi.
VMMetrics.Record
Time at which this information was last updated
listMethods()
- Static method in class com.xensource.xenapi.
Host
List all supported methods
location
- Variable in class com.xensource.xenapi.
Console.Record
URI for the console service
logging
- Variable in class com.xensource.xenapi.
Host.Record
logging configuration
loginWithPassword(String, String)
- Static method in class com.xensource.xenapi.
Session
Attempt to authenticate the user, returning a session_id if successful
logout()
- Static method in class com.xensource.xenapi.
Session
Log out of a session
M
MAC
- Variable in class com.xensource.xenapi.
PIF.Record
ethernet MAC address of physical interface
MAC
- Variable in class com.xensource.xenapi.
VIF.Record
ethernet MAC address of virtual interface, as exposed to guest
Marshalling
- Class in
com.xensource.xenapi
Marshalls Java types onto the wire.
Marshalling()
- Constructor for class com.xensource.xenapi.
Marshalling
maximum
- Variable in exception com.xensource.xenapi.
Types.SrFull
mediaChange(VDI)
- Method in class com.xensource.xenapi.
VBD
Change the media in the device for CDROM-like devices only.
memory
- Variable in class com.xensource.xenapi.
VMGuestMetrics.Record
free/used/total memory
memoryActual
- Variable in class com.xensource.xenapi.
VMMetrics.Record
Guest's actual memory (bytes)
memoryDynamicMax
- Variable in class com.xensource.xenapi.
VM.Record
Dynamic maximum (bytes)
memoryDynamicMin
- Variable in class com.xensource.xenapi.
VM.Record
Dynamic minimum (bytes)
memoryFree
- Variable in class com.xensource.xenapi.
HostMetrics.Record
Host's free memory (bytes)
memoryStaticMax
- Variable in class com.xensource.xenapi.
VM.Record
Statically-set (i.e.
memoryStaticMin
- Variable in class com.xensource.xenapi.
VM.Record
Statically-set (i.e.
memoryTotal
- Variable in class com.xensource.xenapi.
HostMetrics.Record
Host's total memory (bytes)
message
- Variable in exception com.xensource.xenapi.
Types.InternalError
method
- Variable in exception com.xensource.xenapi.
Types.MessageMethodUnknown
method
- Variable in exception com.xensource.xenapi.
Types.MessageParameterCountMismatch
metrics
- Variable in class com.xensource.xenapi.
Host.Record
metrics associated with this host
metrics
- Variable in class com.xensource.xenapi.
PIF.Record
metrics associated with this PIF
metrics
- Variable in class com.xensource.xenapi.
VBD.Record
metrics associated with this VBD
metrics
- Variable in class com.xensource.xenapi.
VIF.Record
metrics associated with this VIF
metrics
- Variable in class com.xensource.xenapi.
VM.Record
metrics associated with this VM
migrate(String, Boolean, Map<String, String>)
- Method in class com.xensource.xenapi.
VM
Migrate the VM to another host.
mode
- Variable in class com.xensource.xenapi.
VBD.Record
the mode the VBD should be mounted with
modelname
- Variable in class com.xensource.xenapi.
HostCpu.Record
the model name of the physical CPU
msg
- Variable in exception com.xensource.xenapi.
Types.VmMigrateFailed
MTU
- Variable in class com.xensource.xenapi.
PIF.Record
MTU in octets
MTU
- Variable in class com.xensource.xenapi.
VIF.Record
MTU in octets
N
nameDescription
- Variable in class com.xensource.xenapi.
Host.Record
a notes field containg human-readable description
nameDescription
- Variable in class com.xensource.xenapi.
Network.Record
a notes field containg human-readable description
nameDescription
- Variable in class com.xensource.xenapi.
SR.Record
a notes field containg human-readable description
nameDescription
- Variable in class com.xensource.xenapi.
Task.Record
a notes field containg human-readable description
nameDescription
- Variable in class com.xensource.xenapi.
VDI.Record
a notes field containg human-readable description
nameDescription
- Variable in class com.xensource.xenapi.
VM.Record
a notes field containg human-readable description
nameLabel
- Variable in class com.xensource.xenapi.
Host.Record
a human-readable name
nameLabel
- Variable in class com.xensource.xenapi.
Network.Record
a human-readable name
nameLabel
- Variable in class com.xensource.xenapi.
SR.Record
a human-readable name
nameLabel
- Variable in class com.xensource.xenapi.
Task.Record
a human-readable name
nameLabel
- Variable in class com.xensource.xenapi.
VDI.Record
a human-readable name
nameLabel
- Variable in class com.xensource.xenapi.
VM.Record
a human-readable name
Network
- Class in
com.xensource.xenapi
A virtual network
network
- Variable in class com.xensource.xenapi.
PIF.Record
virtual network to which this pif is connected
network
- Variable in exception com.xensource.xenapi.
Types.NetworkAlreadyConnected
network
- Variable in exception com.xensource.xenapi.
Types.VmRequiresNetwork
network
- Variable in class com.xensource.xenapi.
VIF.Record
virtual network to which this vif is connected
Network.Record
- Class in
com.xensource.xenapi
Represents all the fields in a Network
Network.Record()
- Constructor for class com.xensource.xenapi.
Network.Record
networks
- Variable in class com.xensource.xenapi.
VMGuestMetrics.Record
network configuration
newValue
- Variable in exception com.xensource.xenapi.
Types.MapDuplicateKey
next()
- Static method in class com.xensource.xenapi.
Event
Blocking call which returns a (possibly empty) batch of events
number
- Variable in class com.xensource.xenapi.
HostCpu.Record
the number of the physical CPU within the host
O
objUuid
- Variable in class com.xensource.xenapi.
Event.Record
The uuid of the object that changed
operation
- Variable in class com.xensource.xenapi.
Event.Record
The operation that was performed
osVersion
- Variable in class com.xensource.xenapi.
VMGuestMetrics.Record
version of the OS
other
- Variable in class com.xensource.xenapi.
VMGuestMetrics.Record
anything else
otherConfig
- Variable in class com.xensource.xenapi.
Console.Record
additional configuration
otherConfig
- Variable in class com.xensource.xenapi.
Host.Record
additional configuration
otherConfig
- Variable in class com.xensource.xenapi.
Network.Record
additional configuration
otherConfig
- Variable in class com.xensource.xenapi.
SR.Record
additional configuration
otherConfig
- Variable in class com.xensource.xenapi.
VDI.Record
additional configuration
otherConfig
- Variable in class com.xensource.xenapi.
VM.Record
additional configuration
P
patch
- Variable in exception com.xensource.xenapi.
Types.PatchAlreadyApplied
pause()
- Method in class com.xensource.xenapi.
VM
Pause the specified VM.
PBD
- Class in
com.xensource.xenapi
The physical block devices through which hosts access SRs
PBD.Record
- Class in
com.xensource.xenapi
Represents all the fields in a PBD
PBD.Record()
- Constructor for class com.xensource.xenapi.
PBD.Record
PBDs
- Variable in class com.xensource.xenapi.
Host.Record
physical blockdevices
PBDs
- Variable in class com.xensource.xenapi.
SR.Record
physical blockdevices
PCIBus
- Variable in class com.xensource.xenapi.
VM.Record
PCI bus path for pass-through devices
physicalSize
- Variable in class com.xensource.xenapi.
SR.Record
total physical size of the repository (in bytes)
physicalUtilisation
- Variable in class com.xensource.xenapi.
SR.Record
physical space currently utilised on this storage repository (in bytes).
physicalUtilisation
- Variable in class com.xensource.xenapi.
VDI.Record
amount of physical space that the disk image is currently taking up on the storage repository (in bytes)
PIF
- Class in
com.xensource.xenapi
A physical network interface (note separate VLANs are represented as several PIFs)
PIF
- Variable in exception com.xensource.xenapi.
Types.PifIsPhysical
PIF
- Variable in exception com.xensource.xenapi.
Types.PifVlanExists
PIF.Record
- Class in
com.xensource.xenapi
Represents all the fields in a PIF
PIF.Record()
- Constructor for class com.xensource.xenapi.
PIF.Record
PIFMetrics
- Class in
com.xensource.xenapi
The metrics associated with a physical network interface
PIFMetrics.Record
- Class in
com.xensource.xenapi
Represents all the fields in a PIFMetrics
PIFMetrics.Record()
- Constructor for class com.xensource.xenapi.
PIFMetrics.Record
PIFs
- Variable in class com.xensource.xenapi.
Host.Record
physical network interfaces
PIFs
- Variable in class com.xensource.xenapi.
Network.Record
list of connected pifs
pifs
- Variable in exception com.xensource.xenapi.
Types.NetworkContainsPif
platform
- Variable in class com.xensource.xenapi.
VM.Record
platform-specific configuration
plug()
- Method in class com.xensource.xenapi.
VBD
Hotplug the specified VBD, dynamically attaching it to the running VM
plug()
- Method in class com.xensource.xenapi.
VIF
Hotplug the specified VIF, dynamically attaching it to the running VM
powerState
- Variable in class com.xensource.xenapi.
VM.Record
Current power state of the machine
progress
- Variable in class com.xensource.xenapi.
Task.Record
if the task is still pending, this field contains the estimated percentage complete (0.-1.).
protocol
- Variable in class com.xensource.xenapi.
Console.Record
the protocol used by this console
PVArgs
- Variable in class com.xensource.xenapi.
VM.Record
kernel command-line arguments
PVBootloader
- Variable in class com.xensource.xenapi.
VM.Record
name of or path to bootloader
PVBootloaderArgs
- Variable in class com.xensource.xenapi.
VM.Record
miscellaneous arguments for the bootloader
PVDriversVersion
- Variable in class com.xensource.xenapi.
VMGuestMetrics.Record
version of the PV drivers
PVKernel
- Variable in class com.xensource.xenapi.
VM.Record
path to the kernel
PVRamdisk
- Variable in class com.xensource.xenapi.
VM.Record
path to the initrd
Q
qosAlgorithmParams
- Variable in class com.xensource.xenapi.
VBD.Record
parameters for chosen QoS algorithm
qosAlgorithmParams
- Variable in class com.xensource.xenapi.
VIF.Record
parameters for chosen QoS algorithm
qosAlgorithmType
- Variable in class com.xensource.xenapi.
VBD.Record
QoS algorithm to use
qosAlgorithmType
- Variable in class com.xensource.xenapi.
VIF.Record
QoS algorithm to use
qosSupportedAlgorithms
- Variable in class com.xensource.xenapi.
VBD.Record
supported QoS algorithms for this VBD
qosSupportedAlgorithms
- Variable in class com.xensource.xenapi.
VIF.Record
supported QoS algorithms for this VIF
R
readOnly
- Variable in class com.xensource.xenapi.
VDI.Record
true if this disk may ONLY be mounted read-only
reason
- Variable in exception com.xensource.xenapi.
Types.ValueNotSupported
reboot()
- Method in class com.xensource.xenapi.
Host
Reboot the host.
received
- Variable in exception com.xensource.xenapi.
Types.MessageParameterCountMismatch
ref
- Variable in class com.xensource.xenapi.
Console
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
Crashdump
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
Debug
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
Event.Record
A reference to the object that changed
ref
- Variable in class com.xensource.xenapi.
Event
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
Host
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
HostCpu
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
HostMetrics
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
Network
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
PBD
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
PIF
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
PIFMetrics
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
Session
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
SR
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
Task
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
User
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
VBD
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
VBDMetrics
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
VDI
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
VIF
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
VIFMetrics
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
VM
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
VMGuestMetrics
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
VMMetrics
The XenAPI reference to this object.
ref
- Variable in class com.xensource.xenapi.
VTPM
The XenAPI reference to this object.
register(Set<String>)
- Static method in class com.xensource.xenapi.
Event
Registers this session with the event system.
removeFromHVMBootParams(String)
- Method in class com.xensource.xenapi.
VM
Remove the given key and its corresponding value from the HVM/boot_params field of the given VM.
removeFromLogging(String)
- Method in class com.xensource.xenapi.
Host
Remove the given key and its corresponding value from the logging field of the given host.
removeFromOtherConfig(String)
- Method in class com.xensource.xenapi.
Console
Remove the given key and its corresponding value from the other_config field of the given console.
removeFromOtherConfig(String)
- Method in class com.xensource.xenapi.
Host
Remove the given key and its corresponding value from the other_config field of the given host.
removeFromOtherConfig(String)
- Method in class com.xensource.xenapi.
Network
Remove the given key and its corresponding value from the other_config field of the given network.
removeFromOtherConfig(String)
- Method in class com.xensource.xenapi.
SR
Remove the given key and its corresponding value from the other_config field of the given SR.
removeFromOtherConfig(String)
- Method in class com.xensource.xenapi.
VDI
Remove the given key and its corresponding value from the other_config field of the given VDI.
removeFromOtherConfig(String)
- Method in class com.xensource.xenapi.
VM
Remove the given key and its corresponding value from the other_config field of the given VM.
removeFromPlatform(String)
- Method in class com.xensource.xenapi.
VM
Remove the given key and its corresponding value from the platform field of the given VM.
removeFromQosAlgorithmParams(String)
- Method in class com.xensource.xenapi.
VBD
Remove the given key and its corresponding value from the qos/algorithm_params field of the given VBD.
removeFromQosAlgorithmParams(String)
- Method in class com.xensource.xenapi.
VIF
Remove the given key and its corresponding value from the qos/algorithm_params field of the given VIF.
removeFromVCPUsParams(String)
- Method in class com.xensource.xenapi.
VM
Remove the given key and its corresponding value from the VCPUs/params field of the given VM.
requested
- Variable in exception com.xensource.xenapi.
Types.SrFull
residentOn
- Variable in class com.xensource.xenapi.
Task.Record
the host on which the task is running
residentOn
- Variable in class com.xensource.xenapi.
VM.Record
the host the VM is currently resident on
residentVMs
- Variable in class com.xensource.xenapi.
Host.Record
list of VMs currently resident on host
response
- Variable in exception com.xensource.xenapi.
Types.BadServerResponse
result
- Variable in class com.xensource.xenapi.
Task.Record
if the task has completed successfully, this field contains the result value (either Void or an object reference).
resume(Boolean, Boolean)
- Method in class com.xensource.xenapi.
VM
Awaken the specified VM and resume it.
returnFailure()
- Static method in class com.xensource.xenapi.
Debug
Return an API 'successful' failure
runtimeProperties
- Variable in class com.xensource.xenapi.
VBD.Record
Device runtime properties
runtimeProperties
- Variable in class com.xensource.xenapi.
VIF.Record
Device runtime properties
S
schedPolicy
- Variable in class com.xensource.xenapi.
Host.Record
Scheduler policy currently in force on this host
sendDebugKeys(String)
- Method in class com.xensource.xenapi.
Host
Inject the given string as debugging keys into Xen
sendSysrq(String)
- Method in class com.xensource.xenapi.
VM
Send the given key as a sysrq to this VM.
sendTrigger(String)
- Method in class com.xensource.xenapi.
VM
Send the named trigger to this VM.
Session
- Class in
com.xensource.xenapi
A session
session
- Variable in class com.xensource.xenapi.
Task.Record
the session that created the task
Session.Record
- Class in
com.xensource.xenapi
Represents all the fields in a Session
Session.Record()
- Constructor for class com.xensource.xenapi.
Session.Record
setActionsAfterCrash(Types.OnCrashBehaviour)
- Method in class com.xensource.xenapi.
VM
Set the actions/after_crash field of the given VM.
setActionsAfterReboot(Types.OnNormalExit)
- Method in class com.xensource.xenapi.
VM
Set the actions/after_reboot field of the given VM.
setActionsAfterShutdown(Types.OnNormalExit)
- Method in class com.xensource.xenapi.
VM
Set the actions/after_shutdown field of the given VM.
setAutoPowerOn(Boolean)
- Method in class com.xensource.xenapi.
VM
Set the auto_power_on field of the given VM.
setBootable(Boolean)
- Method in class com.xensource.xenapi.
VBD
Set the bootable field of the given VBD.
setConnectionHelper(ConnectionHelper)
- Static method in class com.xensource.xenapi.
ConnectionHelper
Use this method to share connection helpers (and therefore connections and sessions) across threads.
setCrashDumpSr(SR)
- Method in class com.xensource.xenapi.
Host
Set the crash_dump_sr field of the given host.
setDevice(String)
- Method in class com.xensource.xenapi.
PIF
Set the device field of the given PIF.
setDevice(String)
- Method in class com.xensource.xenapi.
VIF
Set the device field of the given VIF.
setFullname(String)
- Method in class com.xensource.xenapi.
User
Set the fullname field of the given user.
setHVMBootParams(Map<String, String>)
- Method in class com.xensource.xenapi.
VM
Set the HVM/boot_params field of the given VM.
setHVMBootPolicy(String)
- Method in class com.xensource.xenapi.
VM
Set the HVM/boot_policy field of the given VM.
setIsATemplate(Boolean)
- Method in class com.xensource.xenapi.
VM
Set the is_a_template field of the given VM.
setLogging(Map<String, String>)
- Method in class com.xensource.xenapi.
Host
Set the logging field of the given host.
setMAC(String)
- Method in class com.xensource.xenapi.
PIF
Set the MAC field of the given PIF.
setMAC(String)
- Method in class com.xensource.xenapi.
VIF
Set the MAC field of the given VIF.
setMemoryDynamicMax(Long)
- Method in class com.xensource.xenapi.
VM
Set the memory/dynamic_max field of the given VM.
setMemoryDynamicMaxLive(Long)
- Method in class com.xensource.xenapi.
VM
Set memory_dynamic_max in database and on running VM
setMemoryDynamicMin(Long)
- Method in class com.xensource.xenapi.
VM
Set the memory/dynamic_min field of the given VM.
setMemoryDynamicMinLive(Long)
- Method in class com.xensource.xenapi.
VM
Set memory_dynamic_min in database and on running VM
setMemoryStaticMax(Long)
- Method in class com.xensource.xenapi.
VM
Set the memory/static_max field of the given VM.
setMemoryStaticMin(Long)
- Method in class com.xensource.xenapi.
VM
Set the memory/static_min field of the given VM.
setMode(Types.VbdMode)
- Method in class com.xensource.xenapi.
VBD
Set the mode field of the given VBD.
setMTU(Long)
- Method in class com.xensource.xenapi.
PIF
Set the MTU field of the given PIF.
setMTU(Long)
- Method in class com.xensource.xenapi.
VIF
Set the MTU field of the given VIF.
setNameDescription(String)
- Method in class com.xensource.xenapi.
Host
Set the name/description field of the given host.
setNameDescription(String)
- Method in class com.xensource.xenapi.
Network
Set the name/description field of the given network.
setNameDescription(String)
- Method in class com.xensource.xenapi.
SR
Set the name/description field of the given SR.
setNameDescription(String)
- Method in class com.xensource.xenapi.
VDI
Set the name/description field of the given VDI.
setNameDescription(String)
- Method in class com.xensource.xenapi.
VM
Set the name/description field of the given VM.
setNameLabel(String)
- Method in class com.xensource.xenapi.
Host
Set the name/label field of the given host.
setNameLabel(String)
- Method in class com.xensource.xenapi.
Network
Set the name/label field of the given network.
setNameLabel(String)
- Method in class com.xensource.xenapi.
SR
Set the name/label field of the given SR.
setNameLabel(String)
- Method in class com.xensource.xenapi.
VDI
Set the name/label field of the given VDI.
setNameLabel(String)
- Method in class com.xensource.xenapi.
VM
Set the name/label field of the given VM.
setOtherConfig(Map<String, String>)
- Method in class com.xensource.xenapi.
Console
Set the other_config field of the given console.
setOtherConfig(Map<String, String>)
- Method in class com.xensource.xenapi.
Host
Set the other_config field of the given host.
setOtherConfig(Map<String, String>)
- Method in class com.xensource.xenapi.
Network
Set the other_config field of the given network.
setOtherConfig(Map<String, String>)
- Method in class com.xensource.xenapi.
SR
Set the other_config field of the given SR.
setOtherConfig(Map<String, String>)
- Method in class com.xensource.xenapi.
VDI
Set the other_config field of the given VDI.
setOtherConfig(Map<String, String>)
- Method in class com.xensource.xenapi.
VM
Set the other_config field of the given VM.
setPCIBus(String)
- Method in class com.xensource.xenapi.
VM
Set the PCI_bus field of the given VM.
setPlatform(Map<String, String>)
- Method in class com.xensource.xenapi.
VM
Set the platform field of the given VM.
setPVArgs(String)
- Method in class com.xensource.xenapi.
VM
Set the PV/args field of the given VM.
setPVBootloader(String)
- Method in class com.xensource.xenapi.
VM
Set the PV/bootloader field of the given VM.
setPVBootloaderArgs(String)
- Method in class com.xensource.xenapi.
VM
Set the PV/bootloader_args field of the given VM.
setPVKernel(String)
- Method in class com.xensource.xenapi.
VM
Set the PV/kernel field of the given VM.
setPVRamdisk(String)
- Method in class com.xensource.xenapi.
VM
Set the PV/ramdisk field of the given VM.
setQosAlgorithmParams(Map<String, String>)
- Method in class com.xensource.xenapi.
VBD
Set the qos/algorithm_params field of the given VBD.
setQosAlgorithmParams(Map<String, String>)
- Method in class com.xensource.xenapi.
VIF
Set the qos/algorithm_params field of the given VIF.
setQosAlgorithmType(String)
- Method in class com.xensource.xenapi.
VBD
Set the qos/algorithm_type field of the given VBD.
setQosAlgorithmType(String)
- Method in class com.xensource.xenapi.
VIF
Set the qos/algorithm_type field of the given VIF.
setReadOnly(Boolean)
- Method in class com.xensource.xenapi.
VDI
Set the read_only field of the given VDI.
setSession(Session)
- Method in class com.xensource.xenapi.
ConnectionHelper
setSharable(Boolean)
- Method in class com.xensource.xenapi.
VDI
Set the sharable field of the given VDI.
setShared(Boolean)
- Method in class com.xensource.xenapi.
SR
Set the shared field of the given SR.
setSuspendImageSr(SR)
- Method in class com.xensource.xenapi.
Host
Set the suspend_image_sr field of the given host.
setType(Types.VbdType)
- Method in class com.xensource.xenapi.
VBD
Set the type field of the given VBD.
setup(String)
- Static method in class com.xensource.xenapi.
ConnectionHelper
setUserdevice(String)
- Method in class com.xensource.xenapi.
VBD
Set the userdevice field of the given VBD.
setUserVersion(Long)
- Method in class com.xensource.xenapi.
VM
Set the user_version field of the given VM.
setVCPUsAtStartup(Long)
- Method in class com.xensource.xenapi.
VM
Set the VCPUs/at_startup field of the given VM.
setVCPUsMax(Long)
- Method in class com.xensource.xenapi.
VM
Set the VCPUs/max field of the given VM.
setVCPUsNumberLive(Long)
- Method in class com.xensource.xenapi.
VM
Set this VM's VCPUs/at_startup value, and set the same value on the VM, if running
setVCPUsParams(Map<String, String>)
- Method in class com.xensource.xenapi.
VM
Set the VCPUs/params field of the given VM.
setVirtualSize(Long)
- Method in class com.xensource.xenapi.
VDI
Set the virtual_size field of the given VDI.
setVLAN(Long)
- Method in class com.xensource.xenapi.
PIF
Set the VLAN field of the given PIF.
sharable
- Variable in class com.xensource.xenapi.
VDI.Record
true if this disk may be shared
shared
- Variable in class com.xensource.xenapi.
SR.Record
true if this SR is (capable of being) shared between multiple hosts
shortName
- Variable in class com.xensource.xenapi.
User.Record
short name (e.g.
shutdown()
- Method in class com.xensource.xenapi.
Host
Shutdown the host.
softwareVersion
- Variable in class com.xensource.xenapi.
Host.Record
version strings
source
- Variable in exception com.xensource.xenapi.
Types.VmMigrateFailed
speed
- Variable in class com.xensource.xenapi.
HostCpu.Record
the speed of the physical CPU
SR
- Variable in class com.xensource.xenapi.
PBD.Record
the storage repository that the pbd realises
SR
- Class in
com.xensource.xenapi
A storage repository
sr
- Variable in exception com.xensource.xenapi.
Types.SrHasPbd
sr
- Variable in exception com.xensource.xenapi.
Types.VmRequiresSr
SR
- Variable in class com.xensource.xenapi.
VDI.Record
storage repository in which the VDI resides
SR.Record
- Class in
com.xensource.xenapi
Represents all the fields in a SR
SR.Record()
- Constructor for class com.xensource.xenapi.
SR.Record
start(Boolean)
- Method in class com.xensource.xenapi.
VM
Start the specified VM.
startTime
- Variable in class com.xensource.xenapi.
VMMetrics.Record
Time at which this VM was last booted
state
- Variable in class com.xensource.xenapi.
VMMetrics.Record
The state of the guest, eg blocked, dying etc
status
- Variable in class com.xensource.xenapi.
Task.Record
current status of the task
statusCode
- Variable in class com.xensource.xenapi.
VBD.Record
error/success code associated with last attach-operation (erased on reboot)
statusCode
- Variable in class com.xensource.xenapi.
VIF.Record
error/success code associated with last attach-operation (erased on reboot)
statusDetail
- Variable in class com.xensource.xenapi.
VBD.Record
error/success information associated with last attach-operation status (erased on reboot)
statusDetail
- Variable in class com.xensource.xenapi.
VIF.Record
error/success information associated with last attach-operation status (erased on reboot)
stepping
- Variable in class com.xensource.xenapi.
HostCpu.Record
the stepping of the physical CPU
storageLock
- Variable in class com.xensource.xenapi.
VBD.Record
true if a storage level lock was acquired
storageLock
- Variable in class com.xensource.xenapi.
VDI.Record
true if this disk is locked at the storage level
supportedBootloaders
- Variable in class com.xensource.xenapi.
Host.Record
a list of the bootloaders installed on the machine
suspend()
- Method in class com.xensource.xenapi.
VM
Suspend the specified VM to disk.
suspendImageSr
- Variable in class com.xensource.xenapi.
Host.Record
The SR in which VDIs for suspend images are created
suspendVDI
- Variable in class com.xensource.xenapi.
VM.Record
The VDI that a suspend image is stored on.
T
Task
- Class in
com.xensource.xenapi
A long-running asynchronous task
Task.Record
- Class in
com.xensource.xenapi
Represents all the fields in a Task
Task.Record()
- Constructor for class com.xensource.xenapi.
Task.Record
thisHost
- Variable in class com.xensource.xenapi.
Session.Record
Currently connected host
thisUser
- Variable in class com.xensource.xenapi.
Session.Record
Currently connected user
timestamp
- Variable in class com.xensource.xenapi.
Event.Record
The time at which the event occurred
toBoolean(Object)
- Static method in class com.xensource.xenapi.
Types
toConsole(Object)
- Static method in class com.xensource.xenapi.
Types
toConsoleProtocol(Object)
- Static method in class com.xensource.xenapi.
Types
toConsoleRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toCrashdump(Object)
- Static method in class com.xensource.xenapi.
Types
toCrashdumpRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toDate(Object)
- Static method in class com.xensource.xenapi.
Types
toDebug(Object)
- Static method in class com.xensource.xenapi.
Types
toDebugRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toDouble(Object)
- Static method in class com.xensource.xenapi.
Types
toEvent(Object)
- Static method in class com.xensource.xenapi.
Types
toEventOperation(Object)
- Static method in class com.xensource.xenapi.
Types
toEventRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toHost(Object)
- Static method in class com.xensource.xenapi.
Types
toHostCpu(Object)
- Static method in class com.xensource.xenapi.
Types
toHostCpuRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toHostMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toHostMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toHostRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toLong(Object)
- Static method in class com.xensource.xenapi.
Types
toMap()
- Method in class com.xensource.xenapi.
Console.Record
Convert a console.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
Crashdump.Record
Convert a crashdump.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
Debug.Record
Convert a debug.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
Event.Record
Convert a event.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
Host.Record
Convert a host.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
HostCpu.Record
Convert a host_cpu.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
HostMetrics.Record
Convert a host_metrics.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
Network.Record
Convert a network.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
PBD.Record
Convert a PBD.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
PIF.Record
Convert a PIF.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
PIFMetrics.Record
Convert a PIF_metrics.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
Session.Record
Convert a session.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
SR.Record
Convert a SR.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
Task.Record
Convert a task.Record to a Map
toMap()
- Method in interface com.xensource.xenapi.
Types.Record
Convert a Record to a Map
toMap()
- Method in class com.xensource.xenapi.
User.Record
Convert a user.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
VBD.Record
Convert a VBD.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
VBDMetrics.Record
Convert a VBD_metrics.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
VDI.Record
Convert a VDI.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
VIF.Record
Convert a VIF.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
VIFMetrics.Record
Convert a VIF_metrics.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
VM.Record
Convert a VM.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
VMGuestMetrics.Record
Convert a VM_guest_metrics.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
VMMetrics.Record
Convert a VM_metrics.Record to a Map
toMap()
- Method in class com.xensource.xenapi.
VTPM.Record
Convert a VTPM.Record to a Map
toMapOfConsoleConsoleRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfCrashdumpCrashdumpRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfDebugDebugRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfEventEventRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfHostCpuHostCpuRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfHostHostRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfHostMetricsHostMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfLongDouble(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfLongLong(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfLongSetOfString(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfNetworkNetworkRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfPBDPBDRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfPIFMetricsPIFMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfPIFPIFRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfSessionSessionRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfSRSRRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfStringString(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfTaskTaskRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfUserUserRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfVBDMetricsVBDMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfVBDVBDRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfVDIVDIRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfVIFMetricsVIFMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfVIFVIFRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfVMGuestMetricsVMGuestMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfVMMetricsVMMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfVMVMRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toMapOfVTPMVTPMRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toNetwork(Object)
- Static method in class com.xensource.xenapi.
Types
toNetworkRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toOnCrashBehaviour(Object)
- Static method in class com.xensource.xenapi.
Types
toOnNormalExit(Object)
- Static method in class com.xensource.xenapi.
Types
toPBD(Object)
- Static method in class com.xensource.xenapi.
Types
toPBDRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toPIF(Object)
- Static method in class com.xensource.xenapi.
Types
toPIFMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toPIFMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toPIFRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toSession(Object)
- Static method in class com.xensource.xenapi.
Types
toSessionRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfConsole(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfCrashdump(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfDebug(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfEventRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfHost(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfHostCpu(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfHostMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfNetwork(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfPBD(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfPIF(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfPIFMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfSR(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfString(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfTask(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfVBD(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfVBDMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfVDI(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfVIF(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfVIFMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfVM(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfVMGuestMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfVMMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toSetOfVTPM(Object)
- Static method in class com.xensource.xenapi.
Types
toSR(Object)
- Static method in class com.xensource.xenapi.
Types
toSRRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toString()
- Method in class com.xensource.xenapi.
Console.Record
toString()
- Method in class com.xensource.xenapi.
Crashdump.Record
toString()
- Method in class com.xensource.xenapi.
Debug.Record
toString()
- Method in class com.xensource.xenapi.
Event.Record
toString()
- Method in class com.xensource.xenapi.
Host.Record
toString()
- Method in class com.xensource.xenapi.
HostCpu.Record
toString()
- Method in class com.xensource.xenapi.
HostMetrics.Record
toString()
- Method in class com.xensource.xenapi.
Network.Record
toString()
- Method in class com.xensource.xenapi.
PBD.Record
toString()
- Method in class com.xensource.xenapi.
PIF.Record
toString()
- Method in class com.xensource.xenapi.
PIFMetrics.Record
toString()
- Method in class com.xensource.xenapi.
Session.Record
toString()
- Method in class com.xensource.xenapi.
SR.Record
toString()
- Method in class com.xensource.xenapi.
Task.Record
toString()
- Method in exception com.xensource.xenapi.
Types.BadServerResponse
toString()
- Method in exception com.xensource.xenapi.
Types.DeviceAlreadyAttached
toString()
- Method in exception com.xensource.xenapi.
Types.DeviceAlreadyDetached
toString()
- Method in exception com.xensource.xenapi.
Types.DeviceAlreadyExists
toString()
- Method in exception com.xensource.xenapi.
Types.EventsLost
toString()
- Method in exception com.xensource.xenapi.
Types.HandleInvalid
toString()
- Method in exception com.xensource.xenapi.
Types.HostOffline
toString()
- Method in exception com.xensource.xenapi.
Types.InternalError
toString()
- Method in exception com.xensource.xenapi.
Types.InvalidDevice
toString()
- Method in exception com.xensource.xenapi.
Types.InvalidPatch
toString()
- Method in exception com.xensource.xenapi.
Types.InvalidValue
toString()
- Method in exception com.xensource.xenapi.
Types.MapDuplicateKey
toString()
- Method in exception com.xensource.xenapi.
Types.MessageMethodUnknown
toString()
- Method in exception com.xensource.xenapi.
Types.MessageParameterCountMismatch
toString()
- Method in exception com.xensource.xenapi.
Types.NetworkAlreadyConnected
toString()
- Method in exception com.xensource.xenapi.
Types.NetworkContainsPif
toString()
- Method in exception com.xensource.xenapi.
Types.NetworkContainsVif
toString()
- Method in exception com.xensource.xenapi.
Types.NotImplemented
toString()
- Method in exception com.xensource.xenapi.
Types.OperationNotAllowed
toString()
- Method in exception com.xensource.xenapi.
Types.PatchAlreadyApplied
toString()
- Method in exception com.xensource.xenapi.
Types.PifIsPhysical
toString()
- Method in exception com.xensource.xenapi.
Types.PifVlanExists
toString()
- Method in exception com.xensource.xenapi.
Types.SessionAuthenticationFailed
toString()
- Method in exception com.xensource.xenapi.
Types.SessionInvalid
toString()
- Method in exception com.xensource.xenapi.
Types.SessionNotRegistered
toString()
- Method in exception com.xensource.xenapi.
Types.SrFull
toString()
- Method in exception com.xensource.xenapi.
Types.SrHasPbd
toString()
- Method in exception com.xensource.xenapi.
Types.SrUnknownDriver
toString()
- Method in exception com.xensource.xenapi.
Types.SrVdiLockingFailed
toString(Object)
- Static method in class com.xensource.xenapi.
Types
toString()
- Method in exception com.xensource.xenapi.
Types.ValueNotSupported
toString()
- Method in exception com.xensource.xenapi.
Types.VdiOtherOperationInProgress
toString()
- Method in exception com.xensource.xenapi.
Types.VlanTagInvalid
toString()
- Method in exception com.xensource.xenapi.
Types.VmBadPowerState
toString()
- Method in exception com.xensource.xenapi.
Types.VmHvmRequired
toString()
- Method in exception com.xensource.xenapi.
Types.VmIsTemplate
toString()
- Method in exception com.xensource.xenapi.
Types.VmMigrateFailed
toString()
- Method in exception com.xensource.xenapi.
Types.VmOtherOperationInProgress
toString()
- Method in exception com.xensource.xenapi.
Types.VmRequiresNetwork
toString()
- Method in exception com.xensource.xenapi.
Types.VmRequiresSr
toString()
- Method in exception com.xensource.xenapi.
Types.VmUnsafeBoot
toString()
- Method in class com.xensource.xenapi.
User.Record
toString()
- Method in class com.xensource.xenapi.
VBD.Record
toString()
- Method in class com.xensource.xenapi.
VBDMetrics.Record
toString()
- Method in class com.xensource.xenapi.
VDI.Record
toString()
- Method in class com.xensource.xenapi.
VIF.Record
toString()
- Method in class com.xensource.xenapi.
VIFMetrics.Record
toString()
- Method in class com.xensource.xenapi.
VM.Record
toString()
- Method in class com.xensource.xenapi.
VMGuestMetrics.Record
toString()
- Method in class com.xensource.xenapi.
VMMetrics.Record
toString()
- Method in class com.xensource.xenapi.
VTPM.Record
toTask(Object)
- Static method in class com.xensource.xenapi.
Types
toTaskRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toTaskStatusType(Object)
- Static method in class com.xensource.xenapi.
Types
toUser(Object)
- Static method in class com.xensource.xenapi.
Types
toUserRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toVBD(Object)
- Static method in class com.xensource.xenapi.
Types
toVBDMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toVBDMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toVbdMode(Object)
- Static method in class com.xensource.xenapi.
Types
toVBDRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toVbdType(Object)
- Static method in class com.xensource.xenapi.
Types
toVDI(Object)
- Static method in class com.xensource.xenapi.
Types
toVDIRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toVdiType(Object)
- Static method in class com.xensource.xenapi.
Types
toVIF(Object)
- Static method in class com.xensource.xenapi.
Types
toVIFMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toVIFMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toVIFRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toVM(Object)
- Static method in class com.xensource.xenapi.
Types
toVMGuestMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toVMGuestMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toVMMetrics(Object)
- Static method in class com.xensource.xenapi.
Types
toVMMetricsRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toVmPowerState(Object)
- Static method in class com.xensource.xenapi.
Types
toVMRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toVTPM(Object)
- Static method in class com.xensource.xenapi.
Types
toVTPMRecord(Object)
- Static method in class com.xensource.xenapi.
Types
toXMLRPC(Object)
- Static method in class com.xensource.xenapi.
Marshalling
Converts Integers to Strings and Sets to Lists recursively.
type
- Variable in class com.xensource.xenapi.
SR.Record
type of the storage repository
type
- Variable in class com.xensource.xenapi.
Task.Record
if the task has completed successfully, this field contains the type of the encoded result (i.e.
type
- Variable in class com.xensource.xenapi.
VBD.Record
how the VBD will appear to the guest (e.g.
type
- Variable in class com.xensource.xenapi.
VDI.Record
type of the VDI
Types
- Class in
com.xensource.xenapi
This class holds vital marshalling functions, enum types and exceptions.
Types()
- Constructor for class com.xensource.xenapi.
Types
Types.BadServerResponse
- Exception in
com.xensource.xenapi
Thrown if the response from the server contains an invalid status.
Types.BadServerResponse(Map)
- Constructor for exception com.xensource.xenapi.
Types.BadServerResponse
Types.DeviceAlreadyAttached
- Exception in
com.xensource.xenapi
The device is already attached to a VM
Types.DeviceAlreadyAttached(String)
- Constructor for exception com.xensource.xenapi.
Types.DeviceAlreadyAttached
Create a new DeviceAlreadyAttached
Types.DeviceAlreadyDetached
- Exception in
com.xensource.xenapi
The device is not currently attached
Types.DeviceAlreadyDetached(String)
- Constructor for exception com.xensource.xenapi.
Types.DeviceAlreadyDetached
Create a new DeviceAlreadyDetached
Types.DeviceAlreadyExists
- Exception in
com.xensource.xenapi
A device with the name given already exists on the selected VM
Types.DeviceAlreadyExists(String)
- Constructor for exception com.xensource.xenapi.
Types.DeviceAlreadyExists
Create a new DeviceAlreadyExists
Types.EventsLost
- Exception in
com.xensource.xenapi
Some events have been lost from the queue and cannot be retrieved.
Types.EventsLost()
- Constructor for exception com.xensource.xenapi.
Types.EventsLost
Create a new EventsLost
Types.HandleInvalid
- Exception in
com.xensource.xenapi
You gave an invalid handle.
Types.HandleInvalid(String, String)
- Constructor for exception com.xensource.xenapi.
Types.HandleInvalid
Create a new HandleInvalid
Types.HostOffline
- Exception in
com.xensource.xenapi
You attempted an operation which involves a host which could not be contacted.
Types.HostOffline(String)
- Constructor for exception com.xensource.xenapi.
Types.HostOffline
Create a new HostOffline
Types.InternalError
- Exception in
com.xensource.xenapi
The server failed to handle your request, due to an internal error.
Types.InternalError(String)
- Constructor for exception com.xensource.xenapi.
Types.InternalError
Create a new InternalError
Types.InvalidDevice
- Exception in
com.xensource.xenapi
The device name is invalid
Types.InvalidDevice(String)
- Constructor for exception com.xensource.xenapi.
Types.InvalidDevice
Create a new InvalidDevice
Types.InvalidPatch
- Exception in
com.xensource.xenapi
The uploaded patch file is invalid
Types.InvalidPatch()
- Constructor for exception com.xensource.xenapi.
Types.InvalidPatch
Create a new InvalidPatch
Types.InvalidValue
- Exception in
com.xensource.xenapi
The value given is invalid
Types.InvalidValue(String, String)
- Constructor for exception com.xensource.xenapi.
Types.InvalidValue
Create a new InvalidValue
Types.MapDuplicateKey
- Exception in
com.xensource.xenapi
You tried to add a key-value pair to a map, but that key is already there.
Types.MapDuplicateKey(String, String, String)
- Constructor for exception com.xensource.xenapi.
Types.MapDuplicateKey
Create a new MapDuplicateKey
Types.MessageMethodUnknown
- Exception in
com.xensource.xenapi
You tried to call a method that does not exist.
Types.MessageMethodUnknown(String)
- Constructor for exception com.xensource.xenapi.
Types.MessageMethodUnknown
Create a new MessageMethodUnknown
Types.MessageParameterCountMismatch
- Exception in
com.xensource.xenapi
You tried to call a method with the incorrect number of parameters.
Types.MessageParameterCountMismatch(String, String, String)
- Constructor for exception com.xensource.xenapi.
Types.MessageParameterCountMismatch
Create a new MessageParameterCountMismatch
Types.NetworkAlreadyConnected
- Exception in
com.xensource.xenapi
You tried to create a PIF, but the network you tried to attach it to is already attached to some other PIF, and so the creation failed.
Types.NetworkAlreadyConnected(String, String)
- Constructor for exception com.xensource.xenapi.
Types.NetworkAlreadyConnected
Create a new NetworkAlreadyConnected
Types.NetworkContainsPif
- Exception in
com.xensource.xenapi
The network contains active PIFs and cannot be deleted
Types.NetworkContainsPif(String)
- Constructor for exception com.xensource.xenapi.
Types.NetworkContainsPif
Create a new NetworkContainsPif
Types.NetworkContainsVif
- Exception in
com.xensource.xenapi
The network contains active VIFs and cannot be deleted
Types.NetworkContainsVif(String)
- Constructor for exception com.xensource.xenapi.
Types.NetworkContainsVif
Create a new NetworkContainsVif
Types.NotImplemented
- Exception in
com.xensource.xenapi
The function is not implemented
Types.NotImplemented(String)
- Constructor for exception com.xensource.xenapi.
Types.NotImplemented
Create a new NotImplemented
Types.OperationNotAllowed
- Exception in
com.xensource.xenapi
You attempted an operation that was not allowed.
Types.OperationNotAllowed()
- Constructor for exception com.xensource.xenapi.
Types.OperationNotAllowed
Create a new OperationNotAllowed
Types.PatchAlreadyApplied
- Exception in
com.xensource.xenapi
This patch has already been applied
Types.PatchAlreadyApplied(String)
- Constructor for exception com.xensource.xenapi.
Types.PatchAlreadyApplied
Create a new PatchAlreadyApplied
Types.PifIsPhysical
- Exception in
com.xensource.xenapi
You tried to destroy a PIF, but it represents an aspect of the physical host configuration, and so cannot be destroyed.
Types.PifIsPhysical(String)
- Constructor for exception com.xensource.xenapi.
Types.PifIsPhysical
Create a new PifIsPhysical
Types.PifVlanExists
- Exception in
com.xensource.xenapi
You tried to create a PIF, but it already exists
Types.PifVlanExists(String)
- Constructor for exception com.xensource.xenapi.
Types.PifVlanExists
Create a new PifVlanExists
Types.Record
- Interface in
com.xensource.xenapi
Interface for all Record classes
Types.SessionAuthenticationFailed
- Exception in
com.xensource.xenapi
The credentials given by the user are incorrect, so access has been denied, and you have not been issued a session handle.
Types.SessionAuthenticationFailed()
- Constructor for exception com.xensource.xenapi.
Types.SessionAuthenticationFailed
Create a new SessionAuthenticationFailed
Types.SessionInvalid
- Exception in
com.xensource.xenapi
You gave an invalid session handle.
Types.SessionInvalid(String)
- Constructor for exception com.xensource.xenapi.
Types.SessionInvalid
Create a new SessionInvalid
Types.SessionNotRegistered
- Exception in
com.xensource.xenapi
This session is not registered to receive events.
Types.SessionNotRegistered(String)
- Constructor for exception com.xensource.xenapi.
Types.SessionNotRegistered
Create a new SessionNotRegistered
Types.SrFull
- Exception in
com.xensource.xenapi
The SR is full.
Types.SrFull(String, String)
- Constructor for exception com.xensource.xenapi.
Types.SrFull
Create a new SrFull
Types.SrHasPbd
- Exception in
com.xensource.xenapi
The SR is still connected to a host via a PBD.
Types.SrHasPbd(String)
- Constructor for exception com.xensource.xenapi.
Types.SrHasPbd
Create a new SrHasPbd
Types.SrUnknownDriver
- Exception in
com.xensource.xenapi
The SR could not be connected because the driver was not recognised.
Types.SrUnknownDriver(String)
- Constructor for exception com.xensource.xenapi.
Types.SrUnknownDriver
Create a new SrUnknownDriver
Types.SrVdiLockingFailed
- Exception in
com.xensource.xenapi
The operation could not proceed because necessary VDIs were already locked at the storage level.
Types.SrVdiLockingFailed()
- Constructor for exception com.xensource.xenapi.
Types.SrVdiLockingFailed
Create a new SrVdiLockingFailed
Types.ValueNotSupported
- Exception in
com.xensource.xenapi
You attempted to set a value that is not supported by this implementation.
Types.ValueNotSupported(String, String, String)
- Constructor for exception com.xensource.xenapi.
Types.ValueNotSupported
Create a new ValueNotSupported
Types.VdiOtherOperationInProgress
- Exception in
com.xensource.xenapi
Another operation involving the VDI is currently in progress
Types.VdiOtherOperationInProgress(String)
- Constructor for exception com.xensource.xenapi.
Types.VdiOtherOperationInProgress
Create a new VdiOtherOperationInProgress
Types.VlanTagInvalid
- Exception in
com.xensource.xenapi
You tried to create a VLAN, but the tag you gave was invalid -- it mmust be between 0 and 4095.
Types.VlanTagInvalid(String)
- Constructor for exception com.xensource.xenapi.
Types.VlanTagInvalid
Create a new VlanTagInvalid
Types.VmBadPowerState
- Exception in
com.xensource.xenapi
You attempted an operation on a VM that was not in an appropriate power state at the time; for example, you attempted to start a VM that was already running.
Types.VmBadPowerState(String, String, String)
- Constructor for exception com.xensource.xenapi.
Types.VmBadPowerState
Create a new VmBadPowerState
Types.VmHvmRequired
- Exception in
com.xensource.xenapi
HVM is required for this operation
Types.VmHvmRequired(String)
- Constructor for exception com.xensource.xenapi.
Types.VmHvmRequired
Create a new VmHvmRequired
Types.VmIsTemplate
- Exception in
com.xensource.xenapi
The operation attempted is not valid for a template VM
Types.VmIsTemplate(String)
- Constructor for exception com.xensource.xenapi.
Types.VmIsTemplate
Create a new VmIsTemplate
Types.VmMigrateFailed
- Exception in
com.xensource.xenapi
An error occurred during the migration process.
Types.VmMigrateFailed(String, String, String, String)
- Constructor for exception com.xensource.xenapi.
Types.VmMigrateFailed
Create a new VmMigrateFailed
Types.VmOtherOperationInProgress
- Exception in
com.xensource.xenapi
Another operation involving the VM is currently in progress
Types.VmOtherOperationInProgress(String)
- Constructor for exception com.xensource.xenapi.
Types.VmOtherOperationInProgress
Create a new VmOtherOperationInProgress
Types.VmRequiresNetwork
- Exception in
com.xensource.xenapi
You attempted to run a VM on a host which doesn't have a PIF on a Network needed by the VM.
Types.VmRequiresNetwork(String, String)
- Constructor for exception com.xensource.xenapi.
Types.VmRequiresNetwork
Create a new VmRequiresNetwork
Types.VmRequiresSr
- Exception in
com.xensource.xenapi
You attempted to run a VM on a host which doesn't have access to an SR needed by the VM.
Types.VmRequiresSr(String, String)
- Constructor for exception com.xensource.xenapi.
Types.VmRequiresSr
Create a new VmRequiresSr
Types.VmUnsafeBoot
- Exception in
com.xensource.xenapi
You attempted an operation on a VM that was judged to be unsafe by the server.
Types.VmUnsafeBoot(String)
- Constructor for exception com.xensource.xenapi.
Types.VmUnsafeBoot
Create a new VmUnsafeBoot
Types.XenAPIException
- Exception in
com.xensource.xenapi
Base class for all XenAPI Exceptions
Types.XenAPIException()
- Constructor for exception com.xensource.xenapi.
Types.XenAPIException
U
unpause()
- Method in class com.xensource.xenapi.
VM
Resume the specified VM.
unplug()
- Method in class com.xensource.xenapi.
VBD
Hot-unplug the specified VBD, dynamically unattaching it from the running VM
unplug()
- Method in class com.xensource.xenapi.
VIF
Hot-unplug the specified VIF, dynamically unattaching it from the running VM
unregister(Set<String>)
- Static method in class com.xensource.xenapi.
Event
Unregisters this session with the event system
User
- Class in
com.xensource.xenapi
A user of the system
User.Record
- Class in
com.xensource.xenapi
Represents all the fields in a User
User.Record()
- Constructor for class com.xensource.xenapi.
User.Record
userdevice
- Variable in class com.xensource.xenapi.
VBD.Record
user-friendly device name e.g.
userVersion
- Variable in class com.xensource.xenapi.
VM.Record
a user version number for this machine
utilisation
- Variable in class com.xensource.xenapi.
HostCpu.Record
the current CPU utilisation
uuid
- Variable in class com.xensource.xenapi.
Console.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
Crashdump.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
Host.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
HostCpu.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
HostMetrics.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
Network.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
PBD.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
PIF.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
PIFMetrics.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
Session.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
SR.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
Task.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
User.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
VBD.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
VBDMetrics.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
VDI.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
VIF.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
VIFMetrics.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
VM.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
VMGuestMetrics.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
VMMetrics.Record
unique identifier/object reference
uuid
- Variable in class com.xensource.xenapi.
VTPM.Record
unique identifier/object reference
V
value
- Variable in exception com.xensource.xenapi.
Types.InvalidValue
value
- Variable in exception com.xensource.xenapi.
Types.ValueNotSupported
vbd
- Variable in exception com.xensource.xenapi.
Types.DeviceAlreadyAttached
vbd
- Variable in exception com.xensource.xenapi.
Types.DeviceAlreadyDetached
VBD
- Class in
com.xensource.xenapi
A virtual block device
VBD.Record
- Class in
com.xensource.xenapi
Represents all the fields in a VBD
VBD.Record()
- Constructor for class com.xensource.xenapi.
VBD.Record
VBDMetrics
- Class in
com.xensource.xenapi
The metrics associated with a virtual block device
VBDMetrics.Record
- Class in
com.xensource.xenapi
Represents all the fields in a VBDMetrics
VBDMetrics.Record()
- Constructor for class com.xensource.xenapi.
VBDMetrics.Record
VBDs
- Variable in class com.xensource.xenapi.
VDI.Record
list of vbds that refer to this disk
VBDs
- Variable in class com.xensource.xenapi.
VM.Record
virtual block devices
VCPUsAtStartup
- Variable in class com.xensource.xenapi.
VM.Record
Boot number of VCPUs
VCPUsCPU
- Variable in class com.xensource.xenapi.
VMMetrics.Record
VCPU to PCPU map
VCPUsFlags
- Variable in class com.xensource.xenapi.
VMMetrics.Record
CPU flags (blocked,online,running)
VCPUsMax
- Variable in class com.xensource.xenapi.
VM.Record
Max number of VCPUs
VCPUsNumber
- Variable in class com.xensource.xenapi.
VMMetrics.Record
Current number of VCPUs
VCPUsParams
- Variable in class com.xensource.xenapi.
VM.Record
configuration parameters for the selected VCPU policy
VCPUsParams
- Variable in class com.xensource.xenapi.
VMMetrics.Record
The live equivalent to VM.VCPUs_params
VCPUsUtilisation
- Variable in class com.xensource.xenapi.
VMMetrics.Record
Utilisation for all of guest's current VCPUs
VDI
- Variable in class com.xensource.xenapi.
Crashdump.Record
the virtual disk
vdi
- Variable in exception com.xensource.xenapi.
Types.VdiOtherOperationInProgress
VDI
- Variable in class com.xensource.xenapi.
VBD.Record
the virtual disk
VDI
- Class in
com.xensource.xenapi
A virtual disk image
VDI.Record
- Class in
com.xensource.xenapi
Represents all the fields in a VDI
VDI.Record()
- Constructor for class com.xensource.xenapi.
VDI.Record
VDIs
- Variable in class com.xensource.xenapi.
SR.Record
managed virtual disks
vendor
- Variable in class com.xensource.xenapi.
HostCpu.Record
the vendor of the physical CPU
VIF
- Class in
com.xensource.xenapi
A virtual network interface
VIF.Record
- Class in
com.xensource.xenapi
Represents all the fields in a VIF
VIF.Record()
- Constructor for class com.xensource.xenapi.
VIF.Record
VIFMetrics
- Class in
com.xensource.xenapi
The metrics associated with a virtual network device
VIFMetrics.Record
- Class in
com.xensource.xenapi
Represents all the fields in a VIFMetrics
VIFMetrics.Record()
- Constructor for class com.xensource.xenapi.
VIFMetrics.Record
VIFs
- Variable in class com.xensource.xenapi.
Network.Record
list of connected vifs
vifs
- Variable in exception com.xensource.xenapi.
Types.NetworkContainsVif
VIFs
- Variable in class com.xensource.xenapi.
VM.Record
virtual network interfaces
virtualAllocation
- Variable in class com.xensource.xenapi.
SR.Record
sum of virtual_sizes of all VDIs in this storage repository (in bytes)
virtualSize
- Variable in class com.xensource.xenapi.
VDI.Record
size of disk as presented to the guest (in bytes).
VLAN
- Variable in class com.xensource.xenapi.
PIF.Record
VLAN tag for all traffic passing through this interface
VLAN
- Variable in exception com.xensource.xenapi.
Types.VlanTagInvalid
VM
- Variable in class com.xensource.xenapi.
Console.Record
VM to which this console is attached
VM
- Variable in class com.xensource.xenapi.
Crashdump.Record
the virtual machine
vm
- Variable in exception com.xensource.xenapi.
Types.VmBadPowerState
vm
- Variable in exception com.xensource.xenapi.
Types.VmHvmRequired
vm
- Variable in exception com.xensource.xenapi.
Types.VmIsTemplate
vm
- Variable in exception com.xensource.xenapi.
Types.VmMigrateFailed
vm
- Variable in exception com.xensource.xenapi.
Types.VmOtherOperationInProgress
vm
- Variable in exception com.xensource.xenapi.
Types.VmRequiresNetwork
vm
- Variable in exception com.xensource.xenapi.
Types.VmRequiresSr
vm
- Variable in exception com.xensource.xenapi.
Types.VmUnsafeBoot
VM
- Variable in class com.xensource.xenapi.
VBD.Record
the virtual machine
VM
- Variable in class com.xensource.xenapi.
VIF.Record
virtual machine to which this vif is connected
VM
- Class in
com.xensource.xenapi
A virtual machine (or 'guest').
VM
- Variable in class com.xensource.xenapi.
VTPM.Record
the virtual machine
VM.Record
- Class in
com.xensource.xenapi
Represents all the fields in a VM
VM.Record()
- Constructor for class com.xensource.xenapi.
VM.Record
VMGuestMetrics
- Class in
com.xensource.xenapi
The metrics reported by the guest (as opposed to inferred from outside)
VMGuestMetrics.Record
- Class in
com.xensource.xenapi
Represents all the fields in a VMGuestMetrics
VMGuestMetrics.Record()
- Constructor for class com.xensource.xenapi.
VMGuestMetrics.Record
VMMetrics
- Class in
com.xensource.xenapi
The metrics associated with a VM
VMMetrics.Record
- Class in
com.xensource.xenapi
Represents all the fields in a VMMetrics
VMMetrics.Record()
- Constructor for class com.xensource.xenapi.
VMMetrics.Record
VTPM
- Class in
com.xensource.xenapi
A virtual TPM device
VTPM.Record
- Class in
com.xensource.xenapi
Represents all the fields in a VTPM
VTPM.Record()
- Constructor for class com.xensource.xenapi.
VTPM.Record
VTPMs
- Variable in class com.xensource.xenapi.
VM.Record
virtual TPMs
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes