OrderableDBInstanceOption constructor

OrderableDBInstanceOption({
  1. List<AvailabilityZone>? availabilityZones,
  2. String? dBInstanceClass,
  3. String? engine,
  4. String? engineVersion,
  5. String? licenseModel,
  6. int? maxIopsPerDbInstance,
  7. double? maxIopsPerGib,
  8. int? maxStorageSize,
  9. int? minIopsPerDbInstance,
  10. double? minIopsPerGib,
  11. int? minStorageSize,
  12. bool? multiAZCapable,
  13. bool? readReplicaCapable,
  14. String? storageType,
  15. bool? supportsEnhancedMonitoring,
  16. bool? supportsIAMDatabaseAuthentication,
  17. bool? supportsIops,
  18. bool? supportsPerformanceInsights,
  19. bool? supportsStorageEncryption,
  20. bool? vpc,
})

Implementation

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