sushy.resources.manager.manager Module¶sushy.resources.manager.manager.ActionsField(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
reset = <sushy.resources.common.ResetActionField object at 0x38f57d0>¶sushy.resources.manager.manager.Manager(connector, identity, redfish_version=None)¶Bases: sushy.resources.base.ResourceBase
command_shell = <sushy.resources.manager.manager.RemoteAccessField object at 0x38f5f10>¶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 0x38f5f50>¶The manager description
firmware_version = <sushy.resources.base.Field object at 0x38f5d90>¶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 0x38f5e10>¶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 0x38f5f90>¶The manager identity string
manager_type = <sushy.resources.base.MappedField object at 0x38f9090>¶The manager type
model = <sushy.resources.base.Field object at 0x38f9050>¶The manager model
name = <sushy.resources.base.Field object at 0x38f5fd0>¶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 0x38f5ed0>¶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 0x38f90d0>¶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 0x38f5bd0>¶max_concurrent_sessions = <sushy.resources.base.Field object at 0x38f5b90>¶service_enabled = <sushy.resources.base.Field object at 0x38f5b10>¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.