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