Module netapp_ontap.models.vscan_on_access_scope
Copyright © 2019 NetApp Inc. All rights reserved.
Classes
class VscanOnAccessScopeSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)
-
The fields of the VscanOnAccessScope object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.schema.BaseSchema
- marshmallow.base.SchemaABC
Class variables
var exclude_extensions
-
List of file extensions for which scanning is not performed.
Example: ["mp*","txt"]
var exclude_paths
-
List of file paths for which scanning must not be performed.
Example: ["\dir1\dir2\name","\vol\a b","\vol\a,b\"]
var include_extensions
-
List of file extensions to be scanned.
Example: ["mp*","txt"]
var max_file_size
-
Maximum file size, in bytes, allowed for scanning.
Example: 2147483648
var only_execute_access
-
Scan only files opened with execute-access.
var opts
var scan_readonly_volumes
-
Specifies whether or not read-only volume can be scanned.
var scan_without_extension
-
Specifies whether or not files without any extension can be scanned.
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