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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]