Uses of Enum Class
org.sentrysoftware.metricshub.engine.connector.model.identity.ConnectionType
Packages that use ConnectionType
-
Uses of ConnectionType in org.sentrysoftware.metricshub.engine.connector.model.identity
Methods in org.sentrysoftware.metricshub.engine.connector.model.identity that return ConnectionTypeModifier and TypeMethodDescriptionstatic ConnectionTypeDetectsConnectionTypeusing the value defined in the connector code.static ConnectionTypeReturns the enum constant of this class with the specified name.static ConnectionType[]ConnectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.sentrysoftware.metricshub.engine.connector.model.identity with type arguments of type ConnectionTypeModifierConstructorDescriptionDetection(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.