pulumi-oci 2.5.0a1722062014__py3-none-any.whl → 2.5.0a1722606028__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 (76) hide show
  1. pulumi_oci/__init__.py +59 -32
  2. pulumi_oci/bigdataservice/bds_instance.py +47 -0
  3. pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
  4. pulumi_oci/bigdataservice/outputs.py +7 -0
  5. pulumi_oci/core/__init__.py +3 -0
  6. pulumi_oci/core/_inputs.py +40 -0
  7. pulumi_oci/core/get_instance_maintenance_event.py +414 -0
  8. pulumi_oci/core/get_instance_maintenance_events.py +250 -0
  9. pulumi_oci/core/instance_maintenance_event.py +1022 -0
  10. pulumi_oci/core/outputs.py +314 -0
  11. pulumi_oci/database/autonomous_database.py +28 -0
  12. pulumi_oci/database/get_autonomous_database.py +14 -1
  13. pulumi_oci/database/outputs.py +22 -0
  14. pulumi_oci/databasemigration/_inputs.py +184 -0
  15. pulumi_oci/databasemigration/job.py +99 -24
  16. pulumi_oci/databasemigration/outputs.py +171 -0
  17. pulumi_oci/datasafe/__init__.py +2 -4
  18. pulumi_oci/datasafe/_inputs.py +55 -0
  19. pulumi_oci/datasafe/alert.py +56 -0
  20. pulumi_oci/datasafe/alert_policy.py +745 -0
  21. pulumi_oci/datasafe/alert_policy_rule.py +446 -0
  22. pulumi_oci/datasafe/get_alert.py +27 -1
  23. pulumi_oci/datasafe/get_alert_policy.py +26 -2
  24. pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
  25. pulumi_oci/datasafe/get_report.py +14 -1
  26. pulumi_oci/datasafe/get_report_definition.py +14 -1
  27. pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
  28. pulumi_oci/datasafe/outputs.py +231 -27
  29. pulumi_oci/datasafe/report.py +28 -0
  30. pulumi_oci/datasafe/report_definition.py +28 -0
  31. pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
  32. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  33. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  34. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  35. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  36. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  37. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  38. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  39. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  40. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  41. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
  42. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
  43. pulumi_oci/generativeai/get_endpoint.py +6 -9
  44. pulumi_oci/generativeai/get_endpoints.py +3 -3
  45. pulumi_oci/generativeai/get_model.py +36 -6
  46. pulumi_oci/generativeai/get_models.py +6 -0
  47. pulumi_oci/generativeai/outputs.py +228 -16
  48. pulumi_oci/identity/__init__.py +3 -0
  49. pulumi_oci/identity/_inputs.py +1029 -0
  50. pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
  51. pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
  52. pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
  53. pulumi_oci/identity/outputs.py +19544 -17378
  54. pulumi_oci/networkfirewall/__init__.py +3 -0
  55. pulumi_oci/networkfirewall/_inputs.py +150 -0
  56. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
  57. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
  58. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
  59. pulumi_oci/networkfirewall/outputs.py +457 -0
  60. pulumi_oci/pulumi-plugin.json +1 -1
  61. pulumi_oci/redis/get_redis_cluster.py +1 -1
  62. pulumi_oci/redis/outputs.py +2 -2
  63. pulumi_oci/redis/redis_cluster.py +7 -7
  64. pulumi_oci/stackmonitoring/_inputs.py +2 -2
  65. pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
  66. pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
  67. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
  68. pulumi_oci/stackmonitoring/outputs.py +19 -8
  69. {pulumi_oci-2.5.0a1722062014.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/METADATA +1 -1
  70. {pulumi_oci-2.5.0a1722062014.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/RECORD +72 -56
  71. {pulumi_oci-2.5.0a1722062014.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/WHEEL +1 -1
  72. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  73. pulumi_oci/datasafe/masking_report_management.py +0 -693
  74. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  75. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  76. {pulumi_oci-2.5.0a1722062014.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/top_level.txt +0 -0
@@ -499,6 +499,8 @@ __all__ = [
499
499
  'GetInstanceLaunchOptionResult',
500
500
  'GetInstanceLaunchVolumeAttachmentResult',
501
501
  'GetInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult',
502
+ 'GetInstanceMaintenanceEventsFilterResult',
503
+ 'GetInstanceMaintenanceEventsInstanceMaintenanceEventResult',
502
504
  'GetInstanceMeasuredBootReportMeasurementResult',
503
505
  'GetInstanceMeasuredBootReportMeasurementActualResult',
504
506
  'GetInstanceMeasuredBootReportMeasurementPolicyResult',
@@ -33379,6 +33381,318 @@ class GetInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult(dict):
33379
33381
  return pulumi.get(self, "vpus_per_gb")
33380
33382
 
33381
33383
 
33384
+ @pulumi.output_type
33385
+ class GetInstanceMaintenanceEventsFilterResult(dict):
33386
+ def __init__(__self__, *,
33387
+ name: str,
33388
+ values: Sequence[str],
33389
+ regex: Optional[bool] = None):
33390
+ pulumi.set(__self__, "name", name)
33391
+ pulumi.set(__self__, "values", values)
33392
+ if regex is not None:
33393
+ pulumi.set(__self__, "regex", regex)
33394
+
33395
+ @property
33396
+ @pulumi.getter
33397
+ def name(self) -> str:
33398
+ return pulumi.get(self, "name")
33399
+
33400
+ @property
33401
+ @pulumi.getter
33402
+ def values(self) -> Sequence[str]:
33403
+ return pulumi.get(self, "values")
33404
+
33405
+ @property
33406
+ @pulumi.getter
33407
+ def regex(self) -> Optional[bool]:
33408
+ return pulumi.get(self, "regex")
33409
+
33410
+
33411
+ @pulumi.output_type
33412
+ class GetInstanceMaintenanceEventsInstanceMaintenanceEventResult(dict):
33413
+ def __init__(__self__, *,
33414
+ additional_details: Mapping[str, Any],
33415
+ alternative_resolution_action: str,
33416
+ alternative_resolution_actions: Sequence[str],
33417
+ can_delete_local_storage: bool,
33418
+ can_reschedule: bool,
33419
+ compartment_id: str,
33420
+ correlation_token: str,
33421
+ created_by: str,
33422
+ defined_tags: Mapping[str, Any],
33423
+ description: str,
33424
+ display_name: str,
33425
+ estimated_duration: str,
33426
+ freeform_tags: Mapping[str, Any],
33427
+ id: str,
33428
+ instance_action: str,
33429
+ instance_id: str,
33430
+ instance_maintenance_event_id: str,
33431
+ maintenance_category: str,
33432
+ maintenance_reason: str,
33433
+ start_window_duration: str,
33434
+ state: str,
33435
+ time_created: str,
33436
+ time_finished: str,
33437
+ time_hard_due_date: str,
33438
+ time_started: str,
33439
+ time_window_start: str):
33440
+ """
33441
+ :param Mapping[str, Any] additional_details: Additional details of the maintenance in the form of json.
33442
+ :param Sequence[str] alternative_resolution_actions: These are alternative actions to the requested instanceAction that can be taken to resolve the Maintenance.
33443
+ :param bool can_delete_local_storage: For Instances that have local storage, this field is set to true when local storage will be deleted as a result of the Maintenance.
33444
+ :param bool can_reschedule: Indicates if this MaintenanceEvent is capable of being rescheduled up to the timeHardDueDate.
33445
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
33446
+ :param str correlation_token: A filter to only return resources that have a matching correlationToken.
33447
+ :param str created_by: The creator of the maintenance event.
33448
+ :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
33449
+ :param str description: It is the descriptive information about the maintenance taking place on the customer instance.
33450
+ :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
33451
+ :param str estimated_duration: This is the estimated duration of the Maintenance, once the Maintenance has entered the STARTED state.
33452
+ :param Mapping[str, Any] freeform_tags: 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"}`
33453
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance event.
33454
+ :param str instance_action: A filter to only return resources that match the given instance action.
33455
+ :param str instance_id: The OCID of the instance.
33456
+ :param str maintenance_category: This indicates the priority and allowed actions for this Maintenance. Higher priority forms of Maintenance have tighter restrictions and may not be rescheduled, while lower priority/severity Maintenance can be rescheduled, deferred, or even cancelled. Please see the [Instance Maintenance](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/placeholder.htm) documentation for details.
33457
+ :param str maintenance_reason: This is the reason that Maintenance is being performed. See [Instance Maintenance](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/placeholder.htm) documentation for details.
33458
+ :param str start_window_duration: The duration of the time window Maintenance is scheduled to begin within.
33459
+ :param str state: A filter to only return resources that match the given lifecycle state.
33460
+ :param str time_created: The date and time the maintenance event was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
33461
+ :param str time_finished: The time at which the Maintenance actually finished.
33462
+ :param str time_hard_due_date: It is the scheduled hard due date and time of the maintenance event. The maintenance event will happen at this time and the due date will not be extended.
33463
+ :param str time_started: The time at which the Maintenance actually started.
33464
+ :param str time_window_start: The beginning of the time window when Maintenance is scheduled to begin. The Maintenance will not begin before this time.
33465
+ """
33466
+ pulumi.set(__self__, "additional_details", additional_details)
33467
+ pulumi.set(__self__, "alternative_resolution_action", alternative_resolution_action)
33468
+ pulumi.set(__self__, "alternative_resolution_actions", alternative_resolution_actions)
33469
+ pulumi.set(__self__, "can_delete_local_storage", can_delete_local_storage)
33470
+ pulumi.set(__self__, "can_reschedule", can_reschedule)
33471
+ pulumi.set(__self__, "compartment_id", compartment_id)
33472
+ pulumi.set(__self__, "correlation_token", correlation_token)
33473
+ pulumi.set(__self__, "created_by", created_by)
33474
+ pulumi.set(__self__, "defined_tags", defined_tags)
33475
+ pulumi.set(__self__, "description", description)
33476
+ pulumi.set(__self__, "display_name", display_name)
33477
+ pulumi.set(__self__, "estimated_duration", estimated_duration)
33478
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
33479
+ pulumi.set(__self__, "id", id)
33480
+ pulumi.set(__self__, "instance_action", instance_action)
33481
+ pulumi.set(__self__, "instance_id", instance_id)
33482
+ pulumi.set(__self__, "instance_maintenance_event_id", instance_maintenance_event_id)
33483
+ pulumi.set(__self__, "maintenance_category", maintenance_category)
33484
+ pulumi.set(__self__, "maintenance_reason", maintenance_reason)
33485
+ pulumi.set(__self__, "start_window_duration", start_window_duration)
33486
+ pulumi.set(__self__, "state", state)
33487
+ pulumi.set(__self__, "time_created", time_created)
33488
+ pulumi.set(__self__, "time_finished", time_finished)
33489
+ pulumi.set(__self__, "time_hard_due_date", time_hard_due_date)
33490
+ pulumi.set(__self__, "time_started", time_started)
33491
+ pulumi.set(__self__, "time_window_start", time_window_start)
33492
+
33493
+ @property
33494
+ @pulumi.getter(name="additionalDetails")
33495
+ def additional_details(self) -> Mapping[str, Any]:
33496
+ """
33497
+ Additional details of the maintenance in the form of json.
33498
+ """
33499
+ return pulumi.get(self, "additional_details")
33500
+
33501
+ @property
33502
+ @pulumi.getter(name="alternativeResolutionAction")
33503
+ def alternative_resolution_action(self) -> str:
33504
+ return pulumi.get(self, "alternative_resolution_action")
33505
+
33506
+ @property
33507
+ @pulumi.getter(name="alternativeResolutionActions")
33508
+ def alternative_resolution_actions(self) -> Sequence[str]:
33509
+ """
33510
+ These are alternative actions to the requested instanceAction that can be taken to resolve the Maintenance.
33511
+ """
33512
+ return pulumi.get(self, "alternative_resolution_actions")
33513
+
33514
+ @property
33515
+ @pulumi.getter(name="canDeleteLocalStorage")
33516
+ def can_delete_local_storage(self) -> bool:
33517
+ """
33518
+ For Instances that have local storage, this field is set to true when local storage will be deleted as a result of the Maintenance.
33519
+ """
33520
+ return pulumi.get(self, "can_delete_local_storage")
33521
+
33522
+ @property
33523
+ @pulumi.getter(name="canReschedule")
33524
+ def can_reschedule(self) -> bool:
33525
+ """
33526
+ Indicates if this MaintenanceEvent is capable of being rescheduled up to the timeHardDueDate.
33527
+ """
33528
+ return pulumi.get(self, "can_reschedule")
33529
+
33530
+ @property
33531
+ @pulumi.getter(name="compartmentId")
33532
+ def compartment_id(self) -> str:
33533
+ """
33534
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
33535
+ """
33536
+ return pulumi.get(self, "compartment_id")
33537
+
33538
+ @property
33539
+ @pulumi.getter(name="correlationToken")
33540
+ def correlation_token(self) -> str:
33541
+ """
33542
+ A filter to only return resources that have a matching correlationToken.
33543
+ """
33544
+ return pulumi.get(self, "correlation_token")
33545
+
33546
+ @property
33547
+ @pulumi.getter(name="createdBy")
33548
+ def created_by(self) -> str:
33549
+ """
33550
+ The creator of the maintenance event.
33551
+ """
33552
+ return pulumi.get(self, "created_by")
33553
+
33554
+ @property
33555
+ @pulumi.getter(name="definedTags")
33556
+ def defined_tags(self) -> Mapping[str, Any]:
33557
+ """
33558
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
33559
+ """
33560
+ return pulumi.get(self, "defined_tags")
33561
+
33562
+ @property
33563
+ @pulumi.getter
33564
+ def description(self) -> str:
33565
+ """
33566
+ It is the descriptive information about the maintenance taking place on the customer instance.
33567
+ """
33568
+ return pulumi.get(self, "description")
33569
+
33570
+ @property
33571
+ @pulumi.getter(name="displayName")
33572
+ def display_name(self) -> str:
33573
+ """
33574
+ A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
33575
+ """
33576
+ return pulumi.get(self, "display_name")
33577
+
33578
+ @property
33579
+ @pulumi.getter(name="estimatedDuration")
33580
+ def estimated_duration(self) -> str:
33581
+ """
33582
+ This is the estimated duration of the Maintenance, once the Maintenance has entered the STARTED state.
33583
+ """
33584
+ return pulumi.get(self, "estimated_duration")
33585
+
33586
+ @property
33587
+ @pulumi.getter(name="freeformTags")
33588
+ def freeform_tags(self) -> Mapping[str, Any]:
33589
+ """
33590
+ 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"}`
33591
+ """
33592
+ return pulumi.get(self, "freeform_tags")
33593
+
33594
+ @property
33595
+ @pulumi.getter
33596
+ def id(self) -> str:
33597
+ """
33598
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance event.
33599
+ """
33600
+ return pulumi.get(self, "id")
33601
+
33602
+ @property
33603
+ @pulumi.getter(name="instanceAction")
33604
+ def instance_action(self) -> str:
33605
+ """
33606
+ A filter to only return resources that match the given instance action.
33607
+ """
33608
+ return pulumi.get(self, "instance_action")
33609
+
33610
+ @property
33611
+ @pulumi.getter(name="instanceId")
33612
+ def instance_id(self) -> str:
33613
+ """
33614
+ The OCID of the instance.
33615
+ """
33616
+ return pulumi.get(self, "instance_id")
33617
+
33618
+ @property
33619
+ @pulumi.getter(name="instanceMaintenanceEventId")
33620
+ def instance_maintenance_event_id(self) -> str:
33621
+ return pulumi.get(self, "instance_maintenance_event_id")
33622
+
33623
+ @property
33624
+ @pulumi.getter(name="maintenanceCategory")
33625
+ def maintenance_category(self) -> str:
33626
+ """
33627
+ This indicates the priority and allowed actions for this Maintenance. Higher priority forms of Maintenance have tighter restrictions and may not be rescheduled, while lower priority/severity Maintenance can be rescheduled, deferred, or even cancelled. Please see the [Instance Maintenance](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/placeholder.htm) documentation for details.
33628
+ """
33629
+ return pulumi.get(self, "maintenance_category")
33630
+
33631
+ @property
33632
+ @pulumi.getter(name="maintenanceReason")
33633
+ def maintenance_reason(self) -> str:
33634
+ """
33635
+ This is the reason that Maintenance is being performed. See [Instance Maintenance](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/placeholder.htm) documentation for details.
33636
+ """
33637
+ return pulumi.get(self, "maintenance_reason")
33638
+
33639
+ @property
33640
+ @pulumi.getter(name="startWindowDuration")
33641
+ def start_window_duration(self) -> str:
33642
+ """
33643
+ The duration of the time window Maintenance is scheduled to begin within.
33644
+ """
33645
+ return pulumi.get(self, "start_window_duration")
33646
+
33647
+ @property
33648
+ @pulumi.getter
33649
+ def state(self) -> str:
33650
+ """
33651
+ A filter to only return resources that match the given lifecycle state.
33652
+ """
33653
+ return pulumi.get(self, "state")
33654
+
33655
+ @property
33656
+ @pulumi.getter(name="timeCreated")
33657
+ def time_created(self) -> str:
33658
+ """
33659
+ The date and time the maintenance event was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
33660
+ """
33661
+ return pulumi.get(self, "time_created")
33662
+
33663
+ @property
33664
+ @pulumi.getter(name="timeFinished")
33665
+ def time_finished(self) -> str:
33666
+ """
33667
+ The time at which the Maintenance actually finished.
33668
+ """
33669
+ return pulumi.get(self, "time_finished")
33670
+
33671
+ @property
33672
+ @pulumi.getter(name="timeHardDueDate")
33673
+ def time_hard_due_date(self) -> str:
33674
+ """
33675
+ It is the scheduled hard due date and time of the maintenance event. The maintenance event will happen at this time and the due date will not be extended.
33676
+ """
33677
+ return pulumi.get(self, "time_hard_due_date")
33678
+
33679
+ @property
33680
+ @pulumi.getter(name="timeStarted")
33681
+ def time_started(self) -> str:
33682
+ """
33683
+ The time at which the Maintenance actually started.
33684
+ """
33685
+ return pulumi.get(self, "time_started")
33686
+
33687
+ @property
33688
+ @pulumi.getter(name="timeWindowStart")
33689
+ def time_window_start(self) -> str:
33690
+ """
33691
+ The beginning of the time window when Maintenance is scheduled to begin. The Maintenance will not begin before this time.
33692
+ """
33693
+ return pulumi.get(self, "time_window_start")
33694
+
33695
+
33382
33696
  @pulumi.output_type
33383
33697
  class GetInstanceMeasuredBootReportMeasurementResult(dict):
33384
33698
  def __init__(__self__, *,
@@ -1455,6 +1455,7 @@ class _AutonomousDatabaseState:
1455
1455
  byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
1456
1456
  character_set: Optional[pulumi.Input[str]] = None,
1457
1457
  clone_type: Optional[pulumi.Input[str]] = None,
1458
+ cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
1458
1459
  compartment_id: Optional[pulumi.Input[str]] = None,
1459
1460
  compute_count: Optional[pulumi.Input[float]] = None,
1460
1461
  compute_model: Optional[pulumi.Input[str]] = None,
@@ -1597,6 +1598,7 @@ class _AutonomousDatabaseState:
1597
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.
1598
1599
  * `FULL` - This option creates a new database that includes all source database data.
1599
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.
1600
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.
1601
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.
1602
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.
@@ -1820,6 +1822,8 @@ class _AutonomousDatabaseState:
1820
1822
  pulumi.set(__self__, "character_set", character_set)
1821
1823
  if clone_type is not None:
1822
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)
1823
1827
  if compartment_id is not None:
1824
1828
  pulumi.set(__self__, "compartment_id", compartment_id)
1825
1829
  if compute_count is not None:
@@ -2267,6 +2271,18 @@ class _AutonomousDatabaseState:
2267
2271
  def clone_type(self, value: Optional[pulumi.Input[str]]):
2268
2272
  pulumi.set(self, "clone_type", value)
2269
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
+
2270
2286
  @property
2271
2287
  @pulumi.getter(name="compartmentId")
2272
2288
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
@@ -4221,6 +4237,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4221
4237
  __props__.__dict__["apex_details"] = None
4222
4238
  __props__.__dict__["available_upgrade_versions"] = None
4223
4239
  __props__.__dict__["backup_configs"] = None
4240
+ __props__.__dict__["cluster_placement_group_id"] = None
4224
4241
  __props__.__dict__["connection_strings"] = None
4225
4242
  __props__.__dict__["connection_urls"] = None
4226
4243
  __props__.__dict__["dataguard_region_type"] = None
@@ -4301,6 +4318,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4301
4318
  byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
4302
4319
  character_set: Optional[pulumi.Input[str]] = None,
4303
4320
  clone_type: Optional[pulumi.Input[str]] = None,
4321
+ cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
4304
4322
  compartment_id: Optional[pulumi.Input[str]] = None,
4305
4323
  compute_count: Optional[pulumi.Input[float]] = None,
4306
4324
  compute_model: Optional[pulumi.Input[str]] = None,
@@ -4448,6 +4466,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4448
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.
4449
4467
  * `FULL` - This option creates a new database that includes all source database data.
4450
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.
4451
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.
4452
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.
4453
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.
@@ -4658,6 +4677,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4658
4677
  __props__.__dict__["byol_compute_count_limit"] = byol_compute_count_limit
4659
4678
  __props__.__dict__["character_set"] = character_set
4660
4679
  __props__.__dict__["clone_type"] = clone_type
4680
+ __props__.__dict__["cluster_placement_group_id"] = cluster_placement_group_id
4661
4681
  __props__.__dict__["compartment_id"] = compartment_id
4662
4682
  __props__.__dict__["compute_count"] = compute_count
4663
4683
  __props__.__dict__["compute_model"] = compute_model
@@ -4917,6 +4937,14 @@ class AutonomousDatabase(pulumi.CustomResource):
4917
4937
  """
4918
4938
  return pulumi.get(self, "clone_type")
4919
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
+
4920
4948
  @property
4921
4949
  @pulumi.getter(name="compartmentId")
4922
4950
  def compartment_id(self) -> pulumi.Output[str]:
@@ -22,7 +22,7 @@ class GetAutonomousDatabaseResult:
22
22
  """
23
23
  A collection of values returned by getAutonomousDatabase.
24
24
  """
25
- def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, byol_compute_count_limit=None, character_set=None, clone_type=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, disaster_recovery_type=None, display_name=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, public_connection_urls=None, public_endpoint=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, subscription_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
25
+ def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, byol_compute_count_limit=None, character_set=None, clone_type=None, cluster_placement_group_id=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, disaster_recovery_type=None, display_name=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, public_connection_urls=None, public_endpoint=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, subscription_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
26
26
  if actual_used_data_storage_size_in_tbs and not isinstance(actual_used_data_storage_size_in_tbs, float):
27
27
  raise TypeError("Expected argument 'actual_used_data_storage_size_in_tbs' to be a float")
28
28
  pulumi.set(__self__, "actual_used_data_storage_size_in_tbs", actual_used_data_storage_size_in_tbs)
@@ -74,6 +74,9 @@ class GetAutonomousDatabaseResult:
74
74
  if clone_type and not isinstance(clone_type, str):
75
75
  raise TypeError("Expected argument 'clone_type' to be a str")
76
76
  pulumi.set(__self__, "clone_type", clone_type)
77
+ if cluster_placement_group_id and not isinstance(cluster_placement_group_id, str):
78
+ raise TypeError("Expected argument 'cluster_placement_group_id' to be a str")
79
+ pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
77
80
  if compartment_id and not isinstance(compartment_id, str):
78
81
  raise TypeError("Expected argument 'compartment_id' to be a str")
79
82
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -553,6 +556,14 @@ class GetAutonomousDatabaseResult:
553
556
  def clone_type(self) -> str:
554
557
  return pulumi.get(self, "clone_type")
555
558
 
559
+ @property
560
+ @pulumi.getter(name="clusterPlacementGroupId")
561
+ def cluster_placement_group_id(self) -> str:
562
+ """
563
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
564
+ """
565
+ return pulumi.get(self, "cluster_placement_group_id")
566
+
556
567
  @property
557
568
  @pulumi.getter(name="compartmentId")
558
569
  def compartment_id(self) -> str:
@@ -1500,6 +1511,7 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
1500
1511
  byol_compute_count_limit=self.byol_compute_count_limit,
1501
1512
  character_set=self.character_set,
1502
1513
  clone_type=self.clone_type,
1514
+ cluster_placement_group_id=self.cluster_placement_group_id,
1503
1515
  compartment_id=self.compartment_id,
1504
1516
  compute_count=self.compute_count,
1505
1517
  compute_model=self.compute_model,
@@ -1663,6 +1675,7 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
1663
1675
  byol_compute_count_limit=pulumi.get(__ret__, 'byol_compute_count_limit'),
1664
1676
  character_set=pulumi.get(__ret__, 'character_set'),
1665
1677
  clone_type=pulumi.get(__ret__, 'clone_type'),
1678
+ cluster_placement_group_id=pulumi.get(__ret__, 'cluster_placement_group_id'),
1666
1679
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
1667
1680
  compute_count=pulumi.get(__ret__, 'compute_count'),
1668
1681
  compute_model=pulumi.get(__ret__, 'compute_model'),
@@ -17049,6 +17049,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
17049
17049
  byol_compute_count_limit: float,
17050
17050
  character_set: str,
17051
17051
  clone_type: str,
17052
+ cluster_placement_group_id: str,
17052
17053
  compartment_id: str,
17053
17054
  compute_count: float,
17054
17055
  compute_model: str,
@@ -17181,6 +17182,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
17181
17182
  :param Sequence['GetAutonomousDatabasesAutonomousDatabaseBackupConfigArgs'] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
17182
17183
  :param int backup_retention_period_in_days: Retention period, in days, for backups.
17183
17184
  :param str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
17185
+ :param 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.
17184
17186
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
17185
17187
  :param float compute_count: Compute used by database tools.
17186
17188
  :param str compute_model: 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.
@@ -17307,6 +17309,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
17307
17309
  pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
17308
17310
  pulumi.set(__self__, "character_set", character_set)
17309
17311
  pulumi.set(__self__, "clone_type", clone_type)
17312
+ pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
17310
17313
  pulumi.set(__self__, "compartment_id", compartment_id)
17311
17314
  pulumi.set(__self__, "compute_count", compute_count)
17312
17315
  pulumi.set(__self__, "compute_model", compute_model)
@@ -17548,6 +17551,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
17548
17551
  def clone_type(self) -> str:
17549
17552
  return pulumi.get(self, "clone_type")
17550
17553
 
17554
+ @property
17555
+ @pulumi.getter(name="clusterPlacementGroupId")
17556
+ def cluster_placement_group_id(self) -> str:
17557
+ """
17558
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
17559
+ """
17560
+ return pulumi.get(self, "cluster_placement_group_id")
17561
+
17551
17562
  @property
17552
17563
  @pulumi.getter(name="compartmentId")
17553
17564
  def compartment_id(self) -> str:
@@ -19335,6 +19346,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
19335
19346
  backup_retention_period_in_days: int,
19336
19347
  byol_compute_count_limit: float,
19337
19348
  character_set: str,
19349
+ cluster_placement_group_id: str,
19338
19350
  compartment_id: str,
19339
19351
  compute_count: float,
19340
19352
  compute_model: str,
@@ -19451,6 +19463,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
19451
19463
  :param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseBackupConfigArgs'] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
19452
19464
  :param int backup_retention_period_in_days: Retention period, in days, for backups.
19453
19465
  :param str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
19466
+ :param 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.
19454
19467
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
19455
19468
  :param float compute_count: Compute used by database tools.
19456
19469
  :param str compute_model: 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.
@@ -19572,6 +19585,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
19572
19585
  pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
19573
19586
  pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
19574
19587
  pulumi.set(__self__, "character_set", character_set)
19588
+ pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
19575
19589
  pulumi.set(__self__, "compartment_id", compartment_id)
19576
19590
  pulumi.set(__self__, "compute_count", compute_count)
19577
19591
  pulumi.set(__self__, "compute_model", compute_model)
@@ -19777,6 +19791,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
19777
19791
  """
19778
19792
  return pulumi.get(self, "character_set")
19779
19793
 
19794
+ @property
19795
+ @pulumi.getter(name="clusterPlacementGroupId")
19796
+ def cluster_placement_group_id(self) -> str:
19797
+ """
19798
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
19799
+ """
19800
+ return pulumi.get(self, "cluster_placement_group_id")
19801
+
19780
19802
  @property
19781
19803
  @pulumi.getter(name="compartmentId")
19782
19804
  def compartment_id(self) -> str: