Uses of Class
org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.Criterion
Packages that use Criterion
Package
Description
-
Uses of Criterion in org.sentrysoftware.metricshub.engine.connector.model.identity
Constructor parameters in org.sentrysoftware.metricshub.engine.connector.model.identity with type arguments of type CriterionModifierConstructorDescriptionDetection(Set<ConnectionType> connectionTypes, boolean disableAutoDetection, String onLastResort, @NonNull Set<DeviceKind> appliesTo, Set<String> supersedes, List<Criterion> criteria, Set<String> tags) Constructs a new instance of theDetectionclass using the provided parameters. -
Uses of Criterion in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion
Modifier and TypeClassDescriptionclassCriterion for specifying device types to keep or exclude.classConnector detection criterion using HTTP protocol.classRepresents an IPMI (Intelligent Platform Management Interface) detection criterion.classRepresents an operating system command detection criterion.classRepresents a process detection criterion.classRepresents a detection criterion based on product requirements, including engine and Knowledge Module (KM) versions.classRepresents a detection criterion based on a service.classAbstract class representing an SNMP criterion.classRepresents an SNMP GET criterion used for detection.classRepresents an SNMP GET-NEXT criterion used for detection.classRepresents a detection criterion based on Wbem queries.classRepresents a Windows Management Instrumentation (WMI) detection criterion.classAn abstract class representing a WQL (Windows Management Instrumentation Query Language) criterion, extending the base criterion class. -
Uses of Criterion in org.sentrysoftware.metricshub.engine.strategy.detection
Methods in org.sentrysoftware.metricshub.engine.strategy.detection with parameters of type CriterionModifier and TypeMethodDescriptionstatic CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection failure report.static CriterionTestResultCreate a successful detection report.