AWS SDK for .NET Documentation
InstancesCount Class
AmazonAmazon.OpsWorks.ModelInstancesCount Did this page help you?   Yes   No    Tell us about it...
Describes how many instances a stack has for each status.
Declaration Syntax
C#
public class InstancesCount
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
InstancesCount()()()()
Initializes a new instance of the InstancesCount class

Booting
Gets and sets the property Booting.

The number of instances with

CopyC#
booting
status.


ConnectionLost
Gets and sets the property ConnectionLost.

The number of instances with

CopyC#
connection_lost
status.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Online
Gets and sets the property Online.

The number of instances with

CopyC#
online
status.


Pending
Gets and sets the property Pending.

The number of instances with

CopyC#
pending
status.


Rebooting
Gets and sets the property Rebooting.

The number of instances with

CopyC#
rebooting
status.


Requested
Gets and sets the property Requested.

The number of instances with

CopyC#
requested
status.


RunningSetup
Gets and sets the property RunningSetup.

The number of instances with

CopyC#
running_setup
status.


SetupFailed
Gets and sets the property SetupFailed.

The number of instances with

CopyC#
setup_failed
status.


ShuttingDown
Gets and sets the property ShuttingDown.

The number of instances with

CopyC#
shutting_down
status.


StartFailed
Gets and sets the property StartFailed.

The number of instances with

CopyC#
start_failed
status.


Stopped
Gets and sets the property Stopped.

The number of instances with

CopyC#
stopped
status.


Stopping
Gets and sets the property Stopping.

The number of instances with

CopyC#
stopping
status.


Terminated
Gets and sets the property Terminated.

The number of instances with

CopyC#
terminated
status.


Terminating
Gets and sets the property Terminating.

The number of instances with

CopyC#
terminating
status.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithBooting(Int32) Obsolete.
Sets the Booting property

WithConnectionLost(Int32) Obsolete.
Sets the ConnectionLost property

WithOnline(Int32) Obsolete.
Sets the Online property

WithPending(Int32) Obsolete.
Sets the Pending property

WithRebooting(Int32) Obsolete.
Sets the Rebooting property

WithRequested(Int32) Obsolete.
Sets the Requested property

WithRunningSetup(Int32) Obsolete.
Sets the RunningSetup property

WithSetupFailed(Int32) Obsolete.
Sets the SetupFailed property

WithShuttingDown(Int32) Obsolete.
Sets the ShuttingDown property

WithStartFailed(Int32) Obsolete.
Sets the StartFailed property

WithStopped(Int32) Obsolete.
Sets the Stopped property

WithStopping(Int32) Obsolete.
Sets the Stopping property

WithTerminated(Int32) Obsolete.
Sets the Terminated property

WithTerminating(Int32) Obsolete.
Sets the Terminating property

Inheritance Hierarchy
Object
InstancesCount

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)