public class VirtualMachineSnapshotInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
ManagedObjectReference |
currentSnapshot |
VirtualMachineSnapshotTree[] |
rootSnapshotList |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualMachineSnapshotInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getCurrentSnapshot() |
VirtualMachineSnapshotTree[] |
getRootSnapshotList() |
void |
setCurrentSnapshot(ManagedObjectReference currentSnapshot) |
void |
setRootSnapshotList(VirtualMachineSnapshotTree[] rootSnapshotList) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference currentSnapshot
public VirtualMachineSnapshotTree[] rootSnapshotList
public ManagedObjectReference getCurrentSnapshot()
public VirtualMachineSnapshotTree[] getRootSnapshotList()
public void setCurrentSnapshot(ManagedObjectReference currentSnapshot)
public void setRootSnapshotList(VirtualMachineSnapshotTree[] rootSnapshotList)
Copyright © 2011-2012. All Rights Reserved.