Module netapp_ontap.models.volume_rebalancing1_engine_scanner_files_skipped

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class VolumeRebalancing1EngineScannerFilesSkippedSchema (*, 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 VolumeRebalancing1EngineScannerFilesSkipped object

Ancestors

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

Class variables

efficiency_blocks: Size GET

Number of files skipped by the scanner on this constituent because storage efficiency lost, in blocks, would be too high.

efficiency_percent: Size GET

Number of files skipped by the scanner on this constituent because storage efficiency lost, in percent, would be too high.

fast_truncate: Size GET

Number of files skipped by the scanner on this constituent because fast truncate is currently running on the file.

footprint_invalid: Size GET

Number of files skipped by the scanner on this constituent because their space footprints are invalid.

in_snapshot: Size GET

Number of files skipped by the scanner on this constituent because they are trapped in Snapshot copies.

incompatible: Size GET

Number of files skipped by the scanner on this constituent because they are incompatible.

metadata: Size GET

Number of files skipped by the scanner on this constituent because they metadata files.

on_demand_destination: Size GET

Number of files skipped by the scanner on this constituent because they are on demand destinations.

other: Size GET

Number of files skipped by the scanner on this constituent for all other reasons.

remote_cache: Size GET

Number of files skipped by the scanner on this constituent because they are remote caches.

too_large: Size GET

Number of files skipped by the scanner on this constituent because they are larger than rebalancing.max_file_size.

too_small: Size GET

Number of files skipped by the scanner on this constituent because they are smaller than rebalancing.min_file_size.

write_fenced: Size GET

Number of files skipped by the scanner on this constituent because they are fenced for write operations.