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 Details

    • ENABLED

      public static final PowerOnBootOption ENABLED
      Static value enabled for PowerOnBootOption.
    • DISABLED

      public static final PowerOnBootOption DISABLED
      Static value disabled 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:
      name - a name to look for.
      Returns:
      the corresponding PowerOnBootOption.
    • values

      public static Collection<PowerOnBootOption> values()
      Gets known PowerOnBootOption values.
      Returns:
      known PowerOnBootOption values.