Module netapp_ontap.models.snapshot_policy_copies
Copyright © 2024 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class SnapshotPolicyCopiesSchema (*, only: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)
-
The fields of the SnapshotPolicyCopies object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
- abc.ABC
Class variables
-
count: Size GET POST PATCH
-
The number of snapshots to maintain for this schedule.
-
prefix: str GET POST PATCH
-
The prefix to use while creating snapshots at regular intervals.
-
retention_period: str GET POST PATCH
-
The retention period of snapshots for this schedule. The retention period value represents a duration and must be specified in the ISO-8601 duration format. The retention period can be in years, months, days, hours, and minutes. A period specified for years, months, and days is represented in the ISO-8601 format as "P
Y", "P M", "P D" respectively, for example "P10Y" represents a duration of 10 years. A duration in hours and minutes is represented by "PT H" and "PT M" respectively. The period string must contain only a single time element that is, either years, months, days, hours, or minutes. A duration which combines different periods is not supported, for example "P1Y10M" is not supported. -
schedule: Schedule GET POST PATCH
-
The schedule field of the snapshot_policy_copies.
-
snapmirror_label: str GET POST PATCH
-
Label for SnapMirror operations