Module netapp_ontap.models.fpolicy_events
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class FpolicyEventsSchema (*, 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 FpolicyEvents object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
file_operations: FpolicyEventFileOperations GET POST PATCH
-
The file_operations field of the fpolicy_events.
-
filters: FpolicyEventFilters GET POST PATCH
-
The filters field of the fpolicy_events.
-
monitor_fileop_failure: bool GET POST PATCH
-
Specifies whether failed file operations monitoring is required.
-
name: str GET POST
-
Specifies the name of the FPolicy event.
Example: event_nfs_close
-
protocol: str GET POST PATCH
-
Protocol for which event is created. If you specify protocol, then you must also specify a valid value for the file operation parameters. The value of this parameter must be one of the following:
* cifs - for the CIFS protocol. * nfsv3 - for the NFSv3 protocol. * nfsv4 - for the NFSv4 protocol.
Valid choices:
- cifs
- nfsv3
- nfsv4
-
volume_monitoring: bool GET POST PATCH
-
Specifies whether volume operation monitoring is required.