AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationDiscoveryService.Model.AgentInfo

Namespace: Amazon.ApplicationDiscoveryService.Model
Assembly: AWSSDK.ApplicationDiscoveryService.dll
Version: 3.x.y.z

Syntax

C#
public class AgentInfo

The AgentInfo type exposes the following members

Constructors

NameDescription
Public Method AgentInfo()

Properties

NameTypeDescription
Public Property AgentId System.String

Gets and sets the property AgentId.

The agent or collector ID.

Public Property AgentNetworkInfoList System.Collections.Generic.List<Amazon.ApplicationDiscoveryService.Model.AgentNetworkInfo>

Gets and sets the property AgentNetworkInfoList.

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

Public Property AgentType System.String

Gets and sets the property AgentType.

Type of agent.

Public Property CollectionStatus System.String

Gets and sets the property CollectionStatus.

Status of the collection process for an agent.

Public Property ConnectorId System.String

Gets and sets the property ConnectorId.

The ID of the connector.

Public Property Health Amazon.ApplicationDiscoveryService.AgentStatus

Gets and sets the property Health.

The health of the agent.

Public Property HostName System.String

Gets and sets the property HostName.

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

Public Property LastHealthPingTime System.String

Gets and sets the property LastHealthPingTime.

Time since agent health was reported.

Public Property RegisteredTime System.String

Gets and sets the property RegisteredTime.

Agent's first registration timestamp in UTC.

Public Property Version System.String

Gets and sets the property Version.

The agent or collector version.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5