Package com.vmware.vim25.mo
Class VStorageObjectManagerBase
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.VStorageObjectManagerBase
- Direct Known Subclasses:
HostVStorageObjectManager,VcenterVStorageObjectManager
-
Constructor Summary
ConstructorsConstructorDescriptionVStorageObjectManagerBase(ServerConnection serverConnection, ManagedObjectReference mor) -
Method Summary
Modifier and TypeMethodDescriptioncreateSnapshotEx(ID id, Datastore datastore, String description) deleteSnapshotEx(ID id, Datastore datastore, ID snapshotId) deleteSnapshotEx2(ID id, Datastore datastore, ID snapshotId) extendDiskEx(ID id, Datastore datastore, long newCapacityInMB) renameVStorageObjectEx(ID id, Datastore datastore, String name) revertVStorageObjectEx(ID id, Datastore datastore, ID snapshotId) Methods inherited from class com.vmware.vim25.mo.ManagedObject
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setCachedProperty, setMOR, setServerConnection, toString, waitForValues
-
Constructor Details
-
VStorageObjectManagerBase
-
-
Method Details
-
createSnapshotEx
public Task createSnapshotEx(ID id, Datastore datastore, String description) throws FileFault, InvalidDatastore, InvalidState, NotFound, RuntimeFault, RemoteException -
deleteSnapshotEx
public Task deleteSnapshotEx(ID id, Datastore datastore, ID snapshotId) throws FileFault, InvalidDatastore, InvalidState, NotFound, RuntimeFault, RemoteException -
deleteSnapshotEx2
public Task deleteSnapshotEx2(ID id, Datastore datastore, ID snapshotId) throws FileFault, InvalidDatastore, InvalidState, NotFound, RuntimeFault, RemoteException -
extendDiskEx
public Task extendDiskEx(ID id, Datastore datastore, long newCapacityInMB) throws FileFault, InvalidDatastore, InvalidState, NotFound, TaskInProgress, RuntimeFault, RemoteException -
renameVStorageObjectEx
public vslmVClockInfo renameVStorageObjectEx(ID id, Datastore datastore, String name) throws FileFault, InvalidDatastore, NotFound, RuntimeFault, RemoteException -
revertVStorageObjectEx
public Task revertVStorageObjectEx(ID id, Datastore datastore, ID snapshotId) throws FileFault, InvalidDatastore, InvalidState, NotFound, RuntimeFault, RemoteException
-