pulumi-oci 2.4.0a1721890421__py3-none-any.whl → 2.5.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 (141) hide show
  1. pulumi_oci/__init__.py +78 -32
  2. pulumi_oci/_utilities.py +2 -0
  3. pulumi_oci/apmsynthetics/_inputs.py +457 -1
  4. pulumi_oci/apmsynthetics/config.py +172 -7
  5. pulumi_oci/apmsynthetics/get_monitor.py +42 -3
  6. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  7. pulumi_oci/apmsynthetics/outputs.py +1129 -9
  8. pulumi_oci/bigdataservice/bds_instance.py +47 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
  10. pulumi_oci/bigdataservice/outputs.py +7 -0
  11. pulumi_oci/core/__init__.py +3 -0
  12. pulumi_oci/core/_inputs.py +48 -8
  13. pulumi_oci/core/get_instance_maintenance_event.py +414 -0
  14. pulumi_oci/core/get_instance_maintenance_events.py +250 -0
  15. pulumi_oci/core/instance_maintenance_event.py +1022 -0
  16. pulumi_oci/core/outputs.py +338 -8
  17. pulumi_oci/database/_inputs.py +16 -0
  18. pulumi_oci/database/autonomous_database.py +111 -9
  19. pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
  20. pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
  21. pulumi_oci/database/cloud_vm_cluster.py +49 -0
  22. pulumi_oci/database/database.py +0 -96
  23. pulumi_oci/database/get_autonomous_database.py +38 -1
  24. pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
  25. pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
  26. pulumi_oci/database/get_key_store.py +11 -1
  27. pulumi_oci/database/key_store.py +34 -0
  28. pulumi_oci/database/outputs.py +115 -0
  29. pulumi_oci/databasemigration/_inputs.py +184 -0
  30. pulumi_oci/databasemigration/job.py +99 -24
  31. pulumi_oci/databasemigration/outputs.py +171 -0
  32. pulumi_oci/datasafe/__init__.py +3 -4
  33. pulumi_oci/datasafe/_inputs.py +185 -0
  34. pulumi_oci/datasafe/alert.py +56 -0
  35. pulumi_oci/datasafe/alert_policy.py +745 -0
  36. pulumi_oci/datasafe/alert_policy_rule.py +446 -0
  37. pulumi_oci/datasafe/discovery_mod.py +67 -38
  38. pulumi_oci/datasafe/get_alert.py +27 -1
  39. pulumi_oci/datasafe/get_alert_policy.py +26 -2
  40. pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
  41. pulumi_oci/datasafe/get_audit_events.py +2 -2
  42. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  43. pulumi_oci/datasafe/get_report.py +15 -2
  44. pulumi_oci/datasafe/get_report_definition.py +15 -2
  45. pulumi_oci/datasafe/get_reports.py +43 -1
  46. pulumi_oci/datasafe/get_security_assessment.py +14 -1
  47. pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
  48. pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
  49. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  50. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
  51. pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
  52. pulumi_oci/datasafe/get_user_assessment.py +14 -1
  53. pulumi_oci/datasafe/outputs.py +761 -33
  54. pulumi_oci/datasafe/report.py +32 -4
  55. pulumi_oci/datasafe/report_definition.py +32 -4
  56. pulumi_oci/datasafe/security_assessment.py +49 -0
  57. pulumi_oci/datasafe/sensitive_data_model.py +60 -3
  58. pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
  59. pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
  60. pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
  61. pulumi_oci/datasafe/user_assessment.py +49 -0
  62. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  63. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  64. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  65. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  66. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  67. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  68. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  69. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  70. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  71. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
  72. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
  73. pulumi_oci/generativeai/get_endpoint.py +6 -9
  74. pulumi_oci/generativeai/get_endpoints.py +3 -3
  75. pulumi_oci/generativeai/get_model.py +36 -6
  76. pulumi_oci/generativeai/get_models.py +6 -0
  77. pulumi_oci/generativeai/outputs.py +228 -16
  78. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  79. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  80. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
  81. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  82. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  83. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  84. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  85. pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
  86. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  87. pulumi_oci/identity/__init__.py +3 -0
  88. pulumi_oci/identity/_inputs.py +1029 -0
  89. pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
  90. pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
  91. pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
  92. pulumi_oci/identity/outputs.py +19544 -17378
  93. pulumi_oci/integration/_inputs.py +0 -2
  94. pulumi_oci/integration/get_integration_instance.py +0 -1
  95. pulumi_oci/integration/integration_instance.py +0 -27
  96. pulumi_oci/integration/outputs.py +4 -12
  97. pulumi_oci/networkfirewall/__init__.py +3 -0
  98. pulumi_oci/networkfirewall/_inputs.py +150 -0
  99. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
  100. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
  101. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
  102. pulumi_oci/networkfirewall/outputs.py +457 -0
  103. pulumi_oci/opsi/_inputs.py +8 -8
  104. pulumi_oci/opsi/database_insight.py +71 -15
  105. pulumi_oci/opsi/get_database_insight.py +29 -3
  106. pulumi_oci/opsi/get_database_insights.py +1 -1
  107. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  108. pulumi_oci/opsi/get_host_insight.py +1 -4
  109. pulumi_oci/opsi/get_host_insights.py +3 -3
  110. pulumi_oci/opsi/get_news_report.py +1 -1
  111. pulumi_oci/opsi/get_news_reports.py +3 -3
  112. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
  113. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
  114. pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
  115. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
  116. pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
  117. pulumi_oci/opsi/host_insight.py +6 -14
  118. pulumi_oci/opsi/news_report.py +2 -2
  119. pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
  120. pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
  121. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
  122. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
  123. pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
  124. pulumi_oci/opsi/outputs.py +46 -24
  125. pulumi_oci/pulumi-plugin.json +1 -1
  126. pulumi_oci/redis/get_redis_cluster.py +1 -1
  127. pulumi_oci/redis/outputs.py +2 -2
  128. pulumi_oci/redis/redis_cluster.py +7 -7
  129. pulumi_oci/stackmonitoring/_inputs.py +2 -2
  130. pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
  131. pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
  132. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
  133. pulumi_oci/stackmonitoring/outputs.py +19 -8
  134. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
  135. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
  136. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
  137. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  138. pulumi_oci/datasafe/masking_report_management.py +0 -693
  139. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  140. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  141. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -27,6 +27,7 @@ class AutonomousDatabaseArgs:
