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
 
Container for the parameters to the SetInstanceHealth operation. Sets the health status of the specified instance.

For more information, see Health Checks in the Auto Scaling Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AutoScaling.AmazonAutoScalingRequest
      Amazon.AutoScaling.Model.SetInstanceHealthRequest

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

Syntax

C#
public class SetInstanceHealthRequest : AmazonAutoScalingRequest
         IRequestEvents

The SetInstanceHealthRequest type exposes the following members

Constructors

NameDescription
Public Method SetInstanceHealthRequest()

Properties

NameTypeDescription
Public Property HealthStatus System.String Gets and sets the property HealthStatus.

The health status of the instance. Set to Healthy if you want the instance to remain in service. Set to Unhealthy if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance.

Public Property InstanceId System.String Gets and sets the property InstanceId.

The ID of the instance.

Public Property ShouldRespectGracePeriod System.Boolean Gets and sets the property ShouldRespectGracePeriod.

If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period. Set this to False, if you do not want the call to respect the grace period associated with the group.

For more information, see the description of the health check grace period for CreateAutoScalingGroup.

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, Windows Phone 8