sushy.resources.manager.manager
Modulesushy.resources.manager.manager
Module¶sushy.resources.manager.manager.
ActionsField
(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
reset
= <sushy.resources.common.ResetActionField object at 0x34cb750>¶sushy.resources.manager.manager.
Manager
(connector, identity, redfish_version=None)¶Bases: sushy.resources.base.ResourceBase
command_shell
= <sushy.resources.manager.manager.RemoteAccessField object at 0x34cbe90>¶A dictionary containing the remote access support service via command shell (e.g. Telnet, SSH) and max concurrent sessions
description
= <sushy.resources.base.Field object at 0x34cbed0>¶The manager description
firmware_version
= <sushy.resources.base.Field object at 0x34cbd10>¶The manager firmware version
get_allowed_reset_manager_values
()¶Get the allowed values for resetting the manager.
Returns: | A set of allowed values. |
---|---|
Raises: | MissingAttributeError, if Actions/#Manager.Reset attribute not present. |
get_supported_command_shell_types
()¶Get the supported values for Command Shell connection types.
Returns: | A set of supported values. |
---|
get_supported_graphical_console_types
()¶Get the supported values for Graphical Console connection types.
Returns: | A set of supported values. |
---|
get_supported_serial_console_types
()¶Get the supported values for Serial Console connection types.
Returns: | A set of supported values. |
---|
graphical_console
= <sushy.resources.manager.manager.RemoteAccessField object at 0x34cbd90>¶A dictionary containing the remote access support service via graphical console (e.g. KVMIP) and max concurrent sessions
identity
= <sushy.resources.base.Field object at 0x34cbf10>¶The manager identity string
manager_type
= <sushy.resources.base.MappedField object at 0x34cbfd0>¶The manager type
model
= <sushy.resources.base.Field object at 0x34cbf90>¶The manager model
name
= <sushy.resources.base.Field object at 0x34cbf50>¶The manager name
reset_manager
(value)¶Reset the manager.
Parameters: | value – The target value. |
---|---|
Raises: | InvalidParameterValueError, if the target value is not allowed. |
serial_console
= <sushy.resources.manager.manager.RemoteAccessField object at 0x34cbe50>¶A dictionary containing the remote access support service via serial console (e.g. Telnet, SSH, IPMI) and max concurrent sessions
uuid
= <sushy.resources.base.Field object at 0x34cd050>¶The manager UUID
sushy.resources.manager.manager.
ManagerCollection
(connector, path, redfish_version=None)¶sushy.resources.manager.manager.
RemoteAccessField
(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
connect_types_supported
= <sushy.resources.base.Field object at 0x34cbb50>¶max_concurrent_sessions
= <sushy.resources.base.Field object at 0x34cbb10>¶service_enabled
= <sushy.resources.base.Field object at 0x34cba90>¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.