27
27
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
28
28
  autonomous_maintenance_schedule_type: Optional[pulumi.Input[str]] = None,
29
29
  backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
30
+ byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
30
31
  character_set: Optional[pulumi.Input[str]] = None,
31
32
  clone_type: Optional[pulumi.Input[str]] = None,
32
33
  compute_count: Optional[pulumi.Input[float]] = None,
@@ -86,6 +87,7 @@ class AutonomousDatabaseArgs:
86
87
  standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
87
88
  state: Optional[pulumi.Input[str]] = None,
88
89
  subnet_id: Optional[pulumi.Input[str]] = None,
90
+ subscription_id: Optional[pulumi.Input[str]] = None,
89
91
  switchover_to: Optional[pulumi.Input[str]] = None,
90
92
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
91
93
  time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
@@ -235,7 +237,7 @@ class AutonomousDatabaseArgs:
235
237
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
236
238
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
237
239
  * For Autonomous Database, setting this will disable public secure access to the database.
238
-
240
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
239
241
  These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
240
242
  :param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
241
243
  :param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
@@ -271,6 +273,8 @@ class AutonomousDatabaseArgs:
271
273
  pulumi.set(__self__, "autonomous_maintenance_schedule_type", autonomous_maintenance_schedule_type)
272
274
  if backup_retention_period_in_days is not None:
273
275
  pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
276
+ if byol_compute_count_limit is not None:
277
+ pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
274
278
  if character_set is not None:
275
279
  pulumi.set(__self__, "character_set", character_set)
276
280
  if clone_type is not None:
@@ -392,6 +396,8 @@ class AutonomousDatabaseArgs:
392
396
  pulumi.set(__self__, "state", state)
393
397
  if subnet_id is not None:
394
398
  pulumi.set(__self__, "subnet_id", subnet_id)
