Class PowerOnBootOption
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PowerOnBootOption>
com.azure.resourcemanager.connectedvmware.models.PowerOnBootOption
public final class PowerOnBootOption
extends com.azure.core.util.ExpandableStringEnum<PowerOnBootOption>
Defines values for PowerOnBootOption.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PowerOnBootOption
Static value disabled for PowerOnBootOption.static final PowerOnBootOption
Static value enabled for PowerOnBootOption. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PowerOnBootOption
fromString
(String name) Creates or finds a PowerOnBootOption from its string representation.static Collection<PowerOnBootOption>
values()
Gets known PowerOnBootOption values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ENABLED
Static value enabled for PowerOnBootOption. -
DISABLED
Static value disabled for PowerOnBootOption.
-
-
Constructor Details
-
PowerOnBootOption
public PowerOnBootOption()
-
-
Method Details
-
fromString
Creates or finds a PowerOnBootOption from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding PowerOnBootOption.
-
values
Gets known PowerOnBootOption values.- Returns:
- known PowerOnBootOption values.
-