Show / Hide Table of Contents

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.

See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html

RUNNING

Running.

public const PoolState RUNNING
Field Value
Type Description
PoolState

STOPPED

Stopped.

public const PoolState STOPPED
Field Value
Type Description
PoolState

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX