Package com.vmware.vim25.mo
Class ProfileManager
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.ProfileManager
- Direct Known Subclasses:
ClusterProfileManager,HostProfileManager
-
Constructor Summary
ConstructorsConstructorDescriptionProfileManager(ServerConnection serverConnection, ManagedObjectReference mor) -
Method Summary
Modifier and TypeMethodDescriptioncreateProfile(ProfileCreateSpec createSpec) Profile[]findAssociatedProfile(ManagedEntity entity) Profile[]queryPolicyMetadata(String[] policyName) queryPolicyMetadata(String[] policyName, Profile profile) 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
-
ProfileManager
-
-
Method Details
-
createProfile
public Profile createProfile(ProfileCreateSpec createSpec) throws DuplicateName, RuntimeFault, RemoteException - Throws:
DuplicateNameRuntimeFaultRemoteException
-
getProfile
-
findAssociatedProfile
- Throws:
RuntimeFaultRemoteException
-
queryPolicyMetadata
public ProfilePolicyMetadata[] queryPolicyMetadata(String[] policyName) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-
queryPolicyMetadata
public ProfilePolicyMetadata[] queryPolicyMetadata(String[] policyName, Profile profile) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-