pulumi-oci 2.22.0a1737613119__py3-none-any.whl → 2.23.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +32 -0
- pulumi_oci/apmsynthetics/config.py +2 -2
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_monitor.py +2 -2
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_result.py +2 -2
- pulumi_oci/apmsynthetics/get_script.py +2 -2
- pulumi_oci/apmsynthetics/get_scripts.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/script.py +2 -2
- pulumi_oci/bigdataservice/bds_instance_api_key.py +0 -14
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +0 -2
- pulumi_oci/bigdataservice/outputs.py +0 -4
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +143 -0
- pulumi_oci/core/byoasn.py +595 -0
- pulumi_oci/core/get_byoasn.py +268 -0
- pulumi_oci/core/get_byoasns.py +131 -0
- pulumi_oci/core/get_byoip_range.py +15 -1
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/core/outputs.py +457 -0
- pulumi_oci/database/_inputs.py +966 -89
- pulumi_oci/database/autonomous_database.py +98 -4
- pulumi_oci/database/autonomous_exadata_infrastructure.py +0 -2
- pulumi_oci/database/autonomous_vm_cluster.py +0 -2
- pulumi_oci/database/backup.py +30 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +0 -2
- pulumi_oci/database/data_guard_association.py +75 -28
- pulumi_oci/database/database.py +147 -32
- pulumi_oci/database/database_upgrade.py +28 -0
- pulumi_oci/database/exadata_infrastructure.py +0 -2
- pulumi_oci/database/get_autonomous_database.py +30 -2
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database.py +40 -1
- pulumi_oci/database/outputs.py +1485 -114
- pulumi_oci/databasemanagement/__init__.py +7 -0
- pulumi_oci/databasemanagement/_inputs.py +282 -0
- pulumi_oci/databasemanagement/external_my_sql_database.py +297 -0
- pulumi_oci/databasemanagement/external_my_sql_database_connector.py +890 -0
- pulumi_oci/databasemanagement/external_my_sql_database_external_mysql_databases_management.py +302 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database.py +152 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connector.py +413 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connectors.py +169 -0
- pulumi_oci/databasemanagement/get_external_my_sql_databases.py +166 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +60 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +22 -3
- pulumi_oci/databasemanagement/outputs.py +767 -1
- pulumi_oci/disasterrecovery/_inputs.py +720 -0
- pulumi_oci/disasterrecovery/dr_protection_group.py +0 -188
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1328 -48
- pulumi_oci/networkloadbalancer/__init__.py +1 -0
- pulumi_oci/networkloadbalancer/_inputs.py +6 -6
- pulumi_oci/networkloadbalancer/backend.py +7 -7
- pulumi_oci/networkloadbalancer/backend_set.py +105 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +30 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer_backend_set_backend_operational_status.py +165 -0
- pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -7
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +105 -7
- pulumi_oci/networkloadbalancer/outputs.py +34 -12
- pulumi_oci/opsi/_inputs.py +20 -0
- pulumi_oci/opsi/database_insight.py +47 -0
- pulumi_oci/opsi/get_database_insight.py +15 -1
- pulumi_oci/opsi/get_news_report.py +29 -1
- pulumi_oci/opsi/news_report.py +117 -17
- pulumi_oci/opsi/outputs.py +70 -1
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/RECORD +80 -69
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/outputs.py
CHANGED
@@ -63,6 +63,7 @@ __all__ = [
|
|
63
63
|
'AutonomousVmClusterMaintenanceWindowMonth',
|
64
64
|
'BackupDestinationAssociatedDatabase',
|
65
65
|
'BackupDestinationMountTypeDetails',
|
66
|
+
'BackupEncryptionKeyLocationDetail',
|
66
67
|
'CloudAutonomousVmClusterMaintenanceWindow',
|
67
68
|
'CloudAutonomousVmClusterMaintenanceWindowDaysOfWeek',
|
68
69
|
'CloudAutonomousVmClusterMaintenanceWindowDetails',
|
@@ -85,13 +86,19 @@ __all__ = [
|
|
85
86
|
'CloudVmClusterIormConfigDbPlan',
|
86
87
|
'DataGuardAssociationDataCollectionOptions',
|
87
88
|
'DatabaseConnectionString',
|
89
|
+
'DatabaseDataGuardGroup',
|
90
|
+
'DatabaseDataGuardGroupMember',
|
88
91
|
'DatabaseDatabase',
|
89
92
|
'DatabaseDatabaseDbBackupConfig',
|
90
93
|
'DatabaseDatabaseDbBackupConfigBackupDestinationDetail',
|
94
|
+
'DatabaseDatabaseEncryptionKeyLocationDetails',
|
91
95
|
'DatabaseDatabaseManagementConfig',
|
96
|
+
'DatabaseDatabaseSourceEncryptionKeyLocationDetails',
|
92
97
|
'DatabaseDbBackupConfig',
|
93
98
|
'DatabaseDbBackupConfigBackupDestinationDetail',
|
94
99
|
'DatabaseUpgradeConnectionString',
|
100
|
+
'DatabaseUpgradeDataGuardGroup',
|
101
|
+
'DatabaseUpgradeDataGuardGroupMember',
|
95
102
|
'DatabaseUpgradeDatabaseUpgradeSourceDetails',
|
96
103
|
'DatabaseUpgradeDbBackupConfig',
|
97
104
|
'DatabaseUpgradeDbBackupConfigBackupDestinationDetail',
|
@@ -99,6 +106,7 @@ __all__ = [
|
|
99
106
|
'DbHomeDatabaseConnectionString',
|
100
107
|
'DbHomeDatabaseDbBackupConfig',
|
101
108
|
'DbHomeDatabaseDbBackupConfigBackupDestinationDetail',
|
109
|
+
'DbHomeDatabaseEncryptionKeyLocationDetails',
|
102
110
|
'DbSystemDataCollectionOptions',
|
103
111
|
'DbSystemDbHome',
|
104
112
|
'DbSystemDbHomeDatabase',
|
@@ -357,6 +365,7 @@ __all__ = [
|
|
357
365
|
'GetBackupDestinationsBackupDestinationMountTypeDetailResult',
|
358
366
|
'GetBackupDestinationsFilterResult',
|
359
367
|
'GetBackupsBackupResult',
|
368
|
+
'GetBackupsBackupEncryptionKeyLocationDetailResult',
|
360
369
|
'GetBackupsFilterResult',
|
361
370
|
'GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResourceUsageResult',
|
362
371
|
'GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUsageResult',
|
@@ -412,10 +421,14 @@ __all__ = [
|
|
412
421
|
'GetDataGuardAssociationsDataGuardAssociationDataCollectionOptionResult',
|
413
422
|
'GetDataGuardAssociationsFilterResult',
|
414
423
|
'GetDatabaseConnectionStringResult',
|
424
|
+
'GetDatabaseDataGuardGroupResult',
|
425
|
+
'GetDatabaseDataGuardGroupMemberResult',
|
415
426
|
'GetDatabaseDatabaseResult',
|
416
427
|
'GetDatabaseDatabaseDbBackupConfigResult',
|
417
428
|
'GetDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult',
|
429
|
+
'GetDatabaseDatabaseEncryptionKeyLocationDetailResult',
|
418
430
|
'GetDatabaseDatabaseManagementConfigResult',
|
431
|
+
'GetDatabaseDatabaseSourceEncryptionKeyLocationDetailResult',
|
419
432
|
'GetDatabaseDbBackupConfigResult',
|
420
433
|
'GetDatabaseDbBackupConfigBackupDestinationDetailResult',
|
421
434
|
'GetDatabaseMaintenanceRunHistoriesFilterResult',
|
@@ -436,10 +449,14 @@ __all__ = [
|
|
436
449
|
'GetDatabaseUpgradeHistoryEntriesFilterResult',
|
437
450
|
'GetDatabasesDatabaseResult',
|
438
451
|
'GetDatabasesDatabaseConnectionStringResult',
|
452
|
+
'GetDatabasesDatabaseDataGuardGroupResult',
|
453
|
+
'GetDatabasesDatabaseDataGuardGroupMemberResult',
|
439
454
|
'GetDatabasesDatabaseDatabaseResult',
|
440
455
|
'GetDatabasesDatabaseDatabaseDbBackupConfigResult',
|
441
456
|
'GetDatabasesDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult',
|
457
|
+
'GetDatabasesDatabaseDatabaseEncryptionKeyLocationDetailResult',
|
442
458
|
'GetDatabasesDatabaseDatabaseManagementConfigResult',
|
459
|
+
'GetDatabasesDatabaseDatabaseSourceEncryptionKeyLocationDetailResult',
|
443
460
|
'GetDatabasesDatabaseDbBackupConfigResult',
|
444
461
|
'GetDatabasesDatabaseDbBackupConfigBackupDestinationDetailResult',
|
445
462
|
'GetDatabasesFilterResult',
|
@@ -447,6 +464,7 @@ __all__ = [
|
|
447
464
|
'GetDbHomeDatabaseConnectionStringResult',
|
448
465
|
'GetDbHomeDatabaseDbBackupConfigResult',
|
449
466
|
'GetDbHomeDatabaseDbBackupConfigBackupDestinationDetailResult',
|
467
|
+
'GetDbHomeDatabaseEncryptionKeyLocationDetailResult',
|
450
468
|
'GetDbHomePatchHistoryEntriesFilterResult',
|
451
469
|
'GetDbHomePatchHistoryEntriesPatchHistoryEntryResult',
|
452
470
|
'GetDbHomePatchesFilterResult',
|
@@ -456,6 +474,7 @@ __all__ = [
|
|
456
474
|
'GetDbHomesDbHomeDatabaseConnectionStringResult',
|
457
475
|
'GetDbHomesDbHomeDatabaseDbBackupConfigResult',
|
458
476
|
'GetDbHomesDbHomeDatabaseDbBackupConfigBackupDestinationDetailResult',
|
477
|
+
'GetDbHomesDbHomeDatabaseEncryptionKeyLocationDetailResult',
|
459
478
|
'GetDbHomesFilterResult',
|
460
479
|
'GetDbNodeConsoleConnectionsConsoleConnectionResult',
|
461
480
|
'GetDbNodeConsoleConnectionsFilterResult',
|
@@ -1068,7 +1087,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1068
1087
|
:param Sequence['AutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
1069
1088
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
1070
1089
|
:param str preference: The maintenance window scheduling preference.
|
1071
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
1090
|
+
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
1072
1091
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
1073
1092
|
"""
|
1074
1093
|
if custom_action_timeout_in_mins is not None:
|
@@ -1171,7 +1190,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
|
|
1171
1190
|
@pulumi.getter(name="skipRus")
|
1172
1191
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
1173
1192
|
"""
|
1174
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
1193
|
+
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
1175
1194
|
"""
|
1176
1195
|
return pulumi.get(self, "skip_rus")
|
1177
1196
|
|
@@ -1264,7 +1283,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
|
|
1264
1283
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
1265
1284
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
1266
1285
|
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
1267
|
-
:param Sequence[int] weeks_of_months:
|
1286
|
+
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
1268
1287
|
"""
|
1269
1288
|
if custom_action_timeout_in_mins is not None:
|
1270
1289
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -1376,7 +1395,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
|
|
1376
1395
|
@pulumi.getter(name="weeksOfMonths")
|
1377
1396
|
def weeks_of_months(self) -> Optional[Sequence[int]]:
|
1378
1397
|
"""
|
1379
|
-
|
1398
|
+
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
1380
1399
|
"""
|
1381
1400
|
return pulumi.get(self, "weeks_of_months")
|
1382
1401
|
|
@@ -3477,7 +3496,6 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
|
|
3477
3496
|
:param Sequence['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
3478
3497
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
3479
3498
|
:param str preference: The maintenance window scheduling preference.
|
3480
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3481
3499
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3482
3500
|
"""
|
3483
3501
|
if custom_action_timeout_in_mins is not None:
|
@@ -3579,9 +3597,6 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
|
|
3579
3597
|
@property
|
3580
3598
|
@pulumi.getter(name="skipRus")
|
3581
3599
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
3582
|
-
"""
|
3583
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3584
|
-
"""
|
3585
3600
|
return pulumi.get(self, "skip_rus")
|
3586
3601
|
|
3587
3602
|
@property
|
@@ -3672,7 +3687,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
|
|
3672
3687
|
|
3673
3688
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
3674
3689
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
3675
|
-
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3676
3690
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3677
3691
|
"""
|
3678
3692
|
if custom_action_timeout_in_mins is not None:
|
@@ -3776,9 +3790,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
|
|
3776
3790
|
@property
|
3777
3791
|
@pulumi.getter(name="skipRus")
|
3778
3792
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
3779
|
-
"""
|
3780
|
-
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3781
|
-
"""
|
3782
3793
|
return pulumi.get(self, "skip_rus")
|
3783
3794
|
|
3784
3795
|
@property
|
@@ -3902,7 +3913,6 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3902
3913
|
|
3903
3914
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
3904
3915
|
:param str preference: The maintenance window scheduling preference.
|
3905
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
3906
3916
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
3907
3917
|
"""
|
3908
3918
|
if custom_action_timeout_in_mins is not None:
|
@@ -3997,9 +4007,6 @@ class AutonomousVmClusterMaintenanceWindow(dict):
|
|
3997
4007
|
@property
|
3998
4008
|
@pulumi.getter(name="skipRus")
|
3999
4009
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
4000
|
-
"""
|
4001
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
4002
|
-
"""
|
4003
4010
|
return pulumi.get(self, "skip_rus")
|
4004
4011
|
|
4005
4012
|
@property
|
@@ -4087,7 +4094,6 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
|
|
4087
4094
|
|
4088
4095
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
4089
4096
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
4090
|
-
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
4091
4097
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
4092
4098
|
"""
|
4093
4099
|
if custom_action_timeout_in_mins is not None:
|
@@ -4182,9 +4188,6 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
|
|
4182
4188
|
@property
|
4183
4189
|
@pulumi.getter(name="skipRus")
|
4184
4190
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
4185
|
-
"""
|
4186
|
-
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
4187
|
-
"""
|
4188
4191
|
return pulumi.get(self, "skip_rus")
|
4189
4192
|
|
4190
4193
|
@property
|
@@ -4376,6 +4379,56 @@ class BackupDestinationMountTypeDetails(dict):
|
|
4376
4379
|
return pulumi.get(self, "nfs_servers")
|
4377
4380
|
|
4378
4381
|
|
4382
|
+
@pulumi.output_type
|
4383
|
+
class BackupEncryptionKeyLocationDetail(dict):
|
4384
|
+
@staticmethod
|
4385
|
+
def __key_warning(key: str):
|
4386
|
+
suggest = None
|
4387
|
+
if key == "hsmPassword":
|
4388
|
+
suggest = "hsm_password"
|
4389
|
+
elif key == "providerType":
|
4390
|
+
suggest = "provider_type"
|
4391
|
+
|
4392
|
+
if suggest:
|
4393
|
+
pulumi.log.warn(f"Key '{key}' not found in BackupEncryptionKeyLocationDetail. Access the value via the '{suggest}' property getter instead.")
|
4394
|
+
|
4395
|
+
def __getitem__(self, key: str) -> Any:
|
4396
|
+
BackupEncryptionKeyLocationDetail.__key_warning(key)
|
4397
|
+
return super().__getitem__(key)
|
4398
|
+
|
4399
|
+
def get(self, key: str, default = None) -> Any:
|
4400
|
+
BackupEncryptionKeyLocationDetail.__key_warning(key)
|
4401
|
+
return super().get(key, default)
|
4402
|
+
|
4403
|
+
def __init__(__self__, *,
|
4404
|
+
hsm_password: Optional[str] = None,
|
4405
|
+
provider_type: Optional[str] = None):
|
4406
|
+
"""
|
4407
|
+
:param str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
4408
|
+
:param str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
4409
|
+
"""
|
4410
|
+
if hsm_password is not None:
|
4411
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
4412
|
+
if provider_type is not None:
|
4413
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
4414
|
+
|
4415
|
+
@property
|
4416
|
+
@pulumi.getter(name="hsmPassword")
|
4417
|
+
def hsm_password(self) -> Optional[str]:
|
4418
|
+
"""
|
4419
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
4420
|
+
"""
|
4421
|
+
return pulumi.get(self, "hsm_password")
|
4422
|
+
|
4423
|
+
@property
|
4424
|
+
@pulumi.getter(name="providerType")
|
4425
|
+
def provider_type(self) -> Optional[str]:
|
4426
|
+
"""
|
4427
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
4428
|
+
"""
|
4429
|
+
return pulumi.get(self, "provider_type")
|
4430
|
+
|
4431
|
+
|
4379
4432
|
@pulumi.output_type
|
4380
4433
|
class CloudAutonomousVmClusterMaintenanceWindow(dict):
|
4381
4434
|
@staticmethod
|
@@ -5007,7 +5060,6 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
|
|
5007
5060
|
|
5008
5061
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
5009
5062
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
5010
|
-
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
5011
5063
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
5012
5064
|
"""
|
5013
5065
|
if custom_action_timeout_in_mins is not None:
|
@@ -5111,9 +5163,6 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
|
|
5111
5163
|
@property
|
5112
5164
|
@pulumi.getter(name="skipRus")
|
5113
5165
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
5114
|
-
"""
|
5115
|
-
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
5116
|
-
"""
|
5117
5166
|
return pulumi.get(self, "skip_rus")
|
5118
5167
|
|
5119
5168
|
@property
|
@@ -5777,6 +5826,206 @@ class DatabaseConnectionString(dict):
|
|
5777
5826
|
return pulumi.get(self, "cdb_ip_default")
|
5778
5827
|
|
5779
5828
|
|
5829
|
+
@pulumi.output_type
|
5830
|
+
class DatabaseDataGuardGroup(dict):
|
5831
|
+
@staticmethod
|
5832
|
+
def __key_warning(key: str):
|
5833
|
+
suggest = None
|
5834
|
+
if key == "protectionMode":
|
5835
|
+
suggest = "protection_mode"
|
5836
|
+
|
5837
|
+
if suggest:
|
5838
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseDataGuardGroup. Access the value via the '{suggest}' property getter instead.")
|
5839
|
+
|
5840
|
+
def __getitem__(self, key: str) -> Any:
|
5841
|
+
DatabaseDataGuardGroup.__key_warning(key)
|
5842
|
+
return super().__getitem__(key)
|
5843
|
+
|
5844
|
+
def get(self, key: str, default = None) -> Any:
|
5845
|
+
DatabaseDataGuardGroup.__key_warning(key)
|
5846
|
+
return super().get(key, default)
|
5847
|
+
|
5848
|
+
def __init__(__self__, *,
|
5849
|
+
members: Optional[Sequence['outputs.DatabaseDataGuardGroupMember']] = None,
|
5850
|
+
protection_mode: Optional[str] = None):
|
5851
|
+
"""
|
5852
|
+
:param Sequence['DatabaseDataGuardGroupMemberArgs'] members: List of Data Guard members, representing each database that is part of Data Guard.
|
5853
|
+
:param str protection_mode: The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
5854
|
+
"""
|
5855
|
+
if members is not None:
|
5856
|
+
pulumi.set(__self__, "members", members)
|
5857
|
+
if protection_mode is not None:
|
5858
|
+
pulumi.set(__self__, "protection_mode", protection_mode)
|
5859
|
+
|
5860
|
+
@property
|
5861
|
+
@pulumi.getter
|
5862
|
+
def members(self) -> Optional[Sequence['outputs.DatabaseDataGuardGroupMember']]:
|
5863
|
+
"""
|
5864
|
+
List of Data Guard members, representing each database that is part of Data Guard.
|
5865
|
+
"""
|
5866
|
+
return pulumi.get(self, "members")
|
5867
|
+
|
5868
|
+
@property
|
5869
|
+
@pulumi.getter(name="protectionMode")
|
5870
|
+
def protection_mode(self) -> Optional[str]:
|
5871
|
+
"""
|
5872
|
+
The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
5873
|
+
"""
|
5874
|
+
return pulumi.get(self, "protection_mode")
|
5875
|
+
|
5876
|
+
|
5877
|
+
@pulumi.output_type
|
5878
|
+
class DatabaseDataGuardGroupMember(dict):
|
5879
|
+
@staticmethod
|
5880
|
+
def __key_warning(key: str):
|
5881
|
+
suggest = None
|
5882
|
+
if key == "applyLag":
|
5883
|
+
suggest = "apply_lag"
|
5884
|
+
elif key == "applyRate":
|
5885
|
+
suggest = "apply_rate"
|
5886
|
+
elif key == "databaseId":
|
5887
|
+
suggest = "database_id"
|
5888
|
+
elif key == "dbSystemId":
|
5889
|
+
suggest = "db_system_id"
|
5890
|
+
elif key == "isActiveDataGuardEnabled":
|
5891
|
+
suggest = "is_active_data_guard_enabled"
|
5892
|
+
elif key == "transportLag":
|
5893
|
+
suggest = "transport_lag"
|
5894
|
+
elif key == "transportLagRefresh":
|
5895
|
+
suggest = "transport_lag_refresh"
|
5896
|
+
elif key == "transportType":
|
5897
|
+
suggest = "transport_type"
|
5898
|
+
|
5899
|
+
if suggest:
|
5900
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseDataGuardGroupMember. Access the value via the '{suggest}' property getter instead.")
|
5901
|
+
|
5902
|
+
def __getitem__(self, key: str) -> Any:
|
5903
|
+
DatabaseDataGuardGroupMember.__key_warning(key)
|
5904
|
+
return super().__getitem__(key)
|
5905
|
+
|
5906
|
+
def get(self, key: str, default = None) -> Any:
|
5907
|
+
DatabaseDataGuardGroupMember.__key_warning(key)
|
5908
|
+
return super().get(key, default)
|
5909
|
+
|
5910
|
+
def __init__(__self__, *,
|
5911
|
+
apply_lag: Optional[str] = None,
|
5912
|
+
apply_rate: Optional[str] = None,
|
5913
|
+
database_id: Optional[str] = None,
|
5914
|
+
db_system_id: Optional[str] = None,
|
5915
|
+
is_active_data_guard_enabled: Optional[bool] = None,
|
5916
|
+
role: Optional[str] = None,
|
5917
|
+
transport_lag: Optional[str] = None,
|
5918
|
+
transport_lag_refresh: Optional[str] = None,
|
5919
|
+
transport_type: Optional[str] = None):
|
5920
|
+
"""
|
5921
|
+
:param str apply_lag: The lag time between updates to the primary database and application of the redo data on the standby database, as computed by the reporting database. Example: `1 second`
|
5922
|
+
:param str apply_rate: The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
5923
|
+
:param str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database.
|
5924
|
+
:param str db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
5925
|
+
:param bool is_active_data_guard_enabled: True if active Data Guard is enabled.
|
5926
|
+
:param str role: The role of the reporting database in this Data Guard association.
|
5927
|
+
:param str transport_lag: The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
5928
|
+
:param str transport_lag_refresh: The date and time when last redo transport has been done.
|
5929
|
+
:param str transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
5930
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
5931
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
5932
|
+
* MAXIMUM_PROTECTION - SYNC
|
5933
|
+
"""
|
5934
|
+
if apply_lag is not None:
|
5935
|
+
pulumi.set(__self__, "apply_lag", apply_lag)
|
5936
|
+
if apply_rate is not None:
|
5937
|
+
pulumi.set(__self__, "apply_rate", apply_rate)
|
5938
|
+
if database_id is not None:
|
5939
|
+
pulumi.set(__self__, "database_id", database_id)
|
5940
|
+
if db_system_id is not None:
|
5941
|
+
pulumi.set(__self__, "db_system_id", db_system_id)
|
5942
|
+
if is_active_data_guard_enabled is not None:
|
5943
|
+
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
5944
|
+
if role is not None:
|
5945
|
+
pulumi.set(__self__, "role", role)
|
5946
|
+
if transport_lag is not None:
|
5947
|
+
pulumi.set(__self__, "transport_lag", transport_lag)
|
5948
|
+
if transport_lag_refresh is not None:
|
5949
|
+
pulumi.set(__self__, "transport_lag_refresh", transport_lag_refresh)
|
5950
|
+
if transport_type is not None:
|
5951
|
+
pulumi.set(__self__, "transport_type", transport_type)
|
5952
|
+
|
5953
|
+
@property
|
5954
|
+
@pulumi.getter(name="applyLag")
|
5955
|
+
def apply_lag(self) -> Optional[str]:
|
5956
|
+
"""
|
5957
|
+
The lag time between updates to the primary database and application of the redo data on the standby database, as computed by the reporting database. Example: `1 second`
|
5958
|
+
"""
|
5959
|
+
return pulumi.get(self, "apply_lag")
|
5960
|
+
|
5961
|
+
@property
|
5962
|
+
@pulumi.getter(name="applyRate")
|
5963
|
+
def apply_rate(self) -> Optional[str]:
|
5964
|
+
"""
|
5965
|
+
The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
5966
|
+
"""
|
5967
|
+
return pulumi.get(self, "apply_rate")
|
5968
|
+
|
5969
|
+
@property
|
5970
|
+
@pulumi.getter(name="databaseId")
|
5971
|
+
def database_id(self) -> Optional[str]:
|
5972
|
+
"""
|
5973
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database.
|
5974
|
+
"""
|
5975
|
+
return pulumi.get(self, "database_id")
|
5976
|
+
|
5977
|
+
@property
|
5978
|
+
@pulumi.getter(name="dbSystemId")
|
5979
|
+
def db_system_id(self) -> Optional[str]:
|
5980
|
+
"""
|
5981
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
5982
|
+
"""
|
5983
|
+
return pulumi.get(self, "db_system_id")
|
5984
|
+
|
5985
|
+
@property
|
5986
|
+
@pulumi.getter(name="isActiveDataGuardEnabled")
|
5987
|
+
def is_active_data_guard_enabled(self) -> Optional[bool]:
|
5988
|
+
"""
|
5989
|
+
True if active Data Guard is enabled.
|
5990
|
+
"""
|
5991
|
+
return pulumi.get(self, "is_active_data_guard_enabled")
|
5992
|
+
|
5993
|
+
@property
|
5994
|
+
@pulumi.getter
|
5995
|
+
def role(self) -> Optional[str]:
|
5996
|
+
"""
|
5997
|
+
The role of the reporting database in this Data Guard association.
|
5998
|
+
"""
|
5999
|
+
return pulumi.get(self, "role")
|
6000
|
+
|
6001
|
+
@property
|
6002
|
+
@pulumi.getter(name="transportLag")
|
6003
|
+
def transport_lag(self) -> Optional[str]:
|
6004
|
+
"""
|
6005
|
+
The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
6006
|
+
"""
|
6007
|
+
return pulumi.get(self, "transport_lag")
|
6008
|
+
|
6009
|
+
@property
|
6010
|
+
@pulumi.getter(name="transportLagRefresh")
|
6011
|
+
def transport_lag_refresh(self) -> Optional[str]:
|
6012
|
+
"""
|
6013
|
+
The date and time when last redo transport has been done.
|
6014
|
+
"""
|
6015
|
+
return pulumi.get(self, "transport_lag_refresh")
|
6016
|
+
|
6017
|
+
@property
|
6018
|
+
@pulumi.getter(name="transportType")
|
6019
|
+
def transport_type(self) -> Optional[str]:
|
6020
|
+
"""
|
6021
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
6022
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
6023
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
6024
|
+
* MAXIMUM_PROTECTION - SYNC
|
6025
|
+
"""
|
6026
|
+
return pulumi.get(self, "transport_type")
|
6027
|
+
|
6028
|
+
|
5780
6029
|
@pulumi.output_type
|
5781
6030
|
class DatabaseDatabase(dict):
|
5782
6031
|
@staticmethod
|
@@ -5784,26 +6033,32 @@ class DatabaseDatabase(dict):
|
|
5784
6033
|
suggest = None
|
5785
6034
|
if key == "adminPassword":
|
5786
6035
|
suggest = "admin_password"
|
5787
|
-
elif key == "dbName":
|
5788
|
-
suggest = "db_name"
|
5789
6036
|
elif key == "backupId":
|
5790
6037
|
suggest = "backup_id"
|
5791
6038
|
elif key == "backupTdePassword":
|
5792
6039
|
suggest = "backup_tde_password"
|
5793
6040
|
elif key == "characterSet":
|
5794
6041
|
suggest = "character_set"
|
6042
|
+
elif key == "databaseAdminPassword":
|
6043
|
+
suggest = "database_admin_password"
|
5795
6044
|
elif key == "databaseSoftwareImageId":
|
5796
6045
|
suggest = "database_software_image_id"
|
5797
6046
|
elif key == "dbBackupConfig":
|
5798
6047
|
suggest = "db_backup_config"
|
6048
|
+
elif key == "dbName":
|
6049
|
+
suggest = "db_name"
|
5799
6050
|
elif key == "dbUniqueName":
|
5800
6051
|
suggest = "db_unique_name"
|
5801
6052
|
elif key == "dbWorkload":
|
5802
6053
|
suggest = "db_workload"
|
5803
6054
|
elif key == "definedTags":
|
5804
6055
|
suggest = "defined_tags"
|
6056
|
+
elif key == "encryptionKeyLocationDetails":
|
6057
|
+
suggest = "encryption_key_location_details"
|
5805
6058
|
elif key == "freeformTags":
|
5806
6059
|
suggest = "freeform_tags"
|
6060
|
+
elif key == "isActiveDataGuardEnabled":
|
6061
|
+
suggest = "is_active_data_guard_enabled"
|
5807
6062
|
elif key == "kmsKeyId":
|
5808
6063
|
suggest = "kms_key_id"
|
5809
6064
|
elif key == "kmsKeyVersionId":
|
@@ -5814,10 +6069,20 @@ class DatabaseDatabase(dict):
|
|
5814
6069
|
suggest = "pdb_name"
|
5815
6070
|
elif key == "pluggableDatabases":
|
5816
6071
|
suggest = "pluggable_databases"
|
6072
|
+
elif key == "protectionMode":
|
6073
|
+
suggest = "protection_mode"
|
5817
6074
|
elif key == "sidPrefix":
|
5818
6075
|
suggest = "sid_prefix"
|
6076
|
+
elif key == "sourceDatabaseId":
|
6077
|
+
suggest = "source_database_id"
|
6078
|
+
elif key == "sourceEncryptionKeyLocationDetails":
|
6079
|
+
suggest = "source_encryption_key_location_details"
|
6080
|
+
elif key == "sourceTdeWalletPassword":
|
6081
|
+
suggest = "source_tde_wallet_password"
|
5819
6082
|
elif key == "tdeWalletPassword":
|
5820
6083
|
suggest = "tde_wallet_password"
|
6084
|
+
elif key == "transportType":
|
6085
|
+
suggest = "transport_type"
|
5821
6086
|
elif key == "vaultId":
|
5822
6087
|
suggest = "vault_id"
|
5823
6088
|
|
@@ -5833,70 +6098,103 @@ class DatabaseDatabase(dict):
|
|
5833
6098
|
return super().get(key, default)
|
5834
6099
|
|
5835
6100
|
def __init__(__self__, *,
|
5836
|
-
admin_password: str,
|
5837
|
-
db_name: str,
|
6101
|
+
admin_password: Optional[str] = None,
|
5838
6102
|
backup_id: Optional[str] = None,
|
5839
6103
|
backup_tde_password: Optional[str] = None,
|
5840
6104
|
character_set: Optional[str] = None,
|
6105
|
+
database_admin_password: Optional[str] = None,
|
5841
6106
|
database_software_image_id: Optional[str] = None,
|
5842
6107
|
db_backup_config: Optional['outputs.DatabaseDatabaseDbBackupConfig'] = None,
|
6108
|
+
db_name: Optional[str] = None,
|
5843
6109
|
db_unique_name: Optional[str] = None,
|
5844
6110
|
db_workload: Optional[str] = None,
|
5845
6111
|
defined_tags: Optional[Mapping[str, str]] = None,
|
6112
|
+
encryption_key_location_details: Optional['outputs.DatabaseDatabaseEncryptionKeyLocationDetails'] = None,
|
5846
6113
|
freeform_tags: Optional[Mapping[str, str]] = None,
|
6114
|
+
is_active_data_guard_enabled: Optional[bool] = None,
|
5847
6115
|
kms_key_id: Optional[str] = None,
|
5848
6116
|
kms_key_version_id: Optional[str] = None,
|
5849
6117
|
ncharacter_set: Optional[str] = None,
|
5850
6118
|
pdb_name: Optional[str] = None,
|
5851
6119
|
pluggable_databases: Optional[Sequence[str]] = None,
|
6120
|
+
protection_mode: Optional[str] = None,
|
5852
6121
|
sid_prefix: Optional[str] = None,
|
6122
|
+
source_database_id: Optional[str] = None,
|
6123
|
+
source_encryption_key_location_details: Optional['outputs.DatabaseDatabaseSourceEncryptionKeyLocationDetails'] = None,
|
6124
|
+
source_tde_wallet_password: Optional[str] = None,
|
5853
6125
|
tde_wallet_password: Optional[str] = None,
|
6126
|
+
transport_type: Optional[str] = None,
|
5854
6127
|
vault_id: Optional[str] = None):
|
5855
6128
|
"""
|
5856
6129
|
:param str admin_password: A strong password for SYS, SYSTEM, PDB Admin and TDE Wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, \\#, or -.
|
5857
|
-
:param str db_name: The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
|
5858
6130
|
:param str backup_id: The backup [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
5859
6131
|
:param str backup_tde_password: The password to open the TDE wallet.
|
5860
6132
|
:param str character_set: The character set for the database. The default is AL32UTF8. Allowed values are:
|
5861
6133
|
|
5862
6134
|
AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
|
6135
|
+
:param str database_admin_password: The administrator password of the primary database in this Data Guard association.
|
6136
|
+
|
6137
|
+
**The password MUST be the same as the primary admin password.**
|
5863
6138
|
:param str database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
5864
6139
|
:param 'DatabaseDatabaseDbBackupConfigArgs' db_backup_config: (Updatable) Backup Options To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
5865
|
-
:param str
|
6140
|
+
:param str db_name: The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
|
6141
|
+
:param str db_unique_name: Specifies the `DB_UNIQUE_NAME` of the peer database to be created.
|
5866
6142
|
:param str db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
|
5867
6143
|
|
5868
6144
|
The database workload type.
|
5869
6145
|
:param Mapping[str, str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
6146
|
+
:param 'DatabaseDatabaseEncryptionKeyLocationDetailsArgs' encryption_key_location_details: Types of providers supported for managing database encryption keys
|
5870
6147
|
:param Mapping[str, str] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
6148
|
+
:param bool is_active_data_guard_enabled: True if active Data Guard is enabled.
|
5871
6149
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
5872
6150
|
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
5873
6151
|
:param str ncharacter_set: The national character set for the database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
5874
6152
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
5875
6153
|
:param Sequence[str] pluggable_databases: The list of pluggable databases that needs to be restored into new database.
|
6154
|
+
:param str protection_mode: The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
5876
6155
|
:param str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
6156
|
+
:param str source_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source database.
|
6157
|
+
:param 'DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs' source_encryption_key_location_details: Types of providers supported for managing database encryption keys
|
6158
|
+
:param str source_tde_wallet_password: The TDE wallet password of the source database specified by 'sourceDatabaseId'.
|
5877
6159
|
:param str tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
6160
|
+
:param str transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
6161
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
6162
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
6163
|
+
* MAXIMUM_PROTECTION - SYNC
|
6164
|
+
|
6165
|
+
For more information, see [Redo Transport Services](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-redo-transport-services.htm#SBYDB00400) in the Oracle Data Guard documentation.
|
6166
|
+
|
6167
|
+
**IMPORTANT** - The only transport type currently supported by the Database service is ASYNC.
|
5878
6168
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
5879
6169
|
"""
|
5880
|
-
|
5881
|
-
|
6170
|
+
if admin_password is not None:
|
6171
|
+
pulumi.set(__self__, "admin_password", admin_password)
|
5882
6172
|
if backup_id is not None:
|
5883
6173
|
pulumi.set(__self__, "backup_id", backup_id)
|
5884
6174
|
if backup_tde_password is not None:
|
5885
6175
|
pulumi.set(__self__, "backup_tde_password", backup_tde_password)
|
5886
6176
|
if character_set is not None:
|
5887
6177
|
pulumi.set(__self__, "character_set", character_set)
|
6178
|
+
if database_admin_password is not None:
|
6179
|
+
pulumi.set(__self__, "database_admin_password", database_admin_password)
|
5888
6180
|
if database_software_image_id is not None:
|
5889
6181
|
pulumi.set(__self__, "database_software_image_id", database_software_image_id)
|
5890
6182
|
if db_backup_config is not None:
|
5891
6183
|
pulumi.set(__self__, "db_backup_config", db_backup_config)
|
6184
|
+
if db_name is not None:
|
6185
|
+
pulumi.set(__self__, "db_name", db_name)
|
5892
6186
|
if db_unique_name is not None:
|
5893
6187
|
pulumi.set(__self__, "db_unique_name", db_unique_name)
|
5894
6188
|
if db_workload is not None:
|
5895
6189
|
pulumi.set(__self__, "db_workload", db_workload)
|
5896
6190
|
if defined_tags is not None:
|
5897
6191
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
6192
|
+
if encryption_key_location_details is not None:
|
6193
|
+
pulumi.set(__self__, "encryption_key_location_details", encryption_key_location_details)
|
5898
6194
|
if freeform_tags is not None:
|
5899
6195
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
6196
|
+
if is_active_data_guard_enabled is not None:
|
6197
|
+
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
5900
6198
|
if kms_key_id is not None:
|
5901
6199
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
5902
6200
|
if kms_key_version_id is not None:
|
@@ -5907,29 +6205,31 @@ class DatabaseDatabase(dict):
|
|
5907
6205
|
pulumi.set(__self__, "pdb_name", pdb_name)
|
5908
6206
|
if pluggable_databases is not None:
|
5909
6207
|
pulumi.set(__self__, "pluggable_databases", pluggable_databases)
|
6208
|
+
if protection_mode is not None:
|
6209
|
+
pulumi.set(__self__, "protection_mode", protection_mode)
|
5910
6210
|
if sid_prefix is not None:
|
5911
6211
|
pulumi.set(__self__, "sid_prefix", sid_prefix)
|
6212
|
+
if source_database_id is not None:
|
6213
|
+
pulumi.set(__self__, "source_database_id", source_database_id)
|
6214
|
+
if source_encryption_key_location_details is not None:
|
6215
|
+
pulumi.set(__self__, "source_encryption_key_location_details", source_encryption_key_location_details)
|
6216
|
+
if source_tde_wallet_password is not None:
|
6217
|
+
pulumi.set(__self__, "source_tde_wallet_password", source_tde_wallet_password)
|
5912
6218
|
if tde_wallet_password is not None:
|
5913
6219
|
pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
|
6220
|
+
if transport_type is not None:
|
6221
|
+
pulumi.set(__self__, "transport_type", transport_type)
|
5914
6222
|
if vault_id is not None:
|
5915
6223
|
pulumi.set(__self__, "vault_id", vault_id)
|
5916
6224
|
|
5917
6225
|
@property
|
5918
6226
|
@pulumi.getter(name="adminPassword")
|
5919
|
-
def admin_password(self) -> str:
|
6227
|
+
def admin_password(self) -> Optional[str]:
|
5920
6228
|
"""
|
5921
6229
|
A strong password for SYS, SYSTEM, PDB Admin and TDE Wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, \\#, or -.
|
5922
6230
|
"""
|
5923
6231
|
return pulumi.get(self, "admin_password")
|
5924
6232
|
|
5925
|
-
@property
|
5926
|
-
@pulumi.getter(name="dbName")
|
5927
|
-
def db_name(self) -> str:
|
5928
|
-
"""
|
5929
|
-
The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
|
5930
|
-
"""
|
5931
|
-
return pulumi.get(self, "db_name")
|
5932
|
-
|
5933
6233
|
@property
|
5934
6234
|
@pulumi.getter(name="backupId")
|
5935
6235
|
def backup_id(self) -> Optional[str]:
|
@@ -5956,6 +6256,16 @@ class DatabaseDatabase(dict):
|
|
5956
6256
|
"""
|
5957
6257
|
return pulumi.get(self, "character_set")
|
5958
6258
|
|
6259
|
+
@property
|
6260
|
+
@pulumi.getter(name="databaseAdminPassword")
|
6261
|
+
def database_admin_password(self) -> Optional[str]:
|
6262
|
+
"""
|
6263
|
+
The administrator password of the primary database in this Data Guard association.
|
6264
|
+
|
6265
|
+
**The password MUST be the same as the primary admin password.**
|
6266
|
+
"""
|
6267
|
+
return pulumi.get(self, "database_admin_password")
|
6268
|
+
|
5959
6269
|
@property
|
5960
6270
|
@pulumi.getter(name="databaseSoftwareImageId")
|
5961
6271
|
def database_software_image_id(self) -> Optional[str]:
|
@@ -5972,11 +6282,19 @@ class DatabaseDatabase(dict):
|
|
5972
6282
|
"""
|
5973
6283
|
return pulumi.get(self, "db_backup_config")
|
5974
6284
|
|
6285
|
+
@property
|
6286
|
+
@pulumi.getter(name="dbName")
|
6287
|
+
def db_name(self) -> Optional[str]:
|
6288
|
+
"""
|
6289
|
+
The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
|
6290
|
+
"""
|
6291
|
+
return pulumi.get(self, "db_name")
|
6292
|
+
|
5975
6293
|
@property
|
5976
6294
|
@pulumi.getter(name="dbUniqueName")
|
5977
6295
|
def db_unique_name(self) -> Optional[str]:
|
5978
6296
|
"""
|
5979
|
-
|
6297
|
+
Specifies the `DB_UNIQUE_NAME` of the peer database to be created.
|
5980
6298
|
"""
|
5981
6299
|
return pulumi.get(self, "db_unique_name")
|
5982
6300
|
|
@@ -5998,6 +6316,14 @@ class DatabaseDatabase(dict):
|
|
5998
6316
|
"""
|
5999
6317
|
return pulumi.get(self, "defined_tags")
|
6000
6318
|
|
6319
|
+
@property
|
6320
|
+
@pulumi.getter(name="encryptionKeyLocationDetails")
|
6321
|
+
def encryption_key_location_details(self) -> Optional['outputs.DatabaseDatabaseEncryptionKeyLocationDetails']:
|
6322
|
+
"""
|
6323
|
+
Types of providers supported for managing database encryption keys
|
6324
|
+
"""
|
6325
|
+
return pulumi.get(self, "encryption_key_location_details")
|
6326
|
+
|
6001
6327
|
@property
|
6002
6328
|
@pulumi.getter(name="freeformTags")
|
6003
6329
|
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
@@ -6006,6 +6332,14 @@ class DatabaseDatabase(dict):
|
|
6006
6332
|
"""
|
6007
6333
|
return pulumi.get(self, "freeform_tags")
|
6008
6334
|
|
6335
|
+
@property
|
6336
|
+
@pulumi.getter(name="isActiveDataGuardEnabled")
|
6337
|
+
def is_active_data_guard_enabled(self) -> Optional[bool]:
|
6338
|
+
"""
|
6339
|
+
True if active Data Guard is enabled.
|
6340
|
+
"""
|
6341
|
+
return pulumi.get(self, "is_active_data_guard_enabled")
|
6342
|
+
|
6009
6343
|
@property
|
6010
6344
|
@pulumi.getter(name="kmsKeyId")
|
6011
6345
|
def kms_key_id(self) -> Optional[str]:
|
@@ -6046,6 +6380,14 @@ class DatabaseDatabase(dict):
|
|
6046
6380
|
"""
|
6047
6381
|
return pulumi.get(self, "pluggable_databases")
|
6048
6382
|
|
6383
|
+
@property
|
6384
|
+
@pulumi.getter(name="protectionMode")
|
6385
|
+
def protection_mode(self) -> Optional[str]:
|
6386
|
+
"""
|
6387
|
+
The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
6388
|
+
"""
|
6389
|
+
return pulumi.get(self, "protection_mode")
|
6390
|
+
|
6049
6391
|
@property
|
6050
6392
|
@pulumi.getter(name="sidPrefix")
|
6051
6393
|
def sid_prefix(self) -> Optional[str]:
|
@@ -6054,6 +6396,30 @@ class DatabaseDatabase(dict):
|
|
6054
6396
|
"""
|
6055
6397
|
return pulumi.get(self, "sid_prefix")
|
6056
6398
|
|
6399
|
+
@property
|
6400
|
+
@pulumi.getter(name="sourceDatabaseId")
|
6401
|
+
def source_database_id(self) -> Optional[str]:
|
6402
|
+
"""
|
6403
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source database.
|
6404
|
+
"""
|
6405
|
+
return pulumi.get(self, "source_database_id")
|
6406
|
+
|
6407
|
+
@property
|
6408
|
+
@pulumi.getter(name="sourceEncryptionKeyLocationDetails")
|
6409
|
+
def source_encryption_key_location_details(self) -> Optional['outputs.DatabaseDatabaseSourceEncryptionKeyLocationDetails']:
|
6410
|
+
"""
|
6411
|
+
Types of providers supported for managing database encryption keys
|
6412
|
+
"""
|
6413
|
+
return pulumi.get(self, "source_encryption_key_location_details")
|
6414
|
+
|
6415
|
+
@property
|
6416
|
+
@pulumi.getter(name="sourceTdeWalletPassword")
|
6417
|
+
def source_tde_wallet_password(self) -> Optional[str]:
|
6418
|
+
"""
|
6419
|
+
The TDE wallet password of the source database specified by 'sourceDatabaseId'.
|
6420
|
+
"""
|
6421
|
+
return pulumi.get(self, "source_tde_wallet_password")
|
6422
|
+
|
6057
6423
|
@property
|
6058
6424
|
@pulumi.getter(name="tdeWalletPassword")
|
6059
6425
|
def tde_wallet_password(self) -> Optional[str]:
|
@@ -6062,6 +6428,21 @@ class DatabaseDatabase(dict):
|
|
6062
6428
|
"""
|
6063
6429
|
return pulumi.get(self, "tde_wallet_password")
|
6064
6430
|
|
6431
|
+
@property
|
6432
|
+
@pulumi.getter(name="transportType")
|
6433
|
+
def transport_type(self) -> Optional[str]:
|
6434
|
+
"""
|
6435
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
6436
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
6437
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
6438
|
+
* MAXIMUM_PROTECTION - SYNC
|
6439
|
+
|
6440
|
+
For more information, see [Redo Transport Services](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-redo-transport-services.htm#SBYDB00400) in the Oracle Data Guard documentation.
|
6441
|
+
|
6442
|
+
**IMPORTANT** - The only transport type currently supported by the Database service is ASYNC.
|
6443
|
+
"""
|
6444
|
+
return pulumi.get(self, "transport_type")
|
6445
|
+
|
6065
6446
|
@property
|
6066
6447
|
@pulumi.getter(name="vaultId")
|
6067
6448
|
def vault_id(self) -> Optional[str]:
|
@@ -6275,6 +6656,54 @@ class DatabaseDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
6275
6656
|
return pulumi.get(self, "vpc_user")
|
6276
6657
|
|
6277
6658
|
|
6659
|
+
@pulumi.output_type
|
6660
|
+
class DatabaseDatabaseEncryptionKeyLocationDetails(dict):
|
6661
|
+
@staticmethod
|
6662
|
+
def __key_warning(key: str):
|
6663
|
+
suggest = None
|
6664
|
+
if key == "hsmPassword":
|
6665
|
+
suggest = "hsm_password"
|
6666
|
+
elif key == "providerType":
|
6667
|
+
suggest = "provider_type"
|
6668
|
+
|
6669
|
+
if suggest:
|
6670
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseDatabaseEncryptionKeyLocationDetails. Access the value via the '{suggest}' property getter instead.")
|
6671
|
+
|
6672
|
+
def __getitem__(self, key: str) -> Any:
|
6673
|
+
DatabaseDatabaseEncryptionKeyLocationDetails.__key_warning(key)
|
6674
|
+
return super().__getitem__(key)
|
6675
|
+
|
6676
|
+
def get(self, key: str, default = None) -> Any:
|
6677
|
+
DatabaseDatabaseEncryptionKeyLocationDetails.__key_warning(key)
|
6678
|
+
return super().get(key, default)
|
6679
|
+
|
6680
|
+
def __init__(__self__, *,
|
6681
|
+
hsm_password: str,
|
6682
|
+
provider_type: str):
|
6683
|
+
"""
|
6684
|
+
:param str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
6685
|
+
:param str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
6686
|
+
"""
|
6687
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
6688
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
6689
|
+
|
6690
|
+
@property
|
6691
|
+
@pulumi.getter(name="hsmPassword")
|
6692
|
+
def hsm_password(self) -> str:
|
6693
|
+
"""
|
6694
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
6695
|
+
"""
|
6696
|
+
return pulumi.get(self, "hsm_password")
|
6697
|
+
|
6698
|
+
@property
|
6699
|
+
@pulumi.getter(name="providerType")
|
6700
|
+
def provider_type(self) -> str:
|
6701
|
+
"""
|
6702
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
6703
|
+
"""
|
6704
|
+
return pulumi.get(self, "provider_type")
|
6705
|
+
|
6706
|
+
|
6278
6707
|
@pulumi.output_type
|
6279
6708
|
class DatabaseDatabaseManagementConfig(dict):
|
6280
6709
|
@staticmethod
|
@@ -6325,6 +6754,54 @@ class DatabaseDatabaseManagementConfig(dict):
|
|
6325
6754
|
return pulumi.get(self, "management_type")
|
6326
6755
|
|
6327
6756
|
|
6757
|
+
@pulumi.output_type
|
6758
|
+
class DatabaseDatabaseSourceEncryptionKeyLocationDetails(dict):
|
6759
|
+
@staticmethod
|
6760
|
+
def __key_warning(key: str):
|
6761
|
+
suggest = None
|
6762
|
+
if key == "hsmPassword":
|
6763
|
+
suggest = "hsm_password"
|
6764
|
+
elif key == "providerType":
|
6765
|
+
suggest = "provider_type"
|
6766
|
+
|
6767
|
+
if suggest:
|
6768
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseDatabaseSourceEncryptionKeyLocationDetails. Access the value via the '{suggest}' property getter instead.")
|
6769
|
+
|
6770
|
+
def __getitem__(self, key: str) -> Any:
|
6771
|
+
DatabaseDatabaseSourceEncryptionKeyLocationDetails.__key_warning(key)
|
6772
|
+
return super().__getitem__(key)
|
6773
|
+
|
6774
|
+
def get(self, key: str, default = None) -> Any:
|
6775
|
+
DatabaseDatabaseSourceEncryptionKeyLocationDetails.__key_warning(key)
|
6776
|
+
return super().get(key, default)
|
6777
|
+
|
6778
|
+
def __init__(__self__, *,
|
6779
|
+
hsm_password: str,
|
6780
|
+
provider_type: str):
|
6781
|
+
"""
|
6782
|
+
:param str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
6783
|
+
:param str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
6784
|
+
"""
|
6785
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
6786
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
6787
|
+
|
6788
|
+
@property
|
6789
|
+
@pulumi.getter(name="hsmPassword")
|
6790
|
+
def hsm_password(self) -> str:
|
6791
|
+
"""
|
6792
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
6793
|
+
"""
|
6794
|
+
return pulumi.get(self, "hsm_password")
|
6795
|
+
|
6796
|
+
@property
|
6797
|
+
@pulumi.getter(name="providerType")
|
6798
|
+
def provider_type(self) -> str:
|
6799
|
+
"""
|
6800
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
6801
|
+
"""
|
6802
|
+
return pulumi.get(self, "provider_type")
|
6803
|
+
|
6804
|
+
|
6328
6805
|
@pulumi.output_type
|
6329
6806
|
class DatabaseDbBackupConfig(dict):
|
6330
6807
|
@staticmethod
|
@@ -6593,6 +7070,206 @@ class DatabaseUpgradeConnectionString(dict):
|
|
6593
7070
|
return pulumi.get(self, "cdb_ip_default")
|
6594
7071
|
|
6595
7072
|
|
7073
|
+
@pulumi.output_type
|
7074
|
+
class DatabaseUpgradeDataGuardGroup(dict):
|
7075
|
+
@staticmethod
|
7076
|
+
def __key_warning(key: str):
|
7077
|
+
suggest = None
|
7078
|
+
if key == "protectionMode":
|
7079
|
+
suggest = "protection_mode"
|
7080
|
+
|
7081
|
+
if suggest:
|
7082
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseUpgradeDataGuardGroup. Access the value via the '{suggest}' property getter instead.")
|
7083
|
+
|
7084
|
+
def __getitem__(self, key: str) -> Any:
|
7085
|
+
DatabaseUpgradeDataGuardGroup.__key_warning(key)
|
7086
|
+
return super().__getitem__(key)
|
7087
|
+
|
7088
|
+
def get(self, key: str, default = None) -> Any:
|
7089
|
+
DatabaseUpgradeDataGuardGroup.__key_warning(key)
|
7090
|
+
return super().get(key, default)
|
7091
|
+
|
7092
|
+
def __init__(__self__, *,
|
7093
|
+
members: Optional[Sequence['outputs.DatabaseUpgradeDataGuardGroupMember']] = None,
|
7094
|
+
protection_mode: Optional[str] = None):
|
7095
|
+
"""
|
7096
|
+
:param Sequence['DatabaseUpgradeDataGuardGroupMemberArgs'] members: List of Data Guard members, representing each database that is part of Data Guard.
|
7097
|
+
:param str protection_mode: The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
7098
|
+
"""
|
7099
|
+
if members is not None:
|
7100
|
+
pulumi.set(__self__, "members", members)
|
7101
|
+
if protection_mode is not None:
|
7102
|
+
pulumi.set(__self__, "protection_mode", protection_mode)
|
7103
|
+
|
7104
|
+
@property
|
7105
|
+
@pulumi.getter
|
7106
|
+
def members(self) -> Optional[Sequence['outputs.DatabaseUpgradeDataGuardGroupMember']]:
|
7107
|
+
"""
|
7108
|
+
List of Data Guard members, representing each database that is part of Data Guard.
|
7109
|
+
"""
|
7110
|
+
return pulumi.get(self, "members")
|
7111
|
+
|
7112
|
+
@property
|
7113
|
+
@pulumi.getter(name="protectionMode")
|
7114
|
+
def protection_mode(self) -> Optional[str]:
|
7115
|
+
"""
|
7116
|
+
The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
7117
|
+
"""
|
7118
|
+
return pulumi.get(self, "protection_mode")
|
7119
|
+
|
7120
|
+
|
7121
|
+
@pulumi.output_type
|
7122
|
+
class DatabaseUpgradeDataGuardGroupMember(dict):
|
7123
|
+
@staticmethod
|
7124
|
+
def __key_warning(key: str):
|
7125
|
+
suggest = None
|
7126
|
+
if key == "applyLag":
|
7127
|
+
suggest = "apply_lag"
|
7128
|
+
elif key == "applyRate":
|
7129
|
+
suggest = "apply_rate"
|
7130
|
+
elif key == "databaseId":
|
7131
|
+
suggest = "database_id"
|
7132
|
+
elif key == "dbSystemId":
|
7133
|
+
suggest = "db_system_id"
|
7134
|
+
elif key == "isActiveDataGuardEnabled":
|
7135
|
+
suggest = "is_active_data_guard_enabled"
|
7136
|
+
elif key == "transportLag":
|
7137
|
+
suggest = "transport_lag"
|
7138
|
+
elif key == "transportLagRefresh":
|
7139
|
+
suggest = "transport_lag_refresh"
|
7140
|
+
elif key == "transportType":
|
7141
|
+
suggest = "transport_type"
|
7142
|
+
|
7143
|
+
if suggest:
|
7144
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseUpgradeDataGuardGroupMember. Access the value via the '{suggest}' property getter instead.")
|
7145
|
+
|
7146
|
+
def __getitem__(self, key: str) -> Any:
|
7147
|
+
DatabaseUpgradeDataGuardGroupMember.__key_warning(key)
|
7148
|
+
return super().__getitem__(key)
|
7149
|
+
|
7150
|
+
def get(self, key: str, default = None) -> Any:
|
7151
|
+
DatabaseUpgradeDataGuardGroupMember.__key_warning(key)
|
7152
|
+
return super().get(key, default)
|
7153
|
+
|
7154
|
+
def __init__(__self__, *,
|
7155
|
+
apply_lag: Optional[str] = None,
|
7156
|
+
apply_rate: Optional[str] = None,
|
7157
|
+
database_id: Optional[str] = None,
|
7158
|
+
db_system_id: Optional[str] = None,
|
7159
|
+
is_active_data_guard_enabled: Optional[bool] = None,
|
7160
|
+
role: Optional[str] = None,
|
7161
|
+
transport_lag: Optional[str] = None,
|
7162
|
+
transport_lag_refresh: Optional[str] = None,
|
7163
|
+
transport_type: Optional[str] = None):
|
7164
|
+
"""
|
7165
|
+
:param str apply_lag: The lag time between updates to the primary database and application of the redo data on the standby database, as computed by the reporting database. Example: `1 second`
|
7166
|
+
:param str apply_rate: The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
7167
|
+
:param str database_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
7168
|
+
:param str db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
7169
|
+
:param bool is_active_data_guard_enabled: True if active Data Guard is enabled.
|
7170
|
+
:param str role: The role of the reporting database in this Data Guard association.
|
7171
|
+
:param str transport_lag: The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
7172
|
+
:param str transport_lag_refresh: The date and time when last redo transport has been done.
|
7173
|
+
:param str transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
7174
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
7175
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
7176
|
+
* MAXIMUM_PROTECTION - SYNC
|
7177
|
+
"""
|
7178
|
+
if apply_lag is not None:
|
7179
|
+
pulumi.set(__self__, "apply_lag", apply_lag)
|
7180
|
+
if apply_rate is not None:
|
7181
|
+
pulumi.set(__self__, "apply_rate", apply_rate)
|
7182
|
+
if database_id is not None:
|
7183
|
+
pulumi.set(__self__, "database_id", database_id)
|
7184
|
+
if db_system_id is not None:
|
7185
|
+
pulumi.set(__self__, "db_system_id", db_system_id)
|
7186
|
+
if is_active_data_guard_enabled is not None:
|
7187
|
+
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
7188
|
+
if role is not None:
|
7189
|
+
pulumi.set(__self__, "role", role)
|
7190
|
+
if transport_lag is not None:
|
7191
|
+
pulumi.set(__self__, "transport_lag", transport_lag)
|
7192
|
+
if transport_lag_refresh is not None:
|
7193
|
+
pulumi.set(__self__, "transport_lag_refresh", transport_lag_refresh)
|
7194
|
+
if transport_type is not None:
|
7195
|
+
pulumi.set(__self__, "transport_type", transport_type)
|
7196
|
+
|
7197
|
+
@property
|
7198
|
+
@pulumi.getter(name="applyLag")
|
7199
|
+
def apply_lag(self) -> Optional[str]:
|
7200
|
+
"""
|
7201
|
+
The lag time between updates to the primary database and application of the redo data on the standby database, as computed by the reporting database. Example: `1 second`
|
7202
|
+
"""
|
7203
|
+
return pulumi.get(self, "apply_lag")
|
7204
|
+
|
7205
|
+
@property
|
7206
|
+
@pulumi.getter(name="applyRate")
|
7207
|
+
def apply_rate(self) -> Optional[str]:
|
7208
|
+
"""
|
7209
|
+
The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
7210
|
+
"""
|
7211
|
+
return pulumi.get(self, "apply_rate")
|
7212
|
+
|
7213
|
+
@property
|
7214
|
+
@pulumi.getter(name="databaseId")
|
7215
|
+
def database_id(self) -> Optional[str]:
|
7216
|
+
"""
|
7217
|
+
The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
7218
|
+
"""
|
7219
|
+
return pulumi.get(self, "database_id")
|
7220
|
+
|
7221
|
+
@property
|
7222
|
+
@pulumi.getter(name="dbSystemId")
|
7223
|
+
def db_system_id(self) -> Optional[str]:
|
7224
|
+
"""
|
7225
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
7226
|
+
"""
|
7227
|
+
return pulumi.get(self, "db_system_id")
|
7228
|
+
|
7229
|
+
@property
|
7230
|
+
@pulumi.getter(name="isActiveDataGuardEnabled")
|
7231
|
+
def is_active_data_guard_enabled(self) -> Optional[bool]:
|
7232
|
+
"""
|
7233
|
+
True if active Data Guard is enabled.
|
7234
|
+
"""
|
7235
|
+
return pulumi.get(self, "is_active_data_guard_enabled")
|
7236
|
+
|
7237
|
+
@property
|
7238
|
+
@pulumi.getter
|
7239
|
+
def role(self) -> Optional[str]:
|
7240
|
+
"""
|
7241
|
+
The role of the reporting database in this Data Guard association.
|
7242
|
+
"""
|
7243
|
+
return pulumi.get(self, "role")
|
7244
|
+
|
7245
|
+
@property
|
7246
|
+
@pulumi.getter(name="transportLag")
|
7247
|
+
def transport_lag(self) -> Optional[str]:
|
7248
|
+
"""
|
7249
|
+
The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
7250
|
+
"""
|
7251
|
+
return pulumi.get(self, "transport_lag")
|
7252
|
+
|
7253
|
+
@property
|
7254
|
+
@pulumi.getter(name="transportLagRefresh")
|
7255
|
+
def transport_lag_refresh(self) -> Optional[str]:
|
7256
|
+
"""
|
7257
|
+
The date and time when last redo transport has been done.
|
7258
|
+
"""
|
7259
|
+
return pulumi.get(self, "transport_lag_refresh")
|
7260
|
+
|
7261
|
+
@property
|
7262
|
+
@pulumi.getter(name="transportType")
|
7263
|
+
def transport_type(self) -> Optional[str]:
|
7264
|
+
"""
|
7265
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
7266
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
7267
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
7268
|
+
* MAXIMUM_PROTECTION - SYNC
|
7269
|
+
"""
|
7270
|
+
return pulumi.get(self, "transport_type")
|
7271
|
+
|
7272
|
+
|
6596
7273
|
@pulumi.output_type
|
6597
7274
|
class DatabaseUpgradeDatabaseUpgradeSourceDetails(dict):
|
6598
7275
|
@staticmethod
|
@@ -6948,6 +7625,8 @@ class DbHomeDatabase(dict):
|
|
6948
7625
|
suggest = "db_workload"
|
6949
7626
|
elif key == "definedTags":
|
6950
7627
|
suggest = "defined_tags"
|
7628
|
+
elif key == "encryptionKeyLocationDetails":
|
7629
|
+
suggest = "encryption_key_location_details"
|
6951
7630
|
elif key == "freeformTags":
|
6952
7631
|
suggest = "freeform_tags"
|
6953
7632
|
elif key == "keyStoreId":
|
@@ -7001,6 +7680,7 @@ class DbHomeDatabase(dict):
|
|
7001
7680
|
db_unique_name: Optional[str] = None,
|
7002
7681
|
db_workload: Optional[str] = None,
|
7003
7682
|
defined_tags: Optional[Mapping[str, str]] = None,
|
7683
|
+
encryption_key_location_details: Optional['outputs.DbHomeDatabaseEncryptionKeyLocationDetails'] = None,
|
7004
7684
|
freeform_tags: Optional[Mapping[str, str]] = None,
|
7005
7685
|
id: Optional[str] = None,
|
7006
7686
|
key_store_id: Optional[str] = None,
|
@@ -7032,6 +7712,7 @@ class DbHomeDatabase(dict):
|
|
7032
7712
|
|
7033
7713
|
The database workload type.
|
7034
7714
|
:param Mapping[str, str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
7715
|
+
:param 'DbHomeDatabaseEncryptionKeyLocationDetailsArgs' encryption_key_location_details: Types of providers supported for managing database encryption keys
|
7035
7716
|
:param Mapping[str, str] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
7036
7717
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
7037
7718
|
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
@@ -7072,6 +7753,8 @@ class DbHomeDatabase(dict):
|
|
7072
7753
|
pulumi.set(__self__, "db_workload", db_workload)
|
7073
7754
|
if defined_tags is not None:
|
7074
7755
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
7756
|
+
if encryption_key_location_details is not None:
|
7757
|
+
pulumi.set(__self__, "encryption_key_location_details", encryption_key_location_details)
|
7075
7758
|
if freeform_tags is not None:
|
7076
7759
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
7077
7760
|
if id is not None:
|
@@ -7199,6 +7882,14 @@ class DbHomeDatabase(dict):
|
|
7199
7882
|
"""
|
7200
7883
|
return pulumi.get(self, "defined_tags")
|
7201
7884
|
|
7885
|
+
@property
|
7886
|
+
@pulumi.getter(name="encryptionKeyLocationDetails")
|
7887
|
+
def encryption_key_location_details(self) -> Optional['outputs.DbHomeDatabaseEncryptionKeyLocationDetails']:
|
7888
|
+
"""
|
7889
|
+
Types of providers supported for managing database encryption keys
|
7890
|
+
"""
|
7891
|
+
return pulumi.get(self, "encryption_key_location_details")
|
7892
|
+
|
7202
7893
|
@property
|
7203
7894
|
@pulumi.getter(name="freeformTags")
|
7204
7895
|
def freeform_tags(self) -> Optional[Mapping[str, str]]:
|
@@ -7572,6 +8263,54 @@ class DbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
|
|
7572
8263
|
return pulumi.get(self, "type")
|
7573
8264
|
|
7574
8265
|
|
8266
|
+
@pulumi.output_type
|
8267
|
+
class DbHomeDatabaseEncryptionKeyLocationDetails(dict):
|
8268
|
+
@staticmethod
|
8269
|
+
def __key_warning(key: str):
|
8270
|
+
suggest = None
|
8271
|
+
if key == "hsmPassword":
|
8272
|
+
suggest = "hsm_password"
|
8273
|
+
elif key == "providerType":
|
8274
|
+
suggest = "provider_type"
|
8275
|
+
|
8276
|
+
if suggest:
|
8277
|
+
pulumi.log.warn(f"Key '{key}' not found in DbHomeDatabaseEncryptionKeyLocationDetails. Access the value via the '{suggest}' property getter instead.")
|
8278
|
+
|
8279
|
+
def __getitem__(self, key: str) -> Any:
|
8280
|
+
DbHomeDatabaseEncryptionKeyLocationDetails.__key_warning(key)
|
8281
|
+
return super().__getitem__(key)
|
8282
|
+
|
8283
|
+
def get(self, key: str, default = None) -> Any:
|
8284
|
+
DbHomeDatabaseEncryptionKeyLocationDetails.__key_warning(key)
|
8285
|
+
return super().get(key, default)
|
8286
|
+
|
8287
|
+
def __init__(__self__, *,
|
8288
|
+
hsm_password: str,
|
8289
|
+
provider_type: str):
|
8290
|
+
"""
|
8291
|
+
:param str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
8292
|
+
:param str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
8293
|
+
"""
|
8294
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
8295
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
8296
|
+
|
8297
|
+
@property
|
8298
|
+
@pulumi.getter(name="hsmPassword")
|
8299
|
+
def hsm_password(self) -> str:
|
8300
|
+
"""
|
8301
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
8302
|
+
"""
|
8303
|
+
return pulumi.get(self, "hsm_password")
|
8304
|
+
|
8305
|
+
@property
|
8306
|
+
@pulumi.getter(name="providerType")
|
8307
|
+
def provider_type(self) -> str:
|
8308
|
+
"""
|
8309
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
8310
|
+
"""
|
8311
|
+
return pulumi.get(self, "provider_type")
|
8312
|
+
|
8313
|
+
|
7575
8314
|
@pulumi.output_type
|
7576
8315
|
class DbSystemDataCollectionOptions(dict):
|
7577
8316
|
@staticmethod
|
@@ -8716,7 +9455,6 @@ class DbSystemMaintenanceWindow(dict):
|
|
8716
9455
|
:param Sequence['DbSystemMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
8717
9456
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
8718
9457
|
:param str preference: The maintenance window scheduling preference.
|
8719
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
8720
9458
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
8721
9459
|
"""
|
8722
9460
|
if custom_action_timeout_in_mins is not None:
|
@@ -8818,9 +9556,6 @@ class DbSystemMaintenanceWindow(dict):
|
|
8818
9556
|
@property
|
8819
9557
|
@pulumi.getter(name="skipRus")
|
8820
9558
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
8821
|
-
"""
|
8822
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
8823
|
-
"""
|
8824
9559
|
return pulumi.get(self, "skip_rus")
|
8825
9560
|
|
8826
9561
|
@property
|
@@ -8911,7 +9646,6 @@ class DbSystemMaintenanceWindowDetails(dict):
|
|
8911
9646
|
|
8912
9647
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
8913
9648
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
8914
|
-
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
8915
9649
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
8916
9650
|
"""
|
8917
9651
|
if custom_action_timeout_in_mins is not None:
|
@@ -9015,9 +9749,6 @@ class DbSystemMaintenanceWindowDetails(dict):
|
|
9015
9749
|
@property
|
9016
9750
|
@pulumi.getter(name="skipRus")
|
9017
9751
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
9018
|
-
"""
|
9019
|
-
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
9020
|
-
"""
|
9021
9752
|
return pulumi.get(self, "skip_rus")
|
9022
9753
|
|
9023
9754
|
@property
|
@@ -9909,7 +10640,6 @@ class ExadataInfrastructureMaintenanceWindow(dict):
|
|
9909
10640
|
|
9910
10641
|
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
|
9911
10642
|
:param str preference: (Updatable) The maintenance window scheduling preference.
|
9912
|
-
:param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
9913
10643
|
:param Sequence[int] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
9914
10644
|
"""
|
9915
10645
|
if custom_action_timeout_in_mins is not None:
|
@@ -10013,9 +10743,6 @@ class ExadataInfrastructureMaintenanceWindow(dict):
|
|
10013
10743
|
@property
|
10014
10744
|
@pulumi.getter(name="skipRus")
|
10015
10745
|
def skip_rus(self) -> Optional[Sequence[bool]]:
|
10016
|
-
"""
|
10017
|
-
(Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
10018
|
-
"""
|
10019
10746
|
return pulumi.get(self, "skip_rus")
|
10020
10747
|
|
10021
10748
|
@property
|
@@ -18804,6 +19531,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18804
19531
|
is_data_guard_enabled: bool,
|
18805
19532
|
is_dedicated: bool,
|
18806
19533
|
is_dev_tier: bool,
|
19534
|
+
is_disconnect_peer: bool,
|
18807
19535
|
is_free_tier: bool,
|
18808
19536
|
is_local_data_guard_enabled: bool,
|
18809
19537
|
is_mtls_connection_required: bool,
|
@@ -18836,6 +19564,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18836
19564
|
ocpu_count: float,
|
18837
19565
|
open_mode: str,
|
18838
19566
|
operations_insights_status: str,
|
19567
|
+
peer_db_id: str,
|
18839
19568
|
peer_db_ids: Sequence[str],
|
18840
19569
|
permission_level: str,
|
18841
19570
|
private_endpoint: str,
|
@@ -18945,6 +19674,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18945
19674
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
18946
19675
|
:param bool is_dev_tier: Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
18947
19676
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled
|
19677
|
+
:param bool is_disconnect_peer: If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the `peerDbId` parameter.
|
18948
19678
|
:param bool is_free_tier: Filter on the value of the resource's 'isFreeTier' property. A value of `true` returns only Always Free resources. A value of `false` excludes Always Free resources from the returned results. Omitting this parameter returns both Always Free and paid resources.
|
18949
19679
|
:param bool is_local_data_guard_enabled: Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
18950
19680
|
:param bool is_mtls_connection_required: Specifies if the Autonomous Database requires mTLS connections.
|
@@ -18975,6 +19705,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18975
19705
|
:param float ocpu_count: The number of OCPU cores to be made available to the database.
|
18976
19706
|
:param str open_mode: Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
18977
19707
|
:param str operations_insights_status: Status of Operations Insights for this Autonomous Database.
|
19708
|
+
:param str peer_db_id: The database [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
|
18978
19709
|
:param Sequence[str] peer_db_ids: The list of [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
|
18979
19710
|
:param str permission_level: The Autonomous Database permission level. Restricted mode allows access only by admin users.
|
18980
19711
|
:param str private_endpoint: The private endpoint for the resource.
|
@@ -19020,7 +19751,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19020
19751
|
:param str time_until_reconnect_clone_enabled: The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
|
19021
19752
|
:param float total_backup_storage_size_in_gbs: The backup storage to the database.
|
19022
19753
|
:param int used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
|
19023
|
-
:param int used_data_storage_size_in_tbs: The amount of storage that has been used, in terabytes.
|
19754
|
+
:param int used_data_storage_size_in_tbs: The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
|
19024
19755
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
19025
19756
|
:param Sequence[str] whitelisted_ips: The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
19026
19757
|
"""
|
@@ -19079,6 +19810,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19079
19810
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
19080
19811
|
pulumi.set(__self__, "is_dedicated", is_dedicated)
|
19081
19812
|
pulumi.set(__self__, "is_dev_tier", is_dev_tier)
|
19813
|
+
pulumi.set(__self__, "is_disconnect_peer", is_disconnect_peer)
|
19082
19814
|
pulumi.set(__self__, "is_free_tier", is_free_tier)
|
19083
19815
|
pulumi.set(__self__, "is_local_data_guard_enabled", is_local_data_guard_enabled)
|
19084
19816
|
pulumi.set(__self__, "is_mtls_connection_required", is_mtls_connection_required)
|
@@ -19111,6 +19843,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19111
19843
|
pulumi.set(__self__, "ocpu_count", ocpu_count)
|
19112
19844
|
pulumi.set(__self__, "open_mode", open_mode)
|
19113
19845
|
pulumi.set(__self__, "operations_insights_status", operations_insights_status)
|
19846
|
+
pulumi.set(__self__, "peer_db_id", peer_db_id)
|
19114
19847
|
pulumi.set(__self__, "peer_db_ids", peer_db_ids)
|
19115
19848
|
pulumi.set(__self__, "permission_level", permission_level)
|
19116
19849
|
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
@@ -19595,6 +20328,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19595
20328
|
"""
|
19596
20329
|
return pulumi.get(self, "is_dev_tier")
|
19597
20330
|
|
20331
|
+
@property
|
20332
|
+
@pulumi.getter(name="isDisconnectPeer")
|
20333
|
+
def is_disconnect_peer(self) -> bool:
|
20334
|
+
"""
|
20335
|
+
If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the `peerDbId` parameter.
|
20336
|
+
"""
|
20337
|
+
return pulumi.get(self, "is_disconnect_peer")
|
20338
|
+
|
19598
20339
|
@property
|
19599
20340
|
@pulumi.getter(name="isFreeTier")
|
19600
20341
|
def is_free_tier(self) -> bool:
|
@@ -19844,6 +20585,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19844
20585
|
"""
|
19845
20586
|
return pulumi.get(self, "operations_insights_status")
|
19846
20587
|
|
20588
|
+
@property
|
20589
|
+
@pulumi.getter(name="peerDbId")
|
20590
|
+
def peer_db_id(self) -> str:
|
20591
|
+
"""
|
20592
|
+
The database [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
|
20593
|
+
"""
|
20594
|
+
return pulumi.get(self, "peer_db_id")
|
20595
|
+
|
19847
20596
|
@property
|
19848
20597
|
@pulumi.getter(name="peerDbIds")
|
19849
20598
|
def peer_db_ids(self) -> Sequence[str]:
|
@@ -20251,7 +21000,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
20251
21000
|
@pulumi.getter(name="usedDataStorageSizeInTbs")
|
20252
21001
|
def used_data_storage_size_in_tbs(self) -> int:
|
20253
21002
|
"""
|
20254
|
-
The amount of storage that has been used, in terabytes.
|
21003
|
+
The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
|
20255
21004
|
"""
|
20256
21005
|
return pulumi.get(self, "used_data_storage_size_in_tbs")
|
20257
21006
|
|
@@ -21753,7 +22502,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21753
22502
|
:param str time_until_reconnect_clone_enabled: The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
|
21754
22503
|
:param float total_backup_storage_size_in_gbs: The backup storage to the database.
|
21755
22504
|
:param int used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
|
21756
|
-
:param int used_data_storage_size_in_tbs: The amount of storage that has been used, in terabytes.
|
22505
|
+
:param int used_data_storage_size_in_tbs: The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
|
21757
22506
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
21758
22507
|
:param Sequence[str] whitelisted_ips: The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
21759
22508
|
"""
|
@@ -22844,7 +23593,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
22844
23593
|
@pulumi.getter(name="usedDataStorageSizeInTbs")
|
22845
23594
|
def used_data_storage_size_in_tbs(self) -> int:
|
22846
23595
|
"""
|
22847
|
-
The amount of storage that has been used, in terabytes.
|
23596
|
+
The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
|
22848
23597
|
"""
|
22849
23598
|
return pulumi.get(self, "used_data_storage_size_in_tbs")
|
22850
23599
|
|
@@ -24396,7 +25145,6 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
|
|
24396
25145
|
:param Sequence['GetAutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
24397
25146
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
24398
25147
|
:param str preference: The maintenance window scheduling preference.
|
24399
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
24400
25148
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
24401
25149
|
"""
|
24402
25150
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -24487,9 +25235,6 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
|
|
24487
25235
|
@property
|
24488
25236
|
@pulumi.getter(name="skipRus")
|
24489
25237
|
def skip_rus(self) -> Sequence[bool]:
|
24490
|
-
"""
|
24491
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
24492
|
-
"""
|
24493
25238
|
return pulumi.get(self, "skip_rus")
|
24494
25239
|
|
24495
25240
|
@property
|
@@ -24544,7 +25289,6 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
|
|
24544
25289
|
:param Sequence['GetAutonomousExadataInfrastructureMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
24545
25290
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
24546
25291
|
:param str preference: The maintenance window scheduling preference.
|
24547
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
24548
25292
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
24549
25293
|
"""
|
24550
25294
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -24635,9 +25379,6 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
|
|
24635
25379
|
@property
|
24636
25380
|
@pulumi.getter(name="skipRus")
|
24637
25381
|
def skip_rus(self) -> Sequence[bool]:
|
24638
|
-
"""
|
24639
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
24640
|
-
"""
|
24641
25382
|
return pulumi.get(self, "skip_rus")
|
24642
25383
|
|
24643
25384
|
@property
|
@@ -25107,7 +25848,6 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
25107
25848
|
:param Sequence['GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
25108
25849
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
25109
25850
|
:param str preference: The maintenance window scheduling preference.
|
25110
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
25111
25851
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
25112
25852
|
"""
|
25113
25853
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -25198,9 +25938,6 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
25198
25938
|
@property
|
25199
25939
|
@pulumi.getter(name="skipRus")
|
25200
25940
|
def skip_rus(self) -> Sequence[bool]:
|
25201
|
-
"""
|
25202
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
25203
|
-
"""
|
25204
25941
|
return pulumi.get(self, "skip_rus")
|
25205
25942
|
|
25206
25943
|
@property
|
@@ -25255,7 +25992,6 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
25255
25992
|
:param Sequence['GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
25256
25993
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
25257
25994
|
:param str preference: The maintenance window scheduling preference.
|
25258
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
25259
25995
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
25260
25996
|
"""
|
25261
25997
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -25346,9 +26082,6 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
|
|
25346
26082
|
@property
|
25347
26083
|
@pulumi.getter(name="skipRus")
|
25348
26084
|
def skip_rus(self) -> Sequence[bool]:
|
25349
|
-
"""
|
25350
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
25351
|
-
"""
|
25352
26085
|
return pulumi.get(self, "skip_rus")
|
25353
26086
|
|
25354
26087
|
@property
|
@@ -25884,7 +26617,6 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
25884
26617
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
25885
26618
|
:param Sequence['GetAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
25886
26619
|
:param str preference: The maintenance window scheduling preference.
|
25887
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
25888
26620
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
25889
26621
|
"""
|
25890
26622
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -25963,9 +26695,6 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
25963
26695
|
@property
|
25964
26696
|
@pulumi.getter(name="skipRus")
|
25965
26697
|
def skip_rus(self) -> Sequence[bool]:
|
25966
|
-
"""
|
25967
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
25968
|
-
"""
|
25969
26698
|
return pulumi.get(self, "skip_rus")
|
25970
26699
|
|
25971
26700
|
@property
|
@@ -26016,7 +26745,6 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
|
|
26016
26745
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
26017
26746
|
:param Sequence['GetAutonomousVmClusterMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
26018
26747
|
:param str preference: The maintenance window scheduling preference.
|
26019
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
26020
26748
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
26021
26749
|
"""
|
26022
26750
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -26095,9 +26823,6 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
|
|
26095
26823
|
@property
|
26096
26824
|
@pulumi.getter(name="skipRus")
|
26097
26825
|
def skip_rus(self) -> Sequence[bool]:
|
26098
|
-
"""
|
26099
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
26100
|
-
"""
|
26101
26826
|
return pulumi.get(self, "skip_rus")
|
26102
26827
|
|
26103
26828
|
@property
|
@@ -26915,7 +27640,6 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
26915
27640
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
26916
27641
|
:param Sequence['GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
26917
27642
|
:param str preference: The maintenance window scheduling preference.
|
26918
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
26919
27643
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
26920
27644
|
"""
|
26921
27645
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -26994,9 +27718,6 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
|
|
26994
27718
|
@property
|
26995
27719
|
@pulumi.getter(name="skipRus")
|
26996
27720
|
def skip_rus(self) -> Sequence[bool]:
|
26997
|
-
"""
|
26998
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
26999
|
-
"""
|
27000
27721
|
return pulumi.get(self, "skip_rus")
|
27001
27722
|
|
27002
27723
|
@property
|
@@ -27047,7 +27768,6 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
|
|
27047
27768
|
:param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
27048
27769
|
:param Sequence['GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
27049
27770
|
:param str preference: The maintenance window scheduling preference.
|
27050
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
27051
27771
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
27052
27772
|
"""
|
27053
27773
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -27126,9 +27846,6 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
|
|
27126
27846
|
@property
|
27127
27847
|
@pulumi.getter(name="skipRus")
|
27128
27848
|
def skip_rus(self) -> Sequence[bool]:
|
27129
|
-
"""
|
27130
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
27131
|
-
"""
|
27132
27849
|
return pulumi.get(self, "skip_rus")
|
27133
27850
|
|
27134
27851
|
@property
|
@@ -27606,6 +28323,7 @@ class GetBackupsBackupResult(dict):
|
|
27606
28323
|
database_id: str,
|
27607
28324
|
database_size_in_gbs: float,
|
27608
28325
|
display_name: str,
|
28326
|
+
encryption_key_location_details: Sequence['outputs.GetBackupsBackupEncryptionKeyLocationDetailResult'],
|
27609
28327
|
id: str,
|
27610
28328
|
key_store_id: str,
|
27611
28329
|
key_store_wallet_name: str,
|
@@ -27626,6 +28344,7 @@ class GetBackupsBackupResult(dict):
|
|
27626
28344
|
:param str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
27627
28345
|
:param float database_size_in_gbs: The size of the database in gigabytes at the time the backup was taken.
|
27628
28346
|
:param str display_name: The user-friendly name for the backup. The name does not have to be unique.
|
28347
|
+
:param Sequence['GetBackupsBackupEncryptionKeyLocationDetailArgs'] encryption_key_location_details: Types of providers supported for managing database encryption keys
|
27629
28348
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup.
|
27630
28349
|
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
27631
28350
|
:param str key_store_wallet_name: The wallet name for Oracle Key Vault.
|
@@ -27646,6 +28365,7 @@ class GetBackupsBackupResult(dict):
|
|
27646
28365
|
pulumi.set(__self__, "database_id", database_id)
|
27647
28366
|
pulumi.set(__self__, "database_size_in_gbs", database_size_in_gbs)
|
27648
28367
|
pulumi.set(__self__, "display_name", display_name)
|
28368
|
+
pulumi.set(__self__, "encryption_key_location_details", encryption_key_location_details)
|
27649
28369
|
pulumi.set(__self__, "id", id)
|
27650
28370
|
pulumi.set(__self__, "key_store_id", key_store_id)
|
27651
28371
|
pulumi.set(__self__, "key_store_wallet_name", key_store_wallet_name)
|
@@ -27708,6 +28428,14 @@ class GetBackupsBackupResult(dict):
|
|
27708
28428
|
"""
|
27709
28429
|
return pulumi.get(self, "display_name")
|
27710
28430
|
|
28431
|
+
@property
|
28432
|
+
@pulumi.getter(name="encryptionKeyLocationDetails")
|
28433
|
+
def encryption_key_location_details(self) -> Sequence['outputs.GetBackupsBackupEncryptionKeyLocationDetailResult']:
|
28434
|
+
"""
|
28435
|
+
Types of providers supported for managing database encryption keys
|
28436
|
+
"""
|
28437
|
+
return pulumi.get(self, "encryption_key_location_details")
|
28438
|
+
|
27711
28439
|
@property
|
27712
28440
|
@pulumi.getter
|
27713
28441
|
def id(self) -> str:
|
@@ -27813,6 +28541,35 @@ class GetBackupsBackupResult(dict):
|
|
27813
28541
|
return pulumi.get(self, "version")
|
27814
28542
|
|
27815
28543
|
|
28544
|
+
@pulumi.output_type
|
28545
|
+
class GetBackupsBackupEncryptionKeyLocationDetailResult(dict):
|
28546
|
+
def __init__(__self__, *,
|
28547
|
+
hsm_password: str,
|
28548
|
+
provider_type: str):
|
28549
|
+
"""
|
28550
|
+
:param str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
28551
|
+
:param str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
28552
|
+
"""
|
28553
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
28554
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
28555
|
+
|
28556
|
+
@property
|
28557
|
+
@pulumi.getter(name="hsmPassword")
|
28558
|
+
def hsm_password(self) -> str:
|
28559
|
+
"""
|
28560
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
28561
|
+
"""
|
28562
|
+
return pulumi.get(self, "hsm_password")
|
28563
|
+
|
28564
|
+
@property
|
28565
|
+
@pulumi.getter(name="providerType")
|
28566
|
+
def provider_type(self) -> str:
|
28567
|
+
"""
|
28568
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
28569
|
+
"""
|
28570
|
+
return pulumi.get(self, "provider_type")
|
28571
|
+
|
28572
|
+
|
27816
28573
|
@pulumi.output_type
|
27817
28574
|
class GetBackupsFilterResult(dict):
|
27818
28575
|
def __init__(__self__, *,
|
@@ -29707,7 +30464,6 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
|
|
29707
30464
|
:param Sequence['GetCloudExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
29708
30465
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
29709
30466
|
:param str preference: The maintenance window scheduling preference.
|
29710
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
29711
30467
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
29712
30468
|
"""
|
29713
30469
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -29798,9 +30554,6 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
|
|
29798
30554
|
@property
|
29799
30555
|
@pulumi.getter(name="skipRus")
|
29800
30556
|
def skip_rus(self) -> Sequence[bool]:
|
29801
|
-
"""
|
29802
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
29803
|
-
"""
|
29804
30557
|
return pulumi.get(self, "skip_rus")
|
29805
30558
|
|
29806
30559
|
@property
|
@@ -30374,7 +31127,6 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
|
|
30374
31127
|
:param Sequence['GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
30375
31128
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
30376
31129
|
:param str preference: The maintenance window scheduling preference.
|
30377
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
30378
31130
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
30379
31131
|
"""
|
30380
31132
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -30465,9 +31217,6 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
|
|
30465
31217
|
@property
|
30466
31218
|
@pulumi.getter(name="skipRus")
|
30467
31219
|
def skip_rus(self) -> Sequence[bool]:
|
30468
|
-
"""
|
30469
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
30470
|
-
"""
|
30471
31220
|
return pulumi.get(self, "skip_rus")
|
30472
31221
|
|
30473
31222
|
@property
|
@@ -31765,6 +32514,7 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
31765
32514
|
is_active_data_guard_enabled: bool,
|
31766
32515
|
license_model: str,
|
31767
32516
|
lifecycle_details: str,
|
32517
|
+
migrate_trigger: int,
|
31768
32518
|
node_count: int,
|
31769
32519
|
nsg_ids: Sequence[str],
|
31770
32520
|
peer_data_guard_association_id: str,
|
@@ -31828,6 +32578,7 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
31828
32578
|
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
31829
32579
|
pulumi.set(__self__, "license_model", license_model)
|
31830
32580
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
32581
|
+
pulumi.set(__self__, "migrate_trigger", migrate_trigger)
|
31831
32582
|
pulumi.set(__self__, "node_count", node_count)
|
31832
32583
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
31833
32584
|
pulumi.set(__self__, "peer_data_guard_association_id", peer_data_guard_association_id)
|
@@ -31992,6 +32743,11 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
|
|
31992
32743
|
"""
|
31993
32744
|
return pulumi.get(self, "lifecycle_details")
|
31994
32745
|
|
32746
|
+
@property
|
32747
|
+
@pulumi.getter(name="migrateTrigger")
|
32748
|
+
def migrate_trigger(self) -> int:
|
32749
|
+
return pulumi.get(self, "migrate_trigger")
|
32750
|
+
|
31995
32751
|
@property
|
31996
32752
|
@pulumi.getter(name="nodeCount")
|
31997
32753
|
def node_count(self) -> int:
|
@@ -32216,6 +32972,147 @@ class GetDatabaseConnectionStringResult(dict):
|
|
32216
32972
|
return pulumi.get(self, "cdb_ip_default")
|
32217
32973
|
|
32218
32974
|
|
32975
|
+
@pulumi.output_type
|
32976
|
+
class GetDatabaseDataGuardGroupResult(dict):
|
32977
|
+
def __init__(__self__, *,
|
32978
|
+
members: Sequence['outputs.GetDatabaseDataGuardGroupMemberResult'],
|
32979
|
+
protection_mode: str):
|
32980
|
+
"""
|
32981
|
+
:param Sequence['GetDatabaseDataGuardGroupMemberArgs'] members: List of Data Guard members, representing each database that is part of Data Guard.
|
32982
|
+
:param str protection_mode: The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
32983
|
+
"""
|
32984
|
+
pulumi.set(__self__, "members", members)
|
32985
|
+
pulumi.set(__self__, "protection_mode", protection_mode)
|
32986
|
+
|
32987
|
+
@property
|
32988
|
+
@pulumi.getter
|
32989
|
+
def members(self) -> Sequence['outputs.GetDatabaseDataGuardGroupMemberResult']:
|
32990
|
+
"""
|
32991
|
+
List of Data Guard members, representing each database that is part of Data Guard.
|
32992
|
+
"""
|
32993
|
+
return pulumi.get(self, "members")
|
32994
|
+
|
32995
|
+
@property
|
32996
|
+
@pulumi.getter(name="protectionMode")
|
32997
|
+
def protection_mode(self) -> str:
|
32998
|
+
"""
|
32999
|
+
The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
33000
|
+
"""
|
33001
|
+
return pulumi.get(self, "protection_mode")
|
33002
|
+
|
33003
|
+
|
33004
|
+
@pulumi.output_type
|
33005
|
+
class GetDatabaseDataGuardGroupMemberResult(dict):
|
33006
|
+
def __init__(__self__, *,
|
33007
|
+
apply_lag: str,
|
33008
|
+
apply_rate: str,
|
33009
|
+
database_id: str,
|
33010
|
+
db_system_id: str,
|
33011
|
+
is_active_data_guard_enabled: bool,
|
33012
|
+
role: str,
|
33013
|
+
transport_lag: str,
|
33014
|
+
transport_lag_refresh: str,
|
33015
|
+
transport_type: str):
|
33016
|
+
"""
|
33017
|
+
:param str apply_lag: The lag time between updates to the primary database and application of the redo data on the standby database, as computed by the reporting database. Example: `1 second`
|
33018
|
+
:param str apply_rate: The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
33019
|
+
:param str database_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
33020
|
+
:param str db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
33021
|
+
:param bool is_active_data_guard_enabled: True if active Data Guard is enabled.
|
33022
|
+
:param str role: The role of the reporting database in this Data Guard association.
|
33023
|
+
:param str transport_lag: The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
33024
|
+
:param str transport_lag_refresh: The date and time when last redo transport has been done.
|
33025
|
+
:param str transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
33026
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
33027
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
33028
|
+
* MAXIMUM_PROTECTION - SYNC
|
33029
|
+
"""
|
33030
|
+
pulumi.set(__self__, "apply_lag", apply_lag)
|
33031
|
+
pulumi.set(__self__, "apply_rate", apply_rate)
|
33032
|
+
pulumi.set(__self__, "database_id", database_id)
|
33033
|
+
pulumi.set(__self__, "db_system_id", db_system_id)
|
33034
|
+
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
33035
|
+
pulumi.set(__self__, "role", role)
|
33036
|
+
pulumi.set(__self__, "transport_lag", transport_lag)
|
33037
|
+
pulumi.set(__self__, "transport_lag_refresh", transport_lag_refresh)
|
33038
|
+
pulumi.set(__self__, "transport_type", transport_type)
|
33039
|
+
|
33040
|
+
@property
|
33041
|
+
@pulumi.getter(name="applyLag")
|
33042
|
+
def apply_lag(self) -> str:
|
33043
|
+
"""
|
33044
|
+
The lag time between updates to the primary database and application of the redo data on the standby database, as computed by the reporting database. Example: `1 second`
|
33045
|
+
"""
|
33046
|
+
return pulumi.get(self, "apply_lag")
|
33047
|
+
|
33048
|
+
@property
|
33049
|
+
@pulumi.getter(name="applyRate")
|
33050
|
+
def apply_rate(self) -> str:
|
33051
|
+
"""
|
33052
|
+
The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
33053
|
+
"""
|
33054
|
+
return pulumi.get(self, "apply_rate")
|
33055
|
+
|
33056
|
+
@property
|
33057
|
+
@pulumi.getter(name="databaseId")
|
33058
|
+
def database_id(self) -> str:
|
33059
|
+
"""
|
33060
|
+
The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
33061
|
+
"""
|
33062
|
+
return pulumi.get(self, "database_id")
|
33063
|
+
|
33064
|
+
@property
|
33065
|
+
@pulumi.getter(name="dbSystemId")
|
33066
|
+
def db_system_id(self) -> str:
|
33067
|
+
"""
|
33068
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
33069
|
+
"""
|
33070
|
+
return pulumi.get(self, "db_system_id")
|
33071
|
+
|
33072
|
+
@property
|
33073
|
+
@pulumi.getter(name="isActiveDataGuardEnabled")
|
33074
|
+
def is_active_data_guard_enabled(self) -> bool:
|
33075
|
+
"""
|
33076
|
+
True if active Data Guard is enabled.
|
33077
|
+
"""
|
33078
|
+
return pulumi.get(self, "is_active_data_guard_enabled")
|
33079
|
+
|
33080
|
+
@property
|
33081
|
+
@pulumi.getter
|
33082
|
+
def role(self) -> str:
|
33083
|
+
"""
|
33084
|
+
The role of the reporting database in this Data Guard association.
|
33085
|
+
"""
|
33086
|
+
return pulumi.get(self, "role")
|
33087
|
+
|
33088
|
+
@property
|
33089
|
+
@pulumi.getter(name="transportLag")
|
33090
|
+
def transport_lag(self) -> str:
|
33091
|
+
"""
|
33092
|
+
The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
33093
|
+
"""
|
33094
|
+
return pulumi.get(self, "transport_lag")
|
33095
|
+
|
33096
|
+
@property
|
33097
|
+
@pulumi.getter(name="transportLagRefresh")
|
33098
|
+
def transport_lag_refresh(self) -> str:
|
33099
|
+
"""
|
33100
|
+
The date and time when last redo transport has been done.
|
33101
|
+
"""
|
33102
|
+
return pulumi.get(self, "transport_lag_refresh")
|
33103
|
+
|
33104
|
+
@property
|
33105
|
+
@pulumi.getter(name="transportType")
|
33106
|
+
def transport_type(self) -> str:
|
33107
|
+
"""
|
33108
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
33109
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
33110
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
33111
|
+
* MAXIMUM_PROTECTION - SYNC
|
33112
|
+
"""
|
33113
|
+
return pulumi.get(self, "transport_type")
|
33114
|
+
|
33115
|
+
|
32219
33116
|
@pulumi.output_type
|
32220
33117
|
class GetDatabaseDatabaseResult(dict):
|
32221
33118
|
def __init__(__self__, *,
|
@@ -32223,20 +33120,28 @@ class GetDatabaseDatabaseResult(dict):
|
|
32223
33120
|
backup_id: str,
|
32224
33121
|
backup_tde_password: str,
|
32225
33122
|
character_set: str,
|
33123
|
+
database_admin_password: str,
|
32226
33124
|
database_software_image_id: str,
|
32227
33125
|
db_backup_configs: Sequence['outputs.GetDatabaseDatabaseDbBackupConfigResult'],
|
32228
33126
|
db_name: str,
|
32229
33127
|
db_unique_name: str,
|
32230
33128
|
db_workload: str,
|
32231
33129
|
defined_tags: Mapping[str, str],
|
33130
|
+
encryption_key_location_details: Sequence['outputs.GetDatabaseDatabaseEncryptionKeyLocationDetailResult'],
|
32232
33131
|
freeform_tags: Mapping[str, str],
|
33132
|
+
is_active_data_guard_enabled: bool,
|
32233
33133
|
kms_key_id: str,
|
32234
33134
|
kms_key_version_id: str,
|
32235
33135
|
ncharacter_set: str,
|
32236
33136
|
pdb_name: str,
|
32237
33137
|
pluggable_databases: Sequence[str],
|
33138
|
+
protection_mode: str,
|
32238
33139
|
sid_prefix: str,
|
33140
|
+
source_database_id: str,
|
33141
|
+
source_encryption_key_location_details: Sequence['outputs.GetDatabaseDatabaseSourceEncryptionKeyLocationDetailResult'],
|
33142
|
+
source_tde_wallet_password: str,
|
32239
33143
|
tde_wallet_password: str,
|
33144
|
+
transport_type: str,
|
32240
33145
|
vault_id: str):
|
32241
33146
|
"""
|
32242
33147
|
:param str character_set: The character set for the database.
|
@@ -32246,32 +33151,47 @@ class GetDatabaseDatabaseResult(dict):
|
|
32246
33151
|
:param str db_unique_name: A system-generated name for the database to ensure uniqueness within an Oracle Data Guard group (a primary database and its standby databases). The unique name cannot be changed.
|
32247
33152
|
:param str db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
|
32248
33153
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
33154
|
+
:param Sequence['GetDatabaseDatabaseEncryptionKeyLocationDetailArgs'] encryption_key_location_details: Types of providers supported for managing database encryption keys
|
32249
33155
|
:param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
33156
|
+
:param bool is_active_data_guard_enabled: True if active Data Guard is enabled.
|
32250
33157
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
32251
33158
|
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
32252
33159
|
:param str ncharacter_set: The national character set for the database.
|
32253
33160
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
33161
|
+
:param str protection_mode: The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
32254
33162
|
:param str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
33163
|
+
:param str transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
33164
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
33165
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
33166
|
+
* MAXIMUM_PROTECTION - SYNC
|
32255
33167
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
32256
33168
|
"""
|
32257
33169
|
pulumi.set(__self__, "admin_password", admin_password)
|
32258
33170
|
pulumi.set(__self__, "backup_id", backup_id)
|
32259
33171
|
pulumi.set(__self__, "backup_tde_password", backup_tde_password)
|
32260
33172
|
pulumi.set(__self__, "character_set", character_set)
|
33173
|
+
pulumi.set(__self__, "database_admin_password", database_admin_password)
|
32261
33174
|
pulumi.set(__self__, "database_software_image_id", database_software_image_id)
|
32262
33175
|
pulumi.set(__self__, "db_backup_configs", db_backup_configs)
|
32263
33176
|
pulumi.set(__self__, "db_name", db_name)
|
32264
33177
|
pulumi.set(__self__, "db_unique_name", db_unique_name)
|
32265
33178
|
pulumi.set(__self__, "db_workload", db_workload)
|
32266
33179
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
33180
|
+
pulumi.set(__self__, "encryption_key_location_details", encryption_key_location_details)
|
32267
33181
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
33182
|
+
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
32268
33183
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
32269
33184
|
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
32270
33185
|
pulumi.set(__self__, "ncharacter_set", ncharacter_set)
|
32271
33186
|
pulumi.set(__self__, "pdb_name", pdb_name)
|
32272
33187
|
pulumi.set(__self__, "pluggable_databases", pluggable_databases)
|
33188
|
+
pulumi.set(__self__, "protection_mode", protection_mode)
|
32273
33189
|
pulumi.set(__self__, "sid_prefix", sid_prefix)
|
33190
|
+
pulumi.set(__self__, "source_database_id", source_database_id)
|
33191
|
+
pulumi.set(__self__, "source_encryption_key_location_details", source_encryption_key_location_details)
|
33192
|
+
pulumi.set(__self__, "source_tde_wallet_password", source_tde_wallet_password)
|
32274
33193
|
pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
|
33194
|
+
pulumi.set(__self__, "transport_type", transport_type)
|
32275
33195
|
pulumi.set(__self__, "vault_id", vault_id)
|
32276
33196
|
|
32277
33197
|
@property
|
@@ -32297,6 +33217,11 @@ class GetDatabaseDatabaseResult(dict):
|
|
32297
33217
|
"""
|
32298
33218
|
return pulumi.get(self, "character_set")
|
32299
33219
|
|
33220
|
+
@property
|
33221
|
+
@pulumi.getter(name="databaseAdminPassword")
|
33222
|
+
def database_admin_password(self) -> str:
|
33223
|
+
return pulumi.get(self, "database_admin_password")
|
33224
|
+
|
32300
33225
|
@property
|
32301
33226
|
@pulumi.getter(name="databaseSoftwareImageId")
|
32302
33227
|
def database_software_image_id(self) -> str:
|
@@ -32345,6 +33270,14 @@ class GetDatabaseDatabaseResult(dict):
|
|
32345
33270
|
"""
|
32346
33271
|
return pulumi.get(self, "defined_tags")
|
32347
33272
|
|
33273
|
+
@property
|
33274
|
+
@pulumi.getter(name="encryptionKeyLocationDetails")
|
33275
|
+
def encryption_key_location_details(self) -> Sequence['outputs.GetDatabaseDatabaseEncryptionKeyLocationDetailResult']:
|
33276
|
+
"""
|
33277
|
+
Types of providers supported for managing database encryption keys
|
33278
|
+
"""
|
33279
|
+
return pulumi.get(self, "encryption_key_location_details")
|
33280
|
+
|
32348
33281
|
@property
|
32349
33282
|
@pulumi.getter(name="freeformTags")
|
32350
33283
|
def freeform_tags(self) -> Mapping[str, str]:
|
@@ -32353,6 +33286,14 @@ class GetDatabaseDatabaseResult(dict):
|
|
32353
33286
|
"""
|
32354
33287
|
return pulumi.get(self, "freeform_tags")
|
32355
33288
|
|
33289
|
+
@property
|
33290
|
+
@pulumi.getter(name="isActiveDataGuardEnabled")
|
33291
|
+
def is_active_data_guard_enabled(self) -> bool:
|
33292
|
+
"""
|
33293
|
+
True if active Data Guard is enabled.
|
33294
|
+
"""
|
33295
|
+
return pulumi.get(self, "is_active_data_guard_enabled")
|
33296
|
+
|
32356
33297
|
@property
|
32357
33298
|
@pulumi.getter(name="kmsKeyId")
|
32358
33299
|
def kms_key_id(self) -> str:
|
@@ -32390,6 +33331,14 @@ class GetDatabaseDatabaseResult(dict):
|
|
32390
33331
|
def pluggable_databases(self) -> Sequence[str]:
|
32391
33332
|
return pulumi.get(self, "pluggable_databases")
|
32392
33333
|
|
33334
|
+
@property
|
33335
|
+
@pulumi.getter(name="protectionMode")
|
33336
|
+
def protection_mode(self) -> str:
|
33337
|
+
"""
|
33338
|
+
The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
33339
|
+
"""
|
33340
|
+
return pulumi.get(self, "protection_mode")
|
33341
|
+
|
32393
33342
|
@property
|
32394
33343
|
@pulumi.getter(name="sidPrefix")
|
32395
33344
|
def sid_prefix(self) -> str:
|
@@ -32398,11 +33347,37 @@ class GetDatabaseDatabaseResult(dict):
|
|
32398
33347
|
"""
|
32399
33348
|
return pulumi.get(self, "sid_prefix")
|
32400
33349
|
|
33350
|
+
@property
|
33351
|
+
@pulumi.getter(name="sourceDatabaseId")
|
33352
|
+
def source_database_id(self) -> str:
|
33353
|
+
return pulumi.get(self, "source_database_id")
|
33354
|
+
|
33355
|
+
@property
|
33356
|
+
@pulumi.getter(name="sourceEncryptionKeyLocationDetails")
|
33357
|
+
def source_encryption_key_location_details(self) -> Sequence['outputs.GetDatabaseDatabaseSourceEncryptionKeyLocationDetailResult']:
|
33358
|
+
return pulumi.get(self, "source_encryption_key_location_details")
|
33359
|
+
|
33360
|
+
@property
|
33361
|
+
@pulumi.getter(name="sourceTdeWalletPassword")
|
33362
|
+
def source_tde_wallet_password(self) -> str:
|
33363
|
+
return pulumi.get(self, "source_tde_wallet_password")
|
33364
|
+
|
32401
33365
|
@property
|
32402
33366
|
@pulumi.getter(name="tdeWalletPassword")
|
32403
33367
|
def tde_wallet_password(self) -> str:
|
32404
33368
|
return pulumi.get(self, "tde_wallet_password")
|
32405
33369
|
|
33370
|
+
@property
|
33371
|
+
@pulumi.getter(name="transportType")
|
33372
|
+
def transport_type(self) -> str:
|
33373
|
+
"""
|
33374
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
33375
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
33376
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
33377
|
+
* MAXIMUM_PROTECTION - SYNC
|
33378
|
+
"""
|
33379
|
+
return pulumi.get(self, "transport_type")
|
33380
|
+
|
32406
33381
|
@property
|
32407
33382
|
@pulumi.getter(name="vaultId")
|
32408
33383
|
def vault_id(self) -> str:
|
@@ -32554,6 +33529,35 @@ class GetDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
32554
33529
|
return pulumi.get(self, "vpc_user")
|
32555
33530
|
|
32556
33531
|
|
33532
|
+
@pulumi.output_type
|
33533
|
+
class GetDatabaseDatabaseEncryptionKeyLocationDetailResult(dict):
|
33534
|
+
def __init__(__self__, *,
|
33535
|
+
hsm_password: str,
|
33536
|
+
provider_type: str):
|
33537
|
+
"""
|
33538
|
+
:param str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
33539
|
+
:param str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
33540
|
+
"""
|
33541
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
33542
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
33543
|
+
|
33544
|
+
@property
|
33545
|
+
@pulumi.getter(name="hsmPassword")
|
33546
|
+
def hsm_password(self) -> str:
|
33547
|
+
"""
|
33548
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
33549
|
+
"""
|
33550
|
+
return pulumi.get(self, "hsm_password")
|
33551
|
+
|
33552
|
+
@property
|
33553
|
+
@pulumi.getter(name="providerType")
|
33554
|
+
def provider_type(self) -> str:
|
33555
|
+
"""
|
33556
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
33557
|
+
"""
|
33558
|
+
return pulumi.get(self, "provider_type")
|
33559
|
+
|
33560
|
+
|
32557
33561
|
@pulumi.output_type
|
32558
33562
|
class GetDatabaseDatabaseManagementConfigResult(dict):
|
32559
33563
|
def __init__(__self__, *,
|
@@ -32583,6 +33587,35 @@ class GetDatabaseDatabaseManagementConfigResult(dict):
|
|
32583
33587
|
return pulumi.get(self, "management_type")
|
32584
33588
|
|
32585
33589
|
|
33590
|
+
@pulumi.output_type
|
33591
|
+
class GetDatabaseDatabaseSourceEncryptionKeyLocationDetailResult(dict):
|
33592
|
+
def __init__(__self__, *,
|
33593
|
+
hsm_password: str,
|
33594
|
+
provider_type: str):
|
33595
|
+
"""
|
33596
|
+
:param str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
33597
|
+
:param str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
33598
|
+
"""
|
33599
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
33600
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
33601
|
+
|
33602
|
+
@property
|
33603
|
+
@pulumi.getter(name="hsmPassword")
|
33604
|
+
def hsm_password(self) -> str:
|
33605
|
+
"""
|
33606
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
33607
|
+
"""
|
33608
|
+
return pulumi.get(self, "hsm_password")
|
33609
|
+
|
33610
|
+
@property
|
33611
|
+
@pulumi.getter(name="providerType")
|
33612
|
+
def provider_type(self) -> str:
|
33613
|
+
"""
|
33614
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
33615
|
+
"""
|
33616
|
+
return pulumi.get(self, "provider_type")
|
33617
|
+
|
33618
|
+
|
32586
33619
|
@pulumi.output_type
|
32587
33620
|
class GetDatabaseDbBackupConfigResult(dict):
|
32588
33621
|
def __init__(__self__, *,
|
@@ -34316,9 +35349,12 @@ class GetDatabaseUpgradeHistoryEntriesFilterResult(dict):
|
|
34316
35349
|
@pulumi.output_type
|
34317
35350
|
class GetDatabasesDatabaseResult(dict):
|
34318
35351
|
def __init__(__self__, *,
|
35352
|
+
action_trigger: int,
|
34319
35353
|
character_set: str,
|
34320
35354
|
compartment_id: str,
|
34321
35355
|
connection_strings: Sequence['outputs.GetDatabasesDatabaseConnectionStringResult'],
|
35356
|
+
data_guard_action: str,
|
35357
|
+
data_guard_groups: Sequence['outputs.GetDatabasesDatabaseDataGuardGroupResult'],
|
34322
35358
|
database_management_configs: Sequence['outputs.GetDatabasesDatabaseDatabaseManagementConfigResult'],
|
34323
35359
|
database_software_image_id: str,
|
34324
35360
|
databases: Sequence['outputs.GetDatabasesDatabaseDatabaseResult'],
|
@@ -34356,6 +35392,7 @@ class GetDatabasesDatabaseResult(dict):
|
|
34356
35392
|
:param str character_set: The character set for the database.
|
34357
35393
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
34358
35394
|
:param Sequence['GetDatabasesDatabaseConnectionStringArgs'] connection_strings: The Connection strings used to connect to the Oracle Database.
|
35395
|
+
:param Sequence['GetDatabasesDatabaseDataGuardGroupArgs'] data_guard_groups: Details of Data Guard setup that the given database is part of. Also includes information about databases part of this Data Guard group and properties for their Data Guard configuration.
|
34359
35396
|
:param Sequence['GetDatabasesDatabaseDatabaseManagementConfigArgs'] database_management_configs: The configuration of the Database Management service.
|
34360
35397
|
:param str database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
34361
35398
|
:param Sequence['GetDatabasesDatabaseDbBackupConfigArgs'] db_backup_configs: Backup Options To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
@@ -34385,9 +35422,12 @@ class GetDatabasesDatabaseResult(dict):
|
|
34385
35422
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
34386
35423
|
:param str vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster.
|
34387
35424
|
"""
|
35425
|
+
pulumi.set(__self__, "action_trigger", action_trigger)
|
34388
35426
|
pulumi.set(__self__, "character_set", character_set)
|
34389
35427
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
34390
35428
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
35429
|
+
pulumi.set(__self__, "data_guard_action", data_guard_action)
|
35430
|
+
pulumi.set(__self__, "data_guard_groups", data_guard_groups)
|
34391
35431
|
pulumi.set(__self__, "database_management_configs", database_management_configs)
|
34392
35432
|
pulumi.set(__self__, "database_software_image_id", database_software_image_id)
|
34393
35433
|
pulumi.set(__self__, "databases", databases)
|
@@ -34422,6 +35462,11 @@ class GetDatabasesDatabaseResult(dict):
|
|
34422
35462
|
pulumi.set(__self__, "vault_id", vault_id)
|
34423
35463
|
pulumi.set(__self__, "vm_cluster_id", vm_cluster_id)
|
34424
35464
|
|
35465
|
+
@property
|
35466
|
+
@pulumi.getter(name="actionTrigger")
|
35467
|
+
def action_trigger(self) -> int:
|
35468
|
+
return pulumi.get(self, "action_trigger")
|
35469
|
+
|
34425
35470
|
@property
|
34426
35471
|
@pulumi.getter(name="characterSet")
|
34427
35472
|
def character_set(self) -> str:
|
@@ -34446,6 +35491,19 @@ class GetDatabasesDatabaseResult(dict):
|
|
34446
35491
|
"""
|
34447
35492
|
return pulumi.get(self, "connection_strings")
|
34448
35493
|
|
35494
|
+
@property
|
35495
|
+
@pulumi.getter(name="dataGuardAction")
|
35496
|
+
def data_guard_action(self) -> str:
|
35497
|
+
return pulumi.get(self, "data_guard_action")
|
35498
|
+
|
35499
|
+
@property
|
35500
|
+
@pulumi.getter(name="dataGuardGroups")
|
35501
|
+
def data_guard_groups(self) -> Sequence['outputs.GetDatabasesDatabaseDataGuardGroupResult']:
|
35502
|
+
"""
|
35503
|
+
Details of Data Guard setup that the given database is part of. Also includes information about databases part of this Data Guard group and properties for their Data Guard configuration.
|
35504
|
+
"""
|
35505
|
+
return pulumi.get(self, "data_guard_groups")
|
35506
|
+
|
34449
35507
|
@property
|
34450
35508
|
@pulumi.getter(name="databaseManagementConfigs")
|
34451
35509
|
def database_management_configs(self) -> Sequence['outputs.GetDatabasesDatabaseDatabaseManagementConfigResult']:
|
@@ -34736,6 +35794,147 @@ class GetDatabasesDatabaseConnectionStringResult(dict):
|
|
34736
35794
|
return pulumi.get(self, "cdb_ip_default")
|
34737
35795
|
|
34738
35796
|
|
35797
|
+
@pulumi.output_type
|
35798
|
+
class GetDatabasesDatabaseDataGuardGroupResult(dict):
|
35799
|
+
def __init__(__self__, *,
|
35800
|
+
members: Sequence['outputs.GetDatabasesDatabaseDataGuardGroupMemberResult'],
|
35801
|
+
protection_mode: str):
|
35802
|
+
"""
|
35803
|
+
:param Sequence['GetDatabasesDatabaseDataGuardGroupMemberArgs'] members: List of Data Guard members, representing each database that is part of Data Guard.
|
35804
|
+
:param str protection_mode: The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
35805
|
+
"""
|
35806
|
+
pulumi.set(__self__, "members", members)
|
35807
|
+
pulumi.set(__self__, "protection_mode", protection_mode)
|
35808
|
+
|
35809
|
+
@property
|
35810
|
+
@pulumi.getter
|
35811
|
+
def members(self) -> Sequence['outputs.GetDatabasesDatabaseDataGuardGroupMemberResult']:
|
35812
|
+
"""
|
35813
|
+
List of Data Guard members, representing each database that is part of Data Guard.
|
35814
|
+
"""
|
35815
|
+
return pulumi.get(self, "members")
|
35816
|
+
|
35817
|
+
@property
|
35818
|
+
@pulumi.getter(name="protectionMode")
|
35819
|
+
def protection_mode(self) -> str:
|
35820
|
+
"""
|
35821
|
+
The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
35822
|
+
"""
|
35823
|
+
return pulumi.get(self, "protection_mode")
|
35824
|
+
|
35825
|
+
|
35826
|
+
@pulumi.output_type
|
35827
|
+
class GetDatabasesDatabaseDataGuardGroupMemberResult(dict):
|
35828
|
+
def __init__(__self__, *,
|
35829
|
+
apply_lag: str,
|
35830
|
+
apply_rate: str,
|
35831
|
+
database_id: str,
|
35832
|
+
db_system_id: str,
|
35833
|
+
is_active_data_guard_enabled: bool,
|
35834
|
+
role: str,
|
35835
|
+
transport_lag: str,
|
35836
|
+
transport_lag_refresh: str,
|
35837
|
+
transport_type: str):
|
35838
|
+
"""
|
35839
|
+
:param str apply_lag: The lag time between updates to the primary database and application of the redo data on the standby database, as computed by the reporting database. Example: `1 second`
|
35840
|
+
:param str apply_rate: The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
35841
|
+
:param str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database.
|
35842
|
+
:param str db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
35843
|
+
:param bool is_active_data_guard_enabled: True if active Data Guard is enabled.
|
35844
|
+
:param str role: The role of the reporting database in this Data Guard association.
|
35845
|
+
:param str transport_lag: The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
35846
|
+
:param str transport_lag_refresh: The date and time when last redo transport has been done.
|
35847
|
+
:param str transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
35848
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
35849
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
35850
|
+
* MAXIMUM_PROTECTION - SYNC
|
35851
|
+
"""
|
35852
|
+
pulumi.set(__self__, "apply_lag", apply_lag)
|
35853
|
+
pulumi.set(__self__, "apply_rate", apply_rate)
|
35854
|
+
pulumi.set(__self__, "database_id", database_id)
|
35855
|
+
pulumi.set(__self__, "db_system_id", db_system_id)
|
35856
|
+
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
35857
|
+
pulumi.set(__self__, "role", role)
|
35858
|
+
pulumi.set(__self__, "transport_lag", transport_lag)
|
35859
|
+
pulumi.set(__self__, "transport_lag_refresh", transport_lag_refresh)
|
35860
|
+
pulumi.set(__self__, "transport_type", transport_type)
|
35861
|
+
|
35862
|
+
@property
|
35863
|
+
@pulumi.getter(name="applyLag")
|
35864
|
+
def apply_lag(self) -> str:
|
35865
|
+
"""
|
35866
|
+
The lag time between updates to the primary database and application of the redo data on the standby database, as computed by the reporting database. Example: `1 second`
|
35867
|
+
"""
|
35868
|
+
return pulumi.get(self, "apply_lag")
|
35869
|
+
|
35870
|
+
@property
|
35871
|
+
@pulumi.getter(name="applyRate")
|
35872
|
+
def apply_rate(self) -> str:
|
35873
|
+
"""
|
35874
|
+
The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
35875
|
+
"""
|
35876
|
+
return pulumi.get(self, "apply_rate")
|
35877
|
+
|
35878
|
+
@property
|
35879
|
+
@pulumi.getter(name="databaseId")
|
35880
|
+
def database_id(self) -> str:
|
35881
|
+
"""
|
35882
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database.
|
35883
|
+
"""
|
35884
|
+
return pulumi.get(self, "database_id")
|
35885
|
+
|
35886
|
+
@property
|
35887
|
+
@pulumi.getter(name="dbSystemId")
|
35888
|
+
def db_system_id(self) -> str:
|
35889
|
+
"""
|
35890
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
35891
|
+
"""
|
35892
|
+
return pulumi.get(self, "db_system_id")
|
35893
|
+
|
35894
|
+
@property
|
35895
|
+
@pulumi.getter(name="isActiveDataGuardEnabled")
|
35896
|
+
def is_active_data_guard_enabled(self) -> bool:
|
35897
|
+
"""
|
35898
|
+
True if active Data Guard is enabled.
|
35899
|
+
"""
|
35900
|
+
return pulumi.get(self, "is_active_data_guard_enabled")
|
35901
|
+
|
35902
|
+
@property
|
35903
|
+
@pulumi.getter
|
35904
|
+
def role(self) -> str:
|
35905
|
+
"""
|
35906
|
+
The role of the reporting database in this Data Guard association.
|
35907
|
+
"""
|
35908
|
+
return pulumi.get(self, "role")
|
35909
|
+
|
35910
|
+
@property
|
35911
|
+
@pulumi.getter(name="transportLag")
|
35912
|
+
def transport_lag(self) -> str:
|
35913
|
+
"""
|
35914
|
+
The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
35915
|
+
"""
|
35916
|
+
return pulumi.get(self, "transport_lag")
|
35917
|
+
|
35918
|
+
@property
|
35919
|
+
@pulumi.getter(name="transportLagRefresh")
|
35920
|
+
def transport_lag_refresh(self) -> str:
|
35921
|
+
"""
|
35922
|
+
The date and time when last redo transport has been done.
|
35923
|
+
"""
|
35924
|
+
return pulumi.get(self, "transport_lag_refresh")
|
35925
|
+
|
35926
|
+
@property
|
35927
|
+
@pulumi.getter(name="transportType")
|
35928
|
+
def transport_type(self) -> str:
|
35929
|
+
"""
|
35930
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
35931
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
35932
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
35933
|
+
* MAXIMUM_PROTECTION - SYNC
|
35934
|
+
"""
|
35935
|
+
return pulumi.get(self, "transport_type")
|
35936
|
+
|
35937
|
+
|
34739
35938
|
@pulumi.output_type
|
34740
35939
|
class GetDatabasesDatabaseDatabaseResult(dict):
|
34741
35940
|
def __init__(__self__, *,
|
@@ -34743,20 +35942,28 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
34743
35942
|
backup_id: str,
|
34744
35943
|
backup_tde_password: str,
|
34745
35944
|
character_set: str,
|
35945
|
+
database_admin_password: str,
|
34746
35946
|
database_software_image_id: str,
|
34747
35947
|
db_backup_configs: Sequence['outputs.GetDatabasesDatabaseDatabaseDbBackupConfigResult'],
|
34748
35948
|
db_name: str,
|
34749
35949
|
db_unique_name: str,
|
34750
35950
|
db_workload: str,
|
34751
35951
|
defined_tags: Mapping[str, str],
|
35952
|
+
encryption_key_location_details: Sequence['outputs.GetDatabasesDatabaseDatabaseEncryptionKeyLocationDetailResult'],
|
34752
35953
|
freeform_tags: Mapping[str, str],
|
35954
|
+
is_active_data_guard_enabled: bool,
|
34753
35955
|
kms_key_id: str,
|
34754
35956
|
kms_key_version_id: str,
|
34755
35957
|
ncharacter_set: str,
|
34756
35958
|
pdb_name: str,
|
34757
35959
|
pluggable_databases: Sequence[str],
|
35960
|
+
protection_mode: str,
|
34758
35961
|
sid_prefix: str,
|
35962
|
+
source_database_id: str,
|
35963
|
+
source_encryption_key_location_details: Sequence['outputs.GetDatabasesDatabaseDatabaseSourceEncryptionKeyLocationDetailResult'],
|
35964
|
+
source_tde_wallet_password: str,
|
34759
35965
|
tde_wallet_password: str,
|
35966
|
+
transport_type: str,
|
34760
35967
|
vault_id: str):
|
34761
35968
|
"""
|
34762
35969
|
:param str character_set: The character set for the database.
|
@@ -34766,32 +35973,47 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
34766
35973
|
:param str db_unique_name: A system-generated name for the database to ensure uniqueness within an Oracle Data Guard group (a primary database and its standby databases). The unique name cannot be changed.
|
34767
35974
|
:param str db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
|
34768
35975
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
35976
|
+
:param Sequence['GetDatabasesDatabaseDatabaseEncryptionKeyLocationDetailArgs'] encryption_key_location_details: Types of providers supported for managing database encryption keys
|
34769
35977
|
:param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
35978
|
+
:param bool is_active_data_guard_enabled: True if active Data Guard is enabled.
|
34770
35979
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
34771
35980
|
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
34772
35981
|
:param str ncharacter_set: The national character set for the database.
|
34773
35982
|
:param str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
|
35983
|
+
:param str protection_mode: The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
34774
35984
|
:param str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
35985
|
+
:param str transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
35986
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
35987
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
35988
|
+
* MAXIMUM_PROTECTION - SYNC
|
34775
35989
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
34776
35990
|
"""
|
34777
35991
|
pulumi.set(__self__, "admin_password", admin_password)
|
34778
35992
|
pulumi.set(__self__, "backup_id", backup_id)
|
34779
35993
|
pulumi.set(__self__, "backup_tde_password", backup_tde_password)
|
34780
35994
|
pulumi.set(__self__, "character_set", character_set)
|
35995
|
+
pulumi.set(__self__, "database_admin_password", database_admin_password)
|
34781
35996
|
pulumi.set(__self__, "database_software_image_id", database_software_image_id)
|
34782
35997
|
pulumi.set(__self__, "db_backup_configs", db_backup_configs)
|
34783
35998
|
pulumi.set(__self__, "db_name", db_name)
|
34784
35999
|
pulumi.set(__self__, "db_unique_name", db_unique_name)
|
34785
36000
|
pulumi.set(__self__, "db_workload", db_workload)
|
34786
36001
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
36002
|
+
pulumi.set(__self__, "encryption_key_location_details", encryption_key_location_details)
|
34787
36003
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
36004
|
+
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
34788
36005
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
34789
36006
|
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
34790
36007
|
pulumi.set(__self__, "ncharacter_set", ncharacter_set)
|
34791
36008
|
pulumi.set(__self__, "pdb_name", pdb_name)
|
34792
36009
|
pulumi.set(__self__, "pluggable_databases", pluggable_databases)
|
36010
|
+
pulumi.set(__self__, "protection_mode", protection_mode)
|
34793
36011
|
pulumi.set(__self__, "sid_prefix", sid_prefix)
|
36012
|
+
pulumi.set(__self__, "source_database_id", source_database_id)
|
36013
|
+
pulumi.set(__self__, "source_encryption_key_location_details", source_encryption_key_location_details)
|
36014
|
+
pulumi.set(__self__, "source_tde_wallet_password", source_tde_wallet_password)
|
34794
36015
|
pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
|
36016
|
+
pulumi.set(__self__, "transport_type", transport_type)
|
34795
36017
|
pulumi.set(__self__, "vault_id", vault_id)
|
34796
36018
|
|
34797
36019
|
@property
|
@@ -34817,6 +36039,11 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
34817
36039
|
"""
|
34818
36040
|
return pulumi.get(self, "character_set")
|
34819
36041
|
|
36042
|
+
@property
|
36043
|
+
@pulumi.getter(name="databaseAdminPassword")
|
36044
|
+
def database_admin_password(self) -> str:
|
36045
|
+
return pulumi.get(self, "database_admin_password")
|
36046
|
+
|
34820
36047
|
@property
|
34821
36048
|
@pulumi.getter(name="databaseSoftwareImageId")
|
34822
36049
|
def database_software_image_id(self) -> str:
|
@@ -34865,6 +36092,14 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
34865
36092
|
"""
|
34866
36093
|
return pulumi.get(self, "defined_tags")
|
34867
36094
|
|
36095
|
+
@property
|
36096
|
+
@pulumi.getter(name="encryptionKeyLocationDetails")
|
36097
|
+
def encryption_key_location_details(self) -> Sequence['outputs.GetDatabasesDatabaseDatabaseEncryptionKeyLocationDetailResult']:
|
36098
|
+
"""
|
36099
|
+
Types of providers supported for managing database encryption keys
|
36100
|
+
"""
|
36101
|
+
return pulumi.get(self, "encryption_key_location_details")
|
36102
|
+
|
34868
36103
|
@property
|
34869
36104
|
@pulumi.getter(name="freeformTags")
|
34870
36105
|
def freeform_tags(self) -> Mapping[str, str]:
|
@@ -34873,6 +36108,14 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
34873
36108
|
"""
|
34874
36109
|
return pulumi.get(self, "freeform_tags")
|
34875
36110
|
|
36111
|
+
@property
|
36112
|
+
@pulumi.getter(name="isActiveDataGuardEnabled")
|
36113
|
+
def is_active_data_guard_enabled(self) -> bool:
|
36114
|
+
"""
|
36115
|
+
True if active Data Guard is enabled.
|
36116
|
+
"""
|
36117
|
+
return pulumi.get(self, "is_active_data_guard_enabled")
|
36118
|
+
|
34876
36119
|
@property
|
34877
36120
|
@pulumi.getter(name="kmsKeyId")
|
34878
36121
|
def kms_key_id(self) -> str:
|
@@ -34910,6 +36153,14 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
34910
36153
|
def pluggable_databases(self) -> Sequence[str]:
|
34911
36154
|
return pulumi.get(self, "pluggable_databases")
|
34912
36155
|
|
36156
|
+
@property
|
36157
|
+
@pulumi.getter(name="protectionMode")
|
36158
|
+
def protection_mode(self) -> str:
|
36159
|
+
"""
|
36160
|
+
The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
|
36161
|
+
"""
|
36162
|
+
return pulumi.get(self, "protection_mode")
|
36163
|
+
|
34913
36164
|
@property
|
34914
36165
|
@pulumi.getter(name="sidPrefix")
|
34915
36166
|
def sid_prefix(self) -> str:
|
@@ -34918,11 +36169,37 @@ class GetDatabasesDatabaseDatabaseResult(dict):
|
|
34918
36169
|
"""
|
34919
36170
|
return pulumi.get(self, "sid_prefix")
|
34920
36171
|
|
36172
|
+
@property
|
36173
|
+
@pulumi.getter(name="sourceDatabaseId")
|
36174
|
+
def source_database_id(self) -> str:
|
36175
|
+
return pulumi.get(self, "source_database_id")
|
36176
|
+
|
36177
|
+
@property
|
36178
|
+
@pulumi.getter(name="sourceEncryptionKeyLocationDetails")
|
36179
|
+
def source_encryption_key_location_details(self) -> Sequence['outputs.GetDatabasesDatabaseDatabaseSourceEncryptionKeyLocationDetailResult']:
|
36180
|
+
return pulumi.get(self, "source_encryption_key_location_details")
|
36181
|
+
|
36182
|
+
@property
|
36183
|
+
@pulumi.getter(name="sourceTdeWalletPassword")
|
36184
|
+
def source_tde_wallet_password(self) -> str:
|
36185
|
+
return pulumi.get(self, "source_tde_wallet_password")
|
36186
|
+
|
34921
36187
|
@property
|
34922
36188
|
@pulumi.getter(name="tdeWalletPassword")
|
34923
36189
|
def tde_wallet_password(self) -> str:
|
34924
36190
|
return pulumi.get(self, "tde_wallet_password")
|
34925
36191
|
|
36192
|
+
@property
|
36193
|
+
@pulumi.getter(name="transportType")
|
36194
|
+
def transport_type(self) -> str:
|
36195
|
+
"""
|
36196
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
36197
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
36198
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
36199
|
+
* MAXIMUM_PROTECTION - SYNC
|
36200
|
+
"""
|
36201
|
+
return pulumi.get(self, "transport_type")
|
36202
|
+
|
34926
36203
|
@property
|
34927
36204
|
@pulumi.getter(name="vaultId")
|
34928
36205
|
def vault_id(self) -> str:
|
@@ -35074,6 +36351,35 @@ class GetDatabasesDatabaseDatabaseDbBackupConfigBackupDestinationDetailResult(di
|
|
35074
36351
|
return pulumi.get(self, "vpc_user")
|
35075
36352
|
|
35076
36353
|
|
36354
|
+
@pulumi.output_type
|
36355
|
+
class GetDatabasesDatabaseDatabaseEncryptionKeyLocationDetailResult(dict):
|
36356
|
+
def __init__(__self__, *,
|
36357
|
+
hsm_password: str,
|
36358
|
+
provider_type: str):
|
36359
|
+
"""
|
36360
|
+
:param str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
36361
|
+
:param str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
36362
|
+
"""
|
36363
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
36364
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
36365
|
+
|
36366
|
+
@property
|
36367
|
+
@pulumi.getter(name="hsmPassword")
|
36368
|
+
def hsm_password(self) -> str:
|
36369
|
+
"""
|
36370
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
36371
|
+
"""
|
36372
|
+
return pulumi.get(self, "hsm_password")
|
36373
|
+
|
36374
|
+
@property
|
36375
|
+
@pulumi.getter(name="providerType")
|
36376
|
+
def provider_type(self) -> str:
|
36377
|
+
"""
|
36378
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
36379
|
+
"""
|
36380
|
+
return pulumi.get(self, "provider_type")
|
36381
|
+
|
36382
|
+
|
35077
36383
|
@pulumi.output_type
|
35078
36384
|
class GetDatabasesDatabaseDatabaseManagementConfigResult(dict):
|
35079
36385
|
def __init__(__self__, *,
|
@@ -35103,6 +36409,35 @@ class GetDatabasesDatabaseDatabaseManagementConfigResult(dict):
|
|
35103
36409
|
return pulumi.get(self, "management_type")
|
35104
36410
|
|
35105
36411
|
|
36412
|
+
@pulumi.output_type
|
36413
|
+
class GetDatabasesDatabaseDatabaseSourceEncryptionKeyLocationDetailResult(dict):
|
36414
|
+
def __init__(__self__, *,
|
36415
|
+
hsm_password: str,
|
36416
|
+
provider_type: str):
|
36417
|
+
"""
|
36418
|
+
:param str hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
36419
|
+
:param str provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
36420
|
+
"""
|
36421
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
36422
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
36423
|
+
|
36424
|
+
@property
|
36425
|
+
@pulumi.getter(name="hsmPassword")
|
36426
|
+
def hsm_password(self) -> str:
|
36427
|
+
"""
|
36428
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
36429
|
+
"""
|
36430
|
+
return pulumi.get(self, "hsm_password")
|
36431
|
+
|
36432
|
+
@property
|
36433
|
+
@pulumi.getter(name="providerType")
|
36434
|
+
def provider_type(self) -> str:
|
36435
|
+
"""
|
36436
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
36437
|
+
"""
|
36438
|
+
return pulumi.get(self, "provider_type")
|
36439
|
+
|
36440
|
+
|
35106
36441
|
@pulumi.output_type
|
35107
36442
|
class GetDatabasesDatabaseDbBackupConfigResult(dict):
|
35108
36443
|
def __init__(__self__, *,
|
@@ -35287,6 +36622,7 @@ class GetDbHomeDatabaseResult(dict):
|
|
35287
36622
|
db_unique_name: str,
|
35288
36623
|
db_workload: str,
|
35289
36624
|
defined_tags: Mapping[str, str],
|
36625
|
+
encryption_key_location_details: Sequence['outputs.GetDbHomeDatabaseEncryptionKeyLocationDetailResult'],
|
35290
36626
|
freeform_tags: Mapping[str, str],
|
35291
36627
|
id: str,
|
35292
36628
|
key_store_id: str,
|
@@ -35326,6 +36662,7 @@ class GetDbHomeDatabaseResult(dict):
|
|
35326
36662
|
pulumi.set(__self__, "db_unique_name", db_unique_name)
|
35327
36663
|
pulumi.set(__self__, "db_workload", db_workload)
|
35328
36664
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
36665
|
+
pulumi.set(__self__, "encryption_key_location_details", encryption_key_location_details)
|
35329
36666
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
35330
36667
|
pulumi.set(__self__, "id", id)
|
35331
36668
|
pulumi.set(__self__, "key_store_id", key_store_id)
|
@@ -35409,6 +36746,11 @@ class GetDbHomeDatabaseResult(dict):
|
|
35409
36746
|
"""
|
35410
36747
|
return pulumi.get(self, "defined_tags")
|
35411
36748
|
|
36749
|
+
@property
|
36750
|
+
@pulumi.getter(name="encryptionKeyLocationDetails")
|
36751
|
+
def encryption_key_location_details(self) -> Sequence['outputs.GetDbHomeDatabaseEncryptionKeyLocationDetailResult']:
|
36752
|
+
return pulumi.get(self, "encryption_key_location_details")
|
36753
|
+
|
35412
36754
|
@property
|
35413
36755
|
@pulumi.getter(name="freeformTags")
|
35414
36756
|
def freeform_tags(self) -> Mapping[str, str]:
|
@@ -35630,6 +36972,25 @@ class GetDbHomeDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
35630
36972
|
return pulumi.get(self, "type")
|
35631
36973
|
|
35632
36974
|
|
36975
|
+
@pulumi.output_type
|
36976
|
+
class GetDbHomeDatabaseEncryptionKeyLocationDetailResult(dict):
|
36977
|
+
def __init__(__self__, *,
|
36978
|
+
hsm_password: str,
|
36979
|
+
provider_type: str):
|
36980
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
36981
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
36982
|
+
|
36983
|
+
@property
|
36984
|
+
@pulumi.getter(name="hsmPassword")
|
36985
|
+
def hsm_password(self) -> str:
|
36986
|
+
return pulumi.get(self, "hsm_password")
|
36987
|
+
|
36988
|
+
@property
|
36989
|
+
@pulumi.getter(name="providerType")
|
36990
|
+
def provider_type(self) -> str:
|
36991
|
+
return pulumi.get(self, "provider_type")
|
36992
|
+
|
36993
|
+
|
35633
36994
|
@pulumi.output_type
|
35634
36995
|
class GetDbHomePatchHistoryEntriesFilterResult(dict):
|
35635
36996
|
def __init__(__self__, *,
|
@@ -36114,6 +37475,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
|
|
36114
37475
|
db_unique_name: str,
|
36115
37476
|
db_workload: str,
|
36116
37477
|
defined_tags: Mapping[str, str],
|
37478
|
+
encryption_key_location_details: Sequence['outputs.GetDbHomesDbHomeDatabaseEncryptionKeyLocationDetailResult'],
|
36117
37479
|
freeform_tags: Mapping[str, str],
|
36118
37480
|
id: str,
|
36119
37481
|
key_store_id: str,
|
@@ -36154,6 +37516,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
|
|
36154
37516
|
pulumi.set(__self__, "db_unique_name", db_unique_name)
|
36155
37517
|
pulumi.set(__self__, "db_workload", db_workload)
|
36156
37518
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
37519
|
+
pulumi.set(__self__, "encryption_key_location_details", encryption_key_location_details)
|
36157
37520
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
36158
37521
|
pulumi.set(__self__, "id", id)
|
36159
37522
|
pulumi.set(__self__, "key_store_id", key_store_id)
|
@@ -36240,6 +37603,11 @@ class GetDbHomesDbHomeDatabaseResult(dict):
|
|
36240
37603
|
"""
|
36241
37604
|
return pulumi.get(self, "defined_tags")
|
36242
37605
|
|
37606
|
+
@property
|
37607
|
+
@pulumi.getter(name="encryptionKeyLocationDetails")
|
37608
|
+
def encryption_key_location_details(self) -> Sequence['outputs.GetDbHomesDbHomeDatabaseEncryptionKeyLocationDetailResult']:
|
37609
|
+
return pulumi.get(self, "encryption_key_location_details")
|
37610
|
+
|
36243
37611
|
@property
|
36244
37612
|
@pulumi.getter(name="freeformTags")
|
36245
37613
|
def freeform_tags(self) -> Mapping[str, str]:
|
@@ -36461,6 +37829,25 @@ class GetDbHomesDbHomeDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
|
|
36461
37829
|
return pulumi.get(self, "type")
|
36462
37830
|
|
36463
37831
|
|
37832
|
+
@pulumi.output_type
|
37833
|
+
class GetDbHomesDbHomeDatabaseEncryptionKeyLocationDetailResult(dict):
|
37834
|
+
def __init__(__self__, *,
|
37835
|
+
hsm_password: str,
|
37836
|
+
provider_type: str):
|
37837
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
37838
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
37839
|
+
|
37840
|
+
@property
|
37841
|
+
@pulumi.getter(name="hsmPassword")
|
37842
|
+
def hsm_password(self) -> str:
|
37843
|
+
return pulumi.get(self, "hsm_password")
|
37844
|
+
|
37845
|
+
@property
|
37846
|
+
@pulumi.getter(name="providerType")
|
37847
|
+
def provider_type(self) -> str:
|
37848
|
+
return pulumi.get(self, "provider_type")
|
37849
|
+
|
37850
|
+
|
36464
37851
|
@pulumi.output_type
|
36465
37852
|
class GetDbHomesFilterResult(dict):
|
36466
37853
|
def __init__(__self__, *,
|
@@ -39607,7 +40994,6 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
|
|
39607
40994
|
:param Sequence['GetDbSystemsDbSystemMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
39608
40995
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
39609
40996
|
:param str preference: The maintenance window scheduling preference.
|
39610
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
39611
40997
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
39612
40998
|
"""
|
39613
40999
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -39698,9 +41084,6 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
|
|
39698
41084
|
@property
|
39699
41085
|
@pulumi.getter(name="skipRus")
|
39700
41086
|
def skip_rus(self) -> Sequence[bool]:
|
39701
|
-
"""
|
39702
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
39703
|
-
"""
|
39704
41087
|
return pulumi.get(self, "skip_rus")
|
39705
41088
|
|
39706
41089
|
@property
|
@@ -39755,7 +41138,6 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
|
|
39755
41138
|
:param Sequence['GetDbSystemsDbSystemMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
|
39756
41139
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
39757
41140
|
:param str preference: The maintenance window scheduling preference.
|
39758
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
39759
41141
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
39760
41142
|
"""
|
39761
41143
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -39846,9 +41228,6 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
|
|
39846
41228
|
@property
|
39847
41229
|
@pulumi.getter(name="skipRus")
|
39848
41230
|
def skip_rus(self) -> Sequence[bool]:
|
39849
|
-
"""
|
39850
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
39851
|
-
"""
|
39852
41231
|
return pulumi.get(self, "skip_rus")
|
39853
41232
|
|
39854
41233
|
@property
|
@@ -40329,7 +41708,6 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
|
|
40329
41708
|
:param Sequence['GetExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
40330
41709
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
40331
41710
|
:param str preference: The maintenance window scheduling preference.
|
40332
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
40333
41711
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
40334
41712
|
"""
|
40335
41713
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -40420,9 +41798,6 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
|
|
40420
41798
|
@property
|
40421
41799
|
@pulumi.getter(name="skipRus")
|
40422
41800
|
def skip_rus(self) -> Sequence[bool]:
|
40423
|
-
"""
|
40424
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
40425
|
-
"""
|
40426
41801
|
return pulumi.get(self, "skip_rus")
|
40427
41802
|
|
40428
41803
|
@property
|
@@ -41215,7 +42590,6 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
|
|
41215
42590
|
:param Sequence['GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
|
41216
42591
|
:param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
41217
42592
|
:param str preference: The maintenance window scheduling preference.
|
41218
|
-
:param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
41219
42593
|
:param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
41220
42594
|
"""
|
41221
42595
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -41306,9 +42680,6 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
|
|
41306
42680
|
@property
|
41307
42681
|
@pulumi.getter(name="skipRus")
|
41308
42682
|
def skip_rus(self) -> Sequence[bool]:
|
41309
|
-
"""
|
41310
|
-
If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
41311
|
-
"""
|
41312
42683
|
return pulumi.get(self, "skip_rus")
|
41313
42684
|
|
41314
42685
|
@property
|