Class SnapshotPolicy (0.3.9)

SnapshotPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
enabled bool
If enabled, make snapshots automatically according to the schedules. Default is false. This field is a member of oneof_ _enabled.
hourly_schedule google.cloud.netapp_v1.types.HourlySchedule
Hourly schedule policy. This field is a member of oneof_ _hourly_schedule.
daily_schedule google.cloud.netapp_v1.types.DailySchedule
Daily schedule policy. This field is a member of oneof_ _daily_schedule.
weekly_schedule google.cloud.netapp_v1.types.WeeklySchedule
Weekly schedule policy. This field is a member of oneof_ _weekly_schedule.
monthly_schedule google.cloud.netapp_v1.types.MonthlySchedule
Monthly schedule policy. This field is a member of oneof_ _monthly_schedule.