The sushy.resources.manager.manager Module

The sushy.resources.manager.manager Module

class sushy.resources.manager.manager.ActionsField(*args, **kwargs)

Bases: sushy.resources.base.CompositeField

reset = <sushy.resources.common.ResetActionField object>
class sushy.resources.manager.manager.Manager(connector, identity, redfish_version=None)

Bases: sushy.resources.base.ResourceBase

command_shell = <sushy.resources.manager.manager.RemoteAccessField object>

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>

The manager description

firmware_version = <sushy.resources.base.Field object>

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>

A dictionary containing the remote access support service via graphical console (e.g. KVMIP) and max concurrent sessions

identity = <sushy.resources.base.Field object>

The manager identity string

manager_type = <sushy.resources.base.MappedField object>

The manager type

model = <sushy.resources.base.Field object>

The manager model

name = <sushy.resources.base.Field object>

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>

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>

The manager UUID

class sushy.resources.manager.manager.ManagerCollection(connector, path, redfish_version=None)

Bases: sushy.resources.base.ResourceCollectionBase

class sushy.resources.manager.manager.RemoteAccessField(*args, **kwargs)

Bases: sushy.resources.base.CompositeField

connect_types_supported = <sushy.resources.base.Field object>
max_concurrent_sessions = <sushy.resources.base.Field object>
service_enabled = <sushy.resources.base.Field object>
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.