Class BackupRule (0.1.4)

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

BackupRule binds the backup schedule to a retention policy.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
rule_id str
Required. Immutable. The unique id of this BackupRule. The rule_id is unique per BackupPlan.The rule_id must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z][a-z0-9-]{,62}/.
backup_retention_days int
Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault.
standard_schedule google.cloud.backupdr_v1.types.StandardSchedule
Required. Defines a schedule that runs within the confines of a defined window of time. This field is a member of oneof_ backup_schedule_oneof.