GeoRedundantBackup Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. postgresql. models. GeoRedundantBackup
- com.
- com.
public final class GeoRedundantBackup
extends ExpandableStringEnum<GeoRedundantBackup>
Enable Geo-redundant or not for server backup.
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() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Geo |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Geo |
fromString(String name)
Creates or finds a Geo |
|
static
Collection<Geo |
values()
Gets known Geo |
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
@Deprecated
public GeoRedundantBackup()
Deprecated
Creates a new instance of GeoRedundantBackup value.
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()
Gets known GeoRedundantBackup values.
Returns: