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