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.
Files changed (80) hide show
  1. pulumi_oci/__init__.py +32 -0
  2. pulumi_oci/apmsynthetics/config.py +2 -2
  3. pulumi_oci/apmsynthetics/dedicated_vantage_point.py +2 -2
  4. pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
  5. pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +2 -2
  6. pulumi_oci/apmsynthetics/get_monitor.py +2 -2
  7. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  8. pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
  9. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
  10. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +2 -2
  11. pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +2 -2
  12. pulumi_oci/apmsynthetics/get_result.py +2 -2
  13. pulumi_oci/apmsynthetics/get_script.py +2 -2
  14. pulumi_oci/apmsynthetics/get_scripts.py +2 -2
  15. pulumi_oci/apmsynthetics/get_vantage_point.py +2 -2
  16. pulumi_oci/apmsynthetics/get_vantage_points.py +2 -2
  17. pulumi_oci/apmsynthetics/on_premise_vantage_point.py +2 -2
  18. pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +2 -2
  19. pulumi_oci/apmsynthetics/script.py +2 -2
  20. pulumi_oci/bigdataservice/bds_instance_api_key.py +0 -14
  21. pulumi_oci/bigdataservice/get_bds_instance_api_key.py +0 -2
  22. pulumi_oci/bigdataservice/outputs.py +0 -4
  23. pulumi_oci/core/__init__.py +3 -0
  24. pulumi_oci/core/_inputs.py +143 -0
  25. pulumi_oci/core/byoasn.py +595 -0
  26. pulumi_oci/core/get_byoasn.py +268 -0
  27. pulumi_oci/core/get_byoasns.py +131 -0
  28. pulumi_oci/core/get_byoip_range.py +15 -1
  29. pulumi_oci/core/instance.py +7 -7
  30. pulumi_oci/core/outputs.py +457 -0
  31. pulumi_oci/database/_inputs.py +966 -89
  32. pulumi_oci/database/autonomous_database.py +98 -4
  33. pulumi_oci/database/autonomous_exadata_infrastructure.py +0 -2
  34. pulumi_oci/database/autonomous_vm_cluster.py +0 -2
  35. pulumi_oci/database/backup.py +30 -0
  36. pulumi_oci/database/cloud_exadata_infrastructure.py +0 -2
  37. pulumi_oci/database/data_guard_association.py +75 -28
  38. pulumi_oci/database/database.py +147 -32
  39. pulumi_oci/database/database_upgrade.py +28 -0
  40. pulumi_oci/database/exadata_infrastructure.py +0 -2
  41. pulumi_oci/database/get_autonomous_database.py +30 -2
  42. pulumi_oci/database/get_data_guard_association.py +12 -1
  43. pulumi_oci/database/get_database.py +40 -1
  44. pulumi_oci/database/outputs.py +1485 -114
  45. pulumi_oci/databasemanagement/__init__.py +7 -0
  46. pulumi_oci/databasemanagement/_inputs.py +282 -0
  47. pulumi_oci/databasemanagement/external_my_sql_database.py +297 -0
  48. pulumi_oci/databasemanagement/external_my_sql_database_connector.py +890 -0
  49. pulumi_oci/databasemanagement/external_my_sql_database_external_mysql_databases_management.py +302 -0
  50. pulumi_oci/databasemanagement/get_external_my_sql_database.py +152 -0
  51. pulumi_oci/databasemanagement/get_external_my_sql_database_connector.py +413 -0
  52. pulumi_oci/databasemanagement/get_external_my_sql_database_connectors.py +169 -0
  53. pulumi_oci/databasemanagement/get_external_my_sql_databases.py +166 -0
  54. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +60 -4
  55. pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +22 -3
  56. pulumi_oci/databasemanagement/outputs.py +767 -1
  57. pulumi_oci/disasterrecovery/_inputs.py +720 -0
  58. pulumi_oci/disasterrecovery/dr_protection_group.py +0 -188
  59. pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
  60. pulumi_oci/disasterrecovery/outputs.py +1328 -48
  61. pulumi_oci/networkloadbalancer/__init__.py +1 -0
  62. pulumi_oci/networkloadbalancer/_inputs.py +6 -6
  63. pulumi_oci/networkloadbalancer/backend.py +7 -7
  64. pulumi_oci/networkloadbalancer/backend_set.py +105 -7
  65. pulumi_oci/networkloadbalancer/get_backend_set.py +30 -2
  66. pulumi_oci/networkloadbalancer/get_network_load_balancer_backend_set_backend_operational_status.py +165 -0
  67. pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -7
  68. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +105 -7
  69. pulumi_oci/networkloadbalancer/outputs.py +34 -12
  70. pulumi_oci/opsi/_inputs.py +20 -0
  71. pulumi_oci/opsi/database_insight.py +47 -0
  72. pulumi_oci/opsi/get_database_insight.py +15 -1
  73. pulumi_oci/opsi/get_news_report.py +29 -1
  74. pulumi_oci/opsi/news_report.py +117 -17
  75. pulumi_oci/opsi/outputs.py +70 -1
  76. pulumi_oci/pulumi-plugin.json +1 -1
  77. {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/METADATA +1 -1
  78. {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/RECORD +80 -69
  79. {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/WHEEL +0 -0
  80. {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/top_level.txt +0 -0
@@ -100,7 +100,7 @@ class BackendSetBackend(dict):
100
100
  :param bool is_offline: (Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
101
101
  :param str name: (Updatable) A read-only field showing the IP address/OCID and port that uniquely identify this backend server in the backend set. Example: `10.0.0.3:8080`, or `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>:443` or `10.0.0.3:0`
102
102
  :param str target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>`
103
- :param int weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
103
+ :param int weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [Network Load Balancer Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#Policies). Example: `3`
104
104
  """
105
105
  pulumi.set(__self__, "port", port)
106
106
  if ip_address is not None:
@@ -178,7 +178,7 @@ class BackendSetBackend(dict):
178
178
  @pulumi.getter
179
179
  def weight(self) -> Optional[int]:
180
180
  """
181
- (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
181
+ (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [Network Load Balancer Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#Policies). Example: `3`
182
182
  """
183
183
  return pulumi.get(self, "weight")
184
184
 
@@ -615,7 +615,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
615
615
  :param bool is_offline: (Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
616
616
  :param str name: (Updatable) A read-only field showing the IP address/OCID and port that uniquely identify this backend server in the backend set. Example: `10.0.0.3:8080`, or `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>:443` or `10.0.0.3:0`
617
617
  :param str target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>`
618
- :param int weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
618
+ :param int weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [Network Load Balancer Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#Policies). Example: `3`
619
619
  """
620
620
  pulumi.set(__self__, "port", port)
621
621
  if ip_address is not None:
@@ -693,7 +693,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
693
693
  @pulumi.getter
694
694
  def weight(self) -> Optional[int]:
695
695
  """
696
- (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
696
+ (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [Network Load Balancer Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#Policies). Example: `3`
697
697
  """
698
698
  return pulumi.get(self, "weight")
699
699
 
@@ -1002,7 +1002,7 @@ class GetBackendSetBackendResult(dict):
1002
1002
  :param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
1003
1003
  :param int port: The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
1004
1004
  :param str target_id: The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>`
1005
- :param int weight: The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
1005
+ :param int weight: The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about network load balancing policies, see [Network Load Balancer Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#Policies). Example: `3`
1006
1006
  """
1007
1007
  pulumi.set(__self__, "ip_address", ip_address)
1008
1008
  pulumi.set(__self__, "is_backup", is_backup)
@@ -1073,7 +1073,7 @@ class GetBackendSetBackendResult(dict):
1073
1073
  @pulumi.getter
1074
1074
  def weight(self) -> int:
1075
1075
  """
1076
- The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
1076
+ The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about network load balancing policies, see [Network Load Balancer Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#Policies). Example: `3`
1077
1077
  """
1078
1078
  return pulumi.get(self, "weight")
1079
1079
 
@@ -1283,38 +1283,52 @@ class GetBackendSetsBackendSetCollectionResult(dict):
1283
1283
  @pulumi.output_type
1284
1284
  class GetBackendSetsBackendSetCollectionItemResult(dict):
1285
1285
  def __init__(__self__, *,
1286
+ are_operationally_active_backends_preferred: bool,
1286
1287
  backends: Sequence['outputs.GetBackendSetsBackendSetCollectionItemBackendResult'],
1287
1288
  health_checkers: Sequence['outputs.GetBackendSetsBackendSetCollectionItemHealthCheckerResult'],
1288
1289
  id: str,
1289
1290
  ip_version: str,
1290
1291
  is_fail_open: bool,
1291
1292
  is_instant_failover_enabled: bool,
1293
+ is_instant_failover_tcp_reset_enabled: bool,
1292
1294
  is_preserve_source: bool,
1293
1295
  name: str,
1294
1296
  network_load_balancer_id: str,
1295
1297
  policy: str):
1296
1298
  """
1299
+ :param bool are_operationally_active_backends_preferred: If enabled, NLB supports active-standby backends. The standby backend takes over the traffic when the active node fails, and continues to serve the traffic even when the old active node is back healthy.
1297
1300
  :param Sequence['GetBackendSetsBackendSetCollectionItemBackendArgs'] backends: An array of backends.
1298
- :param Sequence['GetBackendSetsBackendSetCollectionItemHealthCheckerArgs'] health_checkers: The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
1301
+ :param Sequence['GetBackendSetsBackendSetCollectionItemHealthCheckerArgs'] health_checkers: The health check policy configuration. For more information, see [Editing Network Load Balancer Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/update-health-check-management.htm).
1299
1302
  :param str ip_version: IP version associated with the backend set.
1300
1303
  :param bool is_fail_open: If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default.
1301
1304
  :param bool is_instant_failover_enabled: If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.
1305
+ :param bool is_instant_failover_tcp_reset_enabled: If enabled along with instant failover, the network load balancer will send TCP RST to the clients for the existing connections instead of failing over to a healthy backend. This only applies when using the instant failover. By default, TCP RST is enabled.
1302
1306
  :param bool is_preserve_source: If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default.
1303
1307
  :param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
1304
1308
  :param str network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
1305
1309
  :param str policy: The network load balancer policy for the backend set. Example: `FIVE_TUPLE`
1306
1310
  """
1311
+ pulumi.set(__self__, "are_operationally_active_backends_preferred", are_operationally_active_backends_preferred)
1307
1312
  pulumi.set(__self__, "backends", backends)
1308
1313
  pulumi.set(__self__, "health_checkers", health_checkers)
1309
1314
  pulumi.set(__self__, "id", id)
1310
1315
  pulumi.set(__self__, "ip_version", ip_version)
1311
1316
  pulumi.set(__self__, "is_fail_open", is_fail_open)
1312
1317
  pulumi.set(__self__, "is_instant_failover_enabled", is_instant_failover_enabled)
1318
+ pulumi.set(__self__, "is_instant_failover_tcp_reset_enabled", is_instant_failover_tcp_reset_enabled)
1313
1319
  pulumi.set(__self__, "is_preserve_source", is_preserve_source)
1314
1320
  pulumi.set(__self__, "name", name)
1315
1321
  pulumi.set(__self__, "network_load_balancer_id", network_load_balancer_id)
1316
1322
  pulumi.set(__self__, "policy", policy)
1317
1323
 
1324
+ @property
1325
+ @pulumi.getter(name="areOperationallyActiveBackendsPreferred")
1326
+ def are_operationally_active_backends_preferred(self) -> bool:
1327
+ """
1328
+ If enabled, NLB supports active-standby backends. The standby backend takes over the traffic when the active node fails, and continues to serve the traffic even when the old active node is back healthy.
1329
+ """
1330
+ return pulumi.get(self, "are_operationally_active_backends_preferred")
1331
+
1318
1332
  @property
1319
1333
  @pulumi.getter
1320
1334
  def backends(self) -> Sequence['outputs.GetBackendSetsBackendSetCollectionItemBackendResult']:
@@ -1327,7 +1341,7 @@ class GetBackendSetsBackendSetCollectionItemResult(dict):
1327
1341
  @pulumi.getter(name="healthCheckers")
1328
1342
  def health_checkers(self) -> Sequence['outputs.GetBackendSetsBackendSetCollectionItemHealthCheckerResult']:
1329
1343
  """
1330
- The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
1344
+ The health check policy configuration. For more information, see [Editing Network Load Balancer Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/HealthCheckPolicies/update-health-check-management.htm).
1331
1345
  """
1332
1346
  return pulumi.get(self, "health_checkers")
1333
1347
 
@@ -1360,6 +1374,14 @@ class GetBackendSetsBackendSetCollectionItemResult(dict):
1360
1374
  """
1361
1375
  return pulumi.get(self, "is_instant_failover_enabled")
1362
1376
 
1377
+ @property
1378
+ @pulumi.getter(name="isInstantFailoverTcpResetEnabled")
1379
+ def is_instant_failover_tcp_reset_enabled(self) -> bool:
1380
+ """
1381
+ If enabled along with instant failover, the network load balancer will send TCP RST to the clients for the existing connections instead of failing over to a healthy backend. This only applies when using the instant failover. By default, TCP RST is enabled.
1382
+ """
1383
+ return pulumi.get(self, "is_instant_failover_tcp_reset_enabled")
1384
+
1363
1385
  @property
1364
1386
  @pulumi.getter(name="isPreserveSource")
1365
1387
  def is_preserve_source(self) -> bool:
@@ -1412,7 +1434,7 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
1412
1434
  :param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
1413
1435
  :param int port: The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
1414
1436
  :param str target_id: The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>`
1415
- :param int weight: The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
1437
+ :param int weight: The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about network load balancing policies, see [Network Load Balancer Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#Policies). Example: `3`
1416
1438
  """
1417
1439
  pulumi.set(__self__, "ip_address", ip_address)
1418
1440
  pulumi.set(__self__, "is_backup", is_backup)
@@ -1483,7 +1505,7 @@ class GetBackendSetsBackendSetCollectionItemBackendResult(dict):
1483
1505
  @pulumi.getter
1484
1506
  def weight(self) -> int:
1485
1507
  """
1486
- The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
1508
+ The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about network load balancing policies, see [Network Load Balancer Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#Policies). Example: `3`
1487
1509
  """
1488
1510
  return pulumi.get(self, "weight")
1489
1511
 
@@ -1747,7 +1769,7 @@ class GetBackendsBackendCollectionItemResult(dict):
1747
1769
  :param str network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
1748
1770
  :param int port: The communication port for the backend server. Example: `8080`
1749
1771
  :param str target_id: The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var>&lt;unique_ID&gt;</var>`
1750
- :param int weight: The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introducton.htm#Policies). Example: `3`
1772
+ :param int weight: The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about network load balancing policies, see [Network Load Balancer Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#Policies). Example: `3`
1751
1773
  """
1752
1774
  pulumi.set(__self__, "backend_set_name", backend_set_name)
1753
1775
  pulumi.set(__self__, "id", id)
@@ -1842,7 +1864,7 @@ class GetBackendsBackendCollectionItemResult(dict):
1842
1864
  @pulumi.getter
1843
1865
  def weight(self) -> int:
1844
1866
  """
1845
- The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introducton.htm#Policies). Example: `3`
1867
+ The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about network load balancing policies, see [Network Load Balancer Policies](https://docs.cloud.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#Policies). Example: `3`
1846
1868
  """
1847
1869
  return pulumi.get(self, "weight")
1848
1870
 
@@ -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')))