399
+ if subscription_id is not None:
400
+ pulumi.set(__self__, "subscription_id", subscription_id)
395
401
  if switchover_to is not None:
396
402
  pulumi.set(__self__, "switchover_to", switchover_to)
397
403
  if switchover_to_remote_peer_id is not None:
@@ -539,6 +545,15 @@ class AutonomousDatabaseArgs:
539
545
  def backup_retention_period_in_days(self, value: Optional[pulumi.Input[int]]):
540
546
  pulumi.set(self, "backup_retention_period_in_days", value)
541
547
 
548
+ @property
549
+ @pulumi.getter(name="byolComputeCountLimit")
550
+ def byol_compute_count_limit(self) -> Optional[pulumi.Input[float]]:
551
+ return pulumi.get(self, "byol_compute_count_limit")
552
+
553
+ @byol_compute_count_limit.setter
554
+ def byol_compute_count_limit(self, value: Optional[pulumi.Input[float]]):
555
+ pulumi.set(self, "byol_compute_count_limit", value)
556
+
542
557
  @property
543
558
  @pulumi.getter(name="characterSet")
544
559
  def character_set(self) -> Optional[pulumi.Input[str]]:
@@ -1309,8 +1324,6 @@ class AutonomousDatabaseArgs:
1309
1324
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
1310
1325
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
1311
1326
  * For Autonomous Database, setting this will disable public secure access to the database.
