DynamicMemoryEnabled Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. scvmm. models. DynamicMemoryEnabled
- com.
- com.
public final class DynamicMemoryEnabled
extends ExpandableStringEnum<DynamicMemoryEnabled>
Defines values for DynamicMemoryEnabled.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Dynamic |
FALSE
Static value false for Dynamic |
|
static final
Dynamic |
TRUE
Static value true for Dynamic |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| DynamicMemoryEnabled() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dynamic |
fromString(String name)
Creates or finds a Dynamic |
|
static
Collection<Dynamic |
values()
Gets known Dynamic |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final DynamicMemoryEnabled FALSE
Static value false for DynamicMemoryEnabled.
TRUE
public static final DynamicMemoryEnabled TRUE
Static value true for DynamicMemoryEnabled.
Constructor Details
DynamicMemoryEnabled
public DynamicMemoryEnabled()
Method Details
fromString
public static DynamicMemoryEnabled fromString(String name)
Creates or finds a DynamicMemoryEnabled from its string representation.
Parameters:
Returns:
values
public static Collection<DynamicMemoryEnabled> values()
Gets known DynamicMemoryEnabled values.
Returns: