Module netapp_ontap.models.storage_unit_space_snapshot

Copyright © 2026 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class StorageUnitSpaceSnapshotSchema (*, only: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)

The fields of the StorageUnitSpaceSnapshot object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC
  • abc.ABC

Class variables

autodelete: StorageUnitSpaceSnapshot1Autodelete GET POST PATCH

The autodelete field of the storage_unit_space_snapshot.

reserve_available: Size GET

Size available for snapshots within the snapshot reserve, in bytes.

reserve_percent: Size GET PATCH

The space that has been reserved for snapshot usage, in percent.

reserve_size: Size GET

Size that has been reserved for snapshot usage, in bytes.

space_used_percent: Size GET

Percentage of snapshot reserve size that has been used.

used: Size GET

The total space used by snapshots, in bytes.