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
 
Describes how many instances a stack has for each status.

Inheritance Hierarchy

System.Object
  Amazon.OpsWorks.Model.InstancesCount

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

Syntax

C#
public class InstancesCount : Object

The InstancesCount type exposes the following members

Constructors

NameDescription
Public Method InstancesCount()

Properties

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

The number of instances in the Assigning state.

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

The number of instances with booting status.

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

The number of instances with connection_lost status.

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

The number of instances in the Deregistering state.

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

The number of instances with online status.

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

The number of instances with pending status.

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

The number of instances with rebooting status.

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

The number of instances in the Registered state.

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

The number of instances in the Registering state.

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

The number of instances with requested status.

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

The number of instances with running_setup status.

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

The number of instances with setup_failed status.

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

The number of instances with shutting_down status.

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

The number of instances with start_failed status.

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

The number of instances with stopped status.

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

The number of instances with stopping status.

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

The number of instances with terminated status.

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

The number of instances with terminating status.

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

The number of instances in the Unassigning state.

Version Information

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

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