Google Cloud Sql Admin V1beta4 Client - Class TransactionalLogStorageState (0.17.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class TransactionalLogStorageState.

This value contains the storage location of transactional logs for the database for point-in-time recovery.

Protobuf type google.cloud.sql.v1beta4.BackupConfiguration.TransactionalLogStorageState

Namespace

Google \ Cloud \ Sql \ V1beta4 \ BackupConfiguration

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TRANSACTIONAL_LOG_STORAGE_STATE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum TRANSACTIONAL_LOG_STORAGE_STATE_UNSPECIFIED = 0;

DISK

Value: 1

The transaction logs for the instance are stored on a data disk.

Generated from protobuf enum DISK = 1;

SWITCHING_TO_CLOUD_STORAGE

Value: 2

The transaction logs for the instance are switching from being stored on a data disk to being stored in Cloud Storage.

Generated from protobuf enum SWITCHING_TO_CLOUD_STORAGE = 2;

SWITCHED_TO_CLOUD_STORAGE

Value: 3

The transaction logs for the instance are now stored in Cloud Storage.

Previously, they were stored on a data disk.

Generated from protobuf enum SWITCHED_TO_CLOUD_STORAGE = 3;

CLOUD_STORAGE

Value: 4

The transaction logs for the instance are stored in Cloud Storage.

Generated from protobuf enum CLOUD_STORAGE = 4;