Module netapp_ontap.models.vscan_on_demand_policy
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
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: str GET POST PATCH
-
The path from the Vserver root where the task report is created.
Example: /vol0/report_dir
-
name: str GET POST
-
On-Demand task name
Example: task-1
-
scan_paths: List[str] GET POST PATCH
-
List of paths that need to be scanned.
Example: ["/vol1/","/vol2/cifs/"]
-
schedule: Schedule GET POST PATCH
-
The schedule field of the vscan_on_demand_policy.
-
scope: VscanOnDemandScope GET POST PATCH
-
The scope field of the vscan_on_demand_policy.