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_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
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.