| Package | Description |
|---|---|
| com.vmware.vim25 | |
| com.vmware.vim25.mo | |
| com.vmware.vim25.ws |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationQuiesceFault |
class |
FilesystemQuiesceFault |
class |
MemorySnapshotOnIndependentDisk |
class |
MultipleSnapshotsNotSupported |
class |
SnapshotDisabled |
class |
SnapshotIncompatibleDeviceInVm |
class |
SnapshotLocked |
class |
SnapshotNoChange |
class |
TooManySnapshotLevels |
| Modifier and Type | Method and Description |
|---|---|
Task |
VirtualMachine.createSnapshot_Task(String name,
String description,
boolean memory,
boolean quiesce) |
Task |
VirtualMachine.removeAllSnapshots_Task() |
Task |
VirtualMachine.removeAllSnapshots_Task(Boolean consolidate) |
Task |
VirtualMachine.revertToCurrentSnapshot_Task(HostSystem host) |
Task |
VirtualMachine.revertToCurrentSnapshot_Task(HostSystem host,
Boolean suppressPowerOn) |
Task |
VirtualMachine.startRecording_Task(String name,
String description) |
Task |
VirtualMachine.startReplaying_Task(VirtualMachineSnapshot replaySnapshot) |
Task |
VirtualMachine.stopRecording_Task() |
Task |
VirtualMachine.stopReplaying_Task() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
VimStub.createSnapshot_Task(ManagedObjectReference _this,
String name,
String description,
boolean memory,
boolean quiesce) |
ManagedObjectReference |
VimStub.removeAllSnapshots_Task(ManagedObjectReference _this,
Boolean consolidate) |
ManagedObjectReference |
VimStub.revertToCurrentSnapshot_Task(ManagedObjectReference _this,
ManagedObjectReference host,
Boolean suppressPowerOn) |
ManagedObjectReference |
VimStub.startRecording_Task(ManagedObjectReference _this,
String name,
String description) |
ManagedObjectReference |
VimStub.startReplaying_Task(ManagedObjectReference _this,
ManagedObjectReference replaySnapshot) |
ManagedObjectReference |
VimStub.stopRecording_Task(ManagedObjectReference _this) |
ManagedObjectReference |
VimStub.stopReplaying_Task(ManagedObjectReference _this) |
Copyright © 2011-2012. All Rights Reserved.