1312
-
1313
- These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
1314
1327
  """
1315
1328
  return pulumi.get(self, "subnet_id")
1316
1329
 
@@ -1318,6 +1331,19 @@ class AutonomousDatabaseArgs:
1318
1331
  def subnet_id(self, value: Optional[pulumi.Input[str]]):
1319
1332
  pulumi.set(self, "subnet_id", value)
1320
1333
 
1334
+ @property
1335
+ @pulumi.getter(name="subscriptionId")
1336
+ def subscription_id(self) -> Optional[pulumi.Input[str]]:
1337
+ """
1338
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
1339
+ These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
1340
+ """
1341
+ return pulumi.get(self, "subscription_id")
1342
+
1343
+ @subscription_id.setter
1344
+ def subscription_id(self, value: Optional[pulumi.Input[str]]):
1345
+ pulumi.set(self, "subscription_id", value)
1346
+
1321
1347
  @property
1322
1348
  @pulumi.getter(name="switchoverTo")
1323
1349
  def switchover_to(self) -> Optional[pulumi.Input[str]]:
@@ -1426,8 +1452,10 @@ class _AutonomousDatabaseState:
1426
1452
  available_upgrade_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1427
1453
  backup_configs: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseBackupConfigArgs']]]] = None,
1428
1454
  backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
1455
+ byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
1429
1456
  character_set: Optional[pulumi.Input[str]] = None,
1430
1457
  clone_type: Optional[pulumi.Input[str]] = None,
1458
+ cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
1431
1459
  compartment_id: Optional[pulumi.Input[str]] = None,
1432
1460
  compute_count: Optional[pulumi.Input[float]] = None,
1433
1461
  compute_model: Optional[pulumi.Input[str]] = None,
@@ -1518,6 +1546,7 @@ class _AutonomousDatabaseState:
1518
1546
  standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1519
1547
  state: Optional[pulumi.Input[str]] = None,
1520
1548
  subnet_id: Optional[pulumi.Input[str]] = None,
1549
+ subscription_id: Optional[pulumi.Input[str]] = None,
1521
1550
  supported_regions_to_clone_tos: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1522
1551
  switchover_to: Optional[pulumi.Input[str]] = None,
1523
1552
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
@@ -1569,6 +1598,7 @@ class _AutonomousDatabaseState:
1569
1598
  :param pulumi.Input[str] clone_type: The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
1570
1599
  * `FULL` - This option creates a new database that includes all source database data.
1571
1600
  * `METADATA` - This option creates a new database that includes the source database schema and select metadata, but not the source database data.
1601
+ :param pulumi.Input[str] cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
1572
1602
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of the Autonomous Database.
1573
1603
  :param pulumi.Input[float] compute_count: (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the `computeModel` parameter. When using `cpuCoreCount` parameter, it is an error to specify computeCount to a non-null value. Providing `computeModel` and `computeCount` is the preferred method for both OCPU and ECPU.
1574
1604
  :param pulumi.Input[str] compute_model: (Updatable) The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
@@ -1723,7 +1753,7 @@ class _AutonomousDatabaseState:
1723
1753
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
1724
1754
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
1725
1755
  * For Autonomous Database, setting this will disable public secure access to the database.
1726
-
1756
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
1727
1757
  These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
1728
1758
  :param pulumi.Input[Sequence[pulumi.Input[str]]] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
1729
1759
  :param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
@@ -1786,10 +1816,14 @@ class _AutonomousDatabaseState:
1786
1816
  pulumi.set(__self__, "backup_configs", backup_configs)
1787
1817
  if backup_retention_period_in_days is not None:
1788
1818
  pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
1819
+ if byol_compute_count_limit is not None:
1820
+ pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
1789
1821
  if character_set is not None:
1790
1822
  pulumi.set(__self__, "character_set", character_set)
1791
1823
  if clone_type is not None:
1792
1824
  pulumi.set(__self__, "clone_type", clone_type)
1825
+ if cluster_placement_group_id is not None:
1826
+ pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
1793
1827
  if compartment_id is not None:
1794
1828
  pulumi.set(__self__, "compartment_id", compartment_id)
1795
1829
  if compute_count is not None:
@@ -1973,6 +2007,8 @@ class _AutonomousDatabaseState:
1973
2007
  pulumi.set(__self__, "state", state)
1974
2008
  if subnet_id is not None:
1975
2009
  pulumi.set(__self__, "subnet_id", subnet_id)
2010
+ if subscription_id is not None:
2011
+ pulumi.set(__self__, "subscription_id", subscription_id)
1976
2012
  if supported_regions_to_clone_tos is not None:
1977
2013
  pulumi.set(__self__, "supported_regions_to_clone_tos", supported_regions_to_clone_tos)
1978
2014
  if switchover_to is not None:
@@ -2196,6 +2232,15 @@ class _AutonomousDatabaseState:
2196
2232
  def backup_retention_period_in_days(self, value: Optional[pulumi.Input[int]]):
2197
2233
  pulumi.set(self, "backup_retention_period_in_days", value)
2198
2234
 
2235
+ @property
2236
+ @pulumi.getter(name="byolComputeCountLimit")
2237
+ def byol_compute_count_limit(self) -> Optional[pulumi.Input[float]]:
2238
+ return pulumi.get(self, "byol_compute_count_limit")
2239
+
2240
+ @byol_compute_count_limit.setter
2241
+ def byol_compute_count_limit(self, value: Optional[pulumi.Input[float]]):
2242
+ pulumi.set(self, "byol_compute_count_limit", value)
2243
+
2199
2244
  @property
2200
2245
  @pulumi.getter(name="characterSet")
2201
2246
  def character_set(self) -> Optional[pulumi.Input[str]]:
@@ -2226,6 +2271,18 @@ class _AutonomousDatabaseState:
2226
2271
  def clone_type(self, value: Optional[pulumi.Input[str]]):
2227
2272
  pulumi.set(self, "clone_type", value)
2228
2273
 
2274
+ @property
2275
+ @pulumi.getter(name="clusterPlacementGroupId")
2276
+ def cluster_placement_group_id(self) -> Optional[pulumi.Input[str]]:
2277
+ """
2278
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
2279
+ """
2280
+ return pulumi.get(self, "cluster_placement_group_id")
2281
+
2282
+ @cluster_placement_group_id.setter
2283
+ def cluster_placement_group_id(self, value: Optional[pulumi.Input[str]]):
2284
+ pulumi.set(self, "cluster_placement_group_id", value)
2285
+
2229
2286
  @property
2230
2287
  @pulumi.getter(name="compartmentId")
2231
2288
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
@@ -3362,8 +3419,6 @@ class _AutonomousDatabaseState:
3362
3419
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
3363
3420
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
3364
3421
  * For Autonomous Database, setting this will disable public secure access to the database.
3365
-
3366
- These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
3367
3422
  """
