| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected VirtualMachinePowerState |
InvalidPowerState.existingState |
protected VirtualMachinePowerState |
VirtualMachineRuntimeInfo.powerState |
protected VirtualMachinePowerState |
InvalidPowerState.requestedState |
protected VirtualMachinePowerState |
MigrateVMRequestType.state |
protected VirtualMachinePowerState |
ValidateMigrationRequestType.state |
protected VirtualMachinePowerState |
VirtualMachineSnapshotTree.state |
protected VirtualMachinePowerState |
CheckMigrateRequestType.state |
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachinePowerState |
VirtualMachinePowerState.fromValue(String v) |
VirtualMachinePowerState |
InvalidPowerState.getExistingState()
Gets the value of the existingState property.
|
VirtualMachinePowerState |
VirtualMachineRuntimeInfo.getPowerState()
Gets the value of the powerState property.
|
VirtualMachinePowerState |
InvalidPowerState.getRequestedState()
Gets the value of the requestedState property.
|
VirtualMachinePowerState |
MigrateVMRequestType.getState()
Gets the value of the state property.
|
VirtualMachinePowerState |
ValidateMigrationRequestType.getState()
Gets the value of the state property.
|
VirtualMachinePowerState |
VirtualMachineSnapshotTree.getState()
Gets the value of the state property.
|
VirtualMachinePowerState |
CheckMigrateRequestType.getState()
Gets the value of the state property.
|
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 |
|---|---|
ManagedObjectReference |
VimPortType.checkMigrateTask(ManagedObjectReference _this,
ManagedObjectReference vm,
ManagedObjectReference host,
ManagedObjectReference pool,
VirtualMachinePowerState state,
List<String> testType) |
ManagedObjectReference |
VimPortType.migrateVMTask(ManagedObjectReference _this,
ManagedObjectReference pool,
ManagedObjectReference host,
VirtualMachineMovePriority priority,
VirtualMachinePowerState state) |
void |
InvalidPowerState.setExistingState(VirtualMachinePowerState value)
Sets the value of the existingState property.
|
void |
VirtualMachineRuntimeInfo.setPowerState(VirtualMachinePowerState value)
Sets the value of the powerState property.
|
void |
InvalidPowerState.setRequestedState(VirtualMachinePowerState value)
Sets the value of the requestedState property.
|
void |
MigrateVMRequestType.setState(VirtualMachinePowerState value)
Sets the value of the state property.
|
void |
ValidateMigrationRequestType.setState(VirtualMachinePowerState value)
Sets the value of the state property.
|
void |
VirtualMachineSnapshotTree.setState(VirtualMachinePowerState value)
Sets the value of the state property.
|
void |
CheckMigrateRequestType.setState(VirtualMachinePowerState value)
Sets the value of the state property.
|
List<Event> |
VimPortType.validateMigration(ManagedObjectReference _this,
List<ManagedObjectReference> vm,
VirtualMachinePowerState state,
List<String> testType,
ManagedObjectReference pool,
ManagedObjectReference host) |
Copyright © 2018. All rights reserved.