Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.12 KB

StoragePhysicalDiskExtension.md

File metadata and controls

18 lines (14 loc) · 1.12 KB

StoragePhysicalDiskExtension

Information of disks as reported by controller. In certain cases like S-series servers, disk information will be reported by controller separately and this represents such information.

Properties

Name Type Description Notes
bootable str It shows whether disk is bootable or not. [optional] [readonly]
disk_dn str It shows the Physical drive Dn. [optional] [readonly]
disk_id int It shows storage Enclosure slotId. [optional] [readonly]
disk_state str It shows the current drive state of disk. [optional] [readonly]
health str It shows the current drive state of disk. [optional]
physical_disk StoragePhysicalDisk [optional]
registered_device AssetDeviceRegistration [optional]
storage_controller StorageController [optional]

[Back to Model list] [Back to API list] [Back to README]