Module netapp_ontap.models.fpolicy_event_file_operations
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class FpolicyEventFileOperationsSchema (*, 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 FpolicyEventFileOperations object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
access: bool GET POST PATCH
-
Access operations
-
close: bool GET POST PATCH
-
File close operations
-
create: bool GET POST PATCH
-
File create operations
-
create_dir: bool GET POST PATCH
-
Directory create operations
-
delete: bool GET POST PATCH
-
File delete operations
-
delete_dir: bool GET POST PATCH
-
Directory delete operations
-
getattr: bool GET POST PATCH
-
Get attribute operations
-
link: bool GET POST PATCH
-
Link operations
-
lookup: bool GET POST PATCH
-
Lookup operations
-
open: bool GET POST PATCH
-
File open operations
-
read: bool GET POST PATCH
-
File read operations
-
rename: bool GET POST PATCH
-
File rename operations
-
rename_dir: bool GET POST PATCH
-
Directory rename operations
-
setattr: bool GET POST PATCH
-
Set attribute operations
-
symlink: bool GET POST PATCH
-
Symbolic link operations
-
write: bool GET POST PATCH
-
File write operations