Module netapp_ontap.models.fpolicy_event_filters

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

class FpolicyEventFiltersSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)

The fields of the FpolicyEventFilters object

Ancestors

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

Class variables

var close_with_modification

Filter the client request for close with modification.

var close_with_read

Filter the client request for close with read.

var close_without_modification

Filter the client request for close without modification.

var exclude_directory

Filter the client requests for directory operations. When this filter is specified directory operations are not monitored.

var first_read

Filter the client requests for the first-read.

var first_write

Filter the client requests for the first-write.

var monitor_ads

Filter the client request for alternate data stream.

var offline_bit

Filter the client request for offline bit set. FPolicy server receives notification only when offline files are accessed.

var open_with_delete_intent

Filter the client request for open with delete intent.

var open_with_write_intent

Filter the client request for open with write intent.

var opts
var setattr_with_access_time_change

Filter the client setattr requests for changing the access time of a file or directory.

var setattr_with_allocation_size_change

Filter the client setattr requests for changing the allocation size of a file.

var setattr_with_creation_time_change

Filter the client setattr requests for changing the creation time of a file or directory.

var setattr_with_dacl_change

Filter the client setattr requests for changing dacl on a file or directory.

var setattr_with_group_change

Filter the client setattr requests for changing group of a file or directory.

var setattr_with_mode_change

Filter the client setattr requests for changing the mode bits on a file or directory.

var setattr_with_modify_time_change

Filter the client setattr requests for changing the modification time of a file or directory.

var setattr_with_owner_change

Filter the client setattr requests for changing owner of a file or directory.

var setattr_with_sacl_change

Filter the client setattr requests for changing sacl on a file or directory.

var setattr_with_size_change

Filter the client setattr requests for changing the size of a file.

var write_with_size_change

Filter the client request for write with size change.

Instance variables

var patchable_fields

Only fields in this list will be considered when patching a resource

var postable_fields

Only fields in this list will be considered when posting a resource