public enum FirmwareInstallState extends Enum<FirmwareInstallState>
Enum Constant and Description |
---|
Activated
Indicates all the smart components from the SPP bundle specified in the
firmware and driver baseline settings are installed and activated on the server.
|
ActivateFailed
Indicates activation of one or more smart components failed on the server.
|
Activating
Indicates HP Smart Update Tool is activating the installed smart components.
|
InstalledPendingReboot
Indicates HP Smart Update Tool has completed installing the smart components,
however the server needs to be rebooted for the updates to take effect.
|
InstallFailed
Indicates HP Smart Update Tool has failed installing one or more smart components.
|
Installing
Indicates HP Smart Update Tool is installing the smart components from the staged location.
|
Pending
Indicates the firmware and/or OS driver baseline settings have been applied
to the server hardware and will take effect when HP Smart Update tool updates
firmware and/or OS driver components based on these settings.
|
Staged
Indicates HP Smart Update Tool has completed staging the smart components
from the SPP bundle specified in the firmware and/or OS driver baseline settings.
|
StageFailed
Indicates HP Smart Update Tool has failed to stage the smart components from
the SPP bundle specified in the firmware and/or OS driver baseline settings.
|
Staging
Indicates HP Smart Update Tool is staging the firmware and/or OS driver smart
components from the SPP bundle specified in the firmware and/or OS driver
baseline settings.
|
Uninitialized
Indicates the current firmware and/or OS driver settings have been cleared.
|
Unknown
Indicates the server failed to return the current settings, therefore, the
actual values might not be current.
|
Modifier and Type | Method and Description |
---|---|
static FirmwareInstallState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FirmwareInstallState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FirmwareInstallState ActivateFailed
public static final FirmwareInstallState Activated
public static final FirmwareInstallState Activating
public static final FirmwareInstallState InstallFailed
public static final FirmwareInstallState InstalledPendingReboot
public static final FirmwareInstallState Installing
public static final FirmwareInstallState Pending
public static final FirmwareInstallState StageFailed
public static final FirmwareInstallState Staged
public static final FirmwareInstallState Staging
public static final FirmwareInstallState Uninitialized
public static final FirmwareInstallState Unknown
public static FirmwareInstallState[] values()
for (FirmwareInstallState c : FirmwareInstallState.values()) System.out.println(c);
public static FirmwareInstallState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All rights reserved.