Uses of Class
com.xensource.xenapi.Types.SrFull
-
Uses of Types.SrFull in com.xensource.xenapi
Methods in com.xensource.xenapi that throw Types.SrFullModifier and TypeMethodDescriptionVM.checkpoint
(Connection c, String newName) Checkpoints the specified VM, making a new VM.VM.checkpointAsync
(Connection c, String newName) Checkpoints the specified VM, making a new VM.VM.copy
(Connection c, String newName, SR sr) Copied the specified VM, making a new VM.VM.copyAsync
(Connection c, String newName, SR sr) Copied the specified VM, making a new VM.VM.createClone
(Connection c, String newName) Clones the specified VM, making a new VM.VM.createCloneAsync
(Connection c, String newName) Clones the specified VM, making a new VM.void
VM.provision
(Connection c) Inspects the disk configuration contained within the VM's other_config, creates VDIs and VBDs and then executes any applicable post-install script.VM.provisionAsync
(Connection c) Inspects the disk configuration contained within the VM's other_config, creates VDIs and VBDs and then executes any applicable post-install script.void
VM.revert
(Connection c) Reverts the specified VM to a previous state.VM.revertAsync
(Connection c) Reverts the specified VM to a previous state.VM.snapshot
(Connection c, String newName) Snapshots the specified VM, making a new VM.VM.snapshot
(Connection c, String newName, Set<VDI> ignoreVdis) Snapshots the specified VM, making a new VM.VM.snapshotAsync
(Connection c, String newName) Snapshots the specified VM, making a new VM.VM.snapshotAsync
(Connection c, String newName, Set<VDI> ignoreVdis) Snapshots the specified VM, making a new VM.VM.snapshotWithQuiesce
(Connection c, String newName) Deprecated.VM.snapshotWithQuiesceAsync
(Connection c, String newName) Deprecated.