public enum BackupConfiguration.TransactionalLogStorageState extends Enum<BackupConfiguration.TransactionalLogStorageState> implements ProtocolMessageEnumThis value contains the storage location of the transactional logs used to perform point-in-time recovery (PITR) for the database.
Protobuf enum google.cloud.sql.v1.BackupConfiguration.TransactionalLogStorageState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CLOUD_STORAGE |
The transaction logs used for PITR for the instance are stored in Cloud Storage. Only applicable to MySQL and PostgreSQL. |
CLOUD_STORAGE_VALUE |
The transaction logs used for PITR for the instance are stored in Cloud Storage. Only applicable to MySQL and PostgreSQL. |
DISK |
The transaction logs used for PITR for the instance are stored on a data disk. |
DISK_VALUE |
The transaction logs used for PITR for the instance are stored on a data disk. |
SWITCHED_TO_CLOUD_STORAGE |
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. |
SWITCHED_TO_CLOUD_STORAGE_VALUE |
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. |
SWITCHING_TO_CLOUD_STORAGE |
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. |
SWITCHING_TO_CLOUD_STORAGE_VALUE |
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. |
TRANSACTIONAL_LOG_STORAGE_STATE_UNSPECIFIED |
Unspecified. |
TRANSACTIONAL_LOG_STORAGE_STATE_UNSPECIFIED_VALUE |
Unspecified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|