3368
3423
  return pulumi.get(self, "subnet_id")
3369
3424
 
@@ -3371,6 +3426,19 @@ class _AutonomousDatabaseState:
3371
3426
  def subnet_id(self, value: Optional[pulumi.Input[str]]):
3372
3427
  pulumi.set(self, "subnet_id", value)
3373
3428
 
3429
+ @property
3430
+ @pulumi.getter(name="subscriptionId")
3431
+ def subscription_id(self) -> Optional[pulumi.Input[str]]:
3432
+ """
3433
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
3434
+ These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
3435
+ """
3436
+ return pulumi.get(self, "subscription_id")
3437
+
3438
+ @subscription_id.setter
3439
+ def subscription_id(self, value: Optional[pulumi.Input[str]]):
3440
+ pulumi.set(self, "subscription_id", value)
3441
+
3374
3442
  @property
3375
3443
  @pulumi.getter(name="supportedRegionsToCloneTos")
3376
3444
  def supported_regions_to_clone_tos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -3713,6 +3781,7 @@ class AutonomousDatabase(pulumi.CustomResource):
3713
3781
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
3714
3782
  autonomous_maintenance_schedule_type: Optional[pulumi.Input[str]] = None,
3715
3783
  backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
3784
+ byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
3716
3785
  character_set: Optional[pulumi.Input[str]] = None,
3717
3786
  clone_type: Optional[pulumi.Input[str]] = None,
3718
3787
  compartment_id: Optional[pulumi.Input[str]] = None,
@@ -3774,6 +3843,7 @@ class AutonomousDatabase(pulumi.CustomResource):
3774
3843
  standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3775
3844
  state: Optional[pulumi.Input[str]] = None,
3776
3845
  subnet_id: Optional[pulumi.Input[str]] = None,
3846
+ subscription_id: Optional[pulumi.Input[str]] = None,
3777
3847
  switchover_to: Optional[pulumi.Input[str]] = None,
3778
3848
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
3779
3849
  time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
@@ -3939,7 +4009,7 @@ class AutonomousDatabase(pulumi.CustomResource):
3939
4009
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
3940
4010
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
3941
4011
  * For Autonomous Database, setting this will disable public secure access to the database.
3942
-
4012
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
3943
4013
  These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
3944
4014
  :param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
3945
4015
  :param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
@@ -4000,6 +4070,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4000
4070
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
4001
4071
  autonomous_maintenance_schedule_type: Optional[pulumi.Input[str]] = None,
4002
4072
  backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
4073
+ byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
4003
4074
  character_set: Optional[pulumi.Input[str]] = None,
4004
4075
  clone_type: Optional[pulumi.Input[str]] = None,
4005
4076
  compartment_id: Optional[pulumi.Input[str]] = None,
@@ -4061,6 +4132,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4061
4132
  standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4062
4133
  state: Optional[pulumi.Input[str]] = None,
4063
4134
  subnet_id: Optional[pulumi.Input[str]] = None,
4135
+ subscription_id: Optional[pulumi.Input[str]] = None,
4064
4136
  switchover_to: Optional[pulumi.Input[str]] = None,
4065
4137
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
4066
4138
  time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
@@ -4086,6 +4158,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4086
4158
  __props__.__dict__["autonomous_database_id"] = autonomous_database_id
4087
4159
  __props__.__dict__["autonomous_maintenance_schedule_type"] = autonomous_maintenance_schedule_type
4088
4160
  __props__.__dict__["backup_retention_period_in_days"] = backup_retention_period_in_days
4161
+ __props__.__dict__["byol_compute_count_limit"] = byol_compute_count_limit
4089
4162
  __props__.__dict__["character_set"] = character_set
4090
4163
  __props__.__dict__["clone_type"] = clone_type
4091
4164
  if compartment_id is None and not opts.urn:
@@ -4151,6 +4224,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4151
4224
  __props__.__dict__["standby_whitelisted_ips"] = standby_whitelisted_ips
4152
4225
  __props__.__dict__["state"] = state
4153
4226
  __props__.__dict__["subnet_id"] = subnet_id
