Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.71 KB

VolumeSpace.md

File metadata and controls

19 lines (15 loc) · 1.71 KB

VolumeSpace

Properties

Name Type Description Notes
Available int32 The available space, in bytes. [optional] [default to null]
BlockStorageInactiveUserData int32 The size that is physically used in the block storage of the volume and has a cold temperature. In bytes. This parameter is only supported if the volume is in an aggregate that is either attached to a cloud store or could be attached to a cloud store. [optional] [default to null]
CapacityTierFootprint int32 The space used by capacity tier for this volume in the aggregate, in bytes. [optional] [default to null]
Footprint int32 Data and metadata used for this volume in the aggregate, in bytes. [optional] [default to null]
LogicalSpace *VolumeSpaceLogicalSpace [optional] [default to null]
Metadata int32 The space used by the total metadata in the volume, in bytes. [optional] [default to null]
OverProvisioned int32 The amount of space not available for this volume in the aggregate, in bytes. [optional] [default to null]
Size int32 Total provisioned size. The default size is equal to the minimum size of 20MB, in bytes. [optional] [default to null]
Snapshot *VolumeSpaceSnapshot [optional] [default to null]
Used int32 The virtual space used (includes volume reserves) before storage efficiency, in bytes. [optional] [default to null]

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