Cloud Spanner Instance Admin V1 API - Module Google::Cloud::Spanner::Admin::Instance::V1::Instance::DefaultBackupScheduleType (v1.3.0)

Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API module Google::Cloud::Spanner::Admin::Instance::V1::Instance::DefaultBackupScheduleType.

Indicates the default backup behavior for new databases within the instance.

Constants

DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED

value: 0
Not specified.

NONE

value: 1
No default backup schedule will be created automatically on creation of a database within the instance.

AUTOMATIC

value: 2
A default backup schedule will be created automatically on creation of a database within the instance. The default backup schedule creates a full backup every 24 hours and retains the backup for a period of 7 days. Once created, the default backup schedule can be edited/deleted similar to any other backup schedule.