| Package | Description |
|---|---|
| com.vmware.vim25 | |
| com.vmware.vim25.mo | |
| com.vmware.vim25.ws |
| Modifier and Type | Field and Description |
|---|---|
VirtualMachineMovePriority |
StoragePlacementSpec.priority |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineMovePriority |
StoragePlacementSpec.getPriority() |
static VirtualMachineMovePriority |
VirtualMachineMovePriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachineMovePriority[] |
VirtualMachineMovePriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoragePlacementSpec.setPriority(VirtualMachineMovePriority priority) |
| Modifier and Type | Method and Description |
|---|---|
Task |
VirtualMachine.migrateVM_Task(ResourcePool pool,
HostSystem host,
VirtualMachineMovePriority priority,
VirtualMachinePowerState state) |
Task |
VirtualMachine.relocateVM_Task(VirtualMachineRelocateSpec spec,
VirtualMachineMovePriority priority) |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
VimStub.migrateVM_Task(ManagedObjectReference _this,
ManagedObjectReference pool,
ManagedObjectReference host,
VirtualMachineMovePriority priority,
VirtualMachinePowerState state) |
ManagedObjectReference |
VimStub.relocateVM_Task(ManagedObjectReference _this,
VirtualMachineRelocateSpec spec,
VirtualMachineMovePriority priority) |
Copyright © 2011-2012. All Rights Reserved.