SnapshotPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Snapshot Policy for a volume.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
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_v1beta1.types.HourlySchedule
Hourly schedule policy. This field is a member of oneof _ _hourly_schedule .
|
daily_schedule |
google.cloud.netapp_v1beta1.types.DailySchedule
Daily schedule policy. This field is a member of oneof _ _daily_schedule .
|
weekly_schedule |
google.cloud.netapp_v1beta1.types.WeeklySchedule
Weekly schedule policy. This field is a member of oneof _ _weekly_schedule .
|
monthly_schedule |
google.cloud.netapp_v1beta1.types.MonthlySchedule
Monthly schedule policy. This field is a member of oneof _ _monthly_schedule .
|