| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected VirtualMachineMovePriority |
MigrateVMRequestType.priority |
protected VirtualMachineMovePriority |
PlacementSpec.priority |
protected VirtualMachineMovePriority |
RelocateVMRequestType.priority |
protected VirtualMachineMovePriority |
StoragePlacementSpec.priority |
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineMovePriority |
VirtualMachineMovePriority.fromValue(String v) |
VirtualMachineMovePriority |
MigrateVMRequestType.getPriority()
Gets the value of the priority property.
|
VirtualMachineMovePriority |
PlacementSpec.getPriority()
Gets the value of the priority property.
|
VirtualMachineMovePriority |
RelocateVMRequestType.getPriority()
Gets the value of the priority property.
|
VirtualMachineMovePriority |
StoragePlacementSpec.getPriority()
Gets the value of the priority property.
|
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 |
|---|---|
ManagedObjectReference |
VimPortType.migrateVMTask(ManagedObjectReference _this,
ManagedObjectReference pool,
ManagedObjectReference host,
VirtualMachineMovePriority priority,
VirtualMachinePowerState state) |
ManagedObjectReference |
VimPortType.relocateVMTask(ManagedObjectReference _this,
VirtualMachineRelocateSpec spec,
VirtualMachineMovePriority priority) |
void |
MigrateVMRequestType.setPriority(VirtualMachineMovePriority value)
Sets the value of the priority property.
|
void |
PlacementSpec.setPriority(VirtualMachineMovePriority value)
Sets the value of the priority property.
|
void |
RelocateVMRequestType.setPriority(VirtualMachineMovePriority value)
Sets the value of the priority property.
|
void |
StoragePlacementSpec.setPriority(VirtualMachineMovePriority value)
Sets the value of the priority property.
|
Copyright © 2018. All rights reserved.