CloudExadataInfrastructureProperties constructor
CloudExadataInfrastructureProperties({
- int? activatedStorageCount,
- int? additionalStorageCount,
- int? availableStorageSizeGb,
- int? computeCount,
- int? cpuCount,
- List<
CustomerContact> ? customerContacts, - double? dataStorageSizeTb,
- int? dbNodeStorageSizeGb,
- String? dbServerVersion,
- MaintenanceWindow? maintenanceWindow,
- int? maxCpuCount,
- double? maxDataStorageTb,
- int? maxDbNodeStorageSizeGb,
- int? maxMemoryGb,
- int? memorySizeGb,
- String? monthlyDbServerVersion,
- String? monthlyStorageServerVersion,
- String? nextMaintenanceRunId,
- String? nextMaintenanceRunTime,
- String? nextSecurityMaintenanceRunTime,
- String? ociUrl,
- String? ocid,
- String? shape,
- String? state,
- int? storageCount,
- String? storageServerVersion,
- 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,
});