Class PoolState
The instance state in the warm pool.
Inheritance
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.Lib.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 |
---|---|
Pool |
Remarks
To use this state, prerequisites must be in place.
See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html
RUNNING
STOPPED
value__
public int value__
Field Value
Type | Description |
---|---|
System. |