AgentInfo class

Information about agents or connectors associated with the user’s AWS account. Information includes agent or connector IDs, IP addresses, media access control (MAC) addresses, agent or connector health, hostname where the agent or connector resides, and agent version for each agent.

Constructors

AgentInfo({String? agentId, List<AgentNetworkInfo>? agentNetworkInfoList, String? agentType, String? collectionStatus, String? connectorId, AgentStatus? health, String? hostName, String? lastHealthPingTime, String? registeredTime, String? version})
AgentInfo.fromJson(Map<String, dynamic> json)
factory

Properties

agentId String?
The agent or connector ID.
final
agentNetworkInfoList List<AgentNetworkInfo>?
Network details about the host where the agent or connector resides.
final
agentType String?
Type of agent.
final
collectionStatus String?
Status of the collection process for an agent or connector.
final
connectorId String?
The ID of the connector.
final
hashCode int
The hash code for this object.
no setterinherited
health AgentStatus?
The health of the agent or connector.
final
hostName String?
The name of the host where the agent or connector resides. The host can be a server or virtual machine.
final
lastHealthPingTime String?
Time since agent or connector health was reported.
final
registeredTime String?
Agent's first registration timestamp in UTC.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
The agent or connector version.
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