AWS SDK Version 2 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.

.NET Framework 4.5
 
Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.InstanceHealthSummary

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class InstanceHealthSummary : Object

The InstanceHealthSummary type exposes the following members

Constructors

NameDescription
Public Method InstanceHealthSummary()

Properties

NameTypeDescription
Public Property Degraded System.Int32 Gets and sets the property Degraded.

Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

Public Property Info System.Int32 Gets and sets the property Info.

Green. An operation is in progress on an instance.

Public Property NoData System.Int32 Gets and sets the property NoData.

Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

Public Property Ok System.Int32 Gets and sets the property Ok.

Green. An instance is passing health checks and the health agent is not reporting any problems.

Public Property Pending System.Int32 Gets and sets the property Pending.

Grey. An operation is in progress on an instance within the command timeout.

Public Property Severe System.Int32 Gets and sets the property Severe.

Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

Public Property Unknown System.Int32 Gets and sets the property Unknown.

Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

Public Property Warning System.Int32 Gets and sets the property Warning.

Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1