Module netapp_ontap.models.vscan_on_demand_scope

Copyright © 2022 NetApp Inc. All rights reserved.

Classes

class VscanOnDemandScopeSchema (*, 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 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.