| Package | Description |
|---|---|
| com.vmware.vim25 | |
| com.vmware.vim25.mo | |
| com.vmware.vim25.ws |
| Modifier and Type | Field and Description |
|---|---|
VirtualMachinePowerState |
InvalidPowerState.existingState |
VirtualMachinePowerState |
VirtualMachineRuntimeInfo.powerState |
VirtualMachinePowerState |
InvalidPowerState.requestedState |
VirtualMachinePowerState |
VirtualMachineSnapshotTree.state |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachinePowerState |
InvalidPowerState.getExistingState() |
VirtualMachinePowerState |
VirtualMachineRuntimeInfo.getPowerState() |
VirtualMachinePowerState |
InvalidPowerState.getRequestedState() |
VirtualMachinePowerState |
VirtualMachineSnapshotTree.getState() |
static VirtualMachinePowerState |
VirtualMachinePowerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachinePowerState[] |
VirtualMachinePowerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidPowerState.setExistingState(VirtualMachinePowerState existingState) |
void |
VirtualMachineRuntimeInfo.setPowerState(VirtualMachinePowerState powerState) |
void |
InvalidPowerState.setRequestedState(VirtualMachinePowerState requestedState) |
void |
VirtualMachineSnapshotTree.setState(VirtualMachinePowerState state) |
| Modifier and Type | Method and Description |
|---|---|
Task |
VirtualMachineProvisioningChecker.checkMigrate_Task(VirtualMachine vm,
HostSystem host,
ResourcePool pool,
VirtualMachinePowerState state,
String[] testType) |
Task |
VirtualMachine.migrateVM_Task(ResourcePool pool,
HostSystem host,
VirtualMachineMovePriority priority,
VirtualMachinePowerState state) |
Event[] |
ServiceInstance.validateMigration(VirtualMachine[] vms,
VirtualMachinePowerState state,
String[] testType,
ResourcePool pool,
HostSystem host) |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
VimStub.checkMigrate_Task(ManagedObjectReference _this,
ManagedObjectReference vm,
ManagedObjectReference host,
ManagedObjectReference pool,
VirtualMachinePowerState state,
String[] testType) |
ManagedObjectReference |
VimStub.migrateVM_Task(ManagedObjectReference _this,
ManagedObjectReference pool,
ManagedObjectReference host,
VirtualMachineMovePriority priority,
VirtualMachinePowerState state) |
Event[] |
VimStub.validateMigration(ManagedObjectReference _this,
ManagedObjectReference[] vm,
VirtualMachinePowerState state,
String[] testType,
ManagedObjectReference pool,
ManagedObjectReference host) |
Copyright © 2011-2012. All Rights Reserved.