Class InstallRebootBehavior

java.lang.Object
com.azure.core.util.ExpandableStringEnum<InstallRebootBehavior>
com.azure.resourcemanager.databoxedge.models.InstallRebootBehavior

public final class InstallRebootBehavior extends com.azure.core.util.ExpandableStringEnum<InstallRebootBehavior>
Indicates if updates are available and at least one of the updates needs a reboot.
  • Field Details

    • NEVER_REBOOTS

      public static final InstallRebootBehavior NEVER_REBOOTS
      Static value NeverReboots for InstallRebootBehavior.
    • REQUIRES_REBOOT

      public static final InstallRebootBehavior REQUIRES_REBOOT
      Static value RequiresReboot for InstallRebootBehavior.
    • REQUEST_REBOOT

      public static final InstallRebootBehavior REQUEST_REBOOT
      Static value RequestReboot for InstallRebootBehavior.
  • Constructor Details

    • InstallRebootBehavior

      @Deprecated public InstallRebootBehavior()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of InstallRebootBehavior value.
  • Method Details

    • fromString

      public static InstallRebootBehavior fromString(String name)
      Creates or finds a InstallRebootBehavior from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding InstallRebootBehavior.
    • values

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