ReplicaSynchronizationHealth Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. ReplicaSynchronizationHealth
- com.
- com.
public final class ReplicaSynchronizationHealth
extends ExpandableStringEnum<ReplicaSynchronizationHealth>
Link health state.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Replica |
HEALTHY
Static value HEALTHY for Replica |
|
static final
Replica |
NOT_HEALTHY
Static value NOT_HEALTHY for Replica |
|
static final
Replica |
PARTIALLY_HEALTHY
Static value PARTIALLY_HEALTHY for Replica |
Constructor Summary
| Constructor | Description |
|---|---|
| ReplicaSynchronizationHealth() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Replica |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Replica |
fromString(String name)
Creates or finds a Replica |
|
static
Collection<Replica |
values()
Gets known Replica |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HEALTHY
public static final ReplicaSynchronizationHealth HEALTHY
Static value HEALTHY for ReplicaSynchronizationHealth.
NOT_HEALTHY
public static final ReplicaSynchronizationHealth NOT_HEALTHY
Static value NOT_HEALTHY for ReplicaSynchronizationHealth.
PARTIALLY_HEALTHY
public static final ReplicaSynchronizationHealth PARTIALLY_HEALTHY
Static value PARTIALLY_HEALTHY for ReplicaSynchronizationHealth.
Constructor Details
ReplicaSynchronizationHealth
@Deprecated
public ReplicaSynchronizationHealth()
Deprecated
Creates a new instance of ReplicaSynchronizationHealth value.
Method Details
fromString
public static ReplicaSynchronizationHealth fromString(String name)
Creates or finds a ReplicaSynchronizationHealth from its string representation.
Parameters:
Returns:
values
public static Collection<ReplicaSynchronizationHealth> values()
Gets known ReplicaSynchronizationHealth values.
Returns: