pulumi-oci 2.17.0a1731653778__py3-none-any.whl → 2.18.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +40 -0
- pulumi_oci/core/_inputs.py +3 -3
- pulumi_oci/core/compute_capacity_reservation.py +7 -7
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/outputs.py +46 -46
- pulumi_oci/database/_inputs.py +20 -0
- pulumi_oci/database/autonomous_container_database.py +0 -7
- pulumi_oci/database/autonomous_database.py +7 -7
- pulumi_oci/database/get_autonomous_database.py +1 -1
- pulumi_oci/database/outputs.py +27 -4
- pulumi_oci/generativeai/__init__.py +16 -0
- pulumi_oci/generativeai/_inputs.py +1090 -0
- pulumi_oci/generativeai/agent_agent.py +665 -0
- pulumi_oci/generativeai/agent_agent_endpoint.py +888 -0
- pulumi_oci/generativeai/agent_data_ingestion_job.py +647 -0
- pulumi_oci/generativeai/agent_data_source.py +697 -0
- pulumi_oci/generativeai/agent_knowledge_base.py +659 -0
- pulumi_oci/generativeai/get_agent_agent.py +285 -0
- pulumi_oci/generativeai/get_agent_agent_endpoint.py +342 -0
- pulumi_oci/generativeai/get_agent_agent_endpoints.py +217 -0
- pulumi_oci/generativeai/get_agent_agents.py +195 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +286 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +117 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +217 -0
- pulumi_oci/generativeai/get_agent_data_source.py +286 -0
- pulumi_oci/generativeai/get_agent_data_sources.py +217 -0
- pulumi_oci/generativeai/get_agent_knowledge_base.py +272 -0
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +195 -0
- pulumi_oci/generativeai/outputs.py +2840 -268
- pulumi_oci/goldengate/connection.py +1065 -78
- pulumi_oci/goldengate/deployment.py +7 -7
- pulumi_oci/goldengate/deployment_backup.py +49 -0
- pulumi_oci/goldengate/get_connection.py +288 -7
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +15 -1
- pulumi_oci/goldengate/outputs.py +240 -3
- pulumi_oci/psql/_inputs.py +20 -0
- pulumi_oci/psql/db_system.py +2 -0
- pulumi_oci/psql/get_db_system_connection_detail.py +18 -4
- pulumi_oci/psql/outputs.py +77 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.17.0a1731653778.dist-info → pulumi_oci-2.18.0.dist-info}/METADATA +5 -5
- {pulumi_oci-2.17.0a1731653778.dist-info → pulumi_oci-2.18.0.dist-info}/RECORD +47 -31
- {pulumi_oci-2.17.0a1731653778.dist-info → pulumi_oci-2.18.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.17.0a1731653778.dist-info → pulumi_oci-2.18.0.dist-info}/top_level.txt +0 -0
@@ -90,7 +90,6 @@ class AutonomousContainerDatabaseArgs:
|
|
90
90
|
:param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
|
91
91
|
:param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
|
92
92
|
|
93
|
-
|
94
93
|
** IMPORTANT **
|
95
94
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
96
95
|
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
@@ -549,7 +548,6 @@ class AutonomousContainerDatabaseArgs:
|
|
549
548
|
"""
|
550
549
|
(Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
|
551
550
|
|
552
|
-
|
553
551
|
** IMPORTANT **
|
554
552
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
555
553
|
"""
|
@@ -717,7 +715,6 @@ class _AutonomousContainerDatabaseState:
|
|
717
715
|
:param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
|
718
716
|
:param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
|
719
717
|
|
720
|
-
|
721
718
|
** IMPORTANT **
|
722
719
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
723
720
|
:param pulumi.Input[str] state: The current state of the Autonomous Container Database.
|
@@ -1477,7 +1474,6 @@ class _AutonomousContainerDatabaseState:
|
|
1477
1474
|
"""
|
1478
1475
|
(Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
|
1479
1476
|
|
1480
|
-
|
1481
1477
|
** IMPORTANT **
|
1482
1478
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1483
1479
|
"""
|
@@ -1672,7 +1668,6 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1672
1668
|
:param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
|
1673
1669
|
:param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
|
1674
1670
|
|
1675
|
-
|
1676
1671
|
** IMPORTANT **
|
1677
1672
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1678
1673
|
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
@@ -1956,7 +1951,6 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1956
1951
|
:param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
|
1957
1952
|
:param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
|
1958
1953
|
|
1959
|
-
|
1960
1954
|
** IMPORTANT **
|
1961
1955
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1962
1956
|
:param pulumi.Input[str] state: The current state of the Autonomous Container Database.
|
@@ -2452,7 +2446,6 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2452
2446
|
"""
|
2453
2447
|
(Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
|
2454
2448
|
|
2455
|
-
|
2456
2449
|
** IMPORTANT **
|
2457
2450
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2458
2451
|
"""
|
@@ -169,7 +169,7 @@ class AutonomousDatabaseArgs:
|
|
169
169
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
170
170
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
171
171
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
172
|
-
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are
|
172
|
+
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
173
173
|
:param pulumi.Input[bool] is_free_tier: (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When `db_workload` is `AJD` or `APEX` it cannot be `true`.
|
174
174
|
:param pulumi.Input[bool] is_local_data_guard_enabled: (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
175
175
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
@@ -900,7 +900,7 @@ class AutonomousDatabaseArgs:
|
|
900
900
|
@pulumi.getter(name="isDevTier")
|
901
901
|
def is_dev_tier(self) -> Optional[pulumi.Input[bool]]:
|
902
902
|
"""
|
903
|
-
(Updatable) Autonomous Database for Developers are
|
903
|
+
(Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
904
904
|
"""
|
905
905
|
return pulumi.get(self, "is_dev_tier")
|
906
906
|
|
@@ -1698,7 +1698,7 @@ class _AutonomousDatabaseState:
|
|
1698
1698
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
1699
1699
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
1700
1700
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
1701
|
-
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are
|
1701
|
+
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
1702
1702
|
:param pulumi.Input[bool] is_free_tier: (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When `db_workload` is `AJD` or `APEX` it cannot be `true`.
|
1703
1703
|
:param pulumi.Input[bool] is_local_data_guard_enabled: (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
1704
1704
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
@@ -2774,7 +2774,7 @@ class _AutonomousDatabaseState:
|
|
2774
2774
|
@pulumi.getter(name="isDevTier")
|
2775
2775
|
def is_dev_tier(self) -> Optional[pulumi.Input[bool]]:
|
2776
2776
|
"""
|
2777
|
-
(Updatable) Autonomous Database for Developers are
|
2777
|
+
(Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
2778
2778
|
"""
|
2779
2779
|
return pulumi.get(self, "is_dev_tier")
|
2780
2780
|
|
@@ -4049,7 +4049,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4049
4049
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
4050
4050
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4051
4051
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
4052
|
-
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are
|
4052
|
+
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
4053
4053
|
:param pulumi.Input[bool] is_free_tier: (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When `db_workload` is `AJD` or `APEX` it cannot be `true`.
|
4054
4054
|
:param pulumi.Input[bool] is_local_data_guard_enabled: (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4055
4055
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
@@ -4653,7 +4653,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4653
4653
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
4654
4654
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4655
4655
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
4656
|
-
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are
|
4656
|
+
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
4657
4657
|
:param pulumi.Input[bool] is_free_tier: (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When `db_workload` is `AJD` or `APEX` it cannot be `true`.
|
4658
4658
|
:param pulumi.Input[bool] is_local_data_guard_enabled: (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4659
4659
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
@@ -5382,7 +5382,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5382
5382
|
@pulumi.getter(name="isDevTier")
|
5383
5383
|
def is_dev_tier(self) -> pulumi.Output[bool]:
|
5384
5384
|
"""
|
5385
|
-
(Updatable) Autonomous Database for Developers are
|
5385
|
+
(Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
5386
5386
|
"""
|
5387
5387
|
return pulumi.get(self, "is_dev_tier")
|
5388
5388
|
|
@@ -872,7 +872,7 @@ class GetAutonomousDatabaseResult:
|
|
872
872
|
@pulumi.getter(name="isDevTier")
|
873
873
|
def is_dev_tier(self) -> bool:
|
874
874
|
"""
|
875
|
-
Autonomous Database for Developers are
|
875
|
+
Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
876
876
|
"""
|
877
877
|
return pulumi.get(self, "is_dev_tier")
|
878
878
|
|
pulumi_oci/database/outputs.py
CHANGED
@@ -7655,6 +7655,8 @@ class DbSystemDbHome(dict):
|
|
7655
7655
|
suggest = "display_name"
|
7656
7656
|
elif key == "freeformTags":
|
7657
7657
|
suggest = "freeform_tags"
|
7658
|
+
elif key == "isUnifiedAuditingEnabled":
|
7659
|
+
suggest = "is_unified_auditing_enabled"
|
7658
7660
|
elif key == "lastPatchHistoryEntryId":
|
7659
7661
|
suggest = "last_patch_history_entry_id"
|
7660
7662
|
elif key == "lifecycleDetails":
|
@@ -7683,6 +7685,7 @@ class DbSystemDbHome(dict):
|
|
7683
7685
|
display_name: Optional[str] = None,
|
7684
7686
|
freeform_tags: Optional[Mapping[str, str]] = None,
|
7685
7687
|
id: Optional[str] = None,
|
7688
|
+
is_unified_auditing_enabled: Optional[bool] = None,
|
7686
7689
|
last_patch_history_entry_id: Optional[str] = None,
|
7687
7690
|
lifecycle_details: Optional[str] = None,
|
7688
7691
|
state: Optional[str] = None,
|
@@ -7699,6 +7702,7 @@ class DbSystemDbHome(dict):
|
|
7699
7702
|
:param str display_name: The user-provided name of the Database Home.
|
7700
7703
|
:param Mapping[str, str] 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"}`
|
7701
7704
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
|
7705
|
+
:param bool is_unified_auditing_enabled: Indicates whether unified auditing is enabled or not
|
7702
7706
|
:param str last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation starts.
|
7703
7707
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
7704
7708
|
:param str state: The current state of the DB system.
|
@@ -7721,6 +7725,8 @@ class DbSystemDbHome(dict):
|
|
7721
7725
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
7722
7726
|
if id is not None:
|
7723
7727
|
pulumi.set(__self__, "id", id)
|
7728
|
+
if is_unified_auditing_enabled is not None:
|
7729
|
+
pulumi.set(__self__, "is_unified_auditing_enabled", is_unified_auditing_enabled)
|
7724
7730
|
if last_patch_history_entry_id is not None:
|
7725
7731
|
pulumi.set(__self__, "last_patch_history_entry_id", last_patch_history_entry_id)
|
7726
7732
|
if lifecycle_details is not None:
|
@@ -7800,6 +7806,14 @@ class DbSystemDbHome(dict):
|
|
7800
7806
|
"""
|
7801
7807
|
return pulumi.get(self, "id")
|
7802
7808
|
|
7809
|
+
@property
|
7810
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
7811
|
+
def is_unified_auditing_enabled(self) -> Optional[bool]:
|
7812
|
+
"""
|
7813
|
+
Indicates whether unified auditing is enabled or not
|
7814
|
+
"""
|
7815
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
7816
|
+
|
7803
7817
|
@property
|
7804
7818
|
@pulumi.getter(name="lastPatchHistoryEntryId")
|
7805
7819
|
def last_patch_history_entry_id(self) -> Optional[str]:
|
@@ -18919,7 +18933,8 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18919
18933
|
:param bool is_auto_scaling_for_storage_enabled: Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
18920
18934
|
:param bool is_data_guard_enabled: A filter to return only resources that have Data Guard enabled.
|
18921
18935
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
18922
|
-
:param bool is_dev_tier: Autonomous Database for Developers are
|
18936
|
+
:param bool is_dev_tier: Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
18937
|
+
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled
|
18923
18938
|
:param bool is_free_tier: Filter on the value of the resource's 'isFreeTier' property. A value of `true` returns only Always Free resources. A value of `false` excludes Always Free resources from the returned results. Omitting this parameter returns both Always Free and paid resources.
|
18924
18939
|
:param bool is_local_data_guard_enabled: Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
18925
18940
|
:param bool is_mtls_connection_required: Specifies if the Autonomous Database requires mTLS connections.
|
@@ -19555,7 +19570,8 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19555
19570
|
@pulumi.getter(name="isDevTier")
|
19556
19571
|
def is_dev_tier(self) -> bool:
|
19557
19572
|
"""
|
19558
|
-
Autonomous Database for Developers are
|
19573
|
+
Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
19574
|
+
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled
|
19559
19575
|
"""
|
19560
19576
|
return pulumi.get(self, "is_dev_tier")
|
19561
19577
|
|
@@ -21636,7 +21652,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21636
21652
|
:param bool is_auto_scaling_for_storage_enabled: Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
21637
21653
|
:param bool is_data_guard_enabled: **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
21638
21654
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
21639
|
-
:param bool is_dev_tier: Autonomous Database for Developers are
|
21655
|
+
:param bool is_dev_tier: Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
21640
21656
|
:param bool is_free_tier: Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled.
|
21641
21657
|
:param bool is_local_data_guard_enabled: Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
21642
21658
|
:param bool is_mtls_connection_required: Specifies if the Autonomous Database requires mTLS connections.
|
@@ -22223,7 +22239,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
22223
22239
|
@pulumi.getter(name="isDevTier")
|
22224
22240
|
def is_dev_tier(self) -> bool:
|
22225
22241
|
"""
|
22226
|
-
Autonomous Database for Developers are
|
22242
|
+
Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
22227
22243
|
"""
|
22228
22244
|
return pulumi.get(self, "is_dev_tier")
|
22229
22245
|
|
@@ -38971,6 +38987,7 @@ class GetDbSystemsDbSystemDbHomeResult(dict):
|
|
38971
38987
|
display_name: str,
|
38972
38988
|
freeform_tags: Mapping[str, str],
|
38973
38989
|
id: str,
|
38990
|
+
is_unified_auditing_enabled: bool,
|
38974
38991
|
last_patch_history_entry_id: str,
|
38975
38992
|
lifecycle_details: str,
|
38976
38993
|
state: str,
|
@@ -38994,6 +39011,7 @@ class GetDbSystemsDbSystemDbHomeResult(dict):
|
|
38994
39011
|
pulumi.set(__self__, "display_name", display_name)
|
38995
39012
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
38996
39013
|
pulumi.set(__self__, "id", id)
|
39014
|
+
pulumi.set(__self__, "is_unified_auditing_enabled", is_unified_auditing_enabled)
|
38997
39015
|
pulumi.set(__self__, "last_patch_history_entry_id", last_patch_history_entry_id)
|
38998
39016
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
38999
39017
|
pulumi.set(__self__, "state", state)
|
@@ -39056,6 +39074,11 @@ class GetDbSystemsDbSystemDbHomeResult(dict):
|
|
39056
39074
|
"""
|
39057
39075
|
return pulumi.get(self, "id")
|
39058
39076
|
|
39077
|
+
@property
|
39078
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
39079
|
+
def is_unified_auditing_enabled(self) -> bool:
|
39080
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
39081
|
+
|
39059
39082
|
@property
|
39060
39083
|
@pulumi.getter(name="lastPatchHistoryEntryId")
|
39061
39084
|
def last_patch_history_entry_id(self) -> str:
|
@@ -5,8 +5,24 @@
|
|
5
5
|
from .. import _utilities
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
|
+
from .agent_agent import *
|
9
|
+
from .agent_agent_endpoint import *
|
10
|
+
from .agent_data_ingestion_job import *
|
11
|
+
from .agent_data_source import *
|
12
|
+
from .agent_knowledge_base import *
|
8
13
|
from .dedicated_ai_cluster import *
|
9
14
|
from .endpoint import *
|
15
|
+
from .get_agent_agent import *
|
16
|
+
from .get_agent_agent_endpoint import *
|
17
|
+
from .get_agent_agent_endpoints import *
|
18
|
+
from .get_agent_agents import *
|
19
|
+
from .get_agent_data_ingestion_job import *
|
20
|
+
from .get_agent_data_ingestion_job_log_content import *
|
21
|
+
from .get_agent_data_ingestion_jobs import *
|
22
|
+
from .get_agent_data_source import *
|
23
|
+
from .get_agent_data_sources import *
|
24
|
+
from .get_agent_knowledge_base import *
|
25
|
+
from .get_agent_knowledge_bases import *
|
10
26
|
from .get_dedicated_ai_cluster import *
|
11
27
|
from .get_dedicated_ai_clusters import *
|
12
28
|
from .get_endpoint import *
|