CustomerConnectorInfo class
Inventory data for installed discovery connectors.
Constructors
- CustomerConnectorInfo.new({required int activeConnectors, required int blackListedConnectors, required int healthyConnectors, required int shutdownConnectors, required int totalConnectors, required int unhealthyConnectors, required int unknownConnectors})
-
CustomerConnectorInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activeConnectors → int
-
Number of active discovery connectors.
final
- blackListedConnectors → int
-
Number of blacklisted discovery connectors.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthyConnectors → int
-
Number of healthy discovery connectors.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shutdownConnectors → int
-
Number of discovery connectors with status SHUTDOWN,
final
- totalConnectors → int
-
Total number of discovery connectors.
final
- unhealthyConnectors → int
-
Number of unhealthy discovery connectors.
final
- unknownConnectors → int
-
Number of unknown discovery connectors.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited