Module netapp_ontap.models.vscan_on_demand_scope

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

class VscanOnDemandScopeSchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)

The fields of the VscanOnDemandScope 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: ["mp3","mp4"]

var exclude_paths

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

Example: ["/vol1/cold-files/","/vol1/cifs/names"]

var include_extensions

List of file extensions to be scanned.

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

var max_file_size

Maximum file size, in bytes, allowed for scanning.

Example: 10737418240

var opts
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