DbNodeProperties constructor

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

Implementation

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