Module netapp_ontap.models.volume_activity_tracking_unsupported_reason
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class VolumeActivityTrackingUnsupportedReasonSchema (*, 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 VolumeActivityTrackingUnsupportedReason object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
code GET
-
If volume activity tracking is not supported on the volume, this field provides an appropriate error code.
Example: 124518405
-
message GET
-
If volume activity tracking is not supported on the volume, this field provides an error message detailing why this is the case.
Example: Volume activity tracking cannot be enabled on volumes that contain LUNs.