Module netapp_ontap.models.vscan_on_demand_scope
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class VscanOnDemandScopeSchema (*, 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 VscanOnDemandScope 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: ["mp3","mp4"]
-
exclude_paths GET POST PATCH
-
List of file paths for which scanning must not be performed.
Example: ["/vol1/cold-files/","/vol1/cifs/names"]
-
include_extensions GET POST PATCH
-
List of file extensions to be scanned.
Example: ["vmdk","mp*"]
-
max_file_size GET POST PATCH
-
Maximum file size, in bytes, allowed for scanning.
Example: 10737418240
-
scan_without_extension GET POST PATCH
-
Specifies whether or not files without any extension can be scanned.