Module netapp_ontap.models.vscan_on_access_scope

Copyright © 2021 NetApp Inc. All rights reserved.

Classes

class VscanOnAccessScopeSchema (*, only: typing.Union = None, exclude: typing.Union = (), many: bool = False, context: typing.Dict = None, load_only: typing.Union = (), dump_only: typing.Union = (), partial: typing.Union = False, unknown: str = None)

The fields of the VscanOnAccessScope object

Ancestors

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

Class variables

exclude_extensions GET POST PATCH

List of file extensions for which scanning is not performed.

Example: ["mp*","txt"]

exclude_paths GET POST PATCH

List of file paths for which scanning must not be performed.

Example: ["\dir1\dir2\name","\vol\a b","\vol\a,b\"]

include_extensions GET POST PATCH

List of file extensions to be scanned.

Example: ["mp*","txt"]

max_file_size GET POST PATCH

Maximum file size, in bytes, allowed for scanning.

Example: 2147483648

only_execute_access GET POST PATCH

Scan only files opened with execute-access.

scan_readonly_volumes GET POST PATCH

Specifies whether or not read-only volume can be scanned.

scan_without_extension GET POST PATCH

Specifies whether or not files without any extension can be scanned.