Module netapp_ontap.models.snaplock_log_volume
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class SnaplockLogVolumeSchema (*, only: typing.Union = None, exclude: typing.Union = (), many: bool = False, context: typing.Dict = None, load_only: typing.Union = (), dump_only: typing.Union = (), partial: typing.Union = False, unknown: str = None)
-
The fields of the SnaplockLogVolume object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
links GET
-
The links field of the snaplock_log_volume.
-
max_log_size GET POST PATCH
-
Maximum size of log file in bytes
Example: 20971520
-
retention_period GET POST PATCH
-
Specifies the default log record retention period. 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, minutes and seconds. 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, minutes and seconds is represented by "PT H", "PT M", and "PT S" respectively. The period string must contain only a single time element i.e. either years, months, days, hours, minutes or seconds. A duration which combines different periods is not supported, example "P1Y10M" is not supported. Apart from the duration specified in the ISO-8601 format, the retention period field also accepts the string "infinite". Example: P30M
-
volume GET POST PATCH
-
The volume field of the snaplock_log_volume.