GeoRedundantBackup Class

public final class GeoRedundantBackup
extends ExpandableStringEnum<GeoRedundantBackup>

Defines values for GeoRedundantBackup.

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()

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()

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:

name - a name to look for.

Returns:

the corresponding GeoRedundantBackup.

values

public static Collection values()

Returns:

known GeoRedundantBackup values.

Applies to