public final class ElasticPoolState extends ExpandableStringEnum<ElasticPoolState>
Modifier and Type | Field and Description |
---|---|
static ElasticPoolState |
CREATING
Static value Creating for ElasticPoolState.
|
static ElasticPoolState |
DISABLED
Static value Disabled for ElasticPoolState.
|
static ElasticPoolState |
READY
Static value Ready for ElasticPoolState.
|
Constructor and Description |
---|
ElasticPoolState() |
Modifier and Type | Method and Description |
---|---|
static ElasticPoolState |
fromString(String name)
Creates or finds a ElasticPoolState from its string representation.
|
static Collection<ElasticPoolState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ElasticPoolState CREATING
public static final ElasticPoolState READY
public static final ElasticPoolState DISABLED
public static ElasticPoolState fromString(String name)
name
- a name to look forpublic static Collection<ElasticPoolState> values()
Copyright © 2019. All rights reserved.