CloudExadataInfrastructureProperties constructor

CloudExadataInfrastructureProperties({
  1. int? activatedStorageCount,
  2. int? additionalStorageCount,
  3. int? availableStorageSizeGb,
  4. int? computeCount,
  5. String? computeModel,
  6. int? cpuCount,
  7. List<CustomerContact>? customerContacts,
  8. double? dataStorageSizeTb,
  9. String? databaseServerType,
  10. int? dbNodeStorageSizeGb,
  11. String? dbServerVersion,
  12. MaintenanceWindow? maintenanceWindow,
  13. int? maxCpuCount,
  14. double? maxDataStorageTb,
  15. int? maxDbNodeStorageSizeGb,
  16. int? maxMemoryGb,
  17. int? memorySizeGb,
  18. String? monthlyDbServerVersion,
  19. String? monthlyStorageServerVersion,
  20. String? nextMaintenanceRunId,
  21. String? nextMaintenanceRunTime,
  22. String? nextSecurityMaintenanceRunTime,
  23. String? ociUrl,
  24. String? ocid,
  25. String? shape,
  26. String? state,
  27. int? storageCount,
  28. String? storageServerType,
  29. String? storageServerVersion,
  30. int? totalStorageSizeGb,
})

Implementation

CloudExadataInfrastructureProperties({
  this.activatedStorageCount,
  this.additionalStorageCount,
  this.availableStorageSizeGb,
  this.computeCount,
  this.computeModel,
  this.cpuCount,
  this.customerContacts,
  this.dataStorageSizeTb,
  this.databaseServerType,
  this.dbNodeStorageSizeGb,
  this.dbServerVersion,
  this.maintenanceWindow,
  this.maxCpuCount,
  this.maxDataStorageTb,
  this.maxDbNodeStorageSizeGb,
  this.maxMemoryGb,
  this.memorySizeGb,
  this.monthlyDbServerVersion,
  this.monthlyStorageServerVersion,
  this.nextMaintenanceRunId,
  this.nextMaintenanceRunTime,
  this.nextSecurityMaintenanceRunTime,
  this.ociUrl,
  this.ocid,
  this.shape,
  this.state,
  this.storageCount,
  this.storageServerType,
  this.storageServerVersion,
  this.totalStorageSizeGb,
});