Module netapp_ontap.models.volume_idcs_scanner
Copyright © 2022 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class VolumeIdcsScannerSchema (*, 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 VolumeIdcsScanner object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
enabled: bool GET
-
Specifies the adminsitrative state of the inactive data compression scanner.
-
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: ImpreciseDateTime GET
-
Time interval after which inactive data compression will be triggered automatically.The value is in days and is represented in the ISO-8601 format as "P
D" , for example "P3D" represents a duration of 3 days.