ConsoleEnabled Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. networkcloud. models. ConsoleEnabled
- com.
- com.
public final class ConsoleEnabled
extends ExpandableStringEnum<ConsoleEnabled>
The indicator of whether the console access is enabled.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Console |
FALSE
Static value False for Console |
|
static final
Console |
TRUE
Static value True for Console |
Constructor Summary
| Constructor | Description |
|---|---|
| ConsoleEnabled() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Console |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Console |
fromString(String name)
Creates or finds a Console |
|
static
Collection<Console |
values()
Gets known Console |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final ConsoleEnabled FALSE
Static value False for ConsoleEnabled.
TRUE
public static final ConsoleEnabled TRUE
Static value True for ConsoleEnabled.
Constructor Details
ConsoleEnabled
@Deprecated
public ConsoleEnabled()
Deprecated
Creates a new instance of ConsoleEnabled value.
Method Details
fromString
public static ConsoleEnabled fromString(String name)
Creates or finds a ConsoleEnabled from its string representation.
Parameters:
Returns:
values
public static Collection<ConsoleEnabled> values()
Gets known ConsoleEnabled values.
Returns: