Package com.vmware.vim25.mo
Class Datastore
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.ExtensibleManagedObject
com.vmware.vim25.mo.ManagedEntity
com.vmware.vim25.mo.Datastore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetHost()getInfo()getVm()getVms()Backward-compat alias forgetVm().booleanvoidrefresh()voidvoidvoidvoidrenameDatastore(String newName) updateVirtualMachineFiles_Task(DatastoreMountPathDatastorePair[] mountPathDatastoreMapping) updateVVolVirtualMachineFiles_Task(DatastoreVVolContainerFailoverPair[] failoverPair) Methods inherited from class com.vmware.vim25.mo.ManagedEntity
destroy_Task, getAlarmActionEabled, getConfigIssue, getConfigStatus, getCustomValue, getDeclaredAlarmState, getDisabledMethod, getEffectiveRole, getName, getOverallStatus, getParent, getPermission, getRecentTasks, getTag, getTriggeredAlarmState, reload, rename_TaskMethods inherited from class com.vmware.vim25.mo.ExtensibleManagedObject
getAvailableField, getValues, setCustomValueMethods 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
-
Datastore
-
-
Method Details
-
getBrowser
-
getCapability
-
getHost
-
getInfo
-
getIormConfiguration
-
getSummary
-
getVm
-
destroyDatastore
- Throws:
ResourceInUseRuntimeFaultRemoteException
-
datastoreExitMaintenanceMode_Task
- Throws:
InvalidStateRuntimeFaultRemoteException
-
isClusteredVmdkEnabled
-
refresh
-
refreshStorageInfo
- Throws:
RuntimeFaultRemoteException
-
renameDatastore
public void renameDatastore(String newName) throws DuplicateName, InvalidName, RuntimeFault, RemoteException -
updateVVolVirtualMachineFiles_Task
public Task updateVVolVirtualMachineFiles_Task(DatastoreVVolContainerFailoverPair[] failoverPair) throws InvalidDatastore, NotSupported, PlatformConfigFault, TaskInProgress, RuntimeFault, RemoteException -
updateVirtualMachineFiles_Task
public Task updateVirtualMachineFiles_Task(DatastoreMountPathDatastorePair[] mountPathDatastoreMapping) throws InvalidDatastore, PlatformConfigFault, ResourceInUse, TaskInProgress, RuntimeFault, RemoteException -
refreshDatastore
-
refreshDatastoreStorageInfo
- Throws:
RuntimeFaultRemoteException- Since:
- SDK4.0
-
datastoreEnterMaintenanceMode
public StoragePlacementResult datastoreEnterMaintenanceMode() throws InvalidState, RuntimeFault, RemoteException- Throws:
InvalidStateRuntimeFaultRemoteException- Since:
- SDK5.0
-
getVms
Backward-compat alias forgetVm().
-