SettingsResponse

data class SettingsResponse(val activationPolicy: String, val activeDirectoryConfig: SqlActiveDirectoryConfigResponse, val advancedMachineFeatures: AdvancedMachineFeaturesResponse, val authorizedGaeApplications: List<String>, val availabilityType: String, val backupConfiguration: BackupConfigurationResponse, val collation: String, val connectorEnforcement: String, val crashSafeReplicationEnabled: Boolean, val dataDiskSizeGb: String, val dataDiskType: String, val databaseFlags: List<DatabaseFlagsResponse>, val databaseReplicationEnabled: Boolean, val deletionProtectionEnabled: Boolean, val denyMaintenancePeriods: List<DenyMaintenancePeriodResponse>, val insightsConfig: InsightsConfigResponse, val ipConfiguration: IpConfigurationResponse, val kind: String, val locationPreference: LocationPreferenceResponse, val maintenanceWindow: MaintenanceWindowResponse, val passwordValidationPolicy: PasswordValidationPolicyResponse, val pricingPlan: String, val replicationType: String, val settingsVersion: String, val sqlServerAuditConfig: SqlServerAuditConfigResponse, val storageAutoResize: Boolean, val storageAutoResizeLimit: String, val tier: String, val timeZone: String, val userLabels: Map<String, String>)

Database instance settings.

Constructors

Link copied to clipboard
fun SettingsResponse(activationPolicy: String, activeDirectoryConfig: SqlActiveDirectoryConfigResponse, advancedMachineFeatures: AdvancedMachineFeaturesResponse, authorizedGaeApplications: List<String>, availabilityType: String, backupConfiguration: BackupConfigurationResponse, collation: String, connectorEnforcement: String, crashSafeReplicationEnabled: Boolean, dataDiskSizeGb: String, dataDiskType: String, databaseFlags: List<DatabaseFlagsResponse>, databaseReplicationEnabled: Boolean, deletionProtectionEnabled: Boolean, denyMaintenancePeriods: List<DenyMaintenancePeriodResponse>, insightsConfig: InsightsConfigResponse, ipConfiguration: IpConfigurationResponse, kind: String, locationPreference: LocationPreferenceResponse, maintenanceWindow: MaintenanceWindowResponse, passwordValidationPolicy: PasswordValidationPolicyResponse, pricingPlan: String, replicationType: String, settingsVersion: String, sqlServerAuditConfig: SqlServerAuditConfigResponse, storageAutoResize: Boolean, storageAutoResizeLimit: String, tier: String, timeZone: String, userLabels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: * ALWAYS: The instance is on, and remains so even in the absence of connection requests. * NEVER: The instance is off; it is not activated, even if a connection request arrives.

Link copied to clipboard

Active Directory configuration, relevant only for Cloud SQL for SQL Server.

Link copied to clipboard

Specifies advance machine configuration for the instance relevant only for SQL Server.

Link copied to clipboard

The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.

Link copied to clipboard

Availability type. Potential values: * ZONAL: The instance serves data from only one zone. Outages in that zone affect data accessibility. * REGIONAL: The instance can serve data from more than one zone in a region (it is highly available)./ For more information, see Overview of the High Availability Configuration.

Link copied to clipboard

The daily backup configuration for the instance.

Link copied to clipboard

The name of server Instance collation.

Link copied to clipboard

Specifies if connections must use Cloud SQL connectors. Option values include the following: NOT_REQUIRED (Cloud SQL instances can be connected without Cloud SQL Connectors) and REQUIRED (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.

Link copied to clipboard

Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.

Link copied to clipboard

The database flags passed to the instance at startup.

Link copied to clipboard

Configuration specific to read replica instances. Indicates whether replication is enabled or not. WARNING: Changing this restarts the instance.

Link copied to clipboard

The size of data disk, in GB. The data disk size minimum is 10GB.

Link copied to clipboard

The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.

Link copied to clipboard

Configuration to protect against accidental instance deletion.

Link copied to clipboard
Link copied to clipboard

Insights configuration, for now relevant only for Postgres.

Link copied to clipboard

The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.

Link copied to clipboard

This is always sql#settings.

Link copied to clipboard

The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.

Link copied to clipboard

The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.

Link copied to clipboard

The local user password validation policy of the instance.

Link copied to clipboard

The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances.

Link copied to clipboard

The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. (Deprecated) This property was only applicable to First Generation instances.

Link copied to clipboard

The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.

Link copied to clipboard

SQL Server specific audit configuration.

Link copied to clipboard

Configuration to increase storage size automatically. The default value is true.

Link copied to clipboard

The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.

Link copied to clipboard

The tier (or machine type) for this instance, for example db-custom-1-3840. WARNING: Changing this restarts the instance.

Link copied to clipboard

Server timezone, relevant only for Cloud SQL for SQL Server.

Link copied to clipboard

User-provided labels, represented as a dictionary where each label is a single key value pair.