Cloud Spanner Instance Admin V1 API - Module Google::Cloud::Spanner::Admin::Instance::V1::Instance::DefaultBackupScheduleType (v1.5.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 schedule behavior for new databases within the instance.

Constants

DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED

value: 0
Not specified.

NONE

value: 1
A default backup schedule isn't created automatically when a new database is created in the instance.

AUTOMATIC

value: 2
A default backup schedule is created automatically when a new database is created in the instance. The default backup schedule creates a full backup every 24 hours. These full backups are retained for 7 days. You can edit or delete the default backup schedule once it's created.