GeoRedundantBackup Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mysql. models. GeoRedundantBackup
- com.
- com.
public final class GeoRedundantBackup
extends ExpandableStringEnum<GeoRedundantBackup>
Defines values for GeoRedundantBackup.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Geo |
DISABLED
Static value Disabled for Geo |
|
static final
Geo |
ENABLED
Static value Enabled for Geo |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| GeoRedundantBackup() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Geo |
fromString(String name)
Creates or finds a Geo |
|
static
Collection<Geo |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final GeoRedundantBackup DISABLED
Static value Disabled for GeoRedundantBackup.
ENABLED
public static final GeoRedundantBackup ENABLED
Static value Enabled for GeoRedundantBackup.
Constructor Details
GeoRedundantBackup
public GeoRedundantBackup()
Method Details
fromString
public static GeoRedundantBackup fromString(String name)
Creates or finds a GeoRedundantBackup from its string representation.
Parameters:
Returns:
values
public static Collection<GeoRedundantBackup> values()
Returns: