sushy.resources.system.storage.storage
Module¶sushy.resources.system.storage.storage.
Storage
(connector, path='', redfish_version=None)¶Bases: sushy.resources.base.ResourceBase
This class represents resources that represent a storage subsystem.
A storage subsystem represents a set of storage controllers (physical or virtual) and the resources such as drives and volumes that can be accessed from that subsystem.
drives_identities
= <sushy.resources.base.Field object>¶A tuple with the drive identities
drives_max_size_bytes
¶Max size available in bytes among all Drives of this collection.
get_drive
(drive_identity)¶Given the drive identity return a Drive
object
Parameters: | identity – The identity of the Drive |
---|---|
Returns: | The Drive object |
Raises: | ResourceNotFoundError |
identity
= <sushy.resources.base.Field object>¶The Storage identity string
name
= <sushy.resources.base.Field object>¶The name of the resource
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.