sushy.resources.manager.constants Module¶sushy.resources.manager.constants.COMMAND_SHELL_IPMI = 'command shell ipmi'¶Command Shell connection using the IPMI Serial-over-LAN (SOL) protocol
sushy.resources.manager.constants.COMMAND_SHELL_OEM = 'command shell oem'¶Command Shell connection using an OEM-specific protocol
sushy.resources.manager.constants.COMMAND_SHELL_SSH = 'command shell ssh'¶Command Shell connection using the SSH protocol
sushy.resources.manager.constants.COMMAND_SHELL_TELNET = 'command shell telnet'¶Command Shell connection using the Telnet protocol
sushy.resources.manager.constants.GRAPHICAL_CONSOLE_KVMIP = 'graphical console kvmip'¶Graphical Console connection using a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol
sushy.resources.manager.constants.GRAPHICAL_CONSOLE_OEM = 'graphical console oem'¶Graphical Console connection using an OEM-specific protocol
sushy.resources.manager.constants.MANAGER_TYPE_AUXILIARY_CONTROLLER = 'auxiliary controller'¶A controller which provides management functions for a particular subsystem or group of devices
sushy.resources.manager.constants.MANAGER_TYPE_BMC = 'bmc'¶A controller which provides management functions for a single computer system
sushy.resources.manager.constants.MANAGER_TYPE_ENCLOSURE_MANAGER = 'enclosure manager'¶A controller which provides management functions for a chassis or group of devices or systems
sushy.resources.manager.constants.MANAGER_TYPE_MANAGEMENT_CONTROLLER = 'management controller'¶A controller used primarily to monitor or manage the operation of a device or system
sushy.resources.manager.constants.MANAGER_TYPE_RACK_MANAGER = 'rack manager'¶A controller which provides management functions for a whole or part of a rack
sushy.resources.manager.constants.SERIAL_CONSOLE_IPMI = 'serial console ipmi'¶Serial Console connection using the IPMI Serial-over-LAN (SOL) protocol
sushy.resources.manager.constants.SERIAL_CONSOLE_OEM = 'serial console oem'¶Serial Console connection using an OEM-specific protocol
sushy.resources.manager.constants.SERIAL_CONSOLE_SSH = 'serial console ssh'¶Serial Console connection using the SSH protocol
sushy.resources.manager.constants.SERIAL_CONSOLE_TELNET = 'serial console telnet'¶Serial Console connection using the Telnet protocol
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.