Module netapp_ontap.models.vscan_on_access_scope
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class VscanOnAccessScopeSchema (*, 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 VscanOnAccessScope object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
exclude_extensions: List[str] GET POST PATCH
-
List of file extensions for which scanning is not performed.
Example: ["mp*","txt"]
-
exclude_paths: List[str] 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: List[str] GET POST PATCH
-
List of file extensions to be scanned.
Example: ["mp*","txt"]
-
max_file_size: Size GET POST PATCH
-
Maximum file size, in bytes, allowed for scanning.
Example: 2147483648
-
only_execute_access: bool GET POST PATCH
-
Scan only files opened with execute-access.
-
scan_readonly_volumes: bool GET POST PATCH
-
Specifies whether or not read-only volume can be scanned.
-
scan_without_extension: bool GET POST PATCH
-
Specifies whether or not files without any extension can be scanned.