rsd_lib.resources.v2_3.storage_service.storage_service
Module¶rsd_lib.resources.v2_3.storage_service.storage_service.
StorageService
(connector, path='', redfish_version=None, reader=None)¶Bases: rsd_lib.base.ResourceBase
description
= <sushy.resources.base.Field object>¶The storage service description
drives
¶Property to provide reference to DriveCollection instance
It is calculated once when it is queried for the first time. On refresh, this property is reset.
endpoints
¶Property to provide reference to EndpointCollection instance
It is calculated once when it is queried for the first time. On refresh, this property is reset.
identity
= <sushy.resources.base.Field object>¶The storage service identity string
name
= <sushy.resources.base.Field object>¶The storage service name
status
= <rsd_lib.common.StatusField object>¶The storage service status
storage_pools
¶Property to provide reference to StoragePoolCollection instance
It is calculated once when it is queried for the first time. On refresh, this property is reset.
volumes
¶Property to provide reference to VolumeCollection instance
It is calculated once when it is queried for the first time. On refresh, this property is reset.
rsd_lib.resources.v2_3.storage_service.storage_service.
StorageServiceCollection
(connector, path, redfish_version=None)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.