GoogleCloudSQLInstanceSettingsBackupConfiguration
No description
type GoogleCloudSQLInstanceSettingsBackupConfiguration {
backupRetentionSettings: GoogleCloudSQLInstanceSettingsBackupRetentionSettings!
enabled: Boolean!
location: String!
replicationLogArchivingEnabled: Boolean!
startedAt: String!
transactionLogRetentionDays: Uint64!
}
Fields
GoogleCloudSQLInstanceSettingsBackupConfiguration.backupRetentionSettings
● GoogleCloudSQLInstanceSettingsBackupRetentionSettings!
non-null object
Backup retention settings
GoogleCloudSQLInstanceSettingsBackupConfiguration.enabled
● Boolean!
non-null scalar
Indicates whether this configuration is enabled
GoogleCloudSQLInstanceSettingsBackupConfiguration.location
● String!
non-null scalar
The location of the backup
GoogleCloudSQLInstanceSettingsBackupConfiguration.replicationLogArchivingEnabled
● Boolean!
non-null scalar
Indicates whether replication log archiving is enabled (this is for future use)
GoogleCloudSQLInstanceSettingsBackupConfiguration.startedAt
● String!
non-null scalar
Start time for the daily backup configuration The format: HH:MM
GoogleCloudSQLInstanceSettingsBackupConfiguration.transactionLogRetentionDays
● Uint64!
non-null scalar
The number of days of transaction logs from 1-7
Member of
GoogleCloudSQLSQLServerInstanceSettings
object ● GoogleCloudSQLUnspecifiedInstanceSettings
object