CloudExadataInfrastructureProperties constructor

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

Implementation

CloudExadataInfrastructureProperties({
  this.activatedStorageCount,
  this.additionalStorageCount,
  this.availableStorageSizeGb,
  this.computeCount,
  this.cpuCount,
  this.customerContacts,
  this.dataStorageSizeTb,
  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.storageServerVersion,
  this.totalStorageSizeGb,
});