Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.26 KB

File metadata and controls

22 lines (18 loc) · 1.26 KB

StorageVirtualDriveExtension

Information of virtual drives as reported by a storage controller. In certain cases like S-series servers, virtual drive information will be reported by the controller separately and this represents such information.

Properties

Name Type Description Notes
bootable str It shows virtual drive is bootable. [optional] [readonly]
container_id int [optional] [readonly]
drive_state str [optional] [readonly]
name str [optional] [readonly]
oper_device_id str [optional] [readonly]
uuid str [optional] [readonly]
vendor_uuid str [optional] [readonly]
virtual_drive_dn str [optional] [readonly]
virtual_drive_id str It shows virtual drive Id. [optional] [readonly]
registered_device AssetDeviceRegistration [optional]
storage_controller StorageController [optional]
virtual_drive StorageVirtualDrive [optional]

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