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>
Dynamic memory enabled.
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() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Dynamic |
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
@Deprecated
public DynamicMemoryEnabled()
Deprecated
Creates a new instance of DynamicMemoryEnabled value.
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: