rsd_lib.resources.v2_1.storage_service.logical_drive
Module¶rsd_lib.resources.v2_1.storage_service.logical_drive.
LogicalDrive
(connector, identity, redfish_version=None)¶Bases: sushy.resources.base.ResourceBase
bootable
= <sushy.resources.base.Field object>¶If the LV contains a bootable operating system
capacity_gib
= <sushy.resources.base.Field object>¶Logical drive capacity in GiB
drive_type
= <sushy.resources.base.Field object>¶Type of logical drive
identity
= <sushy.resources.base.Field object>¶The logical drive identity string
image
= <sushy.resources.base.Field object>¶Any name that identifies the content of image copied to this LV
mode
= <sushy.resources.base.Field object>¶Drive mode - for Type==’LVM’ only supported mode is ‘LV’
protected
= <sushy.resources.base.Field object>¶If logical drive is protected
snapshot
= <sushy.resources.base.Field object>¶Type of drive replication. Yes - copy on write, No - disc clone
status
= <rsd_lib.resources.v2_1.storage_service.logical_drive.StatusField object>¶The logical drive status
rsd_lib.resources.v2_1.storage_service.logical_drive.
LogicalDriveCollection
(connector, path, redfish_version=None)¶Bases: sushy.resources.base.ResourceCollectionBase
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.