Package com.vmware.vim25.mo
Class ProfileComplianceManager
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.ProfileComplianceManager
-
Constructor Summary
ConstructorsConstructorDescriptionProfileComplianceManager(ServerConnection serverConnection, ManagedObjectReference mor) -
Method Summary
Modifier and TypeMethodDescriptioncheckCompliance_Task(Profile[] profile, ManagedEntity[] entity) voidclearComplianceStatus(Profile[] profile, ManagedEntity[] entity) queryComplianceStatus(Profile[] profile, ManagedEntity[] entity) queryExpressionMetadata(String[] expressionName) queryExpressionMetadata(String[] expressionName, 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
-
ProfileComplianceManager
-
-
Method Details
-
clearComplianceStatus
public void clearComplianceStatus(Profile[] profile, ManagedEntity[] entity) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-
checkCompliance_Task
public Task checkCompliance_Task(Profile[] profile, ManagedEntity[] entity) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-
queryComplianceStatus
public ComplianceResult[] queryComplianceStatus(Profile[] profile, ManagedEntity[] entity) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-
queryExpressionMetadata
public ProfileExpressionMetadata[] queryExpressionMetadata(String[] expressionName) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-
queryExpressionMetadata
public ProfileExpressionMetadata[] queryExpressionMetadata(String[] expressionName, Profile profile) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-