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

public class IpmiCriterion extends Criterion
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 Details

    • IpmiCriterion

      public IpmiCriterion(String type, boolean forceSerialization)
      Builder for constructing instances of IpmiCriterion.
      Parameters:
      type - Type of the criterion.
      forceSerialization - Flag indicating whether serialization should be forced.
  • Method Details