Share via


ZoneRedundant Class

public final class ZoneRedundant
extends ExpandableStringEnum<ZoneRedundant>

Defines the zone redundant resource setting.

Field Summary

Modifier and Type Field and Description
static final ZoneRedundant DISABLE

Static value Disable for ZoneRedundant.

static final ZoneRedundant ENABLE

Static value Enable for ZoneRedundant.

Constructor Summary

Constructor Description
ZoneRedundant()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ZoneRedundant value.

Method Summary

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

Creates or finds a ZoneRedundant from its string representation.

static Collection<ZoneRedundant> values()

Gets known ZoneRedundant values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLE

public static final ZoneRedundant DISABLE

Static value Disable for ZoneRedundant.

ENABLE

public static final ZoneRedundant ENABLE

Static value Enable for ZoneRedundant.

Constructor Details

ZoneRedundant

@Deprecated
public ZoneRedundant()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ZoneRedundant value.

Method Details

fromString

public static ZoneRedundant fromString(String name)

Creates or finds a ZoneRedundant from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ZoneRedundant.

values

public static Collection<ZoneRedundant> values()

Gets known ZoneRedundant values.

Returns:

known ZoneRedundant values.

Applies to