GeoRedundantBackup Class

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 GeoRedundantBackup DISABLED

Static value Disabled for GeoRedundantBackup.

static final GeoRedundantBackup ENABLED

Static value Enabled for GeoRedundantBackup.

Constructor Summary

Constructor Description
GeoRedundantBackup()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GeoRedundantBackup value.

Method Summary

Modifier and Type Method and Description
static GeoRedundantBackup fromString(String name)

Creates or finds a GeoRedundantBackup from its string representation.

static Collection<GeoRedundantBackup> values()

Gets known GeoRedundantBackup 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

@Deprecated
public GeoRedundantBackup()

Deprecated

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding GeoRedundantBackup.

values

public static Collection values()

Gets known GeoRedundantBackup values.

Returns:

known GeoRedundantBackup values.

Applies to