DbNodeProperties constructor

DbNodeProperties({
  1. int? dbNodeStorageSizeGb,
  2. String? dbServerOcid,
  3. String? hostname,
  4. int? memorySizeGb,
  5. String? ocid,
  6. int? ocpuCount,
  7. String? state,
  8. int? totalCpuCoreCount,
})

Implementation

DbNodeProperties({
  this.dbNodeStorageSizeGb,
  this.dbServerOcid,
  this.hostname,
  this.memorySizeGb,
  this.ocid,
  this.ocpuCount,
  this.state,
  this.totalCpuCoreCount,
});