Class AutomatedBackupPolicy (2.40.0)

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

Defines an automated backup policy for a table

Attributes

Name Description
retention_period google.protobuf.duration_pb2.Duration
Required. How long the automated backups should be retained. Values must be at least 3 days and at most 90 days.
frequency google.protobuf.duration_pb2.Duration
How frequently automated backups should occur. The only supported value at this time is 24 hours. An undefined frequency is treated as 24 hours.
locations MutableSequence[str]
Optional. A list of Cloud Bigtable zones where automated backups are allowed to be created. If empty, automated backups will be created in all zones of the instance. Locations are in the format projects/{project}/locations/{zone}. This field can only set for tables in Enterprise Plus instances.