Module netapp_ontap.models.volume_efficiency_space_savings

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class VolumeEfficiencySpaceSavingsSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)

The fields of the VolumeEfficiencySpaceSavings object

Ancestors

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

Class variables

compression: Size GET

Total disk space that is saved by compressing blocks on the referenced file system, in bytes.

compression_percent: Size GET

Percentage of total disk space that is saved by compressing blocks on the referenced file system.

dedupe: Size GET

Total disk space that is saved by deduplication and file cloning, in bytes.

dedupe_percent: Size GET

Percentage of total disk space that is saved by deduplication and file cloning.

dedupe_sharing: Size GET

Total disk space that is shared due to deduplication and file cloning.

total: Size GET

Total disk space saved in the volume due to deduplication, compression and file cloning, in bytes.

total_percent: Size GET

Percentage of total disk space saved in the volume due to deduplication, compression and file cloning.