Class PoolState
The instance state in the warm pool.
Inheritance
System.Object
PoolState
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.AWS.AutoScaling.dll
Syntax (csharp)
public sealed class PoolState : Enum
Syntax (vb)
Public NotInheritable Class PoolState
Inherits
Enum
Synopsis
Fields
| HIBERNATED | Hibernated. |
| RUNNING | Running. |
| STOPPED | Stopped. |
| value__ |
Fields
HIBERNATED
Hibernated.
public const PoolState HIBERNATED
Field Value
| Type | Description |
|---|---|
| PoolState |
Remarks
To use this state, prerequisites must be in place.
RUNNING
STOPPED
value__
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |