メインコンテンツまでスキップ

GoogleCloudSQLMySQLInstanceSettingsBackupConfiguration

No description

type GoogleCloudSQLMySQLInstanceSettingsBackupConfiguration {
backupRetentionSettings: GoogleCloudSQLInstanceSettingsBackupRetentionSettings!
binaryLogEnabled: Boolean!
enabled: Boolean!
location: String!
replicationLogArchivingEnabled: Boolean!
startedAt: String!
transactionLogRetentionDays: Uint64!
}

Fields

GoogleCloudSQLMySQLInstanceSettingsBackupConfiguration.backupRetentionSettings ● GoogleCloudSQLInstanceSettingsBackupRetentionSettings! non-null object

Backup retention settings

GoogleCloudSQLMySQLInstanceSettingsBackupConfiguration.binaryLogEnabled ● Boolean! non-null scalar

Indicates whether the binary log is enabled

GoogleCloudSQLMySQLInstanceSettingsBackupConfiguration.enabled ● Boolean! non-null scalar

Indicates whether this configuration is enabled

GoogleCloudSQLMySQLInstanceSettingsBackupConfiguration.location ● String! non-null scalar

The location of the backup

GoogleCloudSQLMySQLInstanceSettingsBackupConfiguration.replicationLogArchivingEnabled ● Boolean! non-null scalar

Indicates whether replication log archiving is enabled (this is for future use)

GoogleCloudSQLMySQLInstanceSettingsBackupConfiguration.startedAt ● String! non-null scalar

Start time for the daily backup configuration The format: HH:MM

GoogleCloudSQLMySQLInstanceSettingsBackupConfiguration.transactionLogRetentionDays ● Uint64! non-null scalar

The number of days of transaction logs from 1-7

Member of

GoogleCloudSQLMySQLInstanceSettings object