Skip to main content

GoogleCloudSQLUnspecifiedInstanceSettings

No description

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

Fields

GoogleCloudSQLUnspecifiedInstanceSettings.activationPolicy ● GoogleCloudSQLInstanceSettingsActivationPolicy! non-null enum

The activation policy

GoogleCloudSQLUnspecifiedInstanceSettings.availabilityType ● GoogleCloudSQLInstanceSettingsAvailabilityType! non-null enum

The availability type

GoogleCloudSQLUnspecifiedInstanceSettings.backupConfiguration ● GoogleCloudSQLInstanceSettingsBackupConfiguration! non-null object

The daily backup configuration for the instance

GoogleCloudSQLUnspecifiedInstanceSettings.collation ● String! non-null scalar

The name of the server instance collation

GoogleCloudSQLUnspecifiedInstanceSettings.connectorEnforcement ● GoogleCloudSQLInstanceSettingsConnectorEnforcement! non-null enum

Indicates whether connections must use Cloud SQL connectors

GoogleCloudSQLUnspecifiedInstanceSettings.crashSafeReplicationEnabled ● Boolean! non-null scalar

Indicates whether database flags for crash-safe replication are enabled

GoogleCloudSQLUnspecifiedInstanceSettings.dataDiskSizeGb ● Int64! non-null scalar

The size of the data disk in GB

GoogleCloudSQLUnspecifiedInstanceSettings.dataDiskType ● GoogleCloudSQLInstanceSettingsDataDiskType! non-null enum

The type of data disk

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

The database flags passed to the instance at startup

GoogleCloudSQLUnspecifiedInstanceSettings.databaseReplicationEnabled ● Boolean! non-null scalar

Indicates whether replication is enabled

GoogleCloudSQLUnspecifiedInstanceSettings.deletionProtectionEnabled ● Boolean! non-null scalar

Indicates whether deletion protection is enabled

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

The denied maintenance periods

GoogleCloudSQLUnspecifiedInstanceSettings.ipConfiguration ● GoogleCloudSQLInstanceSettingsIpConfiguration! non-null object

The settings for IP Management

GoogleCloudSQLUnspecifiedInstanceSettings.serverCaCertificate ● GoogleCloudSQLInstanceSSLCertificate object

The location preference settings

GoogleCloudSQLUnspecifiedInstanceSettings.passwordValidationPolicy ● GoogleCloudSQLInstanceSettingsPasswordValidationPolicy object

The local user password validation policy of the instance

GoogleCloudSQLUnspecifiedInstanceSettings.pricingPlan ● GoogleCloudSQLInstanceSettingsPricingPlan! non-null enum

The pricing plan for this instance

GoogleCloudSQLUnspecifiedInstanceSettings.replicationType ● GoogleCloudSQLInstanceSettingsReplicationType! non-null enum

The type of replication

GoogleCloudSQLUnspecifiedInstanceSettings.settingsVersion ● Int64! non-null scalar

The version of instance settings

GoogleCloudSQLUnspecifiedInstanceSettings.storageAutoResize ● Boolean! non-null scalar

Configuration to increase storage size automatically The default value: true

GoogleCloudSQLUnspecifiedInstanceSettings.storageAutoResizeLimit ● Uint64! non-null scalar

The maximum size to which storage capacity can be automatically increased

GoogleCloudSQLUnspecifiedInstanceSettings.tier ● String! non-null scalar

The tier (or machine type) for this instance

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

The labels

Member of

GoogleCloudSQLUnspecifiedInstance object