Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.37 KB

StoragePureHost.md

File metadata and controls

17 lines (13 loc) · 1.37 KB

StoragePureHost

A host entity in PureStorage FlashArray. It is an abstraction used by PureStorage to organize the storage network addresses (Fibre Channel worldwide names or iSCSI qualified names) of client computers and to control communications between clients and volumes.

Properties

Name Type Description Notes
host_group_name str Name of host group where the host belongs to. Empty if HostType is set as HostGroup. [optional] [readonly]
host_names list[str] [optional]
storage_utilization StorageHostUtilization [optional]
type str Type of host entity whether it is a single host or host group (collection of host). [optional] [readonly] [default to 'Host']
host_group StoragePureHost [optional]
hosts list[StoragePureHost] A reference to a storagePureHost resource. When the $expand query parameter is specified, the referenced resource is returned inline. List of host object associated to the host group. [optional] [readonly]
registered_device AssetDeviceRegistration [optional]

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