Cloud SQL Admin V1 API - Module Google::Cloud::Sql::V1::BackupConfiguration::TransactionalLogStorageState (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::BackupConfiguration::TransactionalLogStorageState.

This value contains the storage location of the transactional logs used to perform point-in-time recovery (PITR) for the database.

Constants

TRANSACTIONAL_LOG_STORAGE_STATE_UNSPECIFIED

value: 0
Unspecified.

DISK

value: 1
The transaction logs used for PITR for the instance are stored on a data disk.

SWITCHING_TO_CLOUD_STORAGE

value: 2
The transaction logs used for PITR for the instance are switching from being stored on a data disk to being stored in Cloud Storage. Only applicable to MySQL.

SWITCHED_TO_CLOUD_STORAGE

value: 3
The transaction logs used for PITR for the instance are now stored in Cloud Storage. Previously, they were stored on a data disk. Only applicable to MySQL.

CLOUD_STORAGE

value: 4
The transaction logs used for PITR for the instance are stored in Cloud Storage. Only applicable to MySQL and PostgreSQL.