public final class AggregatedReplicationState extends ExpandableStringEnum<AggregatedReplicationState>
Modifier and Type | Field and Description |
---|---|
static AggregatedReplicationState |
COMPLETED
Static value Completed for AggregatedReplicationState.
|
static AggregatedReplicationState |
FAILED
Static value Failed for AggregatedReplicationState.
|
static AggregatedReplicationState |
IN_PROGRESS
Static value InProgress for AggregatedReplicationState.
|
static AggregatedReplicationState |
UNKNOWN
Static value Unknown for AggregatedReplicationState.
|
Constructor and Description |
---|
AggregatedReplicationState() |
Modifier and Type | Method and Description |
---|---|
static AggregatedReplicationState |
fromString(String name)
Creates or finds a AggregatedReplicationState from its string representation.
|
static Collection<AggregatedReplicationState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final AggregatedReplicationState UNKNOWN
public static final AggregatedReplicationState IN_PROGRESS
public static final AggregatedReplicationState COMPLETED
public static final AggregatedReplicationState FAILED
public static AggregatedReplicationState fromString(String name)
name
- a name to look forpublic static Collection<AggregatedReplicationState> values()
Copyright © 2019. All rights reserved.