Settings constructor

Settings({
  1. String? activationPolicy,
  2. SqlActiveDirectoryConfig? activeDirectoryConfig,
  3. List<String>? authorizedGaeApplications,
  4. String? availabilityType,
  5. BackupConfiguration? backupConfiguration,
  6. String? collation,
  7. bool? crashSafeReplicationEnabled,
  8. String? dataDiskSizeGb,
  9. String? dataDiskType,
  10. List<DatabaseFlags>? databaseFlags,
  11. bool? databaseReplicationEnabled,
  12. List<DenyMaintenancePeriod>? denyMaintenancePeriods,
  13. InsightsConfig? insightsConfig,
  14. IpConfiguration? ipConfiguration,
  15. String? kind,
  16. LocationPreference? locationPreference,
  17. MaintenanceWindow? maintenanceWindow,
  18. String? pricingPlan,
  19. String? replicationType,
  20. String? settingsVersion,
  21. bool? storageAutoResize,
  22. String? storageAutoResizeLimit,
  23. String? tier,
  24. Map<String, String>? userLabels,
})

Implementation

Settings({
  this.activationPolicy,
  this.activeDirectoryConfig,
  this.authorizedGaeApplications,
  this.availabilityType,
  this.backupConfiguration,
  this.collation,
  this.crashSafeReplicationEnabled,
  this.dataDiskSizeGb,
  this.dataDiskType,
  this.databaseFlags,
  this.databaseReplicationEnabled,
  this.denyMaintenancePeriods,
  this.insightsConfig,
  this.ipConfiguration,
  this.kind,
  this.locationPreference,
  this.maintenanceWindow,
  this.pricingPlan,
  this.replicationType,
  this.settingsVersion,
  this.storageAutoResize,
  this.storageAutoResizeLimit,
  this.tier,
  this.userLabels,
});