AgentInfo

class AgentInfo

Information about agents associated with the user’s Amazon Web Services account. Information includes agent IDs, IP addresses, media access control (MAC) addresses, agent or collector status, hostname where the agent resides, and agent version for each agent.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The agent or collector ID.

Link copied to clipboard

Network details about the host where the agent or collector resides.

Link copied to clipboard

Type of agent.

Link copied to clipboard

Status of the collection process for an agent.

Link copied to clipboard

The ID of the connector.

Link copied to clipboard

The health of the agent.

Link copied to clipboard

The name of the host where the agent or collector resides. The host can be a server or virtual machine.

Link copied to clipboard

Time since agent health was reported.

Link copied to clipboard

Agent's first registration timestamp in UTC.

Link copied to clipboard

The agent or collector version.

Functions

Link copied to clipboard
inline fun copy(block: AgentInfo.Builder.() -> Unit = {}): AgentInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String