The rsd_lib.resources.v2_1.storage_service.storage_service Module¶
-
class
rsd_lib.resources.v2_1.storage_service.storage_service.LinksField(*args, **kwargs)¶ Bases:
sushy.resources.base.CompositeField-
managed_by= <sushy.resources.base.Field object>¶
-
-
class
rsd_lib.resources.v2_1.storage_service.storage_service.StorageService(connector, path='', redfish_version=None, registries=None, reader=None, json_doc=None, root=None)¶ Bases:
rsd_lib.base.ResourceBase-
property
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>¶
-
property
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.
-
property
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.
-
property
-
class
rsd_lib.resources.v2_1.storage_service.storage_service.StorageServiceCollection(connector, path, redfish_version=None, registries=None, root=None)¶