pulumi-oci 2.22.0a1737613119__py3-none-any.whl → 2.23.0a1737786272__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 (39) hide show
  1. pulumi_oci/__init__.py +8 -0
  2. pulumi_oci/bigdataservice/bds_instance_api_key.py +0 -14
  3. pulumi_oci/bigdataservice/get_bds_instance_api_key.py +0 -2
  4. pulumi_oci/bigdataservice/outputs.py +0 -4
  5. pulumi_oci/core/__init__.py +3 -0
  6. pulumi_oci/core/_inputs.py +143 -0
  7. pulumi_oci/core/byoasn.py +595 -0
  8. pulumi_oci/core/get_byoasn.py +268 -0
  9. pulumi_oci/core/get_byoasns.py +131 -0
  10. pulumi_oci/core/get_byoip_range.py +15 -1
  11. pulumi_oci/core/instance.py +7 -7
  12. pulumi_oci/core/outputs.py +457 -0
  13. pulumi_oci/database/_inputs.py +696 -89
  14. pulumi_oci/database/autonomous_database.py +98 -4
  15. pulumi_oci/database/autonomous_exadata_infrastructure.py +0 -2
  16. pulumi_oci/database/autonomous_vm_cluster.py +0 -2
  17. pulumi_oci/database/cloud_exadata_infrastructure.py +0 -2
  18. pulumi_oci/database/data_guard_association.py +75 -28
  19. pulumi_oci/database/database.py +147 -32
  20. pulumi_oci/database/database_upgrade.py +28 -0
  21. pulumi_oci/database/exadata_infrastructure.py +0 -2
  22. pulumi_oci/database/get_autonomous_database.py +30 -2
  23. pulumi_oci/database/get_data_guard_association.py +12 -1
  24. pulumi_oci/database/get_database.py +40 -1
  25. pulumi_oci/database/outputs.py +994 -114
  26. pulumi_oci/networkloadbalancer/__init__.py +1 -0
  27. pulumi_oci/networkloadbalancer/_inputs.py +6 -6
  28. pulumi_oci/networkloadbalancer/backend.py +7 -7
  29. pulumi_oci/networkloadbalancer/backend_set.py +105 -7
  30. pulumi_oci/networkloadbalancer/get_backend_set.py +30 -2
  31. pulumi_oci/networkloadbalancer/get_network_load_balancer_backend_set_backend_operational_status.py +165 -0
  32. pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -7
  33. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +105 -7
  34. pulumi_oci/networkloadbalancer/outputs.py +34 -12
  35. pulumi_oci/pulumi-plugin.json +1 -1
  36. {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0a1737786272.dist-info}/METADATA +1 -1
  37. {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0a1737786272.dist-info}/RECORD +39 -35
  38. {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0a1737786272.dist-info}/WHEEL +0 -0
  39. {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0a1737786272.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
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "2.22.0-alpha.1737613119"
4
+ "version": "2.23.0-alpha.1737786272"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_oci
3
- Version: 2.22.0a1737613119
3
+ Version: 2.23.0a1737786272
4
4
  Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com
@@ -1,7 +1,7 @@
1
- pulumi_oci/__init__.py,sha256=SigPk7g5rry3NxJuz-VEdhfHsdMkglri3MHqS8z7ez4,173358
1
+ pulumi_oci/__init__.py,sha256=jukNND6OwgEM2Oj63klTj1Q1Yd1o3OFVkhzoGzKT5vw,173490
2
2
  pulumi_oci/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
3
3
  pulumi_oci/provider.py,sha256=L04-4ahVUIjPUidGY7-4m7y0-gX_oHcgpIJSRYRJET4,24096
4
- pulumi_oci/pulumi-plugin.json,sha256=kBzPb5VCWX9Jfb8Fidwj5Mu2MB0kBjxodZ9HBn1YaSY,80
4
+ pulumi_oci/pulumi-plugin.json,sha256=EVVRW7y4Wkx50qG1nRDdEkJZlWeLmPJOpa-2t5WR9Uc,80
5
5
  pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
7
7
  pulumi_oci/adm/_inputs.py,sha256=YnlFWcwYsWjjrUbroAeHpnljrt9mAPqMtutbJnKVRCk,69792
@@ -208,7 +208,7 @@ pulumi_oci/bigdataservice/__init__.py,sha256=OVPpIo9pvQE4nr2aUm7CjPf1I2mcac8ryoR
208
208
  pulumi_oci/bigdataservice/_inputs.py,sha256=S5UxFrdUB7A4ni9k_rJjKZWh-JNv5PRT8RhQzxZ8tSU,217772
209
209
  pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=UURrjrVHsrUdPFqeyjmX1kea_ChhwkzvbNECBjjbtaw,40047
210
210
  pulumi_oci/bigdataservice/bds_instance.py,sha256=7DLAdI99Bvc4scrb4h23ZapfgHMQqMlGKUNXmQBbqzs,90717
211
- pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=z-gT-zotyZOHIVMgPcYF9M22JC3CYaqQlfeRQaVHIg8,28228
211
+ pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=E1AJ6U4QCPLmZfiVywn3wNW0oPreZYx8m04QLnk4fTQ,27864
212
212
  pulumi_oci/bigdataservice/bds_instance_identity_configuration.py,sha256=bMhkefuZB2z8DEdWFB7FdNCoHhNGC16WasXGUWT8biw,51531
213
213
  pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=q-tVUwOb7AuCOGeGWTgsS5qH2v1oMJakJzyKdALBFv4,28915
214
214
  pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py,sha256=d_TL-D1wMe1XErMvpgRHaNFq10FALuH3hutKi8idZfw,34075
@@ -219,7 +219,7 @@ pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=uVqnyfnRmn6BM
219
219
  pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=v4CdGlXoPwtvbLvLTMn1u3PzSOBZF_0hmAPWPA9tW-w,7658
220
220
  pulumi_oci/bigdataservice/get_bds_cluster_versions.py,sha256=qfQSnD9kKX9q29t5a_OI7058wMGFeGEA2djEBwI4FKM,4933
221
221
  pulumi_oci/bigdataservice/get_bds_instance.py,sha256=z8Fcfzp_FVpMafpfU1BlX_FgmOPUQEmguYmXAjFlXRo,29273
222
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=P6HZpvwuTXKZejeThqKKISg7rME3LGjuObTLywK-ySU,11114
222
+ pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=w-Ue8Egf6AhJjP9SP0BIq66UeLwHbuP8za7G1x9zCfA,11075
223
223
  pulumi_oci/bigdataservice/get_bds_instance_api_keys.py,sha256=pLhFoFCOJXSvYPC3U-erwl43QTdb0dhkxTp3lPmLND8,8389
224
224
  pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=AYqLSZFdZL63Bw9SY2rCOQyEw8QnNrdshp7UaJ0zsjI,10003
225
225
  pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py,sha256=5iFrUpDpE0WEtpWNqn1tGmmw01Pc21MMQragLfM74n8,17756
@@ -232,7 +232,7 @@ pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=1LV8v0jTBDgTQ1YoCm6
232
232
  pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py,sha256=5IPJrvWWdOFvbz9t0UeFzNESJSMRsOdHQ1OzxGUS14o,13442
233
233
  pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py,sha256=1ObTtq_PL_g8XFCGgfFWd5uPgxVERV0d9hDI5-PM1IA,9594
234
234
  pulumi_oci/bigdataservice/get_bds_instances.py,sha256=jxP4m86qUHX633xeVAHA4yMZr3f9duFGTqTYlJquOQ4,7555
235
- pulumi_oci/bigdataservice/outputs.py,sha256=YynuBqtntBe8M6gmCugsjHNJ_aCl_1OaHfeZwEQ1DZY,391224
235
+ pulumi_oci/bigdataservice/outputs.py,sha256=Aj2EEtQHu1I5qAPemWQJuC7AHOq6OA04yFeiUsmqxcI,391132
236
236
  pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
237
237
  pulumi_oci/blockchain/_inputs.py,sha256=Uvoo-TfnVg-TEXo63oXhShm-hnPBDPSJIsCeQC523Yk,27180
238
238
  pulumi_oci/blockchain/blockchain_platform.py,sha256=ppUU74vxVdRoysXLpdlycb-qB0WdV-Uly5BAcNt3Q6A,63154
@@ -449,12 +449,13 @@ pulumi_oci/containerinstances/get_container_instance_shape.py,sha256=2puQ543js43
449
449
  pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=STh66iv64cW67gmDFXe-iSAnyvHfZdTMqB4C7_oOBHY,7864
450
450
  pulumi_oci/containerinstances/get_container_instances.py,sha256=P2pHRoapgZgwBk0_v5auM5GUFwDhKmsCcv33xEqcqXk,9836
451
451
  pulumi_oci/containerinstances/outputs.py,sha256=OuSGULqIZLd5f1STmJeYEgdh19-ZzC5nHOfpIA_q41o,99616
452
- pulumi_oci/core/__init__.py,sha256=f2OKqOZoaPWB24-hh_jmUg0raWU7jen5zWyglJJIb1o,8726
453
- pulumi_oci/core/_inputs.py,sha256=i_Bfsf7qdKkvifJGlj5mMLfA4abD-wBj-3L-rmt0RVE,1222977
452
+ pulumi_oci/core/__init__.py,sha256=8yTJ5v7D-q5NaiyZ3k-A653AnKx5rhjjKg9tiQDD_g4,8801
453
+ pulumi_oci/core/_inputs.py,sha256=R7goi97hk7cX4owmfK5JwPMGImAtFD68dptvsRV5DCc,1229213
454
454
  pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=w0xmbvF3ZVEoTyxj-v86bDLlY7tVNxDCW7l1xl9TnrY,14622
455
455
  pulumi_oci/core/app_catalog_subscription.py,sha256=0VyKID-oO2-Ko6sntOgA9Iof9g8xh8LYic1VflGYzM0,29260
456
456
  pulumi_oci/core/boot_volume.py,sha256=PGWxwlIRQqJimDrUgi_NCUXQc-mMlzzpjcJOT02DwMQ,72480
457
457
  pulumi_oci/core/boot_volume_backup.py,sha256=g30NOU8Ys_ecJeUvAldR2lSjze1Hs3VJyB0G-IWb5F8,46913
458
+ pulumi_oci/core/byoasn.py,sha256=DkkfgFy3g4r-RL2IBgkUMQwhlFWG-mSzIYTIqQLthTc,31135
458
459
  pulumi_oci/core/capture_filter.py,sha256=ZJyuX7HfgFW-Ff4AH2wfaiqZLIPHp08PzeA2ziQauCM,41556
459
460
  pulumi_oci/core/cluster_network.py,sha256=HPj_UqyE-uT2jbYLA91bAe24isZLGywnJBl48awAl2U,45499
460
461
  pulumi_oci/core/compute_capacity_report.py,sha256=W491LXEhLyJRDYVZnEazve7Z0DOHAJt4TYF1LoNBw4g,17992
@@ -493,8 +494,10 @@ pulumi_oci/core/get_boot_volume_backups.py,sha256=e-xO9Y7Uiz8h47ilOyJmL0wjCLn4xD
493
494
  pulumi_oci/core/get_boot_volume_replica.py,sha256=OdmE6uRd0_gYb6aKj0eI5XUAlh5AZcfpt78Z0OdY-Xw,13342
494
495
  pulumi_oci/core/get_boot_volume_replicas.py,sha256=0azHS_N7Pm5P4oQYtpHsf08YJgP__qsLdvpQdmexYEo,11246
495
496
  pulumi_oci/core/get_boot_volumes.py,sha256=OmIU7BQYbcC3uP1AcVROCQlZ0eTZbZlMN_SSZb8fmsM,8167
497
+ pulumi_oci/core/get_byoasn.py,sha256=PbCQkTnZJUnPXlGDlpGRslZqW5NgqMQkHqS5eOG7PS4,11753
498
+ pulumi_oci/core/get_byoasns.py,sha256=SwgWKoeDvlmise-8yfPpii-pS-BabWeDBKse3eCHmZQ,5460
496
499
  pulumi_oci/core/get_byoip_allocated_ranges.py,sha256=RmNi9acn688fCSQ48jqNPUj8YRAN7166qmApQy7hO5M,6572
497
- pulumi_oci/core/get_byoip_range.py,sha256=GxS1f6UOa5Xfvi-UAtCWaC9mo6OJck9SWYOc76HIeE0,15184
500
+ pulumi_oci/core/get_byoip_range.py,sha256=G786VT-UB30tfOPEa_4XpOcRu2Lg8bdGpRx7CxHhBiA,15801
498
501
  pulumi_oci/core/get_byoip_ranges.py,sha256=XstyevoKuLO8Ao-QRHNZnQzf5yZx6dMLOCUDTrhG29M,8207
499
502
  pulumi_oci/core/get_capture_filter.py,sha256=hjf6A9B8C0PZixNwf_EGu_Uup4yxS9ReclhupFSCR_w,11068
500
503
  pulumi_oci/core/get_capture_filters.py,sha256=a6j2D_NXAbZQT-bUGbBau7Yxwkk-IYZGq9sEG_Fd2qw,9457
@@ -633,7 +636,7 @@ pulumi_oci/core/get_volumes.py,sha256=svAm66-bp-P85Q-LPZacebVsRHqwyPa_3UEYR7Iy2G
633
636
  pulumi_oci/core/get_vtap.py,sha256=C1rsxrLKfDdue3x790BYu0SiUeczWdTwZx-7kXYeEMY,18579
634
637
  pulumi_oci/core/get_vtaps.py,sha256=OveT7r3MXM0v0dc_Hu2Iokzsa5bl_fepZS55jSC27NY,13411
635
638
  pulumi_oci/core/image.py,sha256=fKQlZiOShTBJ29A2t0kec7APEuBfG3pyXwLLqHDRxfQ,53758
636
- pulumi_oci/core/instance.py,sha256=PpdsJGnoR9PKy0MO0vmIdGqyHnb-BH4qA_w8s_Vfs9E,187941
639
+ pulumi_oci/core/instance.py,sha256=sSbdPDyEyiMfGX3jYRhCtcwOoLAOttN5OPW-izhyH4s,189124
637
640
  pulumi_oci/core/instance_configuration.py,sha256=oePAfI-Qs3zVPWIlhVrSE7wWPw4JDaIRxBwviutc_XA,112406
638
641
  pulumi_oci/core/instance_console_connection.py,sha256=Yj8LeeXlLJMnk6dWRuqYHv0vg3wHjDpxyr_D8bLMU6A,27969
639
642
  pulumi_oci/core/instance_maintenance_event.py,sha256=jIyiIaO3oR1zca8pOgMFoq_7eTm_uNBQWQgofO1opWw,57966
@@ -648,7 +651,7 @@ pulumi_oci/core/local_peering_gateway.py,sha256=p1V8uNamUxJa-UpKG4TzBGudP8NNB77l
648
651
  pulumi_oci/core/nat_gateway.py,sha256=_I0Ls2WSv32m2-8_S9WYFjGvpt4biSLNvlY-fXMryDc,36333
649
652
  pulumi_oci/core/network_security_group.py,sha256=GAbG1upv4B7ytveFpHLmy1w_N8dQFCaq_05OtFrxIyw,25742
650
653
  pulumi_oci/core/network_security_group_security_rule.py,sha256=h8JYABPvXFPfgCMRghsV0Is2KAYOxJS6x6uDeMmb0_8,54348
651
- pulumi_oci/core/outputs.py,sha256=PrOcfdeHNJVitrFVe-6X5J5YugYIRMj7zv6r1PhvU5U,2518312
654
+ pulumi_oci/core/outputs.py,sha256=E5Uk_EU5Av8gjR7o_bgHcxCKDqP7Q0bXWa8TbZ38Hrk,2539667
652
655
  pulumi_oci/core/private_ip.py,sha256=7U5JkefHxTkMsm3GkqfIvYASbw_Vj0E5AdgR8taQ8Vw,45659
653
656
  pulumi_oci/core/public_ip.py,sha256=L-WZ8RuDFtPmkZTxJFUggYipXEZFl6mSb1z2GJwdqx0,49195
654
657
  pulumi_oci/core/public_ip_pool.py,sha256=SxGPeRtTauVvrVomIfsQIwZvIuh8oOwgJmNDGlHzBGQ,24119
@@ -674,21 +677,21 @@ pulumi_oci/core/volume_group.py,sha256=aS0UKsHbRlBWPy_5USzXAjZMs1Ms3ewjXYbnKcag_
674
677
  pulumi_oci/core/volume_group_backup.py,sha256=gzCYyFdf1ozd1k9SdScXQ7rYLqqMBG5Dv_S1m8ZS7qk,44707
675
678
  pulumi_oci/core/vtap.py,sha256=DPtuaAL94Be1JGuZdlxbnI82rF21PVhlOY5HqE_Cq8I,62801
676
679
  pulumi_oci/database/__init__.py,sha256=TbvsgFRkvTw9PdDU7h0BQI888lpmOooIdL9UuMQ5waA,9241
677
- pulumi_oci/database/_inputs.py,sha256=1ImW4rSj7tXWyVEZ64g0F9MxYYAGlwIk9G4tAlvEfik,1016938
680
+ pulumi_oci/database/_inputs.py,sha256=H8EC3--xxF19zC6oDmias1_InSqyAgQpG3gN5QGdDO0,1042297
678
681
  pulumi_oci/database/application_vip.py,sha256=JDVVsM5IEweW_6ArMrPkNxc-ip4taGgoscVO448uUrE,29325
679
682
  pulumi_oci/database/autonomous_container_database.py,sha256=oyi2j9RZfzK9yo-OmEpPzpc5V2om7DEKSLv3kOBQneU,164353
680
683
  pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=Vqr9H2dth2n-aRH0WozgJE33EijV3LzaQXyyfzla5uU,75512
681
684
  pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=KdrGLo1fGVgJL4tpeiYMtjyAyIaWZ7oNCD_vKMof7A8,17941
682
685
  pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=yML8BbuREYzHrq1dVIYwGlZ5bFpsBVGpT_Y9m-CI4V0,12423
683
- pulumi_oci/database/autonomous_database.py,sha256=Vvw15q7S0T4oPty_J7kPay8bWLUx6BLhcAo76L8US1w,490222
686
+ pulumi_oci/database/autonomous_database.py,sha256=EQPlJVT1joj2hhx6qwvpAAogxe6sDCJGGsjVqVqCtOo,497400
684
687
  pulumi_oci/database/autonomous_database_backup.py,sha256=TMDev4UedzHcRjt5ZfjnoeC3-3OTA7rM4AaAtn_bvhA,43614
685
688
  pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=shw6-GEc4MzawcuhYyZCXXOTszzM-P1Of1wCDnjc8hc,18745
686
689
  pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=hmbYSqFq3LOc5hXDXtp56_Z8zaCpP2O6celvTcyR8tQ,15757
687
690
  pulumi_oci/database/autonomous_database_saas_admin_user.py,sha256=GHQf-syoa0E3t_llKqillsYj_MG-13rDQ5wLnMeejKY,26742
688
691
  pulumi_oci/database/autonomous_database_software_image.py,sha256=x6yIuJ2HKiEMloWM-WwhKixFYlEEM1bxawq4iTF1wD4,33511
689
692
  pulumi_oci/database/autonomous_database_wallet.py,sha256=LEypLboGMIRgp5Mg9b0v7yXV5Rsuv-taPeIAFLOP4vE,23065
690
- pulumi_oci/database/autonomous_exadata_infrastructure.py,sha256=2eyv3Pko0gx6fyj17eJgpb4--zcTg-sAxYcDPSQ3C8w,68447
691
- pulumi_oci/database/autonomous_vm_cluster.py,sha256=hQUghJy83NulPkZQykuDtzPuuTeoysHOUC1xLx4g_-0,112268
693
+ pulumi_oci/database/autonomous_exadata_infrastructure.py,sha256=vkUN7H-JXCDymotrBL2nIiQnxxa48qNRxduJ9_tjdIs,68251
694
+ pulumi_oci/database/autonomous_vm_cluster.py,sha256=UPwLicPnXat73GhugjEnuh3BD70gY4vnNMl5JA9Md14,112096
692
695
  pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py,sha256=3VC8R-7mlLeETw9AQUaJ_zBt1yzyiZE6Ty7qpp-Csds,21703
693
696
  pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py,sha256=ZdG-Y6UsRnSVg3EwgA6P5MlWQU0NzAgjRHLGolFO-qo,21615
694
697
  pulumi_oci/database/backup.py,sha256=6ZqxqB_KZ5uvCiTYnD5TQQgr1zQvROu2ttKWUWoBT9I,33097
@@ -696,20 +699,20 @@ pulumi_oci/database/backup_cancel_management.py,sha256=5Z59w58DYCbKVI6YOeuEnO8Ox
696
699
  pulumi_oci/database/backup_destination.py,sha256=OHE-lPadEjlyR93JIFNsOSKgLYULZjonAkSSv6uUGcU,45770
697
700
  pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=D2U0X-A39aZkcNt1XiPeCd5xwPxqu7jbTfuba1lLlGI,142002
698
701
  pulumi_oci/database/cloud_database_management.py,sha256=kHwdrr3TSpp9JUcaAoysjsc0UwGHtYDXSoRpJq_905k,31752
699
- pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=0v9pfm6EAgQvCFe_XyGSLQlK_97gpg-im5pAhGCSOiA,80419
702
+ pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=WerH4Y7GWJHUmpE_7ZPrYOYRsGmfAIItuohwetQR5JU,80249
700
703
  pulumi_oci/database/cloud_vm_cluster.py,sha256=40tnba3nCya8edPjrqIIS-ykZ5Rdk5CE1ESsuQyN-kQ,156080
701
704
  pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=YK5oY2uPrGQRl_oOvTf7rPYFNxAAeTx4NqqAc7MxJdc,16572
702
- pulumi_oci/database/data_guard_association.py,sha256=eppOmVUI93VyJXXEMxlPtjKRs7W4bjxW_PZ5PbysrW8,156067
703
- pulumi_oci/database/database.py,sha256=BxTYwa43vOXHjnDvnR06bB7IrjunVJBnpnpxfLepIKw,77571
705
+ pulumi_oci/database/data_guard_association.py,sha256=GkSdnyhjWsPPQxgsofM69wdeVNGAfUxaYMgZihnmeKU,158584
706
+ pulumi_oci/database/database.py,sha256=_rJSamz5EaTP5Ck-u1NEaC4BzPvyXF471zHwJlahE0U,86781
704
707
  pulumi_oci/database/database_software_image.py,sha256=rwlamTRDs0vzwRkFiVf2YTcKJWAhflPNsa-28aO55tU,46722
705
- pulumi_oci/database/database_upgrade.py,sha256=fVjerZac5Q4UMK2FFJdcruchAbQ9l3fXb0yexYS24aA,59178
708
+ pulumi_oci/database/database_upgrade.py,sha256=h99FwIBDgNZhdikYJ1GUz3rYXB5aQxpvHx7Esuc2Ors,61451
706
709
  pulumi_oci/database/db_home.py,sha256=TXATWoFKRZZrPE47a5DmSIBI1txGtgxrsj7MwVFSRlw,57012
707
710
  pulumi_oci/database/db_node.py,sha256=K1gqldW2ks2mxsti2I3eNnG8DtjhERMGq3LUWBWY2W8,47411
708
711
  pulumi_oci/database/db_node_console_connection.py,sha256=mRmbEFYMH6Mt5sWzDTQ7yXvp7njbGNktRTTEupb1dhM,27134
709
712
  pulumi_oci/database/db_node_console_history.py,sha256=HSyg6bSs6Eli-Ix1krplUS3aOhRzTcg2QwAUodRIgwY,24388
710
713
  pulumi_oci/database/db_system.py,sha256=YEDJfll8i9IyZr4nJM1cGIhfiz_IYE3ktPMxP2xSOZU,183246
711
714
  pulumi_oci/database/db_systems_upgrade.py,sha256=jUD83jTCKMRxundnD4vvADAgj8kqUL6479Ibfr75E8A,93945
712
- pulumi_oci/database/exadata_infrastructure.py,sha256=bcAHy0rM2d-vVCnLpunpzAUhFJx8PvTznZIX7LluX3Q,119159
715
+ pulumi_oci/database/exadata_infrastructure.py,sha256=2uQgBYgJu0ydqRu0MZA0pwZat_XWDbH-KbC_QEQHYA0,119001
713
716
  pulumi_oci/database/exadata_infrastructure_compute.py,sha256=rTIYhQ97v5NTKi1ZzFTm9wSA2gVEzYV4OhHt6nBdIuo,75268
714
717
  pulumi_oci/database/exadata_infrastructure_storage.py,sha256=EIP_JmPDmYXGjt_LcRevR2fDNec3nAjVWWMI0i4kcmo,51643
715
718
  pulumi_oci/database/exadata_iorm_config.py,sha256=qusDf56exj7jL6d-ytbx4PRE_V9_ePcHYia5GfrU3p8,18218
@@ -737,7 +740,7 @@ pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=L
737
740
  pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=9HE-ThIghRLY3gPOA5YQXqc3zy1ffrRqWwC1ZsGqOeg,8183
738
741
  pulumi_oci/database/get_autonomous_container_databases.py,sha256=iJlx9-0MaxV8M3HSd3Fo-wwCxIUcewLv2ux7AgdSI7w,18903
739
742
  pulumi_oci/database/get_autonomous_container_patches.py,sha256=FarcOzwvRktqTL-klNGowQmteusBjhsiFR1Ik8aApmc,9370
740
- pulumi_oci/database/get_autonomous_database.py,sha256=n0yoRaH-LjoIgkM4UF5rOD59witBPUwtC1mlyxo-xx8,123614
743
+ pulumi_oci/database/get_autonomous_database.py,sha256=1z8RSBeuvinxfzdvZBNQr3p_-Jy_E_McV53RLd8uhzs,125322
741
744
  pulumi_oci/database/get_autonomous_database_backup.py,sha256=AFOGaqlIepz4vIH1-pFtqNRTS86pnt1XmItkBX49Qk4,20005
742
745
  pulumi_oci/database/get_autonomous_database_backups.py,sha256=QNgjBjIo_KGANlXNB1FiMPqHchjgD1OFoO-2OBMIq5Y,11473
743
746
  pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=xPzVDdbxvW6wdCfcgeNvG4Drba-QLkahHDzfCtrFxCw,15280
@@ -777,9 +780,9 @@ pulumi_oci/database/get_cloud_exadata_infrastructures.py,sha256=0OT18fmDnx876L1w
777
780
  pulumi_oci/database/get_cloud_vm_cluster.py,sha256=f-3PDipUX_LMwVsohXf-7xsHpXBkc9AsFY99PWxHnBc,43706
778
781
  pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py,sha256=xyTN0UFZhMK_w4W4UgDvxRnzTPq0rGyDz2kjq4LcNMU,7512
779
782
  pulumi_oci/database/get_cloud_vm_clusters.py,sha256=VmRYvu_379-y10uTzGOOcUgD9rBjhYXSe81S7z9sx_Q,10192
780
- pulumi_oci/database/get_data_guard_association.py,sha256=WfxLcx8H_gdLDbCVAKBeNALwb73u1tbykjQsxCXMN4I,33217
783
+ pulumi_oci/database/get_data_guard_association.py,sha256=SjC98wOwMNjPf_DxapHc9K_RX_f9eryBKSprl2aCUSg,33781
781
784
  pulumi_oci/database/get_data_guard_associations.py,sha256=GeOSjdSa9glTPoCxhfMoFYwCmfREhU1tXKyLjl85L64,6233
782
- pulumi_oci/database/get_database.py,sha256=zL1Y9-G_vEEzbM2pUEW9_XSJdTJ1NjSFnF-0Ca2sCJQ,28975
785
+ pulumi_oci/database/get_database.py,sha256=ze6h8l9RoPOoRsvohEe2G8DRMQBemK9677fQsw-CNWI,31117
783
786
  pulumi_oci/database/get_database_maintenance_run_histories.py,sha256=wIAEkR-D4CqLSTx6J1Z1cuMyMD095T4m8iBmMZ6vFQU,12795
784
787
  pulumi_oci/database/get_database_maintenance_run_history.py,sha256=Wx567jirT2zOsb9F-AEnNsMVDW4fltTKZ4PTBteNM6Y,6637
785
788
  pulumi_oci/database/get_database_pdb_conversion_history_entries.py,sha256=DdOjTt1WrMng4WztddsuHbDl5ZZmfVP5jNAv5Bc6XdA,9906
@@ -864,7 +867,7 @@ pulumi_oci/database/get_vm_clusters.py,sha256=d7ChX_wXTaZvRQbdvO51tDbuCsEKPLS2G_
864
867
  pulumi_oci/database/key_store.py,sha256=utkO4jzVMM59m0NEZdhHdqnIdGpJiNjrW8mQjF9dT4o,27789
865
868
  pulumi_oci/database/maintenance_run.py,sha256=8ARRL5E_sID9VZe3D3Szdq4rcRcRgNN2NU6udQdyhyo,62143
866
869
  pulumi_oci/database/oneoff_patch.py,sha256=WmKZ_CNZ6Ns_0s5kRuvyXeT8KgNx24L7oiRQG5CRn-Q,38954
867
- pulumi_oci/database/outputs.py,sha256=JY1WgZIS8FILixF8AzH8DFM1Vb9RyMtrf2nkMtts_n4,2418387
870
+ pulumi_oci/database/outputs.py,sha256=W6L0QOdEP_ZowbrhDTUJ63bzTnpVW9KsYA2GNnLkw_c,2452314
868
871
  pulumi_oci/database/pluggable_database.py,sha256=OYwfbMsBO58xQigObXCmC9Qez3JJnjaz2blE4tmRrOg,75593
869
872
  pulumi_oci/database/pluggable_database_managements_management.py,sha256=cmW6n0jUdviIoYQ5sHe_AwQWIEXpy8DS1W7fFnMJK2w,52897
870
873
  pulumi_oci/database/pluggable_databases_local_clone.py,sha256=S0EmRLhANos9tiM_yFrDENRZWjiROIr6MorLJlC0qFw,51106
@@ -2327,26 +2330,27 @@ pulumi_oci/networkfirewall/network_firewall_policy_service_list.py,sha256=sS9VWd
2327
2330
  pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py,sha256=-zxO_Mus6kjLdrg9JQhYBUAHZmAp8tjin420ASMou78,32228
2328
2331
  pulumi_oci/networkfirewall/network_firewall_policy_url_list.py,sha256=fcOWHZ24Y8kQyyq2kSDWLWB7thJO89NA8B0pkg3OUSg,15784
2329
2332
  pulumi_oci/networkfirewall/outputs.py,sha256=LqN0TaFyD7-BZPeNP5yd6IQatTC2d4uJTfYjo5qgJYA,122055
2330
- pulumi_oci/networkloadbalancer/__init__.py,sha256=urfLKBZti02PqzrKDjUdZ8SZHck_DsNXj1KDF6-BYtk,938
2331
- pulumi_oci/networkloadbalancer/_inputs.py,sha256=nwSSZD7l-wWMfVOAfSkoZ575zPNSkIpdbohVGzU8tyM,71801
2332
- pulumi_oci/networkloadbalancer/backend.py,sha256=3_xmWhGtz5uNkgk_i-croqGofZVAmJ21n25L97kcoU0,35098
2333
- pulumi_oci/networkloadbalancer/backend_set.py,sha256=NCR1x2fuUs6taU1fiohsCWsvkiCKUzDkICjCTzgI3r4,36240
2333
+ pulumi_oci/networkloadbalancer/__init__.py,sha256=4pRurDNh_totGviMXxsCFfpZsQgS9Fgg0MZ6s3Nbqno,1018
2334
+ pulumi_oci/networkloadbalancer/_inputs.py,sha256=BiEplrH9uoqCIsBKmyCA5SPegUnPpZmIVI1uzEMVyGk,71819
2335
+ pulumi_oci/networkloadbalancer/backend.py,sha256=qMuZx5VUr-RMvSuT9-lCVpYHaak9neHizXro1F2Pq_k,35084
2336
+ pulumi_oci/networkloadbalancer/backend_set.py,sha256=G3qZjgLEdkLVABPFnkHdDxWZHIY202Hg-aUPB73DlcE,45727
2334
2337
  pulumi_oci/networkloadbalancer/get_backend_health.py,sha256=KViJcO0w6-S3Zp1Gzf6dwzVszxwNWGscdwZVOXLBZfc,9508
2335
- pulumi_oci/networkloadbalancer/get_backend_set.py,sha256=qaU3koGIlatLgVqDOvZM_XzXxaTmAnddfhBNdGCSQPc,10631
2338
+ pulumi_oci/networkloadbalancer/get_backend_set.py,sha256=G52v1C4YNJ1LHSJmTt9GET1krvpxr3ku_0VLrjZS6iM,13092
2336
2339
  pulumi_oci/networkloadbalancer/get_backend_set_health.py,sha256=I1u6B-ZD0UCq8OTu57CrQjNdGpS7BGv3vhJkCD7M48s,7765
2337
2340
  pulumi_oci/networkloadbalancer/get_backend_sets.py,sha256=zdVZLKEqFhh2v7w5FszKBTxHnIveGYpm3LFaUkrwx9U,6192
2338
2341
  pulumi_oci/networkloadbalancer/get_backends.py,sha256=pNlneYtJYn5Tke78xAM_4KHu3VlpAfK6_LS7XhC0rEo,7190
2339
2342
  pulumi_oci/networkloadbalancer/get_listener.py,sha256=MzRW1kaNBXLIPOrpEULei-NVWHXCdBFYeJg6I4Ovi9M,11479
2340
2343
  pulumi_oci/networkloadbalancer/get_listeners.py,sha256=UM_m2t665sgaIyf5aiToVs8SplTl9jZF784igRCosZs,6049
2341
2344
  pulumi_oci/networkloadbalancer/get_network_load_balancer.py,sha256=V97uzJF5Vewj4VtGoGaV8CFCvrDq_MgOmb9E2Nt6iYU,19993
2345
+ pulumi_oci/networkloadbalancer/get_network_load_balancer_backend_set_backend_operational_status.py,sha256=q6P6SbJNsuFkETK7G0gM3BMaABkNDNpuwRa1LBCT9qk,9708
2342
2346
  pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py,sha256=kYTydxcS_F7MgrHmtEgFH6twhhP2lWJWQn7s5Wl6RWg,10479
2343
2347
  pulumi_oci/networkloadbalancer/get_network_load_balancers.py,sha256=-X90lqYm9it-0ajLkL_J1uvd7tK8mAgLLSh_rY_WSzA,8822
2344
2348
  pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py,sha256=JbJol0D59USs3beroLW0-ro9hheuw267tj4xg3O3GiE,5635
2345
2349
  pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py,sha256=oMEfSbVrTbkwgopaWcQgt32DoFZq_NVCuoR5Hyh_8Bg,5862
2346
2350
  pulumi_oci/networkloadbalancer/listener.py,sha256=ThbmewWjFlu1sfu_Jj7zvCaXqPrIuqlH-DINYn0umzo,33298
2347
- pulumi_oci/networkloadbalancer/network_load_balancer.py,sha256=mWbBHZF__VfTAGZmB_7S09WnEwS9eMhu-PZY5cO187I,71680
2348
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py,sha256=8SE8Y-GLKdZGMc2u-2p4UzGXXy5WV2JytK0OrNrOVGI,42342
2349
- pulumi_oci/networkloadbalancer/outputs.py,sha256=0zaB7lCMK-eO1dYf3i4ZEzAX-1F9g-l5sJC3WXhN4iQ,119185
2351
+ pulumi_oci/networkloadbalancer/network_load_balancer.py,sha256=NQ6r7vStzrzrNwigbBvEy3FgqfM55BW-A2K4pXBpr0k,71589
2352
+ pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py,sha256=O4j3cKZPkHaf4osSyKiCNFifH_FF5wRs4Qbaaxo4Png,51957
2353
+ pulumi_oci/networkloadbalancer/outputs.py,sha256=m2FBOPRTVeJvTtnNJvK_U-pO-5LTqk8zjswO9uWpEdo,121264
2350
2354
  pulumi_oci/nosql/__init__.py,sha256=-ek2jAAWYNxuP3L92fUIFWteYxUOBDcs1fLMbUC_Eug,488
2351
2355
  pulumi_oci/nosql/_inputs.py,sha256=-jvjEKo8xj0pzp-41iLvxDbXk9fSoTyVeT-Hmvfa8xQ,27237
2352
2356
  pulumi_oci/nosql/get_index.py,sha256=Wxjb9vNkCeZ2XzWKHuVss1mMDm-SQNj8LmmNHFQiNTw,9719
@@ -2968,7 +2972,7 @@ pulumi_oci/zpr/get_zpr_policies.py,sha256=xRhJl8bBol1fMs5EXtqBuTMajSv3v0tm1A0a0B
2968
2972
  pulumi_oci/zpr/get_zpr_policy.py,sha256=Zx42tYwAMM6gOiNIREiyxZyMA5Gy1aAMsFHAR-zf8bg,11465
2969
2973
  pulumi_oci/zpr/outputs.py,sha256=bLQC7_On52bzTOlKVC9oF2CSxcSo7CiwTmOkBNy7MD4,8943
2970
2974
  pulumi_oci/zpr/zpr_policy.py,sha256=kRQiN_Fg_m8N1oVD93ktqQhhXv8z8y08nBKuypB_t3k,32563
2971
- pulumi_oci-2.22.0a1737613119.dist-info/METADATA,sha256=6CEGGkZ7N4n_aSOMEUbi7-7AdrYcJYsJsJldvliSLNw,4054
2972
- pulumi_oci-2.22.0a1737613119.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
2973
- pulumi_oci-2.22.0a1737613119.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
2974
- pulumi_oci-2.22.0a1737613119.dist-info/RECORD,,
2975
+ pulumi_oci-2.23.0a1737786272.dist-info/METADATA,sha256=_Gc16mw7f7fl2-oRQHlkSpwkvvp4eyyjsnN1lpcRoEU,4054
2976
+ pulumi_oci-2.23.0a1737786272.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
2977
+ pulumi_oci-2.23.0a1737786272.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
2978
+ pulumi_oci-2.23.0a1737786272.dist-info/RECORD,,