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 connectors.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationDiscoveryService.Model.CustomerConnectorInfo

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

Syntax

C#
public class CustomerConnectorInfo

The CustomerConnectorInfo type exposes the following members

Constructors

NameDescription
Public Method CustomerConnectorInfo()

Properties

NameTypeDescription
Public Property ActiveConnectors System.Int32

Gets and sets the property ActiveConnectors.

Number of active discovery connectors.

Public Property BlackListedConnectors System.Int32

Gets and sets the property BlackListedConnectors.

Number of blacklisted discovery connectors.

Public Property HealthyConnectors System.Int32

Gets and sets the property HealthyConnectors.

Number of healthy discovery connectors.

Public Property ShutdownConnectors System.Int32

Gets and sets the property ShutdownConnectors.

Number of discovery connectors with status SHUTDOWN,

Public Property TotalConnectors System.Int32

Gets and sets the property TotalConnectors.

Total number of discovery connectors.

Public Property UnhealthyConnectors System.Int32

Gets and sets the property UnhealthyConnectors.

Number of unhealthy discovery connectors.

Public Property UnknownConnectors System.Int32

Gets and sets the property UnknownConnectors.

Number of unknown discovery connectors.

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