Module netapp_ontap.models.volume_efficiency_idcs_scanner

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class VolumeEfficiencyIdcsScannerSchema (*, 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 VolumeEfficiencyIdcsScanner object

Ancestors

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

Class variables

enabled: bool GET

Specifies the administrative state of the inactive data compression scanner.

inactive_days: Size PATCH

Data blocks older than, or equal to, 'inactive_days' are picked up by the inactive data compression scanner. Valid for PATCH only. Only applicable when 'operation_state' set to 'active'.

mode: str GET POST PATCH

Specifies the mode of inactive data compression scanner. Valid for PATCH and GET.

Valid choices:

  • default
  • compute_compression_savings
operation_state: str GET POST PATCH

Specifies the operational state of the inactive data compression scanner. VALID for PATCH and GET. Valid options for PATCH are "idle" and "active".

Valid choices:

  • idle
  • active
status: str GET

Status of last inactive data compression scan on the volume.

Valid choices:

  • success
  • failure
threshold_inactive_time: str GET

Time interval after which inactive data compression is automatically triggered. The value is in days and is represented in the ISO-8601 format "PD", for example "P3D" represents a duration of 3 days.

Example: P14D