Module netapp_ontap.models.consistency_group_volume_activity_tracking

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class ConsistencyGroupVolumeActivityTrackingSchema (*, 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 ConsistencyGroupVolumeActivityTracking object

Ancestors

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

Class variables

state: str GET POST PATCH

Activity tracking state of the volume. If this value is on, ONTAP collects top metrics information for the volume in real time. There is a slight impact to I/O performance in order to collect this information. If this value is off, no activity tracking information is collected or available to view. 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:

  • off
  • on
supported: bool GET

This field indicates whether or not volume activity tracking is supported on the volume. If volume activity tracking is not supported, the reason why is provided in the activity_tracking.unsupported_reason field.

unsupported_reason: ConsistencyGroupConsistencyGroupsVolumesActivityTrackingUnsupportedReason GET POST PATCH

The unsupported_reason field of the consistency_group_volume_activity_tracking.