Reference documentation and code samples for the Cloud Spanner V1 Client class DefaultBackupScheduleType.
Indicates the default backup behavior for new databases within the instance.
Protobuf type google.spanner.admin.instance.v1.Instance.DefaultBackupScheduleType
Namespace
Google \ Cloud \ Spanner \ Admin \ Instance \ V1 \ InstanceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED = 0;
NONE
Value: 1
No default backup schedule will be created automatically on creation of a database within the instance.
Generated from protobuf enum NONE = 1;
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.
Generated from protobuf enum AUTOMATIC = 2;