Package com.vmware.vim25.mo
Class HostVFlashManager
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.HostVFlashManager
-
Constructor Summary
ConstructorsConstructorDescriptionHostVFlashManager(ServerConnection serverConnection, ManagedObjectReference mor) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidconfigureVFlashResourceEx(String[] devicePath) hostGetVFlashModuleDefaultConfig(String vFlashModule) voidMethods 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
-
HostVFlashManager
-
-
Method Details
-
getVFlashConfigInfo
-
configureHostVFlashCache
public void configureHostVFlashCache(HostVFlashManagerVFlashCacheConfigSpec spec) throws HostConfigFault, InaccessibleVFlashSource, ResourceInUse, RuntimeFault, RemoteException -
configureVFlashResource
public void configureVFlashResource(HostVFlashManagerVFlashResourceConfigSpec spec) throws HostConfigFault, ResourceInUse, RuntimeFault, RemoteException -
configureVFlashResourceEx
public Task configureVFlashResourceEx(String[] devicePath) throws HostConfigFault, RuntimeFault, RemoteException -
removeVFlashResource
public void removeVFlashResource() throws HostConfigFault, NotFound, ResourceInUse, RuntimeFault, RemoteException -
hostGetVFlashModuleDefaultConfig
public VirtualDiskVFlashCacheConfigInfo hostGetVFlashModuleDefaultConfig(String vFlashModule) throws NotFound, HostConfigFault, RuntimeFault, RemoteException
-