AggregatedReplicationState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. AggregatedReplicationState
- com.
- com.
public final class AggregatedReplicationState
extends ExpandableStringEnum<AggregatedReplicationState>
This is the aggregated replication status based on all the regional replication status flags.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Aggregated |
COMPLETED
Static value Completed for Aggregated |
static final
Aggregated |
FAILED
Static value Failed for Aggregated |
static final
Aggregated |
IN_PROGRESS
Static value In |
static final
Aggregated |
UNKNOWN
Static value Unknown for Aggregated |
Constructor Summary
Constructor | Description |
---|---|
AggregatedReplicationState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Aggregated |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Aggregated |
fromString(String name)
Creates or finds a Aggregated |
static
Collection<Aggregated |
values()
Gets known Aggregated |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COMPLETED
public static final AggregatedReplicationState COMPLETED
Static value Completed for AggregatedReplicationState.
FAILED
public static final AggregatedReplicationState FAILED
Static value Failed for AggregatedReplicationState.
IN_PROGRESS
public static final AggregatedReplicationState IN_PROGRESS
Static value InProgress for AggregatedReplicationState.
UNKNOWN
public static final AggregatedReplicationState UNKNOWN
Static value Unknown for AggregatedReplicationState.
Constructor Details
AggregatedReplicationState
@Deprecated
public AggregatedReplicationState()
Deprecated
Creates a new instance of AggregatedReplicationState value.
Method Details
fromString
public static AggregatedReplicationState fromString(String name)
Creates or finds a AggregatedReplicationState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known AggregatedReplicationState values.
Returns:
Applies to
Azure SDK for Java