IsHighlyAvailable Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. scvmm. models. IsHighlyAvailable
- com.
- com.
public final class IsHighlyAvailable
extends ExpandableStringEnum<IsHighlyAvailable>
Highly available.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Is |
FALSE
Static value false for Is |
|
static final
Is |
TRUE
Static value true for Is |
Constructor Summary
| Constructor | Description |
|---|---|
| IsHighlyAvailable() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Is |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Is |
fromString(String name)
Creates or finds a Is |
|
static
Collection<Is |
values()
Gets known Is |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final IsHighlyAvailable FALSE
Static value false for IsHighlyAvailable.
TRUE
public static final IsHighlyAvailable TRUE
Static value true for IsHighlyAvailable.
Constructor Details
IsHighlyAvailable
@Deprecated
public IsHighlyAvailable()
Deprecated
Creates a new instance of IsHighlyAvailable value.
Method Details
fromString
public static IsHighlyAvailable fromString(String name)
Creates or finds a IsHighlyAvailable from its string representation.
Parameters:
Returns:
values
public static Collection<IsHighlyAvailable> values()
Gets known IsHighlyAvailable values.
Returns: