AutonomousDatabaseProperties constructor
AutonomousDatabaseProperties({
- double? actualUsedDataStorageSizeTb,
- double? allocatedStorageSizeTb,
- AutonomousDatabaseApex? apexDetails,
- bool? arePrimaryAllowlistedIpsUsed,
- String? autonomousContainerDatabaseId,
- List<
String> ? availableUpgradeVersions, - int? backupRetentionPeriodDays,
- String? characterSet,
- double? computeCount,
- AutonomousDatabaseConnectionStrings? connectionStrings,
- AutonomousDatabaseConnectionUrls? connectionUrls,
- int? cpuCoreCount,
- List<
CustomerContact> ? customerContacts, - String? dataSafeState,
- int? dataStorageSizeGb,
- int? dataStorageSizeTb,
- String? databaseManagementState,
- String? dbEdition,
- String? dbVersion,
- String? dbWorkload,
- String? failedDataRecoveryDuration,
- bool? isAutoScalingEnabled,
- bool? isLocalDataGuardEnabled,
- bool? isStorageAutoScalingEnabled,
- String? licenseType,
- String? lifecycleDetails,
- int? localAdgAutoFailoverMaxDataLossLimit,
- String? localDisasterRecoveryType,
- AutonomousDatabaseStandbySummary? localStandbyDb,
- String? maintenanceBeginTime,
- String? maintenanceEndTime,
- String? maintenanceScheduleType,
- int? memoryPerOracleComputeUnitGbs,
- int? memoryTableGbs,
- bool? mtlsConnectionRequired,
- String? nCharacterSet,
- String? nextLongTermBackupTime,
- String? ociUrl,
- String? ocid,
- String? openMode,
- String? operationsInsightsState,
- List<
String> ? peerDbIds, - String? permissionLevel,
- String? privateEndpoint,
- String? privateEndpointIp,
- String? privateEndpointLabel,
- String? refreshableMode,
- String? refreshableState,
- String? role,
- List<
ScheduledOperationDetails> ? scheduledOperationDetails, - String? secretId,
- String? sqlWebDeveloperUrl,
- String? state,
- List<
String> ? supportedCloneRegions, - double? totalAutoBackupStorageSizeGbs,
- int? usedDataStorageSizeTbs,
- String? vaultId,
Implementation
AutonomousDatabaseProperties({
this.actualUsedDataStorageSizeTb,
this.allocatedStorageSizeTb,
this.apexDetails,
this.arePrimaryAllowlistedIpsUsed,
this.autonomousContainerDatabaseId,
this.availableUpgradeVersions,
this.backupRetentionPeriodDays,
this.characterSet,
this.computeCount,
this.connectionStrings,
this.connectionUrls,
this.cpuCoreCount,
this.customerContacts,
this.dataSafeState,
this.dataStorageSizeGb,
this.dataStorageSizeTb,
this.databaseManagementState,
this.dbEdition,
this.dbVersion,
this.dbWorkload,
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,
});