OrderableDBInstanceOption constructor

OrderableDBInstanceOption({
  1. String? availabilityZoneGroup,
  2. List<AvailabilityZone>? availabilityZones,
  3. List<AvailableProcessorFeature>? availableProcessorFeatures,
  4. String? dBInstanceClass,
  5. String? engine,
  6. String? engineVersion,
  7. String? licenseModel,
  8. int? maxIopsPerDbInstance,
  9. double? maxIopsPerGib,
  10. int? maxStorageSize,
  11. int? minIopsPerDbInstance,
  12. double? minIopsPerGib,
  13. int? minStorageSize,
  14. bool? multiAZCapable,
  15. bool? outpostCapable,
  16. bool? readReplicaCapable,
  17. String? storageType,
  18. List<String>? supportedEngineModes,
  19. bool? supportsEnhancedMonitoring,
  20. bool? supportsGlobalDatabases,
  21. bool? supportsIAMDatabaseAuthentication,
  22. bool? supportsIops,
  23. bool? supportsKerberosAuthentication,
  24. bool? supportsPerformanceInsights,
  25. bool? supportsStorageAutoscaling,
  26. bool? supportsStorageEncryption,
  27. bool? vpc,
})

Implementation

OrderableDBInstanceOption({
  this.availabilityZoneGroup,
  this.availabilityZones,
  this.availableProcessorFeatures,
  this.dBInstanceClass,
  this.engine,
  this.engineVersion,
  this.licenseModel,
  this.maxIopsPerDbInstance,
  this.maxIopsPerGib,
  this.maxStorageSize,
  this.minIopsPerDbInstance,
  this.minIopsPerGib,
  this.minStorageSize,
  this.multiAZCapable,
  this.outpostCapable,
  this.readReplicaCapable,
  this.storageType,
  this.supportedEngineModes,
  this.supportsEnhancedMonitoring,
  this.supportsGlobalDatabases,
  this.supportsIAMDatabaseAuthentication,
  this.supportsIops,
  this.supportsKerberosAuthentication,
  this.supportsPerformanceInsights,
  this.supportsStorageAutoscaling,
  this.supportsStorageEncryption,
  this.vpc,
});