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.

Inventory data for installed discovery agents.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationDiscoveryService.Model.CustomerAgentInfo

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

Syntax

C#
public class CustomerAgentInfo

The CustomerAgentInfo type exposes the following members

Constructors

NameDescription
Public Method CustomerAgentInfo()

Properties

NameTypeDescription
Public Property ActiveAgents System.Int32

Gets and sets the property ActiveAgents.

Number of active discovery agents.

Public Property BlackListedAgents System.Int32

Gets and sets the property BlackListedAgents.

Number of blacklisted discovery agents.

Public Property HealthyAgents System.Int32

Gets and sets the property HealthyAgents.

Number of healthy discovery agents

Public Property ShutdownAgents System.Int32

Gets and sets the property ShutdownAgents.

Number of discovery agents with status SHUTDOWN.

Public Property TotalAgents System.Int32

Gets and sets the property TotalAgents.

Total number of discovery agents.

Public Property UnhealthyAgents System.Int32

Gets and sets the property UnhealthyAgents.

Number of unhealthy discovery agents.

Public Property UnknownAgents System.Int32

Gets and sets the property UnknownAgents.

Number of unknown discovery agents.

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