ZoneRedundant Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resourcemover. models. ZoneRedundant
- com.
- com.
public final class ZoneRedundant
extends ExpandableStringEnum<ZoneRedundant>
Defines the zone redundant resource setting.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Zone |
DISABLE
Static value Disable for Zone |
|
static final
Zone |
ENABLE
Static value Enable for Zone |
Constructor Summary
| Constructor | Description |
|---|---|
| ZoneRedundant() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Zone |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Zone |
fromString(String name)
Creates or finds a Zone |
|
static
Collection<Zone |
values()
Gets known Zone |
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
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:
Returns:
values
public static Collection<ZoneRedundant> values()
Gets known ZoneRedundant values.
Returns: