Class AggregatedReplicationState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AggregatedReplicationState>
com.azure.resourcemanager.compute.models.AggregatedReplicationState
public final class AggregatedReplicationState
extends com.azure.core.util.ExpandableStringEnum<AggregatedReplicationState>
This is the aggregated replication status based on all the regional replication status flags.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AggregatedReplicationStateStatic value Completed for AggregatedReplicationState.static final AggregatedReplicationStateStatic value Failed for AggregatedReplicationState.static final AggregatedReplicationStateStatic value InProgress for AggregatedReplicationState.static final AggregatedReplicationStateStatic value Unknown for AggregatedReplicationState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregatedReplicationStatefromString(String name) Creates or finds a AggregatedReplicationState from its string representation.static Collection<AggregatedReplicationState>values()Gets known AggregatedReplicationState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for AggregatedReplicationState. -
IN_PROGRESS
Static value InProgress for AggregatedReplicationState. -
COMPLETED
Static value Completed for AggregatedReplicationState. -
FAILED
Static value Failed for AggregatedReplicationState.
-
-
Constructor Details
-
AggregatedReplicationState
Deprecated.Use thefromString(String)factory method.Creates a new instance of AggregatedReplicationState value.
-
-
Method Details
-
fromString
Creates or finds a AggregatedReplicationState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AggregatedReplicationState.
-
values
Gets known AggregatedReplicationState values.- Returns:
- known AggregatedReplicationState values.
-
fromString(String)factory method.