InstallRebootBehavior Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. databoxedge. models. InstallRebootBehavior
- com.
- com.
public final class InstallRebootBehavior
extends ExpandableStringEnum<InstallRebootBehavior>
Indicates if updates are available and at least one of the updates needs a reboot.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Install |
NEVER_REBOOTS
Static value Never |
|
static final
Install |
REQUEST_REBOOT
Static value Request |
|
static final
Install |
REQUIRES_REBOOT
Static value Requires |
Constructor Summary
| Constructor | Description |
|---|---|
| InstallRebootBehavior() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Install |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Install |
fromString(String name)
Creates or finds a Install |
|
static
Collection<Install |
values()
Gets known Install |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NEVER_REBOOTS
public static final InstallRebootBehavior NEVER_REBOOTS
Static value NeverReboots for InstallRebootBehavior.
REQUEST_REBOOT
public static final InstallRebootBehavior REQUEST_REBOOT
Static value RequestReboot for InstallRebootBehavior.
REQUIRES_REBOOT
public static final InstallRebootBehavior REQUIRES_REBOOT
Static value RequiresReboot for InstallRebootBehavior.
Constructor Details
InstallRebootBehavior
@Deprecated
public InstallRebootBehavior()
Deprecated
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:
Returns:
values
public static Collection<InstallRebootBehavior> values()
Gets known InstallRebootBehavior values.
Returns: