The sushy.resources.system.constants Module

sushy.resources.system.constants.BOOT_SOURCE_TARGET_BIOS_SETUP = 'bios setup'

Boot to the BIOS Setup Utility

sushy.resources.system.constants.BOOT_SOURCE_TARGET_CD = 'cd'

Boot from the CD/DVD disc

sushy.resources.system.constants.BOOT_SOURCE_TARGET_DIAGS = 'diags'

Boot the manufacturer’s Diagnostics program

sushy.resources.system.constants.BOOT_SOURCE_TARGET_FLOPPY = 'floppy'

Boot from the floppy disk drive

sushy.resources.system.constants.BOOT_SOURCE_TARGET_HDD = 'hdd'

Boot from a hard drive

sushy.resources.system.constants.BOOT_SOURCE_TARGET_NONE = 'none'

Boot from the normal boot device

sushy.resources.system.constants.BOOT_SOURCE_TARGET_PXE = 'pxe'

Boot from the Pre-Boot EXecution (PXE) environment

sushy.resources.system.constants.BOOT_SOURCE_TARGET_SD_CARD = 'sd card'

Boot from an SD Card

sushy.resources.system.constants.BOOT_SOURCE_TARGET_UEFI_HTTP = 'uefi http'

Boot from a UEFI HTTP network location

sushy.resources.system.constants.BOOT_SOURCE_TARGET_UEFI_SHELL = 'uefi shell'

Boot to the UEFI Shell

sushy.resources.system.constants.BOOT_SOURCE_TARGET_UEFI_TARGET = 'uefi target'

Boot to the UEFI Device specified in the UefiTargetBootSourceOverride property

sushy.resources.system.constants.BOOT_SOURCE_TARGET_USB = 'usb'

Boot from a USB device as specified by the system BIOS

sushy.resources.system.constants.BOOT_SOURCE_TARGET_UTILITIES = 'utilities'

Boot the manufacturer’s Utilities program(s)

sushy.resources.system.constants.SYSTEM_INDICATOR_LED_BLINKING = 'indicator led blinking'

The Indicator LED is blinking

Deprecated: Use sushy.resources.constants.INDICATOR_LED_BLINKING.

sushy.resources.system.constants.SYSTEM_INDICATOR_LED_LIT = 'indicator led lit'

The Indicator LED is lit

Deprecated: Use sushy.resources.constants.INDICATOR_LED_LIT.

sushy.resources.system.constants.SYSTEM_INDICATOR_LED_OFF = 'indicator led off'

The Indicator LED is off

Deprecated: Use sushy.resources.constants.INDICATOR_LED_OFF.

sushy.resources.system.constants.SYSTEM_INDICATOR_LED_UNKNOWN = 'indicator led unknown'

The state of the Indicator LED cannot be determine

Deprecated: Use sushy.resources.constants.INDICATOR_LED_UNKNOWN.

sushy.resources.system.constants.SYSTEM_POWER_STATE_OFF = 'off'

The system is powered off, although some components may continue to have AUX power such as management controller

sushy.resources.system.constants.SYSTEM_POWER_STATE_ON = 'on'

The system is powered on

sushy.resources.system.constants.SYSTEM_POWER_STATE_POWERING_OFF = 'powering off'

A temporary state between On and Off. The power off action can take time while the OS is in the shutdown process

sushy.resources.system.constants.SYSTEM_POWER_STATE_POWERING_ON = 'powering on'

A temporary state between Off and On. This temporary state can be very short

sushy.resources.system.constants.SYSTEM_TYPE_COMPOSED = 'Composed'

A computer system created by binding resource blocks together

sushy.resources.system.constants.SYSTEM_TYPE_OS = 'OS'

An operating system instance

sushy.resources.system.constants.SYSTEM_TYPE_PHYSICAL = 'Physical'

A physical computer system

sushy.resources.system.constants.SYSTEM_TYPE_PHYSICALLY_PARTITIONED = 'PhysicallyPartitioned'

A hardware-based partition of a computer system

sushy.resources.system.constants.SYSTEM_TYPE_VIRTUAL = 'Virtual'

A virtual machine instance

sushy.resources.system.constants.SYSTEM_TYPE_VIRTUALLY_PARTITIONED = 'VirtuallyPartitioned'

A virtual or software-based partition of a computer system