Properties of a Settings.
Package
@google-cloud/sqlProperties
activationPolicy
activationPolicy
?:
(
google
.
cloud
.
sql
.
v1
.
Settings
.
SqlActivationPolicy
|
keyof
typeof
google
.
cloud
.
sql
.
v1
.
Settings
.
SqlActivationPolicy
|
null
);
Settings activationPolicy
activeDirectoryConfig
activeDirectoryConfig
?:
(
google
.
cloud
.
sql
.
v1
.
ISqlActiveDirectoryConfig
|
null
);
Settings activeDirectoryConfig
advancedMachineFeatures
advancedMachineFeatures
?:
(
google
.
cloud
.
sql
.
v1
.
IAdvancedMachineFeatures
|
null
);
Settings advancedMachineFeatures
authorizedGaeApplications
authorizedGaeApplications
?:
(
string
[]
|
null
);
Settings authorizedGaeApplications
availabilityType
availabilityType
?:
(
google
.
cloud
.
sql
.
v1
.
SqlAvailabilityType
|
keyof
typeof
google
.
cloud
.
sql
.
v1
.
SqlAvailabilityType
|
null
);
Settings availabilityType
backupConfiguration
backupConfiguration
?:
(
google
.
cloud
.
sql
.
v1
.
IBackupConfiguration
|
null
);
Settings backupConfiguration
collation
collation
?:
(
string
|
null
);
Settings collation
connectorEnforcement
connectorEnforcement
?:
(
google
.
cloud
.
sql
.
v1
.
Settings
.
ConnectorEnforcement
|
keyof
typeof
google
.
cloud
.
sql
.
v1
.
Settings
.
ConnectorEnforcement
|
null
);
Settings connectorEnforcement
crashSafeReplicationEnabled
crashSafeReplicationEnabled
?:
(
google
.
protobuf
.
IBoolValue
|
null
);
Settings crashSafeReplicationEnabled
databaseFlags
databaseFlags
?:
(
google
.
cloud
.
sql
.
v1
.
IDatabaseFlags
[]
|
null
);
Settings databaseFlags
databaseReplicationEnabled
databaseReplicationEnabled
?:
(
google
.
protobuf
.
IBoolValue
|
null
);
Settings databaseReplicationEnabled
dataCacheConfig
dataCacheConfig
?:
(
google
.
cloud
.
sql
.
v1
.
IDataCacheConfig
|
null
);
Settings dataCacheConfig
dataDiskSizeGb
dataDiskSizeGb
?:
(
google
.
protobuf
.
IInt64Value
|
null
);
Settings dataDiskSizeGb
dataDiskType
dataDiskType
?:
(
google
.
cloud
.
sql
.
v1
.
SqlDataDiskType
|
keyof
typeof
google
.
cloud
.
sql
.
v1
.
SqlDataDiskType
|
null
);
Settings dataDiskType
deletionProtectionEnabled
deletionProtectionEnabled
?:
(
google
.
protobuf
.
IBoolValue
|
null
);
Settings deletionProtectionEnabled
denyMaintenancePeriods
denyMaintenancePeriods
?:
(
google
.
cloud
.
sql
.
v1
.
IDenyMaintenancePeriod
[]
|
null
);
Settings denyMaintenancePeriods
edition
edition
?:
(
google
.
cloud
.
sql
.
v1
.
Settings
.
Edition
|
keyof
typeof
google
.
cloud
.
sql
.
v1
.
Settings
.
Edition
|
null
);
Settings edition
insightsConfig
insightsConfig
?:
(
google
.
cloud
.
sql
.
v1
.
IInsightsConfig
|
null
);
Settings insightsConfig
ipConfiguration
ipConfiguration
?:
(
google
.
cloud
.
sql
.
v1
.
IIpConfiguration
|
null
);
Settings ipConfiguration
kind
kind
?:
(
string
|
null
);
Settings kind
locationPreference
locationPreference
?:
(
google
.
cloud
.
sql
.
v1
.
ILocationPreference
|
null
);
Settings locationPreference
maintenanceWindow
maintenanceWindow
?:
(
google
.
cloud
.
sql
.
v1
.
IMaintenanceWindow
|
null
);
Settings maintenanceWindow
passwordValidationPolicy
passwordValidationPolicy
?:
(
google
.
cloud
.
sql
.
v1
.
IPasswordValidationPolicy
|
null
);
Settings passwordValidationPolicy
pricingPlan
pricingPlan
?:
(
google
.
cloud
.
sql
.
v1
.
SqlPricingPlan
|
keyof
typeof
google
.
cloud
.
sql
.
v1
.
SqlPricingPlan
|
null
);
Settings pricingPlan
replicationType
replicationType
?:
(
google
.
cloud
.
sql
.
v1
.
SqlReplicationType
|
keyof
typeof
google
.
cloud
.
sql
.
v1
.
SqlReplicationType
|
null
);
Settings replicationType
settingsVersion
settingsVersion
?:
(
google
.
protobuf
.
IInt64Value
|
null
);
Settings settingsVersion
sqlServerAuditConfig
sqlServerAuditConfig
?:
(
google
.
cloud
.
sql
.
v1
.
ISqlServerAuditConfig
|
null
);
Settings sqlServerAuditConfig
storageAutoResize
storageAutoResize
?:
(
google
.
protobuf
.
IBoolValue
|
null
);
Settings storageAutoResize
storageAutoResizeLimit
storageAutoResizeLimit
?:
(
google
.
protobuf
.
IInt64Value
|
null
);
Settings storageAutoResizeLimit
tier
tier
?:
(
string
|
null
);
Settings tier
timeZone
timeZone
?:
(
string
|
null
);
Settings timeZone
userLabels
userLabels
?:
({
[
k
:
string
]
:
string
}
|
null
);
Settings userLabels