Class IpmiCriterion
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.Criterion
org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.IpmiCriterion
- All Implemented Interfaces:
Serializable
Represents an IPMI (Intelligent Platform Management Interface) detection criterion.
IPMI is a standardized interface used by system administrators to manage and monitor server systems remotely.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIpmiCriterion(String type, boolean forceSerialization) Builder for constructing instances ofIpmiCriterion. -
Method Summary
Modifier and TypeMethodDescriptionaccept(ICriterionProcessor criterionProcessor) Accepts the given criterion processor for evaluation.toString()
-
Constructor Details
-
IpmiCriterion
Builder for constructing instances ofIpmiCriterion.- Parameters:
type- Type of the criterion.forceSerialization- Flag indicating whether serialization should be forced.
-
-
Method Details