Module: Google::Cloud::Sql::V1::SqlBackupKind

Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_backup_runs.rb

Overview

Defines the supported backup kinds.

Constant Summary collapse

SQL_BACKUP_KIND_UNSPECIFIED =

This is an unknown BackupKind.

0
SNAPSHOT =

Snapshot-based backups.

1
PHYSICAL =

Physical backups.

2