rsd_lib.resources.v2_1.storage_service.storage_service Module¶rsd_lib.resources.v2_1.storage_service.storage_service.LinksField(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
managed_by = <sushy.resources.base.Field object>¶rsd_lib.resources.v2_1.storage_service.storage_service.StorageService(connector, path='', redfish_version=None, registries=None, reader=None)¶Bases: rsd_lib.base.ResourceBase
drives¶Property to provide reference to PhysicalDriveCollection instance
It is calculated once when it is queried for the first time. On refresh, this property is reset.
links = <rsd_lib.resources.v2_1.storage_service.storage_service.LinksField object>¶logical_drives¶Property to provide reference to LogicalDriveCollection instance
It is calculated once when it is queried for the first time. On refresh, this property is reset.
remote_targets¶Property to provide reference to RemoteTargetCollection instance
It is calculated once when it is queried for the first time. On refresh, this property is reset.
status = <rsd_lib.base.StatusField object>¶This indicates the known state of the resource, such as if it is enabled.
rsd_lib.resources.v2_1.storage_service.storage_service.StorageServiceCollection(connector, path, redfish_version=None, registries=None)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.