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/_inputs.py
CHANGED
@@ -109,6 +109,8 @@ __all__ = [
|
|
109
109
|
'BackupDestinationAssociatedDatabaseArgsDict',
|
110
110
|
'BackupDestinationMountTypeDetailsArgs',
|
111
111
|
'BackupDestinationMountTypeDetailsArgsDict',
|
112
|
+
'BackupEncryptionKeyLocationDetailArgs',
|
113
|
+
'BackupEncryptionKeyLocationDetailArgsDict',
|
112
114
|
'CloudAutonomousVmClusterMaintenanceWindowArgs',
|
113
115
|
'CloudAutonomousVmClusterMaintenanceWindowArgsDict',
|
114
116
|
'CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekArgs',
|
@@ -153,20 +155,32 @@ __all__ = [
|
|
153
155
|
'DataGuardAssociationDataCollectionOptionsArgsDict',
|
154
156
|
'DatabaseConnectionStringArgs',
|
155
157
|
'DatabaseConnectionStringArgsDict',
|
158
|
+
'DatabaseDataGuardGroupArgs',
|
159
|
+
'DatabaseDataGuardGroupArgsDict',
|
160
|
+
'DatabaseDataGuardGroupMemberArgs',
|
161
|
+
'DatabaseDataGuardGroupMemberArgsDict',
|
156
162
|
'DatabaseDatabaseArgs',
|
157
163
|
'DatabaseDatabaseArgsDict',
|
158
164
|
'DatabaseDatabaseDbBackupConfigArgs',
|
159
165
|
'DatabaseDatabaseDbBackupConfigArgsDict',
|
160
166
|
'DatabaseDatabaseDbBackupConfigBackupDestinationDetailArgs',
|
161
167
|
'DatabaseDatabaseDbBackupConfigBackupDestinationDetailArgsDict',
|
168
|
+
'DatabaseDatabaseEncryptionKeyLocationDetailsArgs',
|
169
|
+
'DatabaseDatabaseEncryptionKeyLocationDetailsArgsDict',
|
162
170
|
'DatabaseDatabaseManagementConfigArgs',
|
163
171
|
'DatabaseDatabaseManagementConfigArgsDict',
|
172
|
+
'DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs',
|
173
|
+
'DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgsDict',
|
164
174
|
'DatabaseDbBackupConfigArgs',
|
165
175
|
'DatabaseDbBackupConfigArgsDict',
|
166
176
|
'DatabaseDbBackupConfigBackupDestinationDetailArgs',
|
167
177
|
'DatabaseDbBackupConfigBackupDestinationDetailArgsDict',
|
168
178
|
'DatabaseUpgradeConnectionStringArgs',
|
169
179
|
'DatabaseUpgradeConnectionStringArgsDict',
|
180
|
+
'DatabaseUpgradeDataGuardGroupArgs',
|
181
|
+
'DatabaseUpgradeDataGuardGroupArgsDict',
|
182
|
+
'DatabaseUpgradeDataGuardGroupMemberArgs',
|
183
|
+
'DatabaseUpgradeDataGuardGroupMemberArgsDict',
|
170
184
|
'DatabaseUpgradeDatabaseUpgradeSourceDetailsArgs',
|
171
185
|
'DatabaseUpgradeDatabaseUpgradeSourceDetailsArgsDict',
|
172
186
|
'DatabaseUpgradeDbBackupConfigArgs',
|
@@ -181,6 +195,8 @@ __all__ = [
|
|
181
195
|
'DbHomeDatabaseDbBackupConfigArgsDict',
|
182
196
|
'DbHomeDatabaseDbBackupConfigBackupDestinationDetailArgs',
|
183
197
|
'DbHomeDatabaseDbBackupConfigBackupDestinationDetailArgsDict',
|
198
|
+
'DbHomeDatabaseEncryptionKeyLocationDetailsArgs',
|
199
|
+
'DbHomeDatabaseEncryptionKeyLocationDetailsArgsDict',
|
184
200
|
'DbSystemDataCollectionOptionsArgs',
|
185
201
|
'DbSystemDataCollectionOptionsArgsDict',
|
186
202
|
'DbSystemDbHomeArgs',
|
@@ -994,7 +1010,7 @@ if not MYPY:
|
|
994
1010
|
"""
|
995
1011
|
skip_rus: NotRequired[pulumi.Input[Sequence[pulumi.Input[bool]]]]
|
996
1012
|
"""
|
997
|
-
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.
|
1013
|
+
(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.
|
998
1014
|
"""
|
999
1015
|
weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
1000
1016
|
"""
|
@@ -1028,7 +1044,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
1028
1044
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
1029
1045
|
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
1030
1046
|
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
1031
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
1047
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
1032
1048
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
1033
1049
|
"""
|
1034
1050
|
if custom_action_timeout_in_mins is not None:
|
@@ -1167,7 +1183,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
|
|
1167
1183
|
@pulumi.getter(name="skipRus")
|
1168
1184
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
1169
1185
|
"""
|
1170
|
-
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.
|
1186
|
+
(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.
|
1171
1187
|
"""
|
1172
1188
|
return pulumi.get(self, "skip_rus")
|
1173
1189
|
|
@@ -1267,7 +1283,7 @@ if not MYPY:
|
|
1267
1283
|
"""
|
1268
1284
|
weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
1269
1285
|
"""
|
1270
|
-
|
1286
|
+
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.
|
1271
1287
|
"""
|
1272
1288
|
elif False:
|
1273
1289
|
AutonomousContainerDatabaseMaintenanceWindowDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1300,7 +1316,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsArgs:
|
|
1300
1316
|
*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.
|
1301
1317
|
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
1302
1318
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
1303
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months:
|
1319
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
1304
1320
|
"""
|
1305
1321
|
if custom_action_timeout_in_mins is not None:
|
1306
1322
|
pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
|
@@ -1452,7 +1468,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsArgs:
|
|
1452
1468
|
@pulumi.getter(name="weeksOfMonths")
|
1453
1469
|
def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
1454
1470
|
"""
|
1455
|
-
|
1471
|
+
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.
|
1456
1472
|
"""
|
1457
1473
|
return pulumi.get(self, "weeks_of_months")
|
1458
1474
|
|
@@ -4094,9 +4110,6 @@ if not MYPY:
|
|
4094
4110
|
The maintenance window scheduling preference.
|
4095
4111
|
"""
|
4096
4112
|
skip_rus: NotRequired[pulumi.Input[Sequence[pulumi.Input[bool]]]]
|
4097
|
-
"""
|
4098
|
-
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.
|
4099
|
-
"""
|
4100
4113
|
weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
4101
4114
|
"""
|
4102
4115
|
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.
|
@@ -4129,7 +4142,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
4129
4142
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
4130
4143
|
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
4131
4144
|
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
4132
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
4133
4145
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
4134
4146
|
"""
|
4135
4147
|
if custom_action_timeout_in_mins is not None:
|
@@ -4267,9 +4279,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
|
|
4267
4279
|
@property
|
4268
4280
|
@pulumi.getter(name="skipRus")
|
4269
4281
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
4270
|
-
"""
|
4271
|
-
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.
|
4272
|
-
"""
|
4273
4282
|
return pulumi.get(self, "skip_rus")
|
4274
4283
|
|
4275
4284
|
@skip_rus.setter
|
@@ -4363,9 +4372,6 @@ if not MYPY:
|
|
4363
4372
|
(Updatable) The maintenance window scheduling preference.
|
4364
4373
|
"""
|
4365
4374
|
skip_rus: NotRequired[pulumi.Input[Sequence[pulumi.Input[bool]]]]
|
4366
|
-
"""
|
4367
|
-
(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.
|
4368
|
-
"""
|
4369
4375
|
weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
4370
4376
|
"""
|
4371
4377
|
(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.
|
@@ -4400,7 +4406,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsArgs:
|
|
4400
4406
|
|
4401
4407
|
*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.
|
4402
4408
|
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
4403
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
4404
4409
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
4405
4410
|
"""
|
4406
4411
|
if custom_action_timeout_in_mins is not None:
|
@@ -4540,9 +4545,6 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsArgs:
|
|
4540
4545
|
@property
|
4541
4546
|
@pulumi.getter(name="skipRus")
|
4542
4547
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
4543
|
-
"""
|
4544
|
-
(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.
|
4545
|
-
"""
|
4546
4548
|
return pulumi.get(self, "skip_rus")
|
4547
4549
|
|
4548
4550
|
@skip_rus.setter
|
@@ -4689,9 +4691,6 @@ if not MYPY:
|
|
4689
4691
|
The maintenance window scheduling preference.
|
4690
4692
|
"""
|
4691
4693
|
skip_rus: NotRequired[pulumi.Input[Sequence[pulumi.Input[bool]]]]
|
4692
|
-
"""
|
4693
|
-
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.
|
4694
|
-
"""
|
4695
4694
|
weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
4696
4695
|
"""
|
4697
4696
|
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.
|
@@ -4723,7 +4722,6 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
4723
4722
|
|
4724
4723
|
*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.
|
4725
4724
|
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
4726
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
4727
4725
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
4728
4726
|
"""
|
4729
4727
|
if custom_action_timeout_in_mins is not None:
|
@@ -4854,9 +4852,6 @@ class AutonomousVmClusterMaintenanceWindowArgs:
|
|
4854
4852
|
@property
|
4855
4853
|
@pulumi.getter(name="skipRus")
|
4856
4854
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
4857
|
-
"""
|
4858
|
-
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.
|
4859
|
-
"""
|
4860
4855
|
return pulumi.get(self, "skip_rus")
|
4861
4856
|
|
4862
4857
|
@skip_rus.setter
|
@@ -4941,9 +4936,6 @@ if not MYPY:
|
|
4941
4936
|
(Updatable) The maintenance window scheduling preference.
|
4942
4937
|
"""
|
4943
4938
|
skip_rus: NotRequired[pulumi.Input[Sequence[pulumi.Input[bool]]]]
|
4944
|
-
"""
|
4945
|
-
(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.
|
4946
|
-
"""
|
4947
4939
|
weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
4948
4940
|
"""
|
4949
4941
|
(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.
|
@@ -4975,7 +4967,6 @@ class AutonomousVmClusterMaintenanceWindowDetailArgs:
|
|
4975
4967
|
|
4976
4968
|
*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.
|
4977
4969
|
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
4978
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
4979
4970
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
4980
4971
|
"""
|
4981
4972
|
if custom_action_timeout_in_mins is not None:
|
@@ -5106,9 +5097,6 @@ class AutonomousVmClusterMaintenanceWindowDetailArgs:
|
|
5106
5097
|
@property
|
5107
5098
|
@pulumi.getter(name="skipRus")
|
5108
5099
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
5109
|
-
"""
|
5110
|
-
(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.
|
5111
|
-
"""
|
5112
5100
|
return pulumi.get(self, "skip_rus")
|
5113
5101
|
|
5114
5102
|
@skip_rus.setter
|
@@ -5365,6 +5353,58 @@ class BackupDestinationMountTypeDetailsArgs:
|
|
5365
5353
|
pulumi.set(self, "nfs_servers", value)
|
5366
5354
|
|
5367
5355
|
|
5356
|
+
if not MYPY:
|
5357
|
+
class BackupEncryptionKeyLocationDetailArgsDict(TypedDict):
|
5358
|
+
hsm_password: NotRequired[pulumi.Input[str]]
|
5359
|
+
"""
|
5360
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
5361
|
+
"""
|
5362
|
+
provider_type: NotRequired[pulumi.Input[str]]
|
5363
|
+
"""
|
5364
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
5365
|
+
"""
|
5366
|
+
elif False:
|
5367
|
+
BackupEncryptionKeyLocationDetailArgsDict: TypeAlias = Mapping[str, Any]
|
5368
|
+
|
5369
|
+
@pulumi.input_type
|
5370
|
+
class BackupEncryptionKeyLocationDetailArgs:
|
5371
|
+
def __init__(__self__, *,
|
5372
|
+
hsm_password: Optional[pulumi.Input[str]] = None,
|
5373
|
+
provider_type: Optional[pulumi.Input[str]] = None):
|
5374
|
+
"""
|
5375
|
+
:param pulumi.Input[str] hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
5376
|
+
:param pulumi.Input[str] provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
5377
|
+
"""
|
5378
|
+
if hsm_password is not None:
|
5379
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
5380
|
+
if provider_type is not None:
|
5381
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
5382
|
+
|
5383
|
+
@property
|
5384
|
+
@pulumi.getter(name="hsmPassword")
|
5385
|
+
def hsm_password(self) -> Optional[pulumi.Input[str]]:
|
5386
|
+
"""
|
5387
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
5388
|
+
"""
|
5389
|
+
return pulumi.get(self, "hsm_password")
|
5390
|
+
|
5391
|
+
@hsm_password.setter
|
5392
|
+
def hsm_password(self, value: Optional[pulumi.Input[str]]):
|
5393
|
+
pulumi.set(self, "hsm_password", value)
|
5394
|
+
|
5395
|
+
@property
|
5396
|
+
@pulumi.getter(name="providerType")
|
5397
|
+
def provider_type(self) -> Optional[pulumi.Input[str]]:
|
5398
|
+
"""
|
5399
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
5400
|
+
"""
|
5401
|
+
return pulumi.get(self, "provider_type")
|
5402
|
+
|
5403
|
+
@provider_type.setter
|
5404
|
+
def provider_type(self, value: Optional[pulumi.Input[str]]):
|
5405
|
+
pulumi.set(self, "provider_type", value)
|
5406
|
+
|
5407
|
+
|
5368
5408
|
if not MYPY:
|
5369
5409
|
class CloudAutonomousVmClusterMaintenanceWindowArgsDict(TypedDict):
|
5370
5410
|
custom_action_timeout_in_mins: NotRequired[pulumi.Input[int]]
|
@@ -6183,9 +6223,6 @@ if not MYPY:
|
|
6183
6223
|
(Updatable) The maintenance window scheduling preference.
|
6184
6224
|
"""
|
6185
6225
|
skip_rus: NotRequired[pulumi.Input[Sequence[pulumi.Input[bool]]]]
|
6186
|
-
"""
|
6187
|
-
(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.
|
6188
|
-
"""
|
6189
6226
|
weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
6190
6227
|
"""
|
6191
6228
|
(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.
|
@@ -6220,7 +6257,6 @@ class CloudExadataInfrastructureMaintenanceWindowArgs:
|
|
6220
6257
|
|
6221
6258
|
*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.
|
6222
6259
|
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
6223
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
6224
6260
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
6225
6261
|
"""
|
6226
6262
|
if custom_action_timeout_in_mins is not None:
|
@@ -6360,9 +6396,6 @@ class CloudExadataInfrastructureMaintenanceWindowArgs:
|
|
6360
6396
|
@property
|
6361
6397
|
@pulumi.getter(name="skipRus")
|
6362
6398
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
6363
|
-
"""
|
6364
|
-
(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.
|
6365
|
-
"""
|
6366
6399
|
return pulumi.get(self, "skip_rus")
|
6367
6400
|
|
6368
6401
|
@skip_rus.setter
|
@@ -7143,14 +7176,263 @@ class DatabaseConnectionStringArgs:
|
|
7143
7176
|
|
7144
7177
|
|
7145
7178
|
if not MYPY:
|
7146
|
-
class
|
7147
|
-
|
7179
|
+
class DatabaseDataGuardGroupArgsDict(TypedDict):
|
7180
|
+
members: NotRequired[pulumi.Input[Sequence[pulumi.Input['DatabaseDataGuardGroupMemberArgsDict']]]]
|
7148
7181
|
"""
|
7149
|
-
|
7182
|
+
List of Data Guard members, representing each database that is part of Data Guard.
|
7150
7183
|
"""
|
7151
|
-
|
7184
|
+
protection_mode: NotRequired[pulumi.Input[str]]
|
7152
7185
|
"""
|
7153
|
-
The
|
7186
|
+
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.
|
7187
|
+
"""
|
7188
|
+
elif False:
|
7189
|
+
DatabaseDataGuardGroupArgsDict: TypeAlias = Mapping[str, Any]
|
7190
|
+
|
7191
|
+
@pulumi.input_type
|
7192
|
+
class DatabaseDataGuardGroupArgs:
|
7193
|
+
def __init__(__self__, *,
|
7194
|
+
members: Optional[pulumi.Input[Sequence[pulumi.Input['DatabaseDataGuardGroupMemberArgs']]]] = None,
|
7195
|
+
protection_mode: Optional[pulumi.Input[str]] = None):
|
7196
|
+
"""
|
7197
|
+
:param pulumi.Input[Sequence[pulumi.Input['DatabaseDataGuardGroupMemberArgs']]] members: List of Data Guard members, representing each database that is part of Data Guard.
|
7198
|
+
:param pulumi.Input[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.
|
7199
|
+
"""
|
7200
|
+
if members is not None:
|
7201
|
+
pulumi.set(__self__, "members", members)
|
7202
|
+
if protection_mode is not None:
|
7203
|
+
pulumi.set(__self__, "protection_mode", protection_mode)
|
7204
|
+
|
7205
|
+
@property
|
7206
|
+
@pulumi.getter
|
7207
|
+
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DatabaseDataGuardGroupMemberArgs']]]]:
|
7208
|
+
"""
|
7209
|
+
List of Data Guard members, representing each database that is part of Data Guard.
|
7210
|
+
"""
|
7211
|
+
return pulumi.get(self, "members")
|
7212
|
+
|
7213
|
+
@members.setter
|
7214
|
+
def members(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DatabaseDataGuardGroupMemberArgs']]]]):
|
7215
|
+
pulumi.set(self, "members", value)
|
7216
|
+
|
7217
|
+
@property
|
7218
|
+
@pulumi.getter(name="protectionMode")
|
7219
|
+
def protection_mode(self) -> Optional[pulumi.Input[str]]:
|
7220
|
+
"""
|
7221
|
+
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.
|
7222
|
+
"""
|
7223
|
+
return pulumi.get(self, "protection_mode")
|
7224
|
+
|
7225
|
+
@protection_mode.setter
|
7226
|
+
def protection_mode(self, value: Optional[pulumi.Input[str]]):
|
7227
|
+
pulumi.set(self, "protection_mode", value)
|
7228
|
+
|
7229
|
+
|
7230
|
+
if not MYPY:
|
7231
|
+
class DatabaseDataGuardGroupMemberArgsDict(TypedDict):
|
7232
|
+
apply_lag: NotRequired[pulumi.Input[str]]
|
7233
|
+
"""
|
7234
|
+
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`
|
7235
|
+
"""
|
7236
|
+
apply_rate: NotRequired[pulumi.Input[str]]
|
7237
|
+
"""
|
7238
|
+
The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
7239
|
+
"""
|
7240
|
+
database_id: NotRequired[pulumi.Input[str]]
|
7241
|
+
"""
|
7242
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database.
|
7243
|
+
"""
|
7244
|
+
db_system_id: NotRequired[pulumi.Input[str]]
|
7245
|
+
"""
|
7246
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
7247
|
+
"""
|
7248
|
+
is_active_data_guard_enabled: NotRequired[pulumi.Input[bool]]
|
7249
|
+
"""
|
7250
|
+
True if active Data Guard is enabled.
|
7251
|
+
"""
|
7252
|
+
role: NotRequired[pulumi.Input[str]]
|
7253
|
+
"""
|
7254
|
+
The role of the reporting database in this Data Guard association.
|
7255
|
+
"""
|
7256
|
+
transport_lag: NotRequired[pulumi.Input[str]]
|
7257
|
+
"""
|
7258
|
+
The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
7259
|
+
"""
|
7260
|
+
transport_lag_refresh: NotRequired[pulumi.Input[str]]
|
7261
|
+
"""
|
7262
|
+
The date and time when last redo transport has been done.
|
7263
|
+
"""
|
7264
|
+
transport_type: NotRequired[pulumi.Input[str]]
|
7265
|
+
"""
|
7266
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
7267
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
7268
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
7269
|
+
* MAXIMUM_PROTECTION - SYNC
|
7270
|
+
"""
|
7271
|
+
elif False:
|
7272
|
+
DatabaseDataGuardGroupMemberArgsDict: TypeAlias = Mapping[str, Any]
|
7273
|
+
|
7274
|
+
@pulumi.input_type
|
7275
|
+
class DatabaseDataGuardGroupMemberArgs:
|
7276
|
+
def __init__(__self__, *,
|
7277
|
+
apply_lag: Optional[pulumi.Input[str]] = None,
|
7278
|
+
apply_rate: Optional[pulumi.Input[str]] = None,
|
7279
|
+
database_id: Optional[pulumi.Input[str]] = None,
|
7280
|
+
db_system_id: Optional[pulumi.Input[str]] = None,
|
7281
|
+
is_active_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
7282
|
+
role: Optional[pulumi.Input[str]] = None,
|
7283
|
+
transport_lag: Optional[pulumi.Input[str]] = None,
|
7284
|
+
transport_lag_refresh: Optional[pulumi.Input[str]] = None,
|
7285
|
+
transport_type: Optional[pulumi.Input[str]] = None):
|
7286
|
+
"""
|
7287
|
+
:param pulumi.Input[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`
|
7288
|
+
:param pulumi.Input[str] apply_rate: The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
7289
|
+
:param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database.
|
7290
|
+
:param pulumi.Input[str] db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
7291
|
+
:param pulumi.Input[bool] is_active_data_guard_enabled: True if active Data Guard is enabled.
|
7292
|
+
:param pulumi.Input[str] role: The role of the reporting database in this Data Guard association.
|
7293
|
+
:param pulumi.Input[str] transport_lag: The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
7294
|
+
:param pulumi.Input[str] transport_lag_refresh: The date and time when last redo transport has been done.
|
7295
|
+
:param pulumi.Input[str] transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
7296
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
7297
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
7298
|
+
* MAXIMUM_PROTECTION - SYNC
|
7299
|
+
"""
|
7300
|
+
if apply_lag is not None:
|
7301
|
+
pulumi.set(__self__, "apply_lag", apply_lag)
|
7302
|
+
if apply_rate is not None:
|
7303
|
+
pulumi.set(__self__, "apply_rate", apply_rate)
|
7304
|
+
if database_id is not None:
|
7305
|
+
pulumi.set(__self__, "database_id", database_id)
|
7306
|
+
if db_system_id is not None:
|
7307
|
+
pulumi.set(__self__, "db_system_id", db_system_id)
|
7308
|
+
if is_active_data_guard_enabled is not None:
|
7309
|
+
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
7310
|
+
if role is not None:
|
7311
|
+
pulumi.set(__self__, "role", role)
|
7312
|
+
if transport_lag is not None:
|
7313
|
+
pulumi.set(__self__, "transport_lag", transport_lag)
|
7314
|
+
if transport_lag_refresh is not None:
|
7315
|
+
pulumi.set(__self__, "transport_lag_refresh", transport_lag_refresh)
|
7316
|
+
if transport_type is not None:
|
7317
|
+
pulumi.set(__self__, "transport_type", transport_type)
|
7318
|
+
|
7319
|
+
@property
|
7320
|
+
@pulumi.getter(name="applyLag")
|
7321
|
+
def apply_lag(self) -> Optional[pulumi.Input[str]]:
|
7322
|
+
"""
|
7323
|
+
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`
|
7324
|
+
"""
|
7325
|
+
return pulumi.get(self, "apply_lag")
|
7326
|
+
|
7327
|
+
@apply_lag.setter
|
7328
|
+
def apply_lag(self, value: Optional[pulumi.Input[str]]):
|
7329
|
+
pulumi.set(self, "apply_lag", value)
|
7330
|
+
|
7331
|
+
@property
|
7332
|
+
@pulumi.getter(name="applyRate")
|
7333
|
+
def apply_rate(self) -> Optional[pulumi.Input[str]]:
|
7334
|
+
"""
|
7335
|
+
The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
7336
|
+
"""
|
7337
|
+
return pulumi.get(self, "apply_rate")
|
7338
|
+
|
7339
|
+
@apply_rate.setter
|
7340
|
+
def apply_rate(self, value: Optional[pulumi.Input[str]]):
|
7341
|
+
pulumi.set(self, "apply_rate", value)
|
7342
|
+
|
7343
|
+
@property
|
7344
|
+
@pulumi.getter(name="databaseId")
|
7345
|
+
def database_id(self) -> Optional[pulumi.Input[str]]:
|
7346
|
+
"""
|
7347
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database.
|
7348
|
+
"""
|
7349
|
+
return pulumi.get(self, "database_id")
|
7350
|
+
|
7351
|
+
@database_id.setter
|
7352
|
+
def database_id(self, value: Optional[pulumi.Input[str]]):
|
7353
|
+
pulumi.set(self, "database_id", value)
|
7354
|
+
|
7355
|
+
@property
|
7356
|
+
@pulumi.getter(name="dbSystemId")
|
7357
|
+
def db_system_id(self) -> Optional[pulumi.Input[str]]:
|
7358
|
+
"""
|
7359
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
7360
|
+
"""
|
7361
|
+
return pulumi.get(self, "db_system_id")
|
7362
|
+
|
7363
|
+
@db_system_id.setter
|
7364
|
+
def db_system_id(self, value: Optional[pulumi.Input[str]]):
|
7365
|
+
pulumi.set(self, "db_system_id", value)
|
7366
|
+
|
7367
|
+
@property
|
7368
|
+
@pulumi.getter(name="isActiveDataGuardEnabled")
|
7369
|
+
def is_active_data_guard_enabled(self) -> Optional[pulumi.Input[bool]]:
|
7370
|
+
"""
|
7371
|
+
True if active Data Guard is enabled.
|
7372
|
+
"""
|
7373
|
+
return pulumi.get(self, "is_active_data_guard_enabled")
|
7374
|
+
|
7375
|
+
@is_active_data_guard_enabled.setter
|
7376
|
+
def is_active_data_guard_enabled(self, value: Optional[pulumi.Input[bool]]):
|
7377
|
+
pulumi.set(self, "is_active_data_guard_enabled", value)
|
7378
|
+
|
7379
|
+
@property
|
7380
|
+
@pulumi.getter
|
7381
|
+
def role(self) -> Optional[pulumi.Input[str]]:
|
7382
|
+
"""
|
7383
|
+
The role of the reporting database in this Data Guard association.
|
7384
|
+
"""
|
7385
|
+
return pulumi.get(self, "role")
|
7386
|
+
|
7387
|
+
@role.setter
|
7388
|
+
def role(self, value: Optional[pulumi.Input[str]]):
|
7389
|
+
pulumi.set(self, "role", value)
|
7390
|
+
|
7391
|
+
@property
|
7392
|
+
@pulumi.getter(name="transportLag")
|
7393
|
+
def transport_lag(self) -> Optional[pulumi.Input[str]]:
|
7394
|
+
"""
|
7395
|
+
The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
7396
|
+
"""
|
7397
|
+
return pulumi.get(self, "transport_lag")
|
7398
|
+
|
7399
|
+
@transport_lag.setter
|
7400
|
+
def transport_lag(self, value: Optional[pulumi.Input[str]]):
|
7401
|
+
pulumi.set(self, "transport_lag", value)
|
7402
|
+
|
7403
|
+
@property
|
7404
|
+
@pulumi.getter(name="transportLagRefresh")
|
7405
|
+
def transport_lag_refresh(self) -> Optional[pulumi.Input[str]]:
|
7406
|
+
"""
|
7407
|
+
The date and time when last redo transport has been done.
|
7408
|
+
"""
|
7409
|
+
return pulumi.get(self, "transport_lag_refresh")
|
7410
|
+
|
7411
|
+
@transport_lag_refresh.setter
|
7412
|
+
def transport_lag_refresh(self, value: Optional[pulumi.Input[str]]):
|
7413
|
+
pulumi.set(self, "transport_lag_refresh", value)
|
7414
|
+
|
7415
|
+
@property
|
7416
|
+
@pulumi.getter(name="transportType")
|
7417
|
+
def transport_type(self) -> Optional[pulumi.Input[str]]:
|
7418
|
+
"""
|
7419
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
7420
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
7421
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
7422
|
+
* MAXIMUM_PROTECTION - SYNC
|
7423
|
+
"""
|
7424
|
+
return pulumi.get(self, "transport_type")
|
7425
|
+
|
7426
|
+
@transport_type.setter
|
7427
|
+
def transport_type(self, value: Optional[pulumi.Input[str]]):
|
7428
|
+
pulumi.set(self, "transport_type", value)
|
7429
|
+
|
7430
|
+
|
7431
|
+
if not MYPY:
|
7432
|
+
class DatabaseDatabaseArgsDict(TypedDict):
|
7433
|
+
admin_password: NotRequired[pulumi.Input[str]]
|
7434
|
+
"""
|
7435
|
+
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 -.
|
7154
7436
|
"""
|
7155
7437
|
backup_id: NotRequired[pulumi.Input[str]]
|
7156
7438
|
"""
|
@@ -7166,6 +7448,12 @@ if not MYPY:
|
|
7166
7448
|
|
7167
7449
|
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
|
7168
7450
|
"""
|
7451
|
+
database_admin_password: NotRequired[pulumi.Input[str]]
|
7452
|
+
"""
|
7453
|
+
The administrator password of the primary database in this Data Guard association.
|
7454
|
+
|
7455
|
+
**The password MUST be the same as the primary admin password.**
|
7456
|
+
"""
|
7169
7457
|
database_software_image_id: NotRequired[pulumi.Input[str]]
|
7170
7458
|
"""
|
7171
7459
|
The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
@@ -7174,9 +7462,13 @@ if not MYPY:
|
|
7174
7462
|
"""
|
7175
7463
|
(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).
|
7176
7464
|
"""
|
7465
|
+
db_name: NotRequired[pulumi.Input[str]]
|
7466
|
+
"""
|
7467
|
+
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.
|
7468
|
+
"""
|
7177
7469
|
db_unique_name: NotRequired[pulumi.Input[str]]
|
7178
7470
|
"""
|
7179
|
-
|
7471
|
+
Specifies the `DB_UNIQUE_NAME` of the peer database to be created.
|
7180
7472
|
"""
|
7181
7473
|
db_workload: NotRequired[pulumi.Input[str]]
|
7182
7474
|
"""
|
@@ -7188,10 +7480,18 @@ if not MYPY:
|
|
7188
7480
|
"""
|
7189
7481
|
(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).
|
7190
7482
|
"""
|
7483
|
+
encryption_key_location_details: NotRequired[pulumi.Input['DatabaseDatabaseEncryptionKeyLocationDetailsArgsDict']]
|
7484
|
+
"""
|
7485
|
+
Types of providers supported for managing database encryption keys
|
7486
|
+
"""
|
7191
7487
|
freeform_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
7192
7488
|
"""
|
7193
7489
|
(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"}`
|
7194
7490
|
"""
|
7491
|
+
is_active_data_guard_enabled: NotRequired[pulumi.Input[bool]]
|
7492
|
+
"""
|
7493
|
+
True if active Data Guard is enabled.
|
7494
|
+
"""
|
7195
7495
|
kms_key_id: NotRequired[pulumi.Input[str]]
|
7196
7496
|
"""
|
7197
7497
|
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
@@ -7212,14 +7512,41 @@ if not MYPY:
|
|
7212
7512
|
"""
|
7213
7513
|
The list of pluggable databases that needs to be restored into new database.
|
7214
7514
|
"""
|
7515
|
+
protection_mode: NotRequired[pulumi.Input[str]]
|
7516
|
+
"""
|
7517
|
+
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.
|
7518
|
+
"""
|
7215
7519
|
sid_prefix: NotRequired[pulumi.Input[str]]
|
7216
7520
|
"""
|
7217
7521
|
Specifies a prefix for the `Oracle SID` of the database to be created.
|
7218
7522
|
"""
|
7523
|
+
source_database_id: NotRequired[pulumi.Input[str]]
|
7524
|
+
"""
|
7525
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source database.
|
7526
|
+
"""
|
7527
|
+
source_encryption_key_location_details: NotRequired[pulumi.Input['DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgsDict']]
|
7528
|
+
"""
|
7529
|
+
Types of providers supported for managing database encryption keys
|
7530
|
+
"""
|
7531
|
+
source_tde_wallet_password: NotRequired[pulumi.Input[str]]
|
7532
|
+
"""
|
7533
|
+
The TDE wallet password of the source database specified by 'sourceDatabaseId'.
|
7534
|
+
"""
|
7219
7535
|
tde_wallet_password: NotRequired[pulumi.Input[str]]
|
7220
7536
|
"""
|
7221
7537
|
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 -.
|
7222
7538
|
"""
|
7539
|
+
transport_type: NotRequired[pulumi.Input[str]]
|
7540
|
+
"""
|
7541
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
7542
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
7543
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
7544
|
+
* MAXIMUM_PROTECTION - SYNC
|
7545
|
+
|
7546
|
+
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.
|
7547
|
+
|
7548
|
+
**IMPORTANT** - The only transport type currently supported by the Database service is ASYNC.
|
7549
|
+
"""
|
7223
7550
|
vault_id: NotRequired[pulumi.Input[str]]
|
7224
7551
|
"""
|
7225
7552
|
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.
|
@@ -7230,70 +7557,103 @@ elif False:
|
|
7230
7557
|
@pulumi.input_type
|
7231
7558
|
class DatabaseDatabaseArgs:
|
7232
7559
|
def __init__(__self__, *,
|
7233
|
-
admin_password: pulumi.Input[str],
|
7234
|
-
db_name: pulumi.Input[str],
|
7560
|
+
admin_password: Optional[pulumi.Input[str]] = None,
|
7235
7561
|
backup_id: Optional[pulumi.Input[str]] = None,
|
7236
7562
|
backup_tde_password: Optional[pulumi.Input[str]] = None,
|
7237
7563
|
character_set: Optional[pulumi.Input[str]] = None,
|
7564
|
+
database_admin_password: Optional[pulumi.Input[str]] = None,
|
7238
7565
|
database_software_image_id: Optional[pulumi.Input[str]] = None,
|
7239
7566
|
db_backup_config: Optional[pulumi.Input['DatabaseDatabaseDbBackupConfigArgs']] = None,
|
7567
|
+
db_name: Optional[pulumi.Input[str]] = None,
|
7240
7568
|
db_unique_name: Optional[pulumi.Input[str]] = None,
|
7241
7569
|
db_workload: Optional[pulumi.Input[str]] = None,
|
7242
7570
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
7571
|
+
encryption_key_location_details: Optional[pulumi.Input['DatabaseDatabaseEncryptionKeyLocationDetailsArgs']] = None,
|
7243
7572
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
7573
|
+
is_active_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
7244
7574
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
7245
7575
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
7246
7576
|
ncharacter_set: Optional[pulumi.Input[str]] = None,
|
7247
7577
|
pdb_name: Optional[pulumi.Input[str]] = None,
|
7248
7578
|
pluggable_databases: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
7579
|
+
protection_mode: Optional[pulumi.Input[str]] = None,
|
7249
7580
|
sid_prefix: Optional[pulumi.Input[str]] = None,
|
7581
|
+
source_database_id: Optional[pulumi.Input[str]] = None,
|
7582
|
+
source_encryption_key_location_details: Optional[pulumi.Input['DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs']] = None,
|
7583
|
+
source_tde_wallet_password: Optional[pulumi.Input[str]] = None,
|
7250
7584
|
tde_wallet_password: Optional[pulumi.Input[str]] = None,
|
7585
|
+
transport_type: Optional[pulumi.Input[str]] = None,
|
7251
7586
|
vault_id: Optional[pulumi.Input[str]] = None):
|
7252
7587
|
"""
|
7253
7588
|
:param pulumi.Input[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 -.
|
7254
|
-
:param pulumi.Input[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.
|
7255
7589
|
:param pulumi.Input[str] backup_id: The backup [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
7256
7590
|
:param pulumi.Input[str] backup_tde_password: The password to open the TDE wallet.
|
7257
7591
|
:param pulumi.Input[str] character_set: The character set for the database. The default is AL32UTF8. Allowed values are:
|
7258
7592
|
|
7259
7593
|
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
|
7594
|
+
:param pulumi.Input[str] database_admin_password: The administrator password of the primary database in this Data Guard association.
|
7595
|
+
|
7596
|
+
**The password MUST be the same as the primary admin password.**
|
7260
7597
|
:param pulumi.Input[str] database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
7261
7598
|
:param pulumi.Input['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).
|
7262
|
-
:param pulumi.Input[str]
|
7599
|
+
:param pulumi.Input[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.
|
7600
|
+
:param pulumi.Input[str] db_unique_name: Specifies the `DB_UNIQUE_NAME` of the peer database to be created.
|
7263
7601
|
:param pulumi.Input[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.
|
7264
7602
|
|
7265
7603
|
The database workload type.
|
7266
7604
|
:param pulumi.Input[Mapping[str, pulumi.Input[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).
|
7605
|
+
:param pulumi.Input['DatabaseDatabaseEncryptionKeyLocationDetailsArgs'] encryption_key_location_details: Types of providers supported for managing database encryption keys
|
7267
7606
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
7607
|
+
:param pulumi.Input[bool] is_active_data_guard_enabled: True if active Data Guard is enabled.
|
7268
7608
|
:param pulumi.Input[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.
|
7269
7609
|
:param pulumi.Input[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.
|
7270
7610
|
:param pulumi.Input[str] ncharacter_set: The national character set for the database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
7271
7611
|
:param pulumi.Input[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.
|
7272
7612
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] pluggable_databases: The list of pluggable databases that needs to be restored into new database.
|
7613
|
+
:param pulumi.Input[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.
|
7273
7614
|
:param pulumi.Input[str] sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
7615
|
+
:param pulumi.Input[str] source_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source database.
|
7616
|
+
:param pulumi.Input['DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs'] source_encryption_key_location_details: Types of providers supported for managing database encryption keys
|
7617
|
+
:param pulumi.Input[str] source_tde_wallet_password: The TDE wallet password of the source database specified by 'sourceDatabaseId'.
|
7274
7618
|
:param pulumi.Input[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 -.
|
7619
|
+
:param pulumi.Input[str] transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
7620
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
7621
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
7622
|
+
* MAXIMUM_PROTECTION - SYNC
|
7623
|
+
|
7624
|
+
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.
|
7625
|
+
|
7626
|
+
**IMPORTANT** - The only transport type currently supported by the Database service is ASYNC.
|
7275
7627
|
:param pulumi.Input[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.
|
7276
7628
|
"""
|
7277
|
-
|
7278
|
-
|
7629
|
+
if admin_password is not None:
|
7630
|
+
pulumi.set(__self__, "admin_password", admin_password)
|
7279
7631
|
if backup_id is not None:
|
7280
7632
|
pulumi.set(__self__, "backup_id", backup_id)
|
7281
7633
|
if backup_tde_password is not None:
|
7282
7634
|
pulumi.set(__self__, "backup_tde_password", backup_tde_password)
|
7283
7635
|
if character_set is not None:
|
7284
7636
|
pulumi.set(__self__, "character_set", character_set)
|
7637
|
+
if database_admin_password is not None:
|
7638
|
+
pulumi.set(__self__, "database_admin_password", database_admin_password)
|
7285
7639
|
if database_software_image_id is not None:
|
7286
7640
|
pulumi.set(__self__, "database_software_image_id", database_software_image_id)
|
7287
7641
|
if db_backup_config is not None:
|
7288
7642
|
pulumi.set(__self__, "db_backup_config", db_backup_config)
|
7643
|
+
if db_name is not None:
|
7644
|
+
pulumi.set(__self__, "db_name", db_name)
|
7289
7645
|
if db_unique_name is not None:
|
7290
7646
|
pulumi.set(__self__, "db_unique_name", db_unique_name)
|
7291
7647
|
if db_workload is not None:
|
7292
7648
|
pulumi.set(__self__, "db_workload", db_workload)
|
7293
7649
|
if defined_tags is not None:
|
7294
7650
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
7651
|
+
if encryption_key_location_details is not None:
|
7652
|
+
pulumi.set(__self__, "encryption_key_location_details", encryption_key_location_details)
|
7295
7653
|
if freeform_tags is not None:
|
7296
7654
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
7655
|
+
if is_active_data_guard_enabled is not None:
|
7656
|
+
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
7297
7657
|
if kms_key_id is not None:
|
7298
7658
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
7299
7659
|
if kms_key_version_id is not None:
|
@@ -7304,37 +7664,35 @@ class DatabaseDatabaseArgs:
|
|
7304
7664
|
pulumi.set(__self__, "pdb_name", pdb_name)
|
7305
7665
|
if pluggable_databases is not None:
|
7306
7666
|
pulumi.set(__self__, "pluggable_databases", pluggable_databases)
|
7667
|
+
if protection_mode is not None:
|
7668
|
+
pulumi.set(__self__, "protection_mode", protection_mode)
|
7307
7669
|
if sid_prefix is not None:
|
7308
7670
|
pulumi.set(__self__, "sid_prefix", sid_prefix)
|
7671
|
+
if source_database_id is not None:
|
7672
|
+
pulumi.set(__self__, "source_database_id", source_database_id)
|
7673
|
+
if source_encryption_key_location_details is not None:
|
7674
|
+
pulumi.set(__self__, "source_encryption_key_location_details", source_encryption_key_location_details)
|
7675
|
+
if source_tde_wallet_password is not None:
|
7676
|
+
pulumi.set(__self__, "source_tde_wallet_password", source_tde_wallet_password)
|
7309
7677
|
if tde_wallet_password is not None:
|
7310
7678
|
pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
|
7679
|
+
if transport_type is not None:
|
7680
|
+
pulumi.set(__self__, "transport_type", transport_type)
|
7311
7681
|
if vault_id is not None:
|
7312
7682
|
pulumi.set(__self__, "vault_id", vault_id)
|
7313
7683
|
|
7314
7684
|
@property
|
7315
7685
|
@pulumi.getter(name="adminPassword")
|
7316
|
-
def admin_password(self) -> pulumi.Input[str]:
|
7686
|
+
def admin_password(self) -> Optional[pulumi.Input[str]]:
|
7317
7687
|
"""
|
7318
7688
|
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 -.
|
7319
7689
|
"""
|
7320
7690
|
return pulumi.get(self, "admin_password")
|
7321
7691
|
|
7322
7692
|
@admin_password.setter
|
7323
|
-
def admin_password(self, value: pulumi.Input[str]):
|
7693
|
+
def admin_password(self, value: Optional[pulumi.Input[str]]):
|
7324
7694
|
pulumi.set(self, "admin_password", value)
|
7325
7695
|
|
7326
|
-
@property
|
7327
|
-
@pulumi.getter(name="dbName")
|
7328
|
-
def db_name(self) -> pulumi.Input[str]:
|
7329
|
-
"""
|
7330
|
-
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.
|
7331
|
-
"""
|
7332
|
-
return pulumi.get(self, "db_name")
|
7333
|
-
|
7334
|
-
@db_name.setter
|
7335
|
-
def db_name(self, value: pulumi.Input[str]):
|
7336
|
-
pulumi.set(self, "db_name", value)
|
7337
|
-
|
7338
7696
|
@property
|
7339
7697
|
@pulumi.getter(name="backupId")
|
7340
7698
|
def backup_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -7373,6 +7731,20 @@ class DatabaseDatabaseArgs:
|
|
7373
7731
|
def character_set(self, value: Optional[pulumi.Input[str]]):
|
7374
7732
|
pulumi.set(self, "character_set", value)
|
7375
7733
|
|
7734
|
+
@property
|
7735
|
+
@pulumi.getter(name="databaseAdminPassword")
|
7736
|
+
def database_admin_password(self) -> Optional[pulumi.Input[str]]:
|
7737
|
+
"""
|
7738
|
+
The administrator password of the primary database in this Data Guard association.
|
7739
|
+
|
7740
|
+
**The password MUST be the same as the primary admin password.**
|
7741
|
+
"""
|
7742
|
+
return pulumi.get(self, "database_admin_password")
|
7743
|
+
|
7744
|
+
@database_admin_password.setter
|
7745
|
+
def database_admin_password(self, value: Optional[pulumi.Input[str]]):
|
7746
|
+
pulumi.set(self, "database_admin_password", value)
|
7747
|
+
|
7376
7748
|
@property
|
7377
7749
|
@pulumi.getter(name="databaseSoftwareImageId")
|
7378
7750
|
def database_software_image_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -7397,11 +7769,23 @@ class DatabaseDatabaseArgs:
|
|
7397
7769
|
def db_backup_config(self, value: Optional[pulumi.Input['DatabaseDatabaseDbBackupConfigArgs']]):
|
7398
7770
|
pulumi.set(self, "db_backup_config", value)
|
7399
7771
|
|
7772
|
+
@property
|
7773
|
+
@pulumi.getter(name="dbName")
|
7774
|
+
def db_name(self) -> Optional[pulumi.Input[str]]:
|
7775
|
+
"""
|
7776
|
+
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.
|
7777
|
+
"""
|
7778
|
+
return pulumi.get(self, "db_name")
|
7779
|
+
|
7780
|
+
@db_name.setter
|
7781
|
+
def db_name(self, value: Optional[pulumi.Input[str]]):
|
7782
|
+
pulumi.set(self, "db_name", value)
|
7783
|
+
|
7400
7784
|
@property
|
7401
7785
|
@pulumi.getter(name="dbUniqueName")
|
7402
7786
|
def db_unique_name(self) -> Optional[pulumi.Input[str]]:
|
7403
7787
|
"""
|
7404
|
-
|
7788
|
+
Specifies the `DB_UNIQUE_NAME` of the peer database to be created.
|
7405
7789
|
"""
|
7406
7790
|
return pulumi.get(self, "db_unique_name")
|
7407
7791
|
|
@@ -7435,6 +7819,18 @@ class DatabaseDatabaseArgs:
|
|
7435
7819
|
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
7436
7820
|
pulumi.set(self, "defined_tags", value)
|
7437
7821
|
|
7822
|
+
@property
|
7823
|
+
@pulumi.getter(name="encryptionKeyLocationDetails")
|
7824
|
+
def encryption_key_location_details(self) -> Optional[pulumi.Input['DatabaseDatabaseEncryptionKeyLocationDetailsArgs']]:
|
7825
|
+
"""
|
7826
|
+
Types of providers supported for managing database encryption keys
|
7827
|
+
"""
|
7828
|
+
return pulumi.get(self, "encryption_key_location_details")
|
7829
|
+
|
7830
|
+
@encryption_key_location_details.setter
|
7831
|
+
def encryption_key_location_details(self, value: Optional[pulumi.Input['DatabaseDatabaseEncryptionKeyLocationDetailsArgs']]):
|
7832
|
+
pulumi.set(self, "encryption_key_location_details", value)
|
7833
|
+
|
7438
7834
|
@property
|
7439
7835
|
@pulumi.getter(name="freeformTags")
|
7440
7836
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -7447,6 +7843,18 @@ class DatabaseDatabaseArgs:
|
|
7447
7843
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
7448
7844
|
pulumi.set(self, "freeform_tags", value)
|
7449
7845
|
|
7846
|
+
@property
|
7847
|
+
@pulumi.getter(name="isActiveDataGuardEnabled")
|
7848
|
+
def is_active_data_guard_enabled(self) -> Optional[pulumi.Input[bool]]:
|
7849
|
+
"""
|
7850
|
+
True if active Data Guard is enabled.
|
7851
|
+
"""
|
7852
|
+
return pulumi.get(self, "is_active_data_guard_enabled")
|
7853
|
+
|
7854
|
+
@is_active_data_guard_enabled.setter
|
7855
|
+
def is_active_data_guard_enabled(self, value: Optional[pulumi.Input[bool]]):
|
7856
|
+
pulumi.set(self, "is_active_data_guard_enabled", value)
|
7857
|
+
|
7450
7858
|
@property
|
7451
7859
|
@pulumi.getter(name="kmsKeyId")
|
7452
7860
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -7507,6 +7915,18 @@ class DatabaseDatabaseArgs:
|
|
7507
7915
|
def pluggable_databases(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
7508
7916
|
pulumi.set(self, "pluggable_databases", value)
|
7509
7917
|
|
7918
|
+
@property
|
7919
|
+
@pulumi.getter(name="protectionMode")
|
7920
|
+
def protection_mode(self) -> Optional[pulumi.Input[str]]:
|
7921
|
+
"""
|
7922
|
+
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.
|
7923
|
+
"""
|
7924
|
+
return pulumi.get(self, "protection_mode")
|
7925
|
+
|
7926
|
+
@protection_mode.setter
|
7927
|
+
def protection_mode(self, value: Optional[pulumi.Input[str]]):
|
7928
|
+
pulumi.set(self, "protection_mode", value)
|
7929
|
+
|
7510
7930
|
@property
|
7511
7931
|
@pulumi.getter(name="sidPrefix")
|
7512
7932
|
def sid_prefix(self) -> Optional[pulumi.Input[str]]:
|
@@ -7519,6 +7939,42 @@ class DatabaseDatabaseArgs:
|
|
7519
7939
|
def sid_prefix(self, value: Optional[pulumi.Input[str]]):
|
7520
7940
|
pulumi.set(self, "sid_prefix", value)
|
7521
7941
|
|
7942
|
+
@property
|
7943
|
+
@pulumi.getter(name="sourceDatabaseId")
|
7944
|
+
def source_database_id(self) -> Optional[pulumi.Input[str]]:
|
7945
|
+
"""
|
7946
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source database.
|
7947
|
+
"""
|
7948
|
+
return pulumi.get(self, "source_database_id")
|
7949
|
+
|
7950
|
+
@source_database_id.setter
|
7951
|
+
def source_database_id(self, value: Optional[pulumi.Input[str]]):
|
7952
|
+
pulumi.set(self, "source_database_id", value)
|
7953
|
+
|
7954
|
+
@property
|
7955
|
+
@pulumi.getter(name="sourceEncryptionKeyLocationDetails")
|
7956
|
+
def source_encryption_key_location_details(self) -> Optional[pulumi.Input['DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs']]:
|
7957
|
+
"""
|
7958
|
+
Types of providers supported for managing database encryption keys
|
7959
|
+
"""
|
7960
|
+
return pulumi.get(self, "source_encryption_key_location_details")
|
7961
|
+
|
7962
|
+
@source_encryption_key_location_details.setter
|
7963
|
+
def source_encryption_key_location_details(self, value: Optional[pulumi.Input['DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs']]):
|
7964
|
+
pulumi.set(self, "source_encryption_key_location_details", value)
|
7965
|
+
|
7966
|
+
@property
|
7967
|
+
@pulumi.getter(name="sourceTdeWalletPassword")
|
7968
|
+
def source_tde_wallet_password(self) -> Optional[pulumi.Input[str]]:
|
7969
|
+
"""
|
7970
|
+
The TDE wallet password of the source database specified by 'sourceDatabaseId'.
|
7971
|
+
"""
|
7972
|
+
return pulumi.get(self, "source_tde_wallet_password")
|
7973
|
+
|
7974
|
+
@source_tde_wallet_password.setter
|
7975
|
+
def source_tde_wallet_password(self, value: Optional[pulumi.Input[str]]):
|
7976
|
+
pulumi.set(self, "source_tde_wallet_password", value)
|
7977
|
+
|
7522
7978
|
@property
|
7523
7979
|
@pulumi.getter(name="tdeWalletPassword")
|
7524
7980
|
def tde_wallet_password(self) -> Optional[pulumi.Input[str]]:
|
@@ -7531,6 +7987,25 @@ class DatabaseDatabaseArgs:
|
|
7531
7987
|
def tde_wallet_password(self, value: Optional[pulumi.Input[str]]):
|
7532
7988
|
pulumi.set(self, "tde_wallet_password", value)
|
7533
7989
|
|
7990
|
+
@property
|
7991
|
+
@pulumi.getter(name="transportType")
|
7992
|
+
def transport_type(self) -> Optional[pulumi.Input[str]]:
|
7993
|
+
"""
|
7994
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
7995
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
7996
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
7997
|
+
* MAXIMUM_PROTECTION - SYNC
|
7998
|
+
|
7999
|
+
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.
|
8000
|
+
|
8001
|
+
**IMPORTANT** - The only transport type currently supported by the Database service is ASYNC.
|
8002
|
+
"""
|
8003
|
+
return pulumi.get(self, "transport_type")
|
8004
|
+
|
8005
|
+
@transport_type.setter
|
8006
|
+
def transport_type(self, value: Optional[pulumi.Input[str]]):
|
8007
|
+
pulumi.set(self, "transport_type", value)
|
8008
|
+
|
7534
8009
|
@property
|
7535
8010
|
@pulumi.getter(name="vaultId")
|
7536
8011
|
def vault_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -7801,6 +8276,56 @@ class DatabaseDatabaseDbBackupConfigBackupDestinationDetailArgs:
|
|
7801
8276
|
pulumi.set(self, "vpc_user", value)
|
7802
8277
|
|
7803
8278
|
|
8279
|
+
if not MYPY:
|
8280
|
+
class DatabaseDatabaseEncryptionKeyLocationDetailsArgsDict(TypedDict):
|
8281
|
+
hsm_password: pulumi.Input[str]
|
8282
|
+
"""
|
8283
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
8284
|
+
"""
|
8285
|
+
provider_type: pulumi.Input[str]
|
8286
|
+
"""
|
8287
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
8288
|
+
"""
|
8289
|
+
elif False:
|
8290
|
+
DatabaseDatabaseEncryptionKeyLocationDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
8291
|
+
|
8292
|
+
@pulumi.input_type
|
8293
|
+
class DatabaseDatabaseEncryptionKeyLocationDetailsArgs:
|
8294
|
+
def __init__(__self__, *,
|
8295
|
+
hsm_password: pulumi.Input[str],
|
8296
|
+
provider_type: pulumi.Input[str]):
|
8297
|
+
"""
|
8298
|
+
:param pulumi.Input[str] hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
8299
|
+
:param pulumi.Input[str] provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
8300
|
+
"""
|
8301
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
8302
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
8303
|
+
|
8304
|
+
@property
|
8305
|
+
@pulumi.getter(name="hsmPassword")
|
8306
|
+
def hsm_password(self) -> pulumi.Input[str]:
|
8307
|
+
"""
|
8308
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
8309
|
+
"""
|
8310
|
+
return pulumi.get(self, "hsm_password")
|
8311
|
+
|
8312
|
+
@hsm_password.setter
|
8313
|
+
def hsm_password(self, value: pulumi.Input[str]):
|
8314
|
+
pulumi.set(self, "hsm_password", value)
|
8315
|
+
|
8316
|
+
@property
|
8317
|
+
@pulumi.getter(name="providerType")
|
8318
|
+
def provider_type(self) -> pulumi.Input[str]:
|
8319
|
+
"""
|
8320
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
8321
|
+
"""
|
8322
|
+
return pulumi.get(self, "provider_type")
|
8323
|
+
|
8324
|
+
@provider_type.setter
|
8325
|
+
def provider_type(self, value: pulumi.Input[str]):
|
8326
|
+
pulumi.set(self, "provider_type", value)
|
8327
|
+
|
8328
|
+
|
7804
8329
|
if not MYPY:
|
7805
8330
|
class DatabaseDatabaseManagementConfigArgsDict(TypedDict):
|
7806
8331
|
management_status: NotRequired[pulumi.Input[str]]
|
@@ -7853,6 +8378,56 @@ class DatabaseDatabaseManagementConfigArgs:
|
|
7853
8378
|
pulumi.set(self, "management_type", value)
|
7854
8379
|
|
7855
8380
|
|
8381
|
+
if not MYPY:
|
8382
|
+
class DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgsDict(TypedDict):
|
8383
|
+
hsm_password: pulumi.Input[str]
|
8384
|
+
"""
|
8385
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
8386
|
+
"""
|
8387
|
+
provider_type: pulumi.Input[str]
|
8388
|
+
"""
|
8389
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
8390
|
+
"""
|
8391
|
+
elif False:
|
8392
|
+
DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
8393
|
+
|
8394
|
+
@pulumi.input_type
|
8395
|
+
class DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs:
|
8396
|
+
def __init__(__self__, *,
|
8397
|
+
hsm_password: pulumi.Input[str],
|
8398
|
+
provider_type: pulumi.Input[str]):
|
8399
|
+
"""
|
8400
|
+
:param pulumi.Input[str] hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
8401
|
+
:param pulumi.Input[str] provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
8402
|
+
"""
|
8403
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
8404
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
8405
|
+
|
8406
|
+
@property
|
8407
|
+
@pulumi.getter(name="hsmPassword")
|
8408
|
+
def hsm_password(self) -> pulumi.Input[str]:
|
8409
|
+
"""
|
8410
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
8411
|
+
"""
|
8412
|
+
return pulumi.get(self, "hsm_password")
|
8413
|
+
|
8414
|
+
@hsm_password.setter
|
8415
|
+
def hsm_password(self, value: pulumi.Input[str]):
|
8416
|
+
pulumi.set(self, "hsm_password", value)
|
8417
|
+
|
8418
|
+
@property
|
8419
|
+
@pulumi.getter(name="providerType")
|
8420
|
+
def provider_type(self) -> pulumi.Input[str]:
|
8421
|
+
"""
|
8422
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
8423
|
+
"""
|
8424
|
+
return pulumi.get(self, "provider_type")
|
8425
|
+
|
8426
|
+
@provider_type.setter
|
8427
|
+
def provider_type(self, value: pulumi.Input[str]):
|
8428
|
+
pulumi.set(self, "provider_type", value)
|
8429
|
+
|
8430
|
+
|
7856
8431
|
if not MYPY:
|
7857
8432
|
class DatabaseDbBackupConfigArgsDict(TypedDict):
|
7858
8433
|
auto_backup_enabled: NotRequired[pulumi.Input[bool]]
|
@@ -8182,6 +8757,259 @@ class DatabaseUpgradeConnectionStringArgs:
|
|
8182
8757
|
pulumi.set(self, "cdb_ip_default", value)
|
8183
8758
|
|
8184
8759
|
|
8760
|
+
if not MYPY:
|
8761
|
+
class DatabaseUpgradeDataGuardGroupArgsDict(TypedDict):
|
8762
|
+
members: NotRequired[pulumi.Input[Sequence[pulumi.Input['DatabaseUpgradeDataGuardGroupMemberArgsDict']]]]
|
8763
|
+
"""
|
8764
|
+
List of Data Guard members, representing each database that is part of Data Guard.
|
8765
|
+
"""
|
8766
|
+
protection_mode: NotRequired[pulumi.Input[str]]
|
8767
|
+
"""
|
8768
|
+
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.
|
8769
|
+
"""
|
8770
|
+
elif False:
|
8771
|
+
DatabaseUpgradeDataGuardGroupArgsDict: TypeAlias = Mapping[str, Any]
|
8772
|
+
|
8773
|
+
@pulumi.input_type
|
8774
|
+
class DatabaseUpgradeDataGuardGroupArgs:
|
8775
|
+
def __init__(__self__, *,
|
8776
|
+
members: Optional[pulumi.Input[Sequence[pulumi.Input['DatabaseUpgradeDataGuardGroupMemberArgs']]]] = None,
|
8777
|
+
protection_mode: Optional[pulumi.Input[str]] = None):
|
8778
|
+
"""
|
8779
|
+
:param pulumi.Input[Sequence[pulumi.Input['DatabaseUpgradeDataGuardGroupMemberArgs']]] members: List of Data Guard members, representing each database that is part of Data Guard.
|
8780
|
+
:param pulumi.Input[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.
|
8781
|
+
"""
|
8782
|
+
if members is not None:
|
8783
|
+
pulumi.set(__self__, "members", members)
|
8784
|
+
if protection_mode is not None:
|
8785
|
+
pulumi.set(__self__, "protection_mode", protection_mode)
|
8786
|
+
|
8787
|
+
@property
|
8788
|
+
@pulumi.getter
|
8789
|
+
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DatabaseUpgradeDataGuardGroupMemberArgs']]]]:
|
8790
|
+
"""
|
8791
|
+
List of Data Guard members, representing each database that is part of Data Guard.
|
8792
|
+
"""
|
8793
|
+
return pulumi.get(self, "members")
|
8794
|
+
|
8795
|
+
@members.setter
|
8796
|
+
def members(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DatabaseUpgradeDataGuardGroupMemberArgs']]]]):
|
8797
|
+
pulumi.set(self, "members", value)
|
8798
|
+
|
8799
|
+
@property
|
8800
|
+
@pulumi.getter(name="protectionMode")
|
8801
|
+
def protection_mode(self) -> Optional[pulumi.Input[str]]:
|
8802
|
+
"""
|
8803
|
+
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.
|
8804
|
+
"""
|
8805
|
+
return pulumi.get(self, "protection_mode")
|
8806
|
+
|
8807
|
+
@protection_mode.setter
|
8808
|
+
def protection_mode(self, value: Optional[pulumi.Input[str]]):
|
8809
|
+
pulumi.set(self, "protection_mode", value)
|
8810
|
+
|
8811
|
+
|
8812
|
+
if not MYPY:
|
8813
|
+
class DatabaseUpgradeDataGuardGroupMemberArgsDict(TypedDict):
|
8814
|
+
apply_lag: NotRequired[pulumi.Input[str]]
|
8815
|
+
"""
|
8816
|
+
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`
|
8817
|
+
"""
|
8818
|
+
apply_rate: NotRequired[pulumi.Input[str]]
|
8819
|
+
"""
|
8820
|
+
The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
8821
|
+
"""
|
8822
|
+
database_id: NotRequired[pulumi.Input[str]]
|
8823
|
+
"""
|
8824
|
+
The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
8825
|
+
"""
|
8826
|
+
db_system_id: NotRequired[pulumi.Input[str]]
|
8827
|
+
"""
|
8828
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
8829
|
+
"""
|
8830
|
+
is_active_data_guard_enabled: NotRequired[pulumi.Input[bool]]
|
8831
|
+
"""
|
8832
|
+
True if active Data Guard is enabled.
|
8833
|
+
"""
|
8834
|
+
role: NotRequired[pulumi.Input[str]]
|
8835
|
+
"""
|
8836
|
+
The role of the reporting database in this Data Guard association.
|
8837
|
+
"""
|
8838
|
+
transport_lag: NotRequired[pulumi.Input[str]]
|
8839
|
+
"""
|
8840
|
+
The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
8841
|
+
"""
|
8842
|
+
transport_lag_refresh: NotRequired[pulumi.Input[str]]
|
8843
|
+
"""
|
8844
|
+
The date and time when last redo transport has been done.
|
8845
|
+
"""
|
8846
|
+
transport_type: NotRequired[pulumi.Input[str]]
|
8847
|
+
"""
|
8848
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
8849
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
8850
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
8851
|
+
* MAXIMUM_PROTECTION - SYNC
|
8852
|
+
"""
|
8853
|
+
elif False:
|
8854
|
+
DatabaseUpgradeDataGuardGroupMemberArgsDict: TypeAlias = Mapping[str, Any]
|
8855
|
+
|
8856
|
+
@pulumi.input_type
|
8857
|
+
class DatabaseUpgradeDataGuardGroupMemberArgs:
|
8858
|
+
def __init__(__self__, *,
|
8859
|
+
apply_lag: Optional[pulumi.Input[str]] = None,
|
8860
|
+
apply_rate: Optional[pulumi.Input[str]] = None,
|
8861
|
+
database_id: Optional[pulumi.Input[str]] = None,
|
8862
|
+
db_system_id: Optional[pulumi.Input[str]] = None,
|
8863
|
+
is_active_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
8864
|
+
role: Optional[pulumi.Input[str]] = None,
|
8865
|
+
transport_lag: Optional[pulumi.Input[str]] = None,
|
8866
|
+
transport_lag_refresh: Optional[pulumi.Input[str]] = None,
|
8867
|
+
transport_type: Optional[pulumi.Input[str]] = None):
|
8868
|
+
"""
|
8869
|
+
:param pulumi.Input[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`
|
8870
|
+
:param pulumi.Input[str] apply_rate: The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
8871
|
+
:param pulumi.Input[str] database_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
8872
|
+
:param pulumi.Input[str] db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
8873
|
+
:param pulumi.Input[bool] is_active_data_guard_enabled: True if active Data Guard is enabled.
|
8874
|
+
:param pulumi.Input[str] role: The role of the reporting database in this Data Guard association.
|
8875
|
+
:param pulumi.Input[str] transport_lag: The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
8876
|
+
:param pulumi.Input[str] transport_lag_refresh: The date and time when last redo transport has been done.
|
8877
|
+
:param pulumi.Input[str] transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
8878
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
8879
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
8880
|
+
* MAXIMUM_PROTECTION - SYNC
|
8881
|
+
"""
|
8882
|
+
if apply_lag is not None:
|
8883
|
+
pulumi.set(__self__, "apply_lag", apply_lag)
|
8884
|
+
if apply_rate is not None:
|
8885
|
+
pulumi.set(__self__, "apply_rate", apply_rate)
|
8886
|
+
if database_id is not None:
|
8887
|
+
pulumi.set(__self__, "database_id", database_id)
|
8888
|
+
if db_system_id is not None:
|
8889
|
+
pulumi.set(__self__, "db_system_id", db_system_id)
|
8890
|
+
if is_active_data_guard_enabled is not None:
|
8891
|
+
pulumi.set(__self__, "is_active_data_guard_enabled", is_active_data_guard_enabled)
|
8892
|
+
if role is not None:
|
8893
|
+
pulumi.set(__self__, "role", role)
|
8894
|
+
if transport_lag is not None:
|
8895
|
+
pulumi.set(__self__, "transport_lag", transport_lag)
|
8896
|
+
if transport_lag_refresh is not None:
|
8897
|
+
pulumi.set(__self__, "transport_lag_refresh", transport_lag_refresh)
|
8898
|
+
if transport_type is not None:
|
8899
|
+
pulumi.set(__self__, "transport_type", transport_type)
|
8900
|
+
|
8901
|
+
@property
|
8902
|
+
@pulumi.getter(name="applyLag")
|
8903
|
+
def apply_lag(self) -> Optional[pulumi.Input[str]]:
|
8904
|
+
"""
|
8905
|
+
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`
|
8906
|
+
"""
|
8907
|
+
return pulumi.get(self, "apply_lag")
|
8908
|
+
|
8909
|
+
@apply_lag.setter
|
8910
|
+
def apply_lag(self, value: Optional[pulumi.Input[str]]):
|
8911
|
+
pulumi.set(self, "apply_lag", value)
|
8912
|
+
|
8913
|
+
@property
|
8914
|
+
@pulumi.getter(name="applyRate")
|
8915
|
+
def apply_rate(self) -> Optional[pulumi.Input[str]]:
|
8916
|
+
"""
|
8917
|
+
The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
|
8918
|
+
"""
|
8919
|
+
return pulumi.get(self, "apply_rate")
|
8920
|
+
|
8921
|
+
@apply_rate.setter
|
8922
|
+
def apply_rate(self, value: Optional[pulumi.Input[str]]):
|
8923
|
+
pulumi.set(self, "apply_rate", value)
|
8924
|
+
|
8925
|
+
@property
|
8926
|
+
@pulumi.getter(name="databaseId")
|
8927
|
+
def database_id(self) -> Optional[pulumi.Input[str]]:
|
8928
|
+
"""
|
8929
|
+
The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
8930
|
+
"""
|
8931
|
+
return pulumi.get(self, "database_id")
|
8932
|
+
|
8933
|
+
@database_id.setter
|
8934
|
+
def database_id(self, value: Optional[pulumi.Input[str]]):
|
8935
|
+
pulumi.set(self, "database_id", value)
|
8936
|
+
|
8937
|
+
@property
|
8938
|
+
@pulumi.getter(name="dbSystemId")
|
8939
|
+
def db_system_id(self) -> Optional[pulumi.Input[str]]:
|
8940
|
+
"""
|
8941
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
8942
|
+
"""
|
8943
|
+
return pulumi.get(self, "db_system_id")
|
8944
|
+
|
8945
|
+
@db_system_id.setter
|
8946
|
+
def db_system_id(self, value: Optional[pulumi.Input[str]]):
|
8947
|
+
pulumi.set(self, "db_system_id", value)
|
8948
|
+
|
8949
|
+
@property
|
8950
|
+
@pulumi.getter(name="isActiveDataGuardEnabled")
|
8951
|
+
def is_active_data_guard_enabled(self) -> Optional[pulumi.Input[bool]]:
|
8952
|
+
"""
|
8953
|
+
True if active Data Guard is enabled.
|
8954
|
+
"""
|
8955
|
+
return pulumi.get(self, "is_active_data_guard_enabled")
|
8956
|
+
|
8957
|
+
@is_active_data_guard_enabled.setter
|
8958
|
+
def is_active_data_guard_enabled(self, value: Optional[pulumi.Input[bool]]):
|
8959
|
+
pulumi.set(self, "is_active_data_guard_enabled", value)
|
8960
|
+
|
8961
|
+
@property
|
8962
|
+
@pulumi.getter
|
8963
|
+
def role(self) -> Optional[pulumi.Input[str]]:
|
8964
|
+
"""
|
8965
|
+
The role of the reporting database in this Data Guard association.
|
8966
|
+
"""
|
8967
|
+
return pulumi.get(self, "role")
|
8968
|
+
|
8969
|
+
@role.setter
|
8970
|
+
def role(self, value: Optional[pulumi.Input[str]]):
|
8971
|
+
pulumi.set(self, "role", value)
|
8972
|
+
|
8973
|
+
@property
|
8974
|
+
@pulumi.getter(name="transportLag")
|
8975
|
+
def transport_lag(self) -> Optional[pulumi.Input[str]]:
|
8976
|
+
"""
|
8977
|
+
The rate at which redo logs are transported between the associated databases. Example: `1 second`
|
8978
|
+
"""
|
8979
|
+
return pulumi.get(self, "transport_lag")
|
8980
|
+
|
8981
|
+
@transport_lag.setter
|
8982
|
+
def transport_lag(self, value: Optional[pulumi.Input[str]]):
|
8983
|
+
pulumi.set(self, "transport_lag", value)
|
8984
|
+
|
8985
|
+
@property
|
8986
|
+
@pulumi.getter(name="transportLagRefresh")
|
8987
|
+
def transport_lag_refresh(self) -> Optional[pulumi.Input[str]]:
|
8988
|
+
"""
|
8989
|
+
The date and time when last redo transport has been done.
|
8990
|
+
"""
|
8991
|
+
return pulumi.get(self, "transport_lag_refresh")
|
8992
|
+
|
8993
|
+
@transport_lag_refresh.setter
|
8994
|
+
def transport_lag_refresh(self, value: Optional[pulumi.Input[str]]):
|
8995
|
+
pulumi.set(self, "transport_lag_refresh", value)
|
8996
|
+
|
8997
|
+
@property
|
8998
|
+
@pulumi.getter(name="transportType")
|
8999
|
+
def transport_type(self) -> Optional[pulumi.Input[str]]:
|
9000
|
+
"""
|
9001
|
+
The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
9002
|
+
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
9003
|
+
* MAXIMUM_PERFORMANCE - ASYNC
|
9004
|
+
* MAXIMUM_PROTECTION - SYNC
|
9005
|
+
"""
|
9006
|
+
return pulumi.get(self, "transport_type")
|
9007
|
+
|
9008
|
+
@transport_type.setter
|
9009
|
+
def transport_type(self, value: Optional[pulumi.Input[str]]):
|
9010
|
+
pulumi.set(self, "transport_type", value)
|
9011
|
+
|
9012
|
+
|
8185
9013
|
if not MYPY:
|
8186
9014
|
class DatabaseUpgradeDatabaseUpgradeSourceDetailsArgsDict(TypedDict):
|
8187
9015
|
database_software_image_id: NotRequired[pulumi.Input[str]]
|
@@ -8650,6 +9478,10 @@ if not MYPY:
|
|
8650
9478
|
"""
|
8651
9479
|
(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).
|
8652
9480
|
"""
|
9481
|
+
encryption_key_location_details: NotRequired[pulumi.Input['DbHomeDatabaseEncryptionKeyLocationDetailsArgsDict']]
|
9482
|
+
"""
|
9483
|
+
Types of providers supported for managing database encryption keys
|
9484
|
+
"""
|
8653
9485
|
freeform_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
8654
9486
|
"""
|
8655
9487
|
(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"}`
|
@@ -8732,6 +9564,7 @@ class DbHomeDatabaseArgs:
|
|
8732
9564
|
db_unique_name: Optional[pulumi.Input[str]] = None,
|
8733
9565
|
db_workload: Optional[pulumi.Input[str]] = None,
|
8734
9566
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
9567
|
+
encryption_key_location_details: Optional[pulumi.Input['DbHomeDatabaseEncryptionKeyLocationDetailsArgs']] = None,
|
8735
9568
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
8736
9569
|
id: Optional[pulumi.Input[str]] = None,
|
8737
9570
|
key_store_id: Optional[pulumi.Input[str]] = None,
|
@@ -8763,6 +9596,7 @@ class DbHomeDatabaseArgs:
|
|
8763
9596
|
|
8764
9597
|
The database workload type.
|
8765
9598
|
:param pulumi.Input[Mapping[str, pulumi.Input[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).
|
9599
|
+
:param pulumi.Input['DbHomeDatabaseEncryptionKeyLocationDetailsArgs'] encryption_key_location_details: Types of providers supported for managing database encryption keys
|
8766
9600
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
8767
9601
|
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
8768
9602
|
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
@@ -8803,6 +9637,8 @@ class DbHomeDatabaseArgs:
|
|
8803
9637
|
pulumi.set(__self__, "db_workload", db_workload)
|
8804
9638
|
if defined_tags is not None:
|
8805
9639
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
9640
|
+
if encryption_key_location_details is not None:
|
9641
|
+
pulumi.set(__self__, "encryption_key_location_details", encryption_key_location_details)
|
8806
9642
|
if freeform_tags is not None:
|
8807
9643
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
8808
9644
|
if id is not None:
|
@@ -8978,6 +9814,18 @@ class DbHomeDatabaseArgs:
|
|
8978
9814
|
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
8979
9815
|
pulumi.set(self, "defined_tags", value)
|
8980
9816
|
|
9817
|
+
@property
|
9818
|
+
@pulumi.getter(name="encryptionKeyLocationDetails")
|
9819
|
+
def encryption_key_location_details(self) -> Optional[pulumi.Input['DbHomeDatabaseEncryptionKeyLocationDetailsArgs']]:
|
9820
|
+
"""
|
9821
|
+
Types of providers supported for managing database encryption keys
|
9822
|
+
"""
|
9823
|
+
return pulumi.get(self, "encryption_key_location_details")
|
9824
|
+
|
9825
|
+
@encryption_key_location_details.setter
|
9826
|
+
def encryption_key_location_details(self, value: Optional[pulumi.Input['DbHomeDatabaseEncryptionKeyLocationDetailsArgs']]):
|
9827
|
+
pulumi.set(self, "encryption_key_location_details", value)
|
9828
|
+
|
8981
9829
|
@property
|
8982
9830
|
@pulumi.getter(name="freeformTags")
|
8983
9831
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -9464,6 +10312,56 @@ class DbHomeDatabaseDbBackupConfigBackupDestinationDetailArgs:
|
|
9464
10312
|
pulumi.set(self, "type", value)
|
9465
10313
|
|
9466
10314
|
|
10315
|
+
if not MYPY:
|
10316
|
+
class DbHomeDatabaseEncryptionKeyLocationDetailsArgsDict(TypedDict):
|
10317
|
+
hsm_password: pulumi.Input[str]
|
10318
|
+
"""
|
10319
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
10320
|
+
"""
|
10321
|
+
provider_type: pulumi.Input[str]
|
10322
|
+
"""
|
10323
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
10324
|
+
"""
|
10325
|
+
elif False:
|
10326
|
+
DbHomeDatabaseEncryptionKeyLocationDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
10327
|
+
|
10328
|
+
@pulumi.input_type
|
10329
|
+
class DbHomeDatabaseEncryptionKeyLocationDetailsArgs:
|
10330
|
+
def __init__(__self__, *,
|
10331
|
+
hsm_password: pulumi.Input[str],
|
10332
|
+
provider_type: pulumi.Input[str]):
|
10333
|
+
"""
|
10334
|
+
:param pulumi.Input[str] hsm_password: Provide the HSM password as you would in RDBMS for External HSM.
|
10335
|
+
:param pulumi.Input[str] provider_type: Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
10336
|
+
"""
|
10337
|
+
pulumi.set(__self__, "hsm_password", hsm_password)
|
10338
|
+
pulumi.set(__self__, "provider_type", provider_type)
|
10339
|
+
|
10340
|
+
@property
|
10341
|
+
@pulumi.getter(name="hsmPassword")
|
10342
|
+
def hsm_password(self) -> pulumi.Input[str]:
|
10343
|
+
"""
|
10344
|
+
Provide the HSM password as you would in RDBMS for External HSM.
|
10345
|
+
"""
|
10346
|
+
return pulumi.get(self, "hsm_password")
|
10347
|
+
|
10348
|
+
@hsm_password.setter
|
10349
|
+
def hsm_password(self, value: pulumi.Input[str]):
|
10350
|
+
pulumi.set(self, "hsm_password", value)
|
10351
|
+
|
10352
|
+
@property
|
10353
|
+
@pulumi.getter(name="providerType")
|
10354
|
+
def provider_type(self) -> pulumi.Input[str]:
|
10355
|
+
"""
|
10356
|
+
Use 'EXTERNAL' for creating a new database or migrate database key with External HSM.
|
10357
|
+
"""
|
10358
|
+
return pulumi.get(self, "provider_type")
|
10359
|
+
|
10360
|
+
@provider_type.setter
|
10361
|
+
def provider_type(self, value: pulumi.Input[str]):
|
10362
|
+
pulumi.set(self, "provider_type", value)
|
10363
|
+
|
10364
|
+
|
9467
10365
|
if not MYPY:
|
9468
10366
|
class DbSystemDataCollectionOptionsArgsDict(TypedDict):
|
9469
10367
|
is_diagnostics_events_enabled: NotRequired[pulumi.Input[bool]]
|
@@ -10903,9 +11801,6 @@ if not MYPY:
|
|
10903
11801
|
The maintenance window scheduling preference.
|
10904
11802
|
"""
|
10905
11803
|
skip_rus: NotRequired[pulumi.Input[Sequence[pulumi.Input[bool]]]]
|
10906
|
-
"""
|
10907
|
-
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.
|
10908
|
-
"""
|
10909
11804
|
weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
10910
11805
|
"""
|
10911
11806
|
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.
|
@@ -10938,7 +11833,6 @@ class DbSystemMaintenanceWindowArgs:
|
|
10938
11833
|
:param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
|
10939
11834
|
:param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
10940
11835
|
:param pulumi.Input[str] preference: The maintenance window scheduling preference.
|
10941
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
10942
11836
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
10943
11837
|
"""
|
10944
11838
|
if custom_action_timeout_in_mins is not None:
|
@@ -11076,9 +11970,6 @@ class DbSystemMaintenanceWindowArgs:
|
|
11076
11970
|
@property
|
11077
11971
|
@pulumi.getter(name="skipRus")
|
11078
11972
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
11079
|
-
"""
|
11080
|
-
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.
|
11081
|
-
"""
|
11082
11973
|
return pulumi.get(self, "skip_rus")
|
11083
11974
|
|
11084
11975
|
@skip_rus.setter
|
@@ -11172,9 +12063,6 @@ if not MYPY:
|
|
11172
12063
|
(Updatable) The maintenance window scheduling preference.
|
11173
12064
|
"""
|
11174
12065
|
skip_rus: NotRequired[pulumi.Input[Sequence[pulumi.Input[bool]]]]
|
11175
|
-
"""
|
11176
|
-
(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.
|
11177
|
-
"""
|
11178
12066
|
weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
11179
12067
|
"""
|
11180
12068
|
(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.
|
@@ -11209,7 +12097,6 @@ class DbSystemMaintenanceWindowDetailsArgs:
|
|
11209
12097
|
|
11210
12098
|
*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.
|
11211
12099
|
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
11212
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
11213
12100
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
11214
12101
|
"""
|
11215
12102
|
if custom_action_timeout_in_mins is not None:
|
@@ -11349,9 +12236,6 @@ class DbSystemMaintenanceWindowDetailsArgs:
|
|
11349
12236
|
@property
|
11350
12237
|
@pulumi.getter(name="skipRus")
|
11351
12238
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
11352
|
-
"""
|
11353
|
-
(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.
|
11354
|
-
"""
|
11355
12239
|
return pulumi.get(self, "skip_rus")
|
11356
12240
|
|
11357
12241
|
@skip_rus.setter
|
@@ -12496,9 +13380,6 @@ if not MYPY:
|
|
12496
13380
|
(Updatable) The maintenance window scheduling preference.
|
12497
13381
|
"""
|
12498
13382
|
skip_rus: NotRequired[pulumi.Input[Sequence[pulumi.Input[bool]]]]
|
12499
|
-
"""
|
12500
|
-
(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.
|
12501
|
-
"""
|
12502
13383
|
weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
12503
13384
|
"""
|
12504
13385
|
(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.
|
@@ -12533,7 +13414,6 @@ class ExadataInfrastructureMaintenanceWindowArgs:
|
|
12533
13414
|
|
12534
13415
|
*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.
|
12535
13416
|
:param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
|
12536
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
12537
13417
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
12538
13418
|
"""
|
12539
13419
|
if custom_action_timeout_in_mins is not None:
|
@@ -12673,9 +13553,6 @@ class ExadataInfrastructureMaintenanceWindowArgs:
|
|
12673
13553
|
@property
|
12674
13554
|
@pulumi.getter(name="skipRus")
|
12675
13555
|
def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
|
12676
|
-
"""
|
12677
|
-
(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.
|
12678
|
-
"""
|
12679
13556
|
return pulumi.get(self, "skip_rus")
|
12680
13557
|
|
12681
13558
|
@skip_rus.setter
|