pulumi-oci 2.22.0a1737681134__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 +24 -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/database/_inputs.py +270 -0
- pulumi_oci/database/backup.py +30 -0
- pulumi_oci/database/outputs.py +491 -0
- 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/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.0a1737681134.dist-info → pulumi_oci-2.23.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.22.0a1737681134.dist-info → pulumi_oci-2.23.0.dist-info}/RECORD +49 -42
- {pulumi_oci-2.22.0a1737681134.dist-info → pulumi_oci-2.23.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.22.0a1737681134.dist-info → pulumi_oci-2.23.0.dist-info}/top_level.txt +0 -0
pulumi_oci/opsi/_inputs.py
CHANGED
@@ -1293,6 +1293,10 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsAr
|
|
1293
1293
|
|
1294
1294
|
if not MYPY:
|
1295
1295
|
class NewsReportContentTypesArgsDict(TypedDict):
|
1296
|
+
actionable_insights_resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1297
|
+
"""
|
1298
|
+
(Updatable) Supported resources for actionable insights content type.
|
1299
|
+
"""
|
1296
1300
|
capacity_planning_resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1297
1301
|
"""
|
1298
1302
|
(Updatable) Supported resources for capacity planning content type.
|
@@ -1327,6 +1331,7 @@ elif False:
|
|
1327
1331
|
@pulumi.input_type
|
1328
1332
|
class NewsReportContentTypesArgs:
|
1329
1333
|
def __init__(__self__, *,
|
1334
|
+
actionable_insights_resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1330
1335
|
capacity_planning_resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1331
1336
|
sql_insights_fleet_analysis_resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1332
1337
|
sql_insights_performance_degradation_resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -1335,6 +1340,7 @@ class NewsReportContentTypesArgs:
|
|
1335
1340
|
sql_insights_top_sql_by_insights_resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1336
1341
|
sql_insights_top_sql_resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
1337
1342
|
"""
|
1343
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] actionable_insights_resources: (Updatable) Supported resources for actionable insights content type.
|
1338
1344
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] capacity_planning_resources: (Updatable) Supported resources for capacity planning content type.
|
1339
1345
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] sql_insights_fleet_analysis_resources: (Updatable) Supported resources for SQL insights - fleet analysis content type.
|
1340
1346
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] sql_insights_performance_degradation_resources: (Updatable) Supported resources for SQL insights - performance degradation content type.
|
@@ -1343,6 +1349,8 @@ class NewsReportContentTypesArgs:
|
|
1343
1349
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] sql_insights_top_sql_by_insights_resources: (Updatable) Supported resources for SQL insights - top SQL by insights content type.
|
1344
1350
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] sql_insights_top_sql_resources: (Updatable) Supported resources for SQL insights - top SQL content type.
|
1345
1351
|
"""
|
1352
|
+
if actionable_insights_resources is not None:
|
1353
|
+
pulumi.set(__self__, "actionable_insights_resources", actionable_insights_resources)
|
1346
1354
|
if capacity_planning_resources is not None:
|
1347
1355
|
pulumi.set(__self__, "capacity_planning_resources", capacity_planning_resources)
|
1348
1356
|
if sql_insights_fleet_analysis_resources is not None:
|
@@ -1358,6 +1366,18 @@ class NewsReportContentTypesArgs:
|
|
1358
1366
|
if sql_insights_top_sql_resources is not None:
|
1359
1367
|
pulumi.set(__self__, "sql_insights_top_sql_resources", sql_insights_top_sql_resources)
|
1360
1368
|
|
1369
|
+
@property
|
1370
|
+
@pulumi.getter(name="actionableInsightsResources")
|
1371
|
+
def actionable_insights_resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1372
|
+
"""
|
1373
|
+
(Updatable) Supported resources for actionable insights content type.
|
1374
|
+
"""
|
1375
|
+
return pulumi.get(self, "actionable_insights_resources")
|
1376
|
+
|
1377
|
+
@actionable_insights_resources.setter
|
1378
|
+
def actionable_insights_resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1379
|
+
pulumi.set(self, "actionable_insights_resources", value)
|
1380
|
+
|
1361
1381
|
@property
|
1362
1382
|
@pulumi.getter(name="capacityPlanningResources")
|
1363
1383
|
def capacity_planning_resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -28,6 +28,7 @@ class DatabaseInsightArgs:
|
|
28
28
|
connector_id: Optional[pulumi.Input[str]] = None,
|
29
29
|
credential_details: Optional[pulumi.Input['DatabaseInsightCredentialDetailsArgs']] = None,
|
30
30
|
database_connection_status_details: Optional[pulumi.Input[str]] = None,
|
31
|
+
database_connector_id: Optional[pulumi.Input[str]] = None,
|
31
32
|
database_id: Optional[pulumi.Input[str]] = None,
|
32
33
|
database_resource_type: Optional[pulumi.Input[str]] = None,
|
33
34
|
dbm_private_endpoint_id: Optional[pulumi.Input[str]] = None,
|
@@ -52,6 +53,7 @@ class DatabaseInsightArgs:
|
|
52
53
|
:param pulumi.Input[str] connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of External Database Connector
|
53
54
|
:param pulumi.Input['DatabaseInsightCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
|
54
55
|
:param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
|
56
|
+
:param pulumi.Input[str] database_connector_id: (Updatable) The DBM owned database connector [OCID](https://www.terraform.io/iaas/database-management/doc/view-connector-details.html) mapping to the database credentials and connection details.
|
55
57
|
:param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
56
58
|
:param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
|
57
59
|
:param pulumi.Input[str] dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint. This field and opsi_private_endpoint_id are mutually exclusive. If DBM private endpoint ID is provided, a new OPSI private endpoint ID will be created.
|
@@ -83,6 +85,8 @@ class DatabaseInsightArgs:
|
|
83
85
|
pulumi.set(__self__, "credential_details", credential_details)
|
84
86
|
if database_connection_status_details is not None:
|
85
87
|
pulumi.set(__self__, "database_connection_status_details", database_connection_status_details)
|
88
|
+
if database_connector_id is not None:
|
89
|
+
pulumi.set(__self__, "database_connector_id", database_connector_id)
|
86
90
|
if database_id is not None:
|
87
91
|
pulumi.set(__self__, "database_id", database_id)
|
88
92
|
if database_resource_type is not None:
|
@@ -198,6 +202,18 @@ class DatabaseInsightArgs:
|
|
198
202
|
def database_connection_status_details(self, value: Optional[pulumi.Input[str]]):
|
199
203
|
pulumi.set(self, "database_connection_status_details", value)
|
200
204
|
|
205
|
+
@property
|
206
|
+
@pulumi.getter(name="databaseConnectorId")
|
207
|
+
def database_connector_id(self) -> Optional[pulumi.Input[str]]:
|
208
|
+
"""
|
209
|
+
(Updatable) The DBM owned database connector [OCID](https://www.terraform.io/iaas/database-management/doc/view-connector-details.html) mapping to the database credentials and connection details.
|
210
|
+
"""
|
211
|
+
return pulumi.get(self, "database_connector_id")
|
212
|
+
|
213
|
+
@database_connector_id.setter
|
214
|
+
def database_connector_id(self, value: Optional[pulumi.Input[str]]):
|
215
|
+
pulumi.set(self, "database_connector_id", value)
|
216
|
+
|
201
217
|
@property
|
202
218
|
@pulumi.getter(name="databaseId")
|
203
219
|
def database_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -391,6 +407,7 @@ class _DatabaseInsightState:
|
|
391
407
|
connector_id: Optional[pulumi.Input[str]] = None,
|
392
408
|
credential_details: Optional[pulumi.Input['DatabaseInsightCredentialDetailsArgs']] = None,
|
393
409
|
database_connection_status_details: Optional[pulumi.Input[str]] = None,
|
410
|
+
database_connector_id: Optional[pulumi.Input[str]] = None,
|
394
411
|
database_display_name: Optional[pulumi.Input[str]] = None,
|
395
412
|
database_id: Optional[pulumi.Input[str]] = None,
|
396
413
|
database_name: Optional[pulumi.Input[str]] = None,
|
@@ -432,6 +449,7 @@ class _DatabaseInsightState:
|
|
432
449
|
:param pulumi.Input[str] connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of External Database Connector
|
433
450
|
:param pulumi.Input['DatabaseInsightCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
|
434
451
|
:param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
|
452
|
+
:param pulumi.Input[str] database_connector_id: (Updatable) The DBM owned database connector [OCID](https://www.terraform.io/iaas/database-management/doc/view-connector-details.html) mapping to the database credentials and connection details.
|
435
453
|
:param pulumi.Input[str] database_display_name: Display name of database
|
436
454
|
:param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
437
455
|
:param pulumi.Input[str] database_name: Name of database
|
@@ -481,6 +499,8 @@ class _DatabaseInsightState:
|
|
481
499
|
pulumi.set(__self__, "credential_details", credential_details)
|
482
500
|
if database_connection_status_details is not None:
|
483
501
|
pulumi.set(__self__, "database_connection_status_details", database_connection_status_details)
|
502
|
+
if database_connector_id is not None:
|
503
|
+
pulumi.set(__self__, "database_connector_id", database_connector_id)
|
484
504
|
if database_display_name is not None:
|
485
505
|
pulumi.set(__self__, "database_display_name", database_display_name)
|
486
506
|
if database_id is not None:
|
@@ -620,6 +640,18 @@ class _DatabaseInsightState:
|
|
620
640
|
def database_connection_status_details(self, value: Optional[pulumi.Input[str]]):
|
621
641
|
pulumi.set(self, "database_connection_status_details", value)
|
622
642
|
|
643
|
+
@property
|
644
|
+
@pulumi.getter(name="databaseConnectorId")
|
645
|
+
def database_connector_id(self) -> Optional[pulumi.Input[str]]:
|
646
|
+
"""
|
647
|
+
(Updatable) The DBM owned database connector [OCID](https://www.terraform.io/iaas/database-management/doc/view-connector-details.html) mapping to the database credentials and connection details.
|
648
|
+
"""
|
649
|
+
return pulumi.get(self, "database_connector_id")
|
650
|
+
|
651
|
+
@database_connector_id.setter
|
652
|
+
def database_connector_id(self, value: Optional[pulumi.Input[str]]):
|
653
|
+
pulumi.set(self, "database_connector_id", value)
|
654
|
+
|
623
655
|
@property
|
624
656
|
@pulumi.getter(name="databaseDisplayName")
|
625
657
|
def database_display_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -1031,6 +1063,7 @@ class DatabaseInsight(pulumi.CustomResource):
|
|
1031
1063
|
connector_id: Optional[pulumi.Input[str]] = None,
|
1032
1064
|
credential_details: Optional[pulumi.Input[Union['DatabaseInsightCredentialDetailsArgs', 'DatabaseInsightCredentialDetailsArgsDict']]] = None,
|
1033
1065
|
database_connection_status_details: Optional[pulumi.Input[str]] = None,
|
1066
|
+
database_connector_id: Optional[pulumi.Input[str]] = None,
|
1034
1067
|
database_id: Optional[pulumi.Input[str]] = None,
|
1035
1068
|
database_resource_type: Optional[pulumi.Input[str]] = None,
|
1036
1069
|
dbm_private_endpoint_id: Optional[pulumi.Input[str]] = None,
|
@@ -1067,6 +1100,7 @@ class DatabaseInsight(pulumi.CustomResource):
|
|
1067
1100
|
:param pulumi.Input[str] connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of External Database Connector
|
1068
1101
|
:param pulumi.Input[Union['DatabaseInsightCredentialDetailsArgs', 'DatabaseInsightCredentialDetailsArgsDict']] credential_details: User credential details to connect to the database.
|
1069
1102
|
:param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
|
1103
|
+
:param pulumi.Input[str] database_connector_id: (Updatable) The DBM owned database connector [OCID](https://www.terraform.io/iaas/database-management/doc/view-connector-details.html) mapping to the database credentials and connection details.
|
1070
1104
|
:param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
1071
1105
|
:param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
|
1072
1106
|
:param pulumi.Input[str] dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint. This field and opsi_private_endpoint_id are mutually exclusive. If DBM private endpoint ID is provided, a new OPSI private endpoint ID will be created.
|
@@ -1125,6 +1159,7 @@ class DatabaseInsight(pulumi.CustomResource):
|
|
1125
1159
|
connector_id: Optional[pulumi.Input[str]] = None,
|
1126
1160
|
credential_details: Optional[pulumi.Input[Union['DatabaseInsightCredentialDetailsArgs', 'DatabaseInsightCredentialDetailsArgsDict']]] = None,
|
1127
1161
|
database_connection_status_details: Optional[pulumi.Input[str]] = None,
|
1162
|
+
database_connector_id: Optional[pulumi.Input[str]] = None,
|
1128
1163
|
database_id: Optional[pulumi.Input[str]] = None,
|
1129
1164
|
database_resource_type: Optional[pulumi.Input[str]] = None,
|
1130
1165
|
dbm_private_endpoint_id: Optional[pulumi.Input[str]] = None,
|
@@ -1158,6 +1193,7 @@ class DatabaseInsight(pulumi.CustomResource):
|
|
1158
1193
|
__props__.__dict__["connector_id"] = connector_id
|
1159
1194
|
__props__.__dict__["credential_details"] = credential_details
|
1160
1195
|
__props__.__dict__["database_connection_status_details"] = database_connection_status_details
|
1196
|
+
__props__.__dict__["database_connector_id"] = database_connector_id
|
1161
1197
|
__props__.__dict__["database_id"] = database_id
|
1162
1198
|
__props__.__dict__["database_resource_type"] = database_resource_type
|
1163
1199
|
__props__.__dict__["dbm_private_endpoint_id"] = dbm_private_endpoint_id
|
@@ -1209,6 +1245,7 @@ class DatabaseInsight(pulumi.CustomResource):
|
|
1209
1245
|
connector_id: Optional[pulumi.Input[str]] = None,
|
1210
1246
|
credential_details: Optional[pulumi.Input[Union['DatabaseInsightCredentialDetailsArgs', 'DatabaseInsightCredentialDetailsArgsDict']]] = None,
|
1211
1247
|
database_connection_status_details: Optional[pulumi.Input[str]] = None,
|
1248
|
+
database_connector_id: Optional[pulumi.Input[str]] = None,
|
1212
1249
|
database_display_name: Optional[pulumi.Input[str]] = None,
|
1213
1250
|
database_id: Optional[pulumi.Input[str]] = None,
|
1214
1251
|
database_name: Optional[pulumi.Input[str]] = None,
|
@@ -1255,6 +1292,7 @@ class DatabaseInsight(pulumi.CustomResource):
|
|
1255
1292
|
:param pulumi.Input[str] connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of External Database Connector
|
1256
1293
|
:param pulumi.Input[Union['DatabaseInsightCredentialDetailsArgs', 'DatabaseInsightCredentialDetailsArgsDict']] credential_details: User credential details to connect to the database.
|
1257
1294
|
:param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
|
1295
|
+
:param pulumi.Input[str] database_connector_id: (Updatable) The DBM owned database connector [OCID](https://www.terraform.io/iaas/database-management/doc/view-connector-details.html) mapping to the database credentials and connection details.
|
1258
1296
|
:param pulumi.Input[str] database_display_name: Display name of database
|
1259
1297
|
:param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
1260
1298
|
:param pulumi.Input[str] database_name: Name of database
|
@@ -1302,6 +1340,7 @@ class DatabaseInsight(pulumi.CustomResource):
|
|
1302
1340
|
__props__.__dict__["connector_id"] = connector_id
|
1303
1341
|
__props__.__dict__["credential_details"] = credential_details
|
1304
1342
|
__props__.__dict__["database_connection_status_details"] = database_connection_status_details
|
1343
|
+
__props__.__dict__["database_connector_id"] = database_connector_id
|
1305
1344
|
__props__.__dict__["database_display_name"] = database_display_name
|
1306
1345
|
__props__.__dict__["database_id"] = database_id
|
1307
1346
|
__props__.__dict__["database_name"] = database_name
|
@@ -1385,6 +1424,14 @@ class DatabaseInsight(pulumi.CustomResource):
|
|
1385
1424
|
"""
|
1386
1425
|
return pulumi.get(self, "database_connection_status_details")
|
1387
1426
|
|
1427
|
+
@property
|
1428
|
+
@pulumi.getter(name="databaseConnectorId")
|
1429
|
+
def database_connector_id(self) -> pulumi.Output[str]:
|
1430
|
+
"""
|
1431
|
+
(Updatable) The DBM owned database connector [OCID](https://www.terraform.io/iaas/database-management/doc/view-connector-details.html) mapping to the database credentials and connection details.
|
1432
|
+
"""
|
1433
|
+
return pulumi.get(self, "database_connector_id")
|
1434
|
+
|
1388
1435
|
@property
|
1389
1436
|
@pulumi.getter(name="databaseDisplayName")
|
1390
1437
|
def database_display_name(self) -> pulumi.Output[str]:
|
@@ -27,7 +27,7 @@ class GetDatabaseInsightResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDatabaseInsight.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, compartment_id=None, connection_credential_details=None, connection_details=None, connector_id=None, credential_details=None, database_connection_status_details=None, database_display_name=None, database_id=None, database_insight_id=None, database_name=None, database_resource_type=None, database_type=None, database_version=None, dbm_private_endpoint_id=None, defined_tags=None, deployment_type=None, enterprise_manager_bridge_id=None, enterprise_manager_entity_display_name=None, enterprise_manager_entity_identifier=None, enterprise_manager_entity_name=None, enterprise_manager_entity_type=None, enterprise_manager_identifier=None, entity_source=None, exadata_insight_id=None, freeform_tags=None, id=None, is_advanced_features_enabled=None, is_heat_wave_cluster_attached=None, is_highly_available=None, lifecycle_details=None, management_agent_id=None, opsi_private_endpoint_id=None, parent_id=None, processor_count=None, root_id=None, service_name=None, state=None, status=None, system_tags=None, time_created=None, time_updated=None):
|
30
|
+
def __init__(__self__, compartment_id=None, connection_credential_details=None, connection_details=None, connector_id=None, credential_details=None, database_connection_status_details=None, database_connector_id=None, database_display_name=None, database_id=None, database_insight_id=None, database_name=None, database_resource_type=None, database_type=None, database_version=None, dbm_private_endpoint_id=None, defined_tags=None, deployment_type=None, enterprise_manager_bridge_id=None, enterprise_manager_entity_display_name=None, enterprise_manager_entity_identifier=None, enterprise_manager_entity_name=None, enterprise_manager_entity_type=None, enterprise_manager_identifier=None, entity_source=None, exadata_insight_id=None, freeform_tags=None, id=None, is_advanced_features_enabled=None, is_heat_wave_cluster_attached=None, is_highly_available=None, lifecycle_details=None, management_agent_id=None, opsi_private_endpoint_id=None, parent_id=None, processor_count=None, root_id=None, service_name=None, state=None, status=None, system_tags=None, time_created=None, time_updated=None):
|
31
31
|
if compartment_id and not isinstance(compartment_id, str):
|
32
32
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
33
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -46,6 +46,9 @@ class GetDatabaseInsightResult:
|
|
46
46
|
if database_connection_status_details and not isinstance(database_connection_status_details, str):
|
47
47
|
raise TypeError("Expected argument 'database_connection_status_details' to be a str")
|
48
48
|
pulumi.set(__self__, "database_connection_status_details", database_connection_status_details)
|
49
|
+
if database_connector_id and not isinstance(database_connector_id, str):
|
50
|
+
raise TypeError("Expected argument 'database_connector_id' to be a str")
|
51
|
+
pulumi.set(__self__, "database_connector_id", database_connector_id)
|
49
52
|
if database_display_name and not isinstance(database_display_name, str):
|
50
53
|
raise TypeError("Expected argument 'database_display_name' to be a str")
|
51
54
|
pulumi.set(__self__, "database_display_name", database_display_name)
|
@@ -200,6 +203,14 @@ class GetDatabaseInsightResult:
|
|
200
203
|
"""
|
201
204
|
return pulumi.get(self, "database_connection_status_details")
|
202
205
|
|
206
|
+
@property
|
207
|
+
@pulumi.getter(name="databaseConnectorId")
|
208
|
+
def database_connector_id(self) -> str:
|
209
|
+
"""
|
210
|
+
(Required when entity_source=EXTERNAL_MYSQL_DATABASE_SYSTEM) (Updatable) The DBM owned database connector [OCID](https://www.terraform.io/iaas/database-management/doc/view-connector-details.html) mapping to the database credentials and connection details.
|
211
|
+
"""
|
212
|
+
return pulumi.get(self, "database_connector_id")
|
213
|
+
|
203
214
|
@property
|
204
215
|
@pulumi.getter(name="databaseDisplayName")
|
205
216
|
def database_display_name(self) -> str:
|
@@ -481,6 +492,7 @@ class AwaitableGetDatabaseInsightResult(GetDatabaseInsightResult):
|
|
481
492
|
connector_id=self.connector_id,
|
482
493
|
credential_details=self.credential_details,
|
483
494
|
database_connection_status_details=self.database_connection_status_details,
|
495
|
+
database_connector_id=self.database_connector_id,
|
484
496
|
database_display_name=self.database_display_name,
|
485
497
|
database_id=self.database_id,
|
486
498
|
database_insight_id=self.database_insight_id,
|
@@ -549,6 +561,7 @@ def get_database_insight(database_insight_id: Optional[str] = None,
|
|
549
561
|
connector_id=pulumi.get(__ret__, 'connector_id'),
|
550
562
|
credential_details=pulumi.get(__ret__, 'credential_details'),
|
551
563
|
database_connection_status_details=pulumi.get(__ret__, 'database_connection_status_details'),
|
564
|
+
database_connector_id=pulumi.get(__ret__, 'database_connector_id'),
|
552
565
|
database_display_name=pulumi.get(__ret__, 'database_display_name'),
|
553
566
|
database_id=pulumi.get(__ret__, 'database_id'),
|
554
567
|
database_insight_id=pulumi.get(__ret__, 'database_insight_id'),
|
@@ -614,6 +627,7 @@ def get_database_insight_output(database_insight_id: Optional[pulumi.Input[str]]
|
|
614
627
|
connector_id=pulumi.get(__response__, 'connector_id'),
|
615
628
|
credential_details=pulumi.get(__response__, 'credential_details'),
|
616
629
|
database_connection_status_details=pulumi.get(__response__, 'database_connection_status_details'),
|
630
|
+
database_connector_id=pulumi.get(__response__, 'database_connector_id'),
|
617
631
|
database_display_name=pulumi.get(__response__, 'database_display_name'),
|
618
632
|
database_id=pulumi.get(__response__, 'database_id'),
|
619
633
|
database_insight_id=pulumi.get(__response__, 'database_insight_id'),
|
@@ -27,7 +27,7 @@ class GetNewsReportResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getNewsReport.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, are_child_compartments_included=None, compartment_id=None, content_types=None, day_of_week=None, defined_tags=None, description=None, freeform_tags=None, id=None, lifecycle_details=None, locale=None, name=None, news_frequency=None, news_report_id=None, ons_topic_id=None, state=None, status=None, system_tags=None, time_created=None, time_updated=None):
|
30
|
+
def __init__(__self__, are_child_compartments_included=None, compartment_id=None, content_types=None, day_of_week=None, defined_tags=None, description=None, freeform_tags=None, id=None, lifecycle_details=None, locale=None, match_rule=None, name=None, news_frequency=None, news_report_id=None, ons_topic_id=None, state=None, status=None, system_tags=None, tag_filters=None, time_created=None, time_updated=None):
|
31
31
|
if are_child_compartments_included and not isinstance(are_child_compartments_included, bool):
|
32
32
|
raise TypeError("Expected argument 'are_child_compartments_included' to be a bool")
|
33
33
|
pulumi.set(__self__, "are_child_compartments_included", are_child_compartments_included)
|
@@ -58,6 +58,9 @@ class GetNewsReportResult:
|
|
58
58
|
if locale and not isinstance(locale, str):
|
59
59
|
raise TypeError("Expected argument 'locale' to be a str")
|
60
60
|
pulumi.set(__self__, "locale", locale)
|
61
|
+
if match_rule and not isinstance(match_rule, str):
|
62
|
+
raise TypeError("Expected argument 'match_rule' to be a str")
|
63
|
+
pulumi.set(__self__, "match_rule", match_rule)
|
61
64
|
if name and not isinstance(name, str):
|
62
65
|
raise TypeError("Expected argument 'name' to be a str")
|
63
66
|
pulumi.set(__self__, "name", name)
|
@@ -79,6 +82,9 @@ class GetNewsReportResult:
|
|
79
82
|
if system_tags and not isinstance(system_tags, dict):
|
80
83
|
raise TypeError("Expected argument 'system_tags' to be a dict")
|
81
84
|
pulumi.set(__self__, "system_tags", system_tags)
|
85
|
+
if tag_filters and not isinstance(tag_filters, list):
|
86
|
+
raise TypeError("Expected argument 'tag_filters' to be a list")
|
87
|
+
pulumi.set(__self__, "tag_filters", tag_filters)
|
82
88
|
if time_created and not isinstance(time_created, str):
|
83
89
|
raise TypeError("Expected argument 'time_created' to be a str")
|
84
90
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -166,6 +172,14 @@ class GetNewsReportResult:
|
|
166
172
|
"""
|
167
173
|
return pulumi.get(self, "locale")
|
168
174
|
|
175
|
+
@property
|
176
|
+
@pulumi.getter(name="matchRule")
|
177
|
+
def match_rule(self) -> str:
|
178
|
+
"""
|
179
|
+
Match rule used for tag filters.
|
180
|
+
"""
|
181
|
+
return pulumi.get(self, "match_rule")
|
182
|
+
|
169
183
|
@property
|
170
184
|
@pulumi.getter
|
171
185
|
def name(self) -> str:
|
@@ -219,6 +233,14 @@ class GetNewsReportResult:
|
|
219
233
|
"""
|
220
234
|
return pulumi.get(self, "system_tags")
|
221
235
|
|
236
|
+
@property
|
237
|
+
@pulumi.getter(name="tagFilters")
|
238
|
+
def tag_filters(self) -> Sequence[str]:
|
239
|
+
"""
|
240
|
+
List of tag filters; each filter composed by a namespace, key, and value. Example for defined tags - '<TagNamespace>.<TagKey>=<TagValue>'. Example for freeform tags - '<TagKey>=<TagValue>'.
|
241
|
+
"""
|
242
|
+
return pulumi.get(self, "tag_filters")
|
243
|
+
|
222
244
|
@property
|
223
245
|
@pulumi.getter(name="timeCreated")
|
224
246
|
def time_created(self) -> str:
|
@@ -252,6 +274,7 @@ class AwaitableGetNewsReportResult(GetNewsReportResult):
|
|
252
274
|
id=self.id,
|
253
275
|
lifecycle_details=self.lifecycle_details,
|
254
276
|
locale=self.locale,
|
277
|
+
match_rule=self.match_rule,
|
255
278
|
name=self.name,
|
256
279
|
news_frequency=self.news_frequency,
|
257
280
|
news_report_id=self.news_report_id,
|
@@ -259,6 +282,7 @@ class AwaitableGetNewsReportResult(GetNewsReportResult):
|
|
259
282
|
state=self.state,
|
260
283
|
status=self.status,
|
261
284
|
system_tags=self.system_tags,
|
285
|
+
tag_filters=self.tag_filters,
|
262
286
|
time_created=self.time_created,
|
263
287
|
time_updated=self.time_updated)
|
264
288
|
|
@@ -298,6 +322,7 @@ def get_news_report(news_report_id: Optional[str] = None,
|
|
298
322
|
id=pulumi.get(__ret__, 'id'),
|
299
323
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
300
324
|
locale=pulumi.get(__ret__, 'locale'),
|
325
|
+
match_rule=pulumi.get(__ret__, 'match_rule'),
|
301
326
|
name=pulumi.get(__ret__, 'name'),
|
302
327
|
news_frequency=pulumi.get(__ret__, 'news_frequency'),
|
303
328
|
news_report_id=pulumi.get(__ret__, 'news_report_id'),
|
@@ -305,6 +330,7 @@ def get_news_report(news_report_id: Optional[str] = None,
|
|
305
330
|
state=pulumi.get(__ret__, 'state'),
|
306
331
|
status=pulumi.get(__ret__, 'status'),
|
307
332
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
333
|
+
tag_filters=pulumi.get(__ret__, 'tag_filters'),
|
308
334
|
time_created=pulumi.get(__ret__, 'time_created'),
|
309
335
|
time_updated=pulumi.get(__ret__, 'time_updated'))
|
310
336
|
def get_news_report_output(news_report_id: Optional[pulumi.Input[str]] = None,
|
@@ -341,6 +367,7 @@ def get_news_report_output(news_report_id: Optional[pulumi.Input[str]] = None,
|
|
341
367
|
id=pulumi.get(__response__, 'id'),
|
342
368
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
343
369
|
locale=pulumi.get(__response__, 'locale'),
|
370
|
+
match_rule=pulumi.get(__response__, 'match_rule'),
|
344
371
|
name=pulumi.get(__response__, 'name'),
|
345
372
|
news_frequency=pulumi.get(__response__, 'news_frequency'),
|
346
373
|
news_report_id=pulumi.get(__response__, 'news_report_id'),
|
@@ -348,5 +375,6 @@ def get_news_report_output(news_report_id: Optional[pulumi.Input[str]] = None,
|
|
348
375
|
state=pulumi.get(__response__, 'state'),
|
349
376
|
status=pulumi.get(__response__, 'status'),
|
350
377
|
system_tags=pulumi.get(__response__, 'system_tags'),
|
378
|
+
tag_filters=pulumi.get(__response__, 'tag_filters'),
|
351
379
|
time_created=pulumi.get(__response__, 'time_created'),
|
352
380
|
time_updated=pulumi.get(__response__, 'time_updated')))
|