DbSystemProperties constructor

DbSystemProperties({
  1. int? computeCount,
  2. String? computeModel,
  3. DataCollectionOptionsDbSystem? dataCollectionOptions,
  4. int? dataStorageSizeGb,
  5. String? databaseEdition,
  6. DbHome? dbHome,
  7. DbSystemOptions? dbSystemOptions,
  8. String? domain,
  9. String? hostname,
  10. String? hostnamePrefix,
  11. int? initialDataStorageSizeGb,
  12. String? licenseModel,
  13. String? lifecycleState,
  14. int? memorySizeGb,
  15. int? nodeCount,
  16. String? ocid,
  17. String? privateIp,
  18. int? recoStorageSizeGb,
  19. String? shape,
  20. List<String>? sshPublicKeys,
  21. TimeZone? timeZone,
})

Implementation

DbSystemProperties({
  this.computeCount,
  this.computeModel,
  this.dataCollectionOptions,
  this.dataStorageSizeGb,
  this.databaseEdition,
  this.dbHome,
  this.dbSystemOptions,
  this.domain,
  this.hostname,
  this.hostnamePrefix,
  this.initialDataStorageSizeGb,
  this.licenseModel,
  this.lifecycleState,
  this.memorySizeGb,
  this.nodeCount,
  this.ocid,
  this.privateIp,
  this.recoStorageSizeGb,
  this.shape,
  this.sshPublicKeys,
  this.timeZone,
});