Package com.vmware.vim25.mo
Class DirectPathProfileManager
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.DirectPathProfileManager
-
Constructor Summary
ConstructorsConstructorDescriptionDirectPathProfileManager(ServerConnection serverConnection, ManagedObjectReference mor) -
Method Summary
Modifier and TypeMethodDescriptionvoidqueryDirectPathProfileCapacity(DirectPathProfileManagerTargetEntity target, DirectPathProfileManagerCapacityQuerySpec[] querySpec) 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
-
DirectPathProfileManager
-
-
Method Details
-
createDirectPathProfile
public String createDirectPathProfile(DirectPathProfileManagerCreateSpec spec) throws AlreadyExists, InvalidArgument, RuntimeFault, RemoteException -
deleteDirectPathProfile
public void deleteDirectPathProfile(String id) throws NotFound, ResourceInUse, RuntimeFault, RemoteException -
listDirectPathProfiles
public DirectPathProfileInfo[] listDirectPathProfiles(DirectPathProfileManagerFilterSpec filterSpec) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-
queryDirectPathProfileCapacity
public DirectPathProfileManagerCapacityResult[] queryDirectPathProfileCapacity(DirectPathProfileManagerTargetEntity target, DirectPathProfileManagerCapacityQuerySpec[] querySpec) throws InvalidArgument, RuntimeFault, RemoteException -
updateDirectPathProfile
public void updateDirectPathProfile(String id, DirectPathProfileManagerUpdateSpec spec) throws AlreadyExists, InvalidArgument, NotFound, RuntimeFault, RemoteException
-