Module netapp_ontap.models.vscan_on_demand_policy
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class VscanOnDemandPolicySchema (*, 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 VscanOnDemandPolicy object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
log_path GET POST PATCH
-
The path from the Vserver root where the task report is created.
Example: /vol0/report_dir
-
name GET POST
-
On-Demand task name
Example: task-1
-
scan_paths GET POST PATCH
-
List of paths that need to be scanned.
Example: ["/vol1/","/vol2/cifs/"]
-
schedule GET POST PATCH
-
The schedule field of the vscan_on_demand_policy.
-
scope GET POST PATCH
-
The scope field of the vscan_on_demand_policy.