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.

Reports progress on replacing instances that are in the Auto Scaling group.

Inheritance Hierarchy

System.Object
  Amazon.AutoScaling.Model.InstanceRefreshLivePoolProgress

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

Syntax

C#
public class InstanceRefreshLivePoolProgress

The InstanceRefreshLivePoolProgress type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property InstancesToUpdate System.Int32

Gets and sets the property InstancesToUpdate.

The number of instances remaining to update.

Public Property PercentageComplete System.Int32

Gets and sets the property PercentageComplete.

The percentage of instances in the Auto Scaling group that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.

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