Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.07 KB

StoragePureHostLun.md

File metadata and controls

14 lines (10 loc) · 1.07 KB

StoragePureHostLun

A host LUN entity in Pure storage array. It exists only if the volume has a connection to host or host group. For host group mapping, it provides public connection to all hosts associated within host group. A volume can have private connection to host as well. It cannot have public and private connection. Pure assign same HLU for all the host in case if it is connected through host group.

Properties

Name Type Description Notes
host_group_name str Name of the host group associated with LUN. [optional] [readonly]
shared bool Kind of volume connection to host. True if it is connected through host group. False in case of direct host connection. [optional] [readonly]
host_group StorageHost [optional]
registered_device AssetDeviceRegistration [optional]

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