Module netapp_ontap.models.schedule_cron

Copyright © 2021 NetApp Inc. All rights reserved.

Classes

class ScheduleCronSchema (*, 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 ScheduleCron object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

days GET POST PATCH

The days of the month the schedule runs. Leave empty for all.

hours GET POST PATCH

The hours of the day the schedule runs. Leave empty for all.

minutes GET POST PATCH

The minutes the schedule runs. Required on POST for a cron schedule.

months GET POST PATCH

The months of the year the schedule runs. Leave empty for all.

weekdays GET POST PATCH

The weekdays the schedule runs. Leave empty for all.