Module netapp_ontap.models.consistency_group_volume_analytics

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class ConsistencyGroupVolumeAnalyticsSchema (*, 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 ConsistencyGroupVolumeAnalytics object

Ancestors

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

Class variables

scan_progress: Size GET

Percentage of files in the volume that the file system analytics initialization scan has processed. Only returned when the state is initializing.

Example: 17

state: str GET POST PATCH

File system analytics state of the volume. If this value is on, ONTAP collects extra file system analytics information for all directories on the volume. There will be a slight impact to I/O performance to collect this information. If this value is off, file system analytics information is not collected and not available to be viewed. If this value is initializing, that means file system analytics was recently turned on, and the initialization scan to gather information for all existing files and directories is currently running. If this value is initialization_paused, this means that the initialization scan is currently paused. If this value is 'unknown', this means that there was an internal error when determining the file system analytics state for the volume. The default value is on for all volumes that support file system analytics. If the volume will contain LUNs or NVMe namespaces, the default value is off.

Valid choices:

  • unknown
  • initializing
  • initialization_paused
  • off
  • on
supported: bool GET

This field indicates whether or not file system analytics is supported on the volume. If file system analytics is not supported, the reason will be specified in the analytics.unsupported_reason field.

unsupported_reason: ConsistencyGroupConsistencyGroupsVolumesAnalyticsUnsupportedReason GET POST PATCH

The unsupported_reason field of the consistency_group_volume_analytics.