Skip to main content

GoogleCloudSQLPostgreSQLInstanceSettings

No description

type GoogleCloudSQLPostgreSQLInstanceSettings {
activationPolicy: GoogleCloudSQLInstanceSettingsActivationPolicy!
availabilityType: GoogleCloudSQLInstanceSettingsAvailabilityType!
backupConfiguration: GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration!
collation: String!
connectorEnforcement: GoogleCloudSQLInstanceSettingsConnectorEnforcement!
crashSafeReplicationEnabled: Boolean!
dataDiskSizeGb: Int64!
dataDiskType: GoogleCloudSQLInstanceSettingsDataDiskType!
databaseFlags: [GoogleCloudSQLInstanceSettingsDatabaseFlags!]!
databaseReplicationEnabled: Boolean!
deletionProtectionEnabled: Boolean!
denyMaintenancePeriods: [GoogleCloudSQLInstanceSettingsDenyMaintenancePeriod!]!
insightsConfig: GoogleCloudSQLPostgreSQLInstanceSettingsInsightsConfig
ipConfiguration: GoogleCloudSQLInstanceSettingsIpConfiguration!
serverCaCertificate: GoogleCloudSQLInstanceSSLCertificate
passwordValidationPolicy: GoogleCloudSQLPostgreSQLInstanceSettingsPasswordValidationPolicy!
pricingPlan: GoogleCloudSQLInstanceSettingsPricingPlan!
replicationType: GoogleCloudSQLInstanceSettingsReplicationType!
settingsVersion: Int64!
storageAutoResize: Boolean!
storageAutoResizeLimit: Uint64!
tier: String!
labels: [GoogleCloudSQLInstanceSettingsLabels]!
}

Fields

GoogleCloudSQLPostgreSQLInstanceSettings.activationPolicy ● GoogleCloudSQLInstanceSettingsActivationPolicy! non-null enum

The activation policy

GoogleCloudSQLPostgreSQLInstanceSettings.availabilityType ● GoogleCloudSQLInstanceSettingsAvailabilityType! non-null enum

The availability type

GoogleCloudSQLPostgreSQLInstanceSettings.backupConfiguration ● GoogleCloudSQLPostgreSQLInstanceSettingsBackupConfiguration! non-null object

The daily backup configuration for the instance

GoogleCloudSQLPostgreSQLInstanceSettings.collation ● String! non-null scalar

The name of the server instance collation

GoogleCloudSQLPostgreSQLInstanceSettings.connectorEnforcement ● GoogleCloudSQLInstanceSettingsConnectorEnforcement! non-null enum

Indicates whether connections must use Cloud SQL connectors

GoogleCloudSQLPostgreSQLInstanceSettings.crashSafeReplicationEnabled ● Boolean! non-null scalar

Indicates whether database flags for crash-safe replication are enabled

GoogleCloudSQLPostgreSQLInstanceSettings.dataDiskSizeGb ● Int64! non-null scalar

The size of the data disk in GB

GoogleCloudSQLPostgreSQLInstanceSettings.dataDiskType ● GoogleCloudSQLInstanceSettingsDataDiskType! non-null enum

The type of data disk

GoogleCloudSQLPostgreSQLInstanceSettings.databaseFlags ● [GoogleCloudSQLInstanceSettingsDatabaseFlags!]! non-null object

The database flags passed to the instance at startup

GoogleCloudSQLPostgreSQLInstanceSettings.databaseReplicationEnabled ● Boolean! non-null scalar

Indicates whether replication is enabled

GoogleCloudSQLPostgreSQLInstanceSettings.deletionProtectionEnabled ● Boolean! non-null scalar

Indicates whether deletion protection is enabled

GoogleCloudSQLPostgreSQLInstanceSettings.denyMaintenancePeriods ● [GoogleCloudSQLInstanceSettingsDenyMaintenancePeriod!]! non-null object

The denied maintenance periods

GoogleCloudSQLPostgreSQLInstanceSettings.insightsConfig ● GoogleCloudSQLPostgreSQLInstanceSettingsInsightsConfig object

The insights configuration

GoogleCloudSQLPostgreSQLInstanceSettings.ipConfiguration ● GoogleCloudSQLInstanceSettingsIpConfiguration! non-null object

The settings for IP Management

GoogleCloudSQLPostgreSQLInstanceSettings.serverCaCertificate ● GoogleCloudSQLInstanceSSLCertificate object

The location preference settings

GoogleCloudSQLPostgreSQLInstanceSettings.passwordValidationPolicy ● GoogleCloudSQLPostgreSQLInstanceSettingsPasswordValidationPolicy! non-null object

The local user password validation policy of the instance

GoogleCloudSQLPostgreSQLInstanceSettings.pricingPlan ● GoogleCloudSQLInstanceSettingsPricingPlan! non-null enum

The pricing plan for this instance

GoogleCloudSQLPostgreSQLInstanceSettings.replicationType ● GoogleCloudSQLInstanceSettingsReplicationType! non-null enum

The type of replication

GoogleCloudSQLPostgreSQLInstanceSettings.settingsVersion ● Int64! non-null scalar

The version of instance settings

GoogleCloudSQLPostgreSQLInstanceSettings.storageAutoResize ● Boolean! non-null scalar

Configuration to increase storage size automatically The default value: true

GoogleCloudSQLPostgreSQLInstanceSettings.storageAutoResizeLimit ● Uint64! non-null scalar

The maximum size to which storage capacity can be automatically increased

GoogleCloudSQLPostgreSQLInstanceSettings.tier ● String! non-null scalar

The tier (or machine type) for this instance

GoogleCloudSQLPostgreSQLInstanceSettings.labels ● [GoogleCloudSQLInstanceSettingsLabels]! non-null object

The labels

Member of

GoogleCloudSQLPostgreSQLInstance object