Module netapp_ontap.models.volume_space1_logical_space
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class VolumeSpace1LogicalSpaceSchema (*, only: typing.Union = None, exclude: typing.Union = (), many: bool = False, context: typing.Dict = None, load_only: typing.Union = (), dump_only: typing.Union = (), partial: typing.Union = False, unknown: str = None)
-
The fields of the VolumeSpace1LogicalSpace object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
available GET
-
The amount of space available in this volume with storage efficiency space considered used, in bytes.
-
enforcement GET POST PATCH
-
Specifies whether space accounting for operations on the volume is done along with storage efficiency.
-
reporting GET POST PATCH
-
Specifies whether space reporting on the volume is done along with storage efficiency.
-
used GET
-
SUM of (physical-used, shared_refs, compression_saved_in_plane0, vbn_zero, future_blk_cnt), in bytes.
-
used_by_afs GET
-
The virtual space used by AFS alone (includes volume reserves) and along with storage efficiency, in bytes.
-
used_percent GET
-
SUM of (physical-used, shared_refs, compression_saved_in_plane0, vbn_zero, future_blk_cnt), as a percentage.