AutonomousDatabaseProperties constructor

AutonomousDatabaseProperties({
  1. double? actualUsedDataStorageSizeTb,
  2. double? allocatedStorageSizeTb,
  3. List<String>? allowlistedIps,
  4. AutonomousDatabaseApex? apexDetails,
  5. bool? arePrimaryAllowlistedIpsUsed,
  6. String? autonomousContainerDatabaseId,
  7. List<String>? availableUpgradeVersions,
  8. int? backupRetentionPeriodDays,
  9. String? characterSet,
  10. double? computeCount,
  11. AutonomousDatabaseConnectionStrings? connectionStrings,
  12. AutonomousDatabaseConnectionUrls? connectionUrls,
  13. int? cpuCoreCount,
  14. List<CustomerContact>? customerContacts,
  15. String? dataGuardRoleChangedTime,
  16. String? dataSafeState,
  17. int? dataStorageSizeGb,
  18. int? dataStorageSizeTb,
  19. String? databaseManagementState,
  20. String? dbEdition,
  21. String? dbVersion,
  22. String? dbWorkload,
  23. String? disasterRecoveryRoleChangedTime,
  24. String? failedDataRecoveryDuration,
  25. bool? isAutoScalingEnabled,
  26. bool? isLocalDataGuardEnabled,
  27. bool? isStorageAutoScalingEnabled,
  28. String? licenseType,
  29. String? lifecycleDetails,
  30. int? localAdgAutoFailoverMaxDataLossLimit,
  31. String? localDisasterRecoveryType,
  32. AutonomousDatabaseStandbySummary? localStandbyDb,
  33. String? maintenanceBeginTime,
  34. String? maintenanceEndTime,
  35. String? maintenanceScheduleType,
  36. int? memoryPerOracleComputeUnitGbs,
  37. int? memoryTableGbs,
  38. bool? mtlsConnectionRequired,
  39. String? nCharacterSet,
  40. String? nextLongTermBackupTime,
  41. String? ociUrl,
  42. String? ocid,
  43. String? openMode,
  44. String? operationsInsightsState,
  45. List<String>? peerDbIds,
  46. String? permissionLevel,
  47. String? privateEndpoint,
  48. String? privateEndpointIp,
  49. String? privateEndpointLabel,
  50. String? refreshableMode,
  51. String? refreshableState,
  52. String? role,
  53. List<ScheduledOperationDetails>? scheduledOperationDetails,
  54. String? secretId,
  55. String? sqlWebDeveloperUrl,
  56. String? state,
  57. List<String>? supportedCloneRegions,
  58. double? totalAutoBackupStorageSizeGbs,
  59. int? usedDataStorageSizeTbs,
  60. String? vaultId,
})

Implementation

AutonomousDatabaseProperties({
  this.actualUsedDataStorageSizeTb,
  this.allocatedStorageSizeTb,
  this.allowlistedIps,
  this.apexDetails,
  this.arePrimaryAllowlistedIpsUsed,
  this.autonomousContainerDatabaseId,
  this.availableUpgradeVersions,
  this.backupRetentionPeriodDays,
  this.characterSet,
  this.computeCount,
  this.connectionStrings,
  this.connectionUrls,
  this.cpuCoreCount,
  this.customerContacts,
  this.dataGuardRoleChangedTime,
  this.dataSafeState,
  this.dataStorageSizeGb,
  this.dataStorageSizeTb,
  this.databaseManagementState,
  this.dbEdition,
  this.dbVersion,
  this.dbWorkload,
  this.disasterRecoveryRoleChangedTime,
  this.failedDataRecoveryDuration,
  this.isAutoScalingEnabled,
  this.isLocalDataGuardEnabled,
  this.isStorageAutoScalingEnabled,
  this.licenseType,
  this.lifecycleDetails,
  this.localAdgAutoFailoverMaxDataLossLimit,
  this.localDisasterRecoveryType,
  this.localStandbyDb,
  this.maintenanceBeginTime,
  this.maintenanceEndTime,
  this.maintenanceScheduleType,
  this.memoryPerOracleComputeUnitGbs,
  this.memoryTableGbs,
  this.mtlsConnectionRequired,
  this.nCharacterSet,
  this.nextLongTermBackupTime,
  this.ociUrl,
  this.ocid,
  this.openMode,
  this.operationsInsightsState,
  this.peerDbIds,
  this.permissionLevel,
  this.privateEndpoint,
  this.privateEndpointIp,
  this.privateEndpointLabel,
  this.refreshableMode,
  this.refreshableState,
  this.role,
  this.scheduledOperationDetails,
  this.secretId,
  this.sqlWebDeveloperUrl,
  this.state,
  this.supportedCloneRegions,
  this.totalAutoBackupStorageSizeGbs,
  this.usedDataStorageSizeTbs,
  this.vaultId,
});