Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 985 Bytes

StorageVolume.md

File metadata and controls

16 lines (12 loc) · 985 Bytes

StorageVolume

Generic storage volume object. It is a provisioned storage identity which can be mapped to host to enable host access.

Properties

Name Type Description Notes
description str Short description about the volume. [optional] [readonly]
naa_id str NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor. [optional] [readonly]
name str Named entitiy of the volume. [optional] [readonly]
size int User provisioned volume size. It is a size exposed to host. [optional] [readonly]
storage_utilization StorageCapacity [optional]
storage_array StorageGenericArray [optional]

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