Module: Google::Cloud::Sql::V1beta4::SqlBackupKind

Defined in:
proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.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