AgentInfo.Builder |
AgentInfo.Builder.agentId(String agentId) |
The agent or collector ID.
|
AgentInfo.Builder |
AgentInfo.Builder.agentNetworkInfoList(Collection<AgentNetworkInfo> agentNetworkInfoList) |
Network details about the host where the agent or collector resides.
|
AgentInfo.Builder |
AgentInfo.Builder.agentNetworkInfoList(Consumer<AgentNetworkInfo.Builder>... agentNetworkInfoList) |
Network details about the host where the agent or collector resides.
|
AgentInfo.Builder |
AgentInfo.Builder.agentNetworkInfoList(AgentNetworkInfo... agentNetworkInfoList) |
Network details about the host where the agent or collector resides.
|
AgentInfo.Builder |
AgentInfo.Builder.agentType(String agentType) |
Type of agent.
|
static AgentInfo.Builder |
AgentInfo.builder() |
|
AgentInfo.Builder |
AgentInfo.Builder.collectionStatus(String collectionStatus) |
Status of the collection process for an agent.
|
AgentInfo.Builder |
AgentInfo.Builder.connectorId(String connectorId) |
The ID of the connector.
|
AgentInfo.Builder |
AgentInfo.Builder.health(String health) |
The health of the agent.
|
AgentInfo.Builder |
AgentInfo.Builder.health(AgentStatus health) |
The health of the agent.
|
AgentInfo.Builder |
AgentInfo.Builder.hostName(String hostName) |
The name of the host where the agent or collector resides.
|
AgentInfo.Builder |
AgentInfo.Builder.lastHealthPingTime(String lastHealthPingTime) |
Time since agent health was reported.
|
AgentInfo.Builder |
AgentInfo.Builder.registeredTime(String registeredTime) |
Agent's first registration timestamp in UTC.
|
AgentInfo.Builder |
AgentInfo.toBuilder() |
|
AgentInfo.Builder |
AgentInfo.Builder.version(String version) |
The agent or collector version.
|