Module netapp_ontap.models.fpolicy_event_file_operations

Copyright © 2022 NetApp Inc. All rights reserved.

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

close GET POST PATCH

File close operations

create GET POST PATCH

File create operations

create_dir GET POST PATCH

Directory create operations

delete GET POST PATCH

File delete operations

delete_dir GET POST PATCH

Directory delete operations

getattr GET POST PATCH

Get attribute operations

Link operations

lookup GET POST PATCH

Lookup operations

open GET POST PATCH

File open operations

read GET POST PATCH

File read operations

rename GET POST PATCH

File rename operations

rename_dir GET POST PATCH

Directory rename operations

setattr GET POST PATCH

Set attribute operations

Symbolic link operations

write GET POST PATCH

File write operations