OrderableReplicationInstance constructor

OrderableReplicationInstance({
  1. List<String>? availabilityZones,
  2. int? defaultAllocatedStorage,
  3. String? engineVersion,
  4. int? includedAllocatedStorage,
  5. int? maxAllocatedStorage,
  6. int? minAllocatedStorage,
  7. ReleaseStatusValues? releaseStatus,
  8. String? replicationInstanceClass,
  9. String? storageType,
})

Implementation

OrderableReplicationInstance({
  this.availabilityZones,
  this.defaultAllocatedStorage,
  this.engineVersion,
  this.includedAllocatedStorage,
  this.maxAllocatedStorage,
  this.minAllocatedStorage,
  this.releaseStatus,
  this.replicationInstanceClass,
  this.storageType,
});