Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 871 Bytes

StorageHostLun.md

File metadata and controls

16 lines (12 loc) · 871 Bytes

StorageHostLun

Generic storage host lun object. It exists only if the volume is associated to host initiator.

Properties

Name Type Description Notes
hlu str Logical unit number (LUN) by which hosts address specified volume. [optional] [readonly]
host_name str Name of the host associated with LUN. [optional] [readonly]
volume_name str Name of the storage volume associated with LUN. [optional] [readonly]
host StorageHost [optional]
storage_array StorageGenericArray [optional]
volume StorageVolume [optional]

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