ElasticPoolState Class

public final class ElasticPoolState
extends ExpandableStringEnum<ElasticPoolState>

The state of the elastic pool.

Field Summary

Modifier and Type Field and Description
static final ElasticPoolState CREATING

Static value Creating for ElasticPoolState.

static final ElasticPoolState DISABLED

Static value Disabled for ElasticPoolState.

static final ElasticPoolState READY

Static value Ready for ElasticPoolState.

Constructor Summary

Constructor Description
ElasticPoolState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ElasticPoolState value.

Method Summary

Modifier and Type Method and Description
static ElasticPoolState fromString(String name)

Creates or finds a ElasticPoolState from its string representation.

static Collection<ElasticPoolState> values()

Gets known ElasticPoolState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CREATING

public static final ElasticPoolState CREATING

Static value Creating for ElasticPoolState.

DISABLED

public static final ElasticPoolState DISABLED

Static value Disabled for ElasticPoolState.

READY

public static final ElasticPoolState READY

Static value Ready for ElasticPoolState.

Constructor Details

ElasticPoolState

@Deprecated
public ElasticPoolState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ElasticPoolState value.

Method Details

fromString

public static ElasticPoolState fromString(String name)

Creates or finds a ElasticPoolState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ElasticPoolState.

values

public static Collection values()

Gets known ElasticPoolState values.

Returns:

known ElasticPoolState values.

Applies to