4227
+ __props__.__dict__["subscription_id"] = subscription_id
4154
4228
  __props__.__dict__["switchover_to"] = switchover_to
4155
4229
  __props__.__dict__["switchover_to_remote_peer_id"] = switchover_to_remote_peer_id
4156
4230
  __props__.__dict__["time_of_auto_refresh_start"] = time_of_auto_refresh_start
@@ -4163,6 +4237,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4163
4237
  __props__.__dict__["apex_details"] = None
4164
4238
  __props__.__dict__["available_upgrade_versions"] = None
4165
4239
  __props__.__dict__["backup_configs"] = None
4240
+ __props__.__dict__["cluster_placement_group_id"] = None
4166
4241
  __props__.__dict__["connection_strings"] = None
4167
4242
  __props__.__dict__["connection_urls"] = None
4168
4243
  __props__.__dict__["dataguard_region_type"] = None
@@ -4240,8 +4315,10 @@ class AutonomousDatabase(pulumi.CustomResource):
4240
4315
  available_upgrade_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4241
4316
  backup_configs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseBackupConfigArgs']]]]] = None,
4242
4317
  backup_retention_period_in_days: Optional[pulumi.Input[int]] = None,
4318
+ byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
4243
4319
  character_set: Optional[pulumi.Input[str]] = None,
4244
4320
  clone_type: Optional[pulumi.Input[str]] = None,
4321
+ cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
4245
4322
  compartment_id: Optional[pulumi.Input[str]] = None,
4246
4323
  compute_count: Optional[pulumi.Input[float]] = None,
4247
4324
  compute_model: Optional[pulumi.Input[str]] = None,
@@ -4332,6 +4409,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4332
4409
  standby_whitelisted_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4333
4410
  state: Optional[pulumi.Input[str]] = None,
4334
4411
  subnet_id: Optional[pulumi.Input[str]] = None,
4412
+ subscription_id: Optional[pulumi.Input[str]] = None,
4335
4413
  supported_regions_to_clone_tos: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4336
4414
  switchover_to: Optional[pulumi.Input[str]] = None,
4337
4415
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
@@ -4388,6 +4466,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4388
4466
  :param pulumi.Input[str] clone_type: The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
4389
4467
  * `FULL` - This option creates a new database that includes all source database data.
4390
4468
  * `METADATA` - This option creates a new database that includes the source database schema and select metadata, but not the source database data.
