DbServerProperties constructor

DbServerProperties({
  1. List<String>? dbNodeIds,
  2. int? dbNodeStorageSizeGb,
  3. int? maxDbNodeStorageSizeGb,
  4. int? maxMemorySizeGb,
  5. int? maxOcpuCount,
  6. int? memorySizeGb,
  7. String? ocid,
  8. int? ocpuCount,
  9. String? state,
  10. int? vmCount,
})

Implementation

DbServerProperties({
  this.dbNodeIds,
  this.dbNodeStorageSizeGb,
  this.maxDbNodeStorageSizeGb,
  this.maxMemorySizeGb,
  this.maxOcpuCount,
  this.memorySizeGb,
  this.ocid,
  this.ocpuCount,
  this.state,
  this.vmCount,
});