Class HostProperties
java.lang.Object
org.sentrysoftware.metricshub.engine.telemetry.HostProperties
Represents properties related to a host, including information about IPMI, WMI, WBEM, and connector namespaces.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConnectorNamespace(@NonNull String connectorId) Get the connector namespace defined for the given connector identifier
-
Constructor Details
-
HostProperties
public HostProperties()
-
-
Method Details
-
getConnectorNamespace
Get the connector namespace defined for the given connector identifier- Parameters:
connectorId- the identifier of the connector namespace- Returns:
- ConnectorNamespace instance
-