4469
+ :param pulumi.Input[str] cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
4391
4470
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of the Autonomous Database.
4392
4471
  :param pulumi.Input[float] compute_count: (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the `computeModel` parameter. When using `cpuCoreCount` parameter, it is an error to specify computeCount to a non-null value. Providing `computeModel` and `computeCount` is the preferred method for both OCPU and ECPU.
4393
4472
  :param pulumi.Input[str] compute_model: (Updatable) The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
@@ -4542,7 +4621,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4542
4621
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
4543
4622
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
4544
4623
  * For Autonomous Database, setting this will disable public secure access to the database.
4545
-
4624
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
4546
4625
  These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
4547
4626
  :param pulumi.Input[Sequence[pulumi.Input[str]]] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
4548
4627
  :param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
@@ -4595,8 +4674,10 @@ class AutonomousDatabase(pulumi.CustomResource):
4595
4674
  __props__.__dict__["available_upgrade_versions"] = available_upgrade_versions
4596
4675
  __props__.__dict__["backup_configs"] = backup_configs
4597
4676
  __props__.__dict__["backup_retention_period_in_days"] = backup_retention_period_in_days
4677
+ __props__.__dict__["byol_compute_count_limit"] = byol_compute_count_limit
4598
4678
  __props__.__dict__["character_set"] = character_set
4599
4679
  __props__.__dict__["clone_type"] = clone_type
4680
+ __props__.__dict__["cluster_placement_group_id"] = cluster_placement_group_id
4600
4681
  __props__.__dict__["compartment_id"] = compartment_id
4601
4682
  __props__.__dict__["compute_count"] = compute_count
4602
4683
  __props__.__dict__["compute_model"] = compute_model
@@ -4687,6 +4768,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4687
4768
  __props__.__dict__["standby_whitelisted_ips"] = standby_whitelisted_ips
4688
4769
  __props__.__dict__["state"] = state
4689
4770
  __props__.__dict__["subnet_id"] = subnet_id
4771
+ __props__.__dict__["subscription_id"] = subscription_id
4690
4772
  __props__.__dict__["supported_regions_to_clone_tos"] = supported_regions_to_clone_tos
4691
4773
  __props__.__dict__["switchover_to"] = switchover_to
4692
4774
  __props__.__dict__["switchover_to_remote_peer_id"] = switchover_to_remote_peer_id
@@ -4828,6 +4910,11 @@ class AutonomousDatabase(pulumi.CustomResource):
4828
4910
  """
4829
4911
  return pulumi.get(self, "backup_retention_period_in_days")
4830
4912
 
4913
+ @property
4914
+ @pulumi.getter(name="byolComputeCountLimit")
4915
+ def byol_compute_count_limit(self) -> pulumi.Output[float]:
4916
+ return pulumi.get(self, "byol_compute_count_limit")
4917
+
4831
4918
  @property
4832
4919
  @pulumi.getter(name="characterSet")
4833
4920
  def character_set(self) -> pulumi.Output[str]:
@@ -4850,6 +4937,14 @@ class AutonomousDatabase(pulumi.CustomResource):
4850
4937
  """
4851
4938
  return pulumi.get(self, "clone_type")
4852
4939
 
4940
+ @property
4941
+ @pulumi.getter(name="clusterPlacementGroupId")
4942
+ def cluster_placement_group_id(self) -> pulumi.Output[str]:
4943
+ """
4944
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
4945
+ """
4946
+ return pulumi.get(self, "cluster_placement_group_id")
4947
+
4853
4948
  @property
4854
4949
  @pulumi.getter(name="compartmentId")
4855
4950
  def compartment_id(self) -> pulumi.Output[str]:
@@ -5630,10 +5725,17 @@ class AutonomousDatabase(pulumi.CustomResource):
5630
5725
  * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
5631
5726
  * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
5632
5727
  * For Autonomous Database, setting this will disable public secure access to the database.
5728
+ """
5729
+ return pulumi.get(self, "subnet_id")
5633
5730
 
5731
+ @property
5732
+ @pulumi.getter(name="subscriptionId")
5733
+ def subscription_id(self) -> pulumi.Output[str]:
5734
+ """
5735
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
5634
5736
  These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
5635
5737
  """
5636
- return pulumi.get(self, "subnet_id")
5738
+ return pulumi.get(self, "subscription_id")
5637
5739
 
5638
5740
  @property
5639
5741
  @pulumi.getter(name="supportedRegionsToCloneTos")
@@ -52,9 +52,7 @@ class CloudAutonomousVmClusterArgs:
52
52
  :param pulumi.Input[str] description: (Updatable) User defined description of the cloud Autonomous VM cluster.
53
53
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
54
54
  :param pulumi.Input[bool] is_mtls_enabled_vm_cluster: Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
55
- <<<<<<< HEAD
56
- :param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
57
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
55
+ :param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
58
56
 
59
57
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
60
58
  :param pulumi.Input['CloudAutonomousVmClusterMaintenanceWindowDetailsArgs'] maintenance_window_details: (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
@@ -257,7 +255,6 @@ class CloudAutonomousVmClusterArgs:
257
255
  def is_mtls_enabled_vm_cluster(self) -> Optional[pulumi.Input[bool]]:
258
256
  """
259
257
  Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
260
- <<<<<<< HEAD
261
258
  """
262
259
  return pulumi.get(self, "is_mtls_enabled_vm_cluster")
263
260
 
@@ -269,8 +266,7 @@ class CloudAutonomousVmClusterArgs:
269
266
  @pulumi.getter(name="licenseModel")
270
267
  def license_model(self) -> Optional[pulumi.Input[str]]:
271
268
  """
272
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
273
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
269
+ (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
274
270
 
275
271
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
276
272
  """
@@ -454,12 +450,9 @@ class _CloudAutonomousVmClusterState:
454
450
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
455
451
  :param pulumi.Input[str] hostname: The hostname for the cloud Autonomous VM cluster.
456
452
  :param pulumi.Input[bool] is_mtls_enabled_vm_cluster: Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
457
- <<<<<<< HEAD
458
453
  :param pulumi.Input[str] last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
459
454
  :param pulumi.Input[str] last_update_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history. This value is updated when a maintenance update starts.
460
- <<<<<<< HEAD
461
- :param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
462
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
455
+ :param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
463
456
 
464
457
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
465
458
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
@@ -900,7 +893,6 @@ class _CloudAutonomousVmClusterState:
900
893
  def is_mtls_enabled_vm_cluster(self) -> Optional[pulumi.Input[bool]]:
901
894
  """
902
895
  Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
903
- <<<<<<< HEAD
904
896
  """
905
897
  return pulumi.get(self, "is_mtls_enabled_vm_cluster")
906
898
 
@@ -925,7 +917,6 @@ class _CloudAutonomousVmClusterState:
925
917
  def last_update_history_entry_id(self) -> Optional[pulumi.Input[str]]:
926
918
  """
927
919
  The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history. This value is updated when a maintenance update starts.
928
- <<<<<<< HEAD
929
920
  """
930
921
  return pulumi.get(self, "last_update_history_entry_id")
931
922
 
@@ -937,8 +928,7 @@ class _CloudAutonomousVmClusterState:
937
928
  @pulumi.getter(name="licenseModel")
938
929
  def license_model(self) -> Optional[pulumi.Input[str]]:
939
930
  """
940
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
941
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
931
+ (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
942
932
 
943
933
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
944
934
  """
@@ -1379,9 +1369,7 @@ class CloudAutonomousVmCluster(pulumi.CustomResource):
1379
1369
  :param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the cloud Autonomous VM cluster. The name does not need to be unique.
1380
1370
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
1381
1371
  :param pulumi.Input[bool] is_mtls_enabled_vm_cluster: Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
1382
- <<<<<<< HEAD
1383
- :param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
1384
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
1372
+ :param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
1385
1373
 
1386
1374
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
1387
1375
  :param pulumi.Input[pulumi.InputType['CloudAutonomousVmClusterMaintenanceWindowDetailsArgs']] maintenance_window_details: (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
@@ -1667,12 +1655,9 @@ class CloudAutonomousVmCluster(pulumi.CustomResource):
1667
1655
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
1668
1656
  :param pulumi.Input[str] hostname: The hostname for the cloud Autonomous VM cluster.
1669
1657
  :param pulumi.Input[bool] is_mtls_enabled_vm_cluster: Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
1670
- <<<<<<< HEAD
1671
1658
  :param pulumi.Input[str] last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
1672
1659
  :param pulumi.Input[str] last_update_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history. This value is updated when a maintenance update starts.
1673
- <<<<<<< HEAD
1674
- :param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
1675
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
1660
+ :param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
1676
1661
 
1677
1662
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
1678
1663
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
@@ -1967,7 +1952,6 @@ class CloudAutonomousVmCluster(pulumi.CustomResource):
1967
1952
  def is_mtls_enabled_vm_cluster(self) -> pulumi.Output[bool]:
1968
1953
  """
1969
1954
  Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
1970
- <<<<<<< HEAD
1971
1955
  """
1972
1956
  return pulumi.get(self, "is_mtls_enabled_vm_cluster")
1973
1957
 
@@ -1984,7 +1968,6 @@ class CloudAutonomousVmCluster(pulumi.CustomResource):
1984
1968
  def last_update_history_entry_id(self) -> pulumi.Output[str]:
1985
1969
  """
1986
1970
  The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history. This value is updated when a maintenance update starts.
1987
- <<<<<<< HEAD
1988
1971
  """
1989
1972
  return pulumi.get(self, "last_update_history_entry_id")
1990
1973
 
@@ -1992,8 +1975,7 @@ class CloudAutonomousVmCluster(pulumi.CustomResource):
1992
1975
  @pulumi.getter(name="licenseModel")
1993
1976
  def license_model(self) -> pulumi.Output[str]:
1994
1977
  """
1995
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
1996
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
1978
+ (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
1997
1979
 
1998
1980
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
1999
1981
  """