-
void
Assert whether a VM can be migrated to the specified destination.
void
VM.assertCanMigrate(Connection c,
Map<String,String> dest,
Boolean live,
Map<VDI,SR> vdiMap,
Map<VIF,Network> vifMap,
Map<String,String> options,
Map<VGPU,GPUGroup> vgpuMap)
Assert whether a VM can be migrated to the specified destination.
Assert whether a VM can be migrated to the specified destination.
VM.assertCanMigrateAsync(Connection c,
Map<String,String> dest,
Boolean live,
Map<VDI,SR> vdiMap,
Map<VIF,Network> vifMap,
Map<String,String> options,
Map<VGPU,GPUGroup> vgpuMap)
Assert whether a VM can be migrated to the specified destination.
Copied the specified VM, making a new VM.
Copied the specified VM, making a new VM.
Clones the specified VM, making a new VM.
Clones the specified VM, making a new VM.
Migrate the VM to another host.
VM.migrateSend(Connection c,
Map<String,String> dest,
Boolean live,
Map<VDI,SR> vdiMap,
Map<VIF,Network> vifMap,
Map<String,String> options,
Map<VGPU,GPUGroup> vgpuMap)
Migrate the VM to another host.
Migrate the VM to another host.
VM.migrateSendAsync(Connection c,
Map<String,String> dest,
Boolean live,
Map<VDI,SR> vdiMap,
Map<VIF,Network> vifMap,
Map<String,String> options,
Map<VGPU,GPUGroup> vgpuMap)
Migrate the VM to another host.
void
Inspects the disk configuration contained within the VM's other_config, creates VDIs and VBDs and then executes any applicable post-install script.
Inspects the disk configuration contained within the VM's other_config, creates VDIs and VBDs and then executes any applicable post-install script.
void
Set the number of VCPUs for a running VM
Minimum allowed role: vm-admin
First published in XenServer 4.0.
Set the number of VCPUs for a running VM
Minimum allowed role: vm-admin
First published in XenServer 4.0.
void