CustomerAgentInfo class

Inventory data for installed discovery agents.

Constructors

CustomerAgentInfo({required int activeAgents, required int blackListedAgents, required int healthyAgents, required int shutdownAgents, required int totalAgents, required int unhealthyAgents, required int unknownAgents})
CustomerAgentInfo.fromJson(Map<String, dynamic> json)
factory

Properties

activeAgents int
Number of active discovery agents.
final
blackListedAgents int
Number of blacklisted discovery agents.
final
hashCode int
The hash code for this object.
no setterinherited
healthyAgents int
Number of healthy discovery agents
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shutdownAgents int
Number of discovery agents with status SHUTDOWN.
final
totalAgents int
Total number of discovery agents.
final
unhealthyAgents int
Number of unhealthy discovery agents.
final
unknownAgents int
Number of unknown discovery agents.
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