Skip to main content

GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration

No description

type GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration {
backupRetentionSettings: GoogleCloudSQLInstanceSettingsBackupRetentionSettings!
enabled: Boolean!
location: String!
pointInTimeRecoveryEnabled: Boolean!
replicationLogArchivingEnabled: Boolean!
startedAt: String!
transactionLogRetentionDays: Uint64!
}

Fields

GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration.backupRetentionSettings ● GoogleCloudSQLInstanceSettingsBackupRetentionSettings! non-null object

Backup retention settings

GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration.enabled ● Boolean! non-null scalar

Indicates whether this configuration is enabled

GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration.location ● String! non-null scalar

The location of the backup

GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration.pointInTimeRecoveryEnabled ● Boolean! non-null scalar

Indicates whether point-in-time recovery is enabled

GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration.replicationLogArchivingEnabled ● Boolean! non-null scalar

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

GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration.startedAt ● String! non-null scalar

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

GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration.transactionLogRetentionDays ● Uint64! non-null scalar

The number of days of transaction logs from 1-7

Member of

GoogleCloudSQLPostgreSQLInstanceSettings object