pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.5.0a1756190604__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 +168 -43
- pulumi_oci/aidocument/__init__.py +1 -0
- pulumi_oci/aidocument/_inputs.py +476 -6
- pulumi_oci/aidocument/get_model.py +63 -2
- pulumi_oci/aidocument/get_model_type.py +179 -0
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_project.py +17 -2
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +188 -0
- pulumi_oci/aidocument/outputs.py +883 -8
- pulumi_oci/aidocument/processor_job.py +22 -4
- pulumi_oci/aidocument/project.py +50 -1
- pulumi_oci/apigateway/_inputs.py +608 -12
- pulumi_oci/apigateway/api.py +127 -38
- pulumi_oci/apigateway/certificate.py +122 -3
- pulumi_oci/apigateway/deployment.py +120 -3
- pulumi_oci/apigateway/gateway.py +124 -7
- pulumi_oci/apigateway/get_api.py +40 -1
- pulumi_oci/apigateway/get_certificate.py +41 -1
- pulumi_oci/apigateway/get_deployment.py +40 -1
- pulumi_oci/apigateway/get_gateway.py +40 -1
- pulumi_oci/apigateway/get_subscriber.py +40 -1
- pulumi_oci/apigateway/get_usage_plan.py +40 -1
- pulumi_oci/apigateway/outputs.py +1413 -39
- pulumi_oci/apigateway/subscriber.py +120 -3
- pulumi_oci/apigateway/usage_plan.py +127 -38
- pulumi_oci/apmconfig/_inputs.py +199 -15
- pulumi_oci/apmconfig/config.py +535 -17
- pulumi_oci/apmconfig/get_config.py +141 -1
- pulumi_oci/apmconfig/get_configs.py +2 -2
- pulumi_oci/apmconfig/outputs.py +509 -13
- pulumi_oci/apmtraces/__init__.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +413 -0
- pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
- pulumi_oci/apmtraces/get_log.py +356 -0
- pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
- pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
- pulumi_oci/apmtraces/get_trace.py +4 -4
- pulumi_oci/apmtraces/outputs.py +971 -0
- pulumi_oci/apmtraces/scheduled_query.py +925 -0
- pulumi_oci/autoscaling/_inputs.py +177 -13
- pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
- pulumi_oci/autoscaling/outputs.py +269 -23
- pulumi_oci/core/_inputs.py +184 -0
- pulumi_oci/core/get_ipv6.py +15 -1
- pulumi_oci/core/ipv6.py +49 -0
- pulumi_oci/core/outputs.py +365 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +139 -7
- pulumi_oci/database/autonomous_container_database.py +94 -0
- pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
- pulumi_oci/database/autonomous_database.py +578 -568
- pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
- pulumi_oci/database/get_autonomous_container_database.py +29 -1
- pulumi_oci/database/get_autonomous_database.py +65 -1
- pulumi_oci/database/get_autonomous_databases.py +6 -1
- pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
- pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
- pulumi_oci/database/outputs.py +470 -75
- pulumi_oci/database/pluggable_database.py +0 -14
- pulumi_oci/database/pluggable_database_snapshot.py +539 -0
- pulumi_oci/databasemanagement/__init__.py +37 -0
- pulumi_oci/databasemanagement/_inputs.py +9516 -3414
- pulumi_oci/databasemanagement/cloud_asm.py +791 -0
- pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
- pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
- pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
- pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
- pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
- pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
- pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
- pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
- pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
- pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
- pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
- pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
- pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
- pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
- pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
- pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +18049 -4222
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
- pulumi_oci/datasafe/get_security_assessments.py +2 -2
- pulumi_oci/datasafe/outputs.py +192 -2
- pulumi_oci/datascience/__init__.py +10 -0
- pulumi_oci/datascience/_inputs.py +6760 -2206
- pulumi_oci/datascience/get_job.py +15 -1
- pulumi_oci/datascience/get_job_run.py +44 -2
- pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
- pulumi_oci/datascience/get_model_group.py +405 -0
- pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
- pulumi_oci/datascience/get_model_group_models.py +240 -0
- pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
- pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
- pulumi_oci/datascience/get_model_groups.py +265 -0
- pulumi_oci/datascience/get_pipeline_run.py +15 -1
- pulumi_oci/datascience/job.py +81 -154
- pulumi_oci/datascience/job_run.py +250 -4
- pulumi_oci/datascience/model_group.py +1111 -0
- pulumi_oci/datascience/model_group_artifact.py +369 -0
- pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
- pulumi_oci/datascience/notebook_session.py +4 -0
- pulumi_oci/datascience/outputs.py +17168 -8021
- pulumi_oci/datascience/pipeline_run.py +87 -0
- pulumi_oci/goldengate/_inputs.py +3 -3
- pulumi_oci/goldengate/connection.py +175 -56
- pulumi_oci/goldengate/get_connection.py +20 -4
- pulumi_oci/goldengate/outputs.py +27 -8
- pulumi_oci/managementagent/__init__.py +4 -0
- pulumi_oci/managementagent/_inputs.py +129 -0
- pulumi_oci/managementagent/get_management_agent.py +26 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
- pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
- pulumi_oci/managementagent/get_named_credential.py +268 -0
- pulumi_oci/managementagent/get_named_credentials.py +221 -0
- pulumi_oci/managementagent/management_agent.py +48 -0
- pulumi_oci/managementagent/management_agent_install_key.py +84 -0
- pulumi_oci/managementagent/named_credential.py +706 -0
- pulumi_oci/managementagent/outputs.py +515 -0
- pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
- pulumi_oci/oci/__init__.py +3 -0
- pulumi_oci/oci/_inputs.py +146 -0
- pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
- pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
- pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
- pulumi_oci/oci/outputs.py +367 -0
- pulumi_oci/opsi/_inputs.py +1001 -149
- pulumi_oci/opsi/database_insight.py +22 -3
- pulumi_oci/opsi/exadata_insight.py +86 -6
- pulumi_oci/opsi/outputs.py +1438 -178
- pulumi_oci/psql/configuration.py +109 -19
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/get_configuration.py +30 -2
- pulumi_oci/psql/get_configurations.py +49 -5
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_default_configuration.py +30 -4
- pulumi_oci/psql/get_default_configurations.py +49 -5
- pulumi_oci/psql/outputs.py +47 -14
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +6 -0
- pulumi_oci/redis/_inputs.py +217 -0
- pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
- pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
- pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
- pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
- pulumi_oci/redis/get_redis_cluster.py +15 -1
- pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
- pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
- pulumi_oci/redis/outputs.py +713 -0
- pulumi_oci/redis/redis_cluster.py +49 -0
- pulumi_oci/vault/_inputs.py +198 -0
- pulumi_oci/vault/get_secret.py +43 -1
- pulumi_oci/vault/outputs.py +434 -0
- pulumi_oci/vault/secret.py +103 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/RECORD +185 -134
- pulumi_oci/aianomalydetection/__init__.py +0 -25
- pulumi_oci/aianomalydetection/_inputs.py +0 -1742
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +0 -643
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +0 -281
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
- pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
- pulumi_oci/aianomalydetection/outputs.py +0 -3699
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/top_level.txt +0 -0
pulumi_oci/database/__init__.py
CHANGED
@@ -187,6 +187,8 @@ from .get_managed_preferred_credentials import *
|
|
187
187
|
from .get_oneoff_patch import *
|
188
188
|
from .get_oneoff_patches import *
|
189
189
|
from .get_pluggable_database import *
|
190
|
+
from .get_pluggable_database_snapshot import *
|
191
|
+
from .get_pluggable_database_snapshots import *
|
190
192
|
from .get_pluggable_databases import *
|
191
193
|
from .get_scheduled_action import *
|
192
194
|
from .get_scheduled_action_params import *
|
@@ -219,6 +221,7 @@ from .maintenance_run import *
|
|
219
221
|
from .oneoff_patch import *
|
220
222
|
from .pluggable_database import *
|
221
223
|
from .pluggable_database_managements_management import *
|
224
|
+
from .pluggable_database_snapshot import *
|
222
225
|
from .pluggable_databases_local_clone import *
|
223
226
|
from .pluggable_databases_remote_clone import *
|
224
227
|
from .scheduled_action import *
|
pulumi_oci/database/_inputs.py
CHANGED
@@ -43,6 +43,8 @@ __all__ = [
|
|
43
43
|
'AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgsDict',
|
44
44
|
'AutonomousContainerDatabaseBackupDestinationPropertiesListArgs',
|
45
45
|
'AutonomousContainerDatabaseBackupDestinationPropertiesListArgsDict',
|
46
|
+
'AutonomousContainerDatabaseCustomerContactArgs',
|
47
|
+
'AutonomousContainerDatabaseCustomerContactArgsDict',
|
46
48
|
'AutonomousContainerDatabaseDataguardArgs',
|
47
49
|
'AutonomousContainerDatabaseDataguardArgsDict',
|
48
50
|
'AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigArgs',
|
@@ -577,6 +579,8 @@ __all__ = [
|
|
577
579
|
'GetManagedPreferredCredentialsFilterArgsDict',
|
578
580
|
'GetOneoffPatchesFilterArgs',
|
579
581
|
'GetOneoffPatchesFilterArgsDict',
|
582
|
+
'GetPluggableDatabaseSnapshotsFilterArgs',
|
583
|
+
'GetPluggableDatabaseSnapshotsFilterArgsDict',
|
580
584
|
'GetPluggableDatabasesFilterArgs',
|
581
585
|
'GetPluggableDatabasesFilterArgsDict',
|
582
586
|
'GetScheduledActionParamsFilterArgs',
|
@@ -2565,6 +2569,38 @@ class AutonomousContainerDatabaseBackupDestinationPropertiesListArgs:
|
|
2565
2569
|
pulumi.set(self, "time_at_which_storage_details_are_updated", value)
|
2566
2570
|
|
2567
2571
|
|
2572
|
+
if not MYPY:
|
2573
|
+
class AutonomousContainerDatabaseCustomerContactArgsDict(TypedDict):
|
2574
|
+
email: NotRequired[pulumi.Input[_builtins.str]]
|
2575
|
+
"""
|
2576
|
+
(Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
|
2577
|
+
"""
|
2578
|
+
elif False:
|
2579
|
+
AutonomousContainerDatabaseCustomerContactArgsDict: TypeAlias = Mapping[str, Any]
|
2580
|
+
|
2581
|
+
@pulumi.input_type
|
2582
|
+
class AutonomousContainerDatabaseCustomerContactArgs:
|
2583
|
+
def __init__(__self__, *,
|
2584
|
+
email: Optional[pulumi.Input[_builtins.str]] = None):
|
2585
|
+
"""
|
2586
|
+
:param pulumi.Input[_builtins.str] email: (Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
|
2587
|
+
"""
|
2588
|
+
if email is not None:
|
2589
|
+
pulumi.set(__self__, "email", email)
|
2590
|
+
|
2591
|
+
@_builtins.property
|
2592
|
+
@pulumi.getter
|
2593
|
+
def email(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2594
|
+
"""
|
2595
|
+
(Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
|
2596
|
+
"""
|
2597
|
+
return pulumi.get(self, "email")
|
2598
|
+
|
2599
|
+
@email.setter
|
2600
|
+
def email(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2601
|
+
pulumi.set(self, "email", value)
|
2602
|
+
|
2603
|
+
|
2568
2604
|
if not MYPY:
|
2569
2605
|
class AutonomousContainerDatabaseDataguardArgsDict(TypedDict):
|
2570
2606
|
apply_lag: NotRequired[pulumi.Input[_builtins.str]]
|
@@ -5999,7 +6035,7 @@ if not MYPY:
|
|
5999
6035
|
"""
|
6000
6036
|
vault_id: NotRequired[pulumi.Input[_builtins.str]]
|
6001
6037
|
"""
|
6002
|
-
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).
|
6038
|
+
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). This parameter and `secretId` are required for Customer Managed Keys.
|
6003
6039
|
"""
|
6004
6040
|
elif False:
|
6005
6041
|
AutonomousDatabaseKeyHistoryEntryArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -6015,7 +6051,7 @@ class AutonomousDatabaseKeyHistoryEntryArgs:
|
|
6015
6051
|
:param pulumi.Input[_builtins.str] id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
6016
6052
|
:param pulumi.Input[_builtins.str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
6017
6053
|
:param pulumi.Input[_builtins.str] time_activated: The date and time the kms key activated.
|
6018
|
-
:param pulumi.Input[_builtins.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).
|
6054
|
+
:param pulumi.Input[_builtins.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). This parameter and `secretId` are required for Customer Managed Keys.
|
6019
6055
|
"""
|
6020
6056
|
if id is not None:
|
6021
6057
|
pulumi.set(__self__, "id", id)
|
@@ -6066,7 +6102,7 @@ class AutonomousDatabaseKeyHistoryEntryArgs:
|
|
6066
6102
|
@pulumi.getter(name="vaultId")
|
6067
6103
|
def vault_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
6068
6104
|
"""
|
6069
|
-
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).
|
6105
|
+
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). This parameter and `secretId` are required for Customer Managed Keys.
|
6070
6106
|
"""
|
6071
6107
|
return pulumi.get(self, "vault_id")
|
6072
6108
|
|
@@ -6271,7 +6307,7 @@ if not MYPY:
|
|
6271
6307
|
class AutonomousDatabaseLongTermBackupScheduleArgsDict(TypedDict):
|
6272
6308
|
is_disabled: NotRequired[pulumi.Input[_builtins.bool]]
|
6273
6309
|
"""
|
6274
|
-
Indicates if the
|
6310
|
+
Indicates if the resource pool should be deleted for the Autonomous Database.
|
6275
6311
|
"""
|
6276
6312
|
repeat_cadence: NotRequired[pulumi.Input[_builtins.str]]
|
6277
6313
|
"""
|
@@ -6296,7 +6332,7 @@ class AutonomousDatabaseLongTermBackupScheduleArgs:
|
|
6296
6332
|
retention_period_in_days: Optional[pulumi.Input[_builtins.int]] = None,
|
6297
6333
|
time_of_backup: Optional[pulumi.Input[_builtins.str]] = None):
|
6298
6334
|
"""
|
6299
|
-
:param pulumi.Input[_builtins.bool] is_disabled: Indicates if the
|
6335
|
+
:param pulumi.Input[_builtins.bool] is_disabled: Indicates if the resource pool should be deleted for the Autonomous Database.
|
6300
6336
|
:param pulumi.Input[_builtins.str] repeat_cadence: The frequency of the long-term backup schedule
|
6301
6337
|
:param pulumi.Input[_builtins.int] retention_period_in_days: Retention period, in days, for long-term backups
|
6302
6338
|
:param pulumi.Input[_builtins.str] time_of_backup: The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
|
@@ -6314,7 +6350,7 @@ class AutonomousDatabaseLongTermBackupScheduleArgs:
|
|
6314
6350
|
@pulumi.getter(name="isDisabled")
|
6315
6351
|
def is_disabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
6316
6352
|
"""
|
6317
|
-
Indicates if the
|
6353
|
+
Indicates if the resource pool should be deleted for the Autonomous Database.
|
6318
6354
|
"""
|
6319
6355
|
return pulumi.get(self, "is_disabled")
|
6320
6356
|
|
@@ -19318,6 +19354,10 @@ if not MYPY:
|
|
19318
19354
|
"""
|
19319
19355
|
The name of the database that is associated with the key store.
|
19320
19356
|
"""
|
19357
|
+
db_unique_name: NotRequired[pulumi.Input[_builtins.str]]
|
19358
|
+
"""
|
19359
|
+
The unique name of the database that is associated with the key store.
|
19360
|
+
"""
|
19321
19361
|
id: NotRequired[pulumi.Input[_builtins.str]]
|
19322
19362
|
"""
|
19323
19363
|
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
@@ -19329,13 +19369,17 @@ elif False:
|
|
19329
19369
|
class KeyStoreAssociatedDatabaseArgs:
|
19330
19370
|
def __init__(__self__, *,
|
19331
19371
|
db_name: Optional[pulumi.Input[_builtins.str]] = None,
|
19372
|
+
db_unique_name: Optional[pulumi.Input[_builtins.str]] = None,
|
19332
19373
|
id: Optional[pulumi.Input[_builtins.str]] = None):
|
19333
19374
|
"""
|
19334
19375
|
:param pulumi.Input[_builtins.str] db_name: The name of the database that is associated with the key store.
|
19376
|
+
:param pulumi.Input[_builtins.str] db_unique_name: The unique name of the database that is associated with the key store.
|
19335
19377
|
:param pulumi.Input[_builtins.str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
19336
19378
|
"""
|
19337
19379
|
if db_name is not None:
|
19338
19380
|
pulumi.set(__self__, "db_name", db_name)
|
19381
|
+
if db_unique_name is not None:
|
19382
|
+
pulumi.set(__self__, "db_unique_name", db_unique_name)
|
19339
19383
|
if id is not None:
|
19340
19384
|
pulumi.set(__self__, "id", id)
|
19341
19385
|
|
@@ -19351,6 +19395,18 @@ class KeyStoreAssociatedDatabaseArgs:
|
|
19351
19395
|
def db_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
19352
19396
|
pulumi.set(self, "db_name", value)
|
19353
19397
|
|
19398
|
+
@_builtins.property
|
19399
|
+
@pulumi.getter(name="dbUniqueName")
|
19400
|
+
def db_unique_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
19401
|
+
"""
|
19402
|
+
The unique name of the database that is associated with the key store.
|
19403
|
+
"""
|
19404
|
+
return pulumi.get(self, "db_unique_name")
|
19405
|
+
|
19406
|
+
@db_unique_name.setter
|
19407
|
+
def db_unique_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
19408
|
+
pulumi.set(self, "db_unique_name", value)
|
19409
|
+
|
19354
19410
|
@_builtins.property
|
19355
19411
|
@pulumi.getter
|
19356
19412
|
def id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -19893,6 +19949,10 @@ if not MYPY:
|
|
19893
19949
|
"""
|
19894
19950
|
The DB system administrator password of the source Container Database.
|
19895
19951
|
"""
|
19952
|
+
source_pluggable_database_snapshot_id: NotRequired[pulumi.Input[_builtins.str]]
|
19953
|
+
"""
|
19954
|
+
The OCID of the Source Pluggable Database Snapshot id.
|
19955
|
+
"""
|
19896
19956
|
elif False:
|
19897
19957
|
PluggableDatabasePdbCreationTypeDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
19898
19958
|
|
@@ -19905,7 +19965,8 @@ class PluggableDatabasePdbCreationTypeDetailsArgs:
|
|
19905
19965
|
dblink_username: Optional[pulumi.Input[_builtins.str]] = None,
|
19906
19966
|
is_thin_clone: Optional[pulumi.Input[_builtins.bool]] = None,
|
19907
19967
|
refreshable_clone_details: Optional[pulumi.Input['PluggableDatabasePdbCreationTypeDetailsRefreshableCloneDetailsArgs']] = None,
|
19908
|
-
source_container_database_admin_password: Optional[pulumi.Input[_builtins.str]] = None
|
19968
|
+
source_container_database_admin_password: Optional[pulumi.Input[_builtins.str]] = None,
|
19969
|
+
source_pluggable_database_snapshot_id: Optional[pulumi.Input[_builtins.str]] = None):
|
19909
19970
|
"""
|
19910
19971
|
:param pulumi.Input[_builtins.str] creation_type: The Pluggable Database creation type.
|
19911
19972
|
:param pulumi.Input[_builtins.str] source_pluggable_database_id: The OCID of the Source Pluggable Database.
|
@@ -19914,6 +19975,7 @@ class PluggableDatabasePdbCreationTypeDetailsArgs:
|
|
19914
19975
|
:param pulumi.Input[_builtins.bool] is_thin_clone: True if Pluggable Database needs to be thin cloned and false if Pluggable Database needs to be thick cloned.
|
19915
19976
|
:param pulumi.Input['PluggableDatabasePdbCreationTypeDetailsRefreshableCloneDetailsArgs'] refreshable_clone_details: Parameters for creating Pluggable Database Refreshable Clone. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
|
19916
19977
|
:param pulumi.Input[_builtins.str] source_container_database_admin_password: The DB system administrator password of the source Container Database.
|
19978
|
+
:param pulumi.Input[_builtins.str] source_pluggable_database_snapshot_id: The OCID of the Source Pluggable Database Snapshot id.
|
19917
19979
|
"""
|
19918
19980
|
pulumi.set(__self__, "creation_type", creation_type)
|
19919
19981
|
pulumi.set(__self__, "source_pluggable_database_id", source_pluggable_database_id)
|
@@ -19927,6 +19989,8 @@ class PluggableDatabasePdbCreationTypeDetailsArgs:
|
|
19927
19989
|
pulumi.set(__self__, "refreshable_clone_details", refreshable_clone_details)
|
19928
19990
|
if source_container_database_admin_password is not None:
|
19929
19991
|
pulumi.set(__self__, "source_container_database_admin_password", source_container_database_admin_password)
|
19992
|
+
if source_pluggable_database_snapshot_id is not None:
|
19993
|
+
pulumi.set(__self__, "source_pluggable_database_snapshot_id", source_pluggable_database_snapshot_id)
|
19930
19994
|
|
19931
19995
|
@_builtins.property
|
19932
19996
|
@pulumi.getter(name="creationType")
|
@@ -20012,6 +20076,18 @@ class PluggableDatabasePdbCreationTypeDetailsArgs:
|
|
20012
20076
|
def source_container_database_admin_password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
20013
20077
|
pulumi.set(self, "source_container_database_admin_password", value)
|
20014
20078
|
|
20079
|
+
@_builtins.property
|
20080
|
+
@pulumi.getter(name="sourcePluggableDatabaseSnapshotId")
|
20081
|
+
def source_pluggable_database_snapshot_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
20082
|
+
"""
|
20083
|
+
The OCID of the Source Pluggable Database Snapshot id.
|
20084
|
+
"""
|
20085
|
+
return pulumi.get(self, "source_pluggable_database_snapshot_id")
|
20086
|
+
|
20087
|
+
@source_pluggable_database_snapshot_id.setter
|
20088
|
+
def source_pluggable_database_snapshot_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
20089
|
+
pulumi.set(self, "source_pluggable_database_snapshot_id", value)
|
20090
|
+
|
20015
20091
|
|
20016
20092
|
if not MYPY:
|
20017
20093
|
class PluggableDatabasePdbCreationTypeDetailsRefreshableCloneDetailsArgsDict(TypedDict):
|
@@ -25577,6 +25653,62 @@ class GetOneoffPatchesFilterArgs:
|
|
25577
25653
|
pulumi.set(self, "regex", value)
|
25578
25654
|
|
25579
25655
|
|
25656
|
+
if not MYPY:
|
25657
|
+
class GetPluggableDatabaseSnapshotsFilterArgsDict(TypedDict):
|
25658
|
+
name: _builtins.str
|
25659
|
+
"""
|
25660
|
+
A filter to return only resources that match the entire name given. The match is not case sensitive.
|
25661
|
+
"""
|
25662
|
+
values: Sequence[_builtins.str]
|
25663
|
+
regex: NotRequired[_builtins.bool]
|
25664
|
+
elif False:
|
25665
|
+
GetPluggableDatabaseSnapshotsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
25666
|
+
|
25667
|
+
@pulumi.input_type
|
25668
|
+
class GetPluggableDatabaseSnapshotsFilterArgs:
|
25669
|
+
def __init__(__self__, *,
|
25670
|
+
name: _builtins.str,
|
25671
|
+
values: Sequence[_builtins.str],
|
25672
|
+
regex: Optional[_builtins.bool] = None):
|
25673
|
+
"""
|
25674
|
+
:param _builtins.str name: A filter to return only resources that match the entire name given. The match is not case sensitive.
|
25675
|
+
"""
|
25676
|
+
pulumi.set(__self__, "name", name)
|
25677
|
+
pulumi.set(__self__, "values", values)
|
25678
|
+
if regex is not None:
|
25679
|
+
pulumi.set(__self__, "regex", regex)
|
25680
|
+
|
25681
|
+
@_builtins.property
|
25682
|
+
@pulumi.getter
|
25683
|
+
def name(self) -> _builtins.str:
|
25684
|
+
"""
|
25685
|
+
A filter to return only resources that match the entire name given. The match is not case sensitive.
|
25686
|
+
"""
|
25687
|
+
return pulumi.get(self, "name")
|
25688
|
+
|
25689
|
+
@name.setter
|
25690
|
+
def name(self, value: _builtins.str):
|
25691
|
+
pulumi.set(self, "name", value)
|
25692
|
+
|
25693
|
+
@_builtins.property
|
25694
|
+
@pulumi.getter
|
25695
|
+
def values(self) -> Sequence[_builtins.str]:
|
25696
|
+
return pulumi.get(self, "values")
|
25697
|
+
|
25698
|
+
@values.setter
|
25699
|
+
def values(self, value: Sequence[_builtins.str]):
|
25700
|
+
pulumi.set(self, "values", value)
|
25701
|
+
|
25702
|
+
@_builtins.property
|
25703
|
+
@pulumi.getter
|
25704
|
+
def regex(self) -> Optional[_builtins.bool]:
|
25705
|
+
return pulumi.get(self, "regex")
|
25706
|
+
|
25707
|
+
@regex.setter
|
25708
|
+
def regex(self, value: Optional[_builtins.bool]):
|
25709
|
+
pulumi.set(self, "regex", value)
|
25710
|
+
|
25711
|
+
|
25580
25712
|
if not MYPY:
|
25581
25713
|
class GetPluggableDatabasesFilterArgsDict(TypedDict):
|
25582
25714
|
name: _builtins.str
|
@@ -29,6 +29,7 @@ class AutonomousContainerDatabaseArgs:
|
|
29
29
|
backup_config: Optional[pulumi.Input['AutonomousContainerDatabaseBackupConfigArgs']] = None,
|
30
30
|
cloud_autonomous_vm_cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
|
31
31
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
32
|
+
customer_contacts: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseCustomerContactArgs']]]] = None,
|
32
33
|
database_software_image_id: Optional[pulumi.Input[_builtins.str]] = None,
|
33
34
|
db_name: Optional[pulumi.Input[_builtins.str]] = None,
|
34
35
|
db_split_threshold: Optional[pulumi.Input[_builtins.int]] = None,
|
@@ -46,6 +47,7 @@ class AutonomousContainerDatabaseArgs:
|
|
46
47
|
kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
47
48
|
maintenance_window_details: Optional[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDetailsArgs']] = None,
|
48
49
|
net_services_architecture: Optional[pulumi.Input[_builtins.str]] = None,
|
50
|
+
okv_end_point_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
49
51
|
peer_autonomous_container_database_backup_config: Optional[pulumi.Input['AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs']] = None,
|
50
52
|
peer_autonomous_container_database_compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
51
53
|
peer_autonomous_container_database_display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -72,6 +74,7 @@ class AutonomousContainerDatabaseArgs:
|
|
72
74
|
:param pulumi.Input['AutonomousContainerDatabaseBackupConfigArgs'] backup_config: (Updatable) Backup options for the Autonomous Container Database.
|
73
75
|
:param pulumi.Input[_builtins.str] cloud_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
|
74
76
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Autonomous Container Database.
|
77
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseCustomerContactArgs']]] customer_contacts: (Updatable) Customer Contacts. Setting this to an empty list removes all customer contacts.
|
75
78
|
:param pulumi.Input[_builtins.str] database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
76
79
|
:param pulumi.Input[_builtins.str] db_name: The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
77
80
|
:param pulumi.Input[_builtins.int] db_split_threshold: The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
|
@@ -88,6 +91,7 @@ class AutonomousContainerDatabaseArgs:
|
|
88
91
|
:param pulumi.Input[_builtins.str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
89
92
|
:param pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDetailsArgs'] maintenance_window_details: (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
|
90
93
|
:param pulumi.Input[_builtins.str] net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
94
|
+
:param pulumi.Input[_builtins.str] okv_end_point_group_name: (Updatable) The OKV End Point Group name for the Autonomous Container Database.
|
91
95
|
:param pulumi.Input[_builtins.str] peer_autonomous_container_database_compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the standby Autonomous Container Database will be created.
|
92
96
|
:param pulumi.Input[_builtins.str] peer_autonomous_container_database_display_name: The display name for the peer Autonomous Container Database.
|
93
97
|
:param pulumi.Input[_builtins.str] peer_autonomous_exadata_infrastructure_id: *No longer used.* This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `peerCloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
|
@@ -121,6 +125,8 @@ class AutonomousContainerDatabaseArgs:
|
|
121
125
|
pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
|
122
126
|
if compartment_id is not None:
|
123
127
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
128
|
+
if customer_contacts is not None:
|
129
|
+
pulumi.set(__self__, "customer_contacts", customer_contacts)
|
124
130
|
if database_software_image_id is not None:
|
125
131
|
pulumi.set(__self__, "database_software_image_id", database_software_image_id)
|
126
132
|
if db_name is not None:
|
@@ -155,6 +161,8 @@ class AutonomousContainerDatabaseArgs:
|
|
155
161
|
pulumi.set(__self__, "maintenance_window_details", maintenance_window_details)
|
156
162
|
if net_services_architecture is not None:
|
157
163
|
pulumi.set(__self__, "net_services_architecture", net_services_architecture)
|
164
|
+
if okv_end_point_group_name is not None:
|
165
|
+
pulumi.set(__self__, "okv_end_point_group_name", okv_end_point_group_name)
|
158
166
|
if peer_autonomous_container_database_backup_config is not None:
|
159
167
|
pulumi.set(__self__, "peer_autonomous_container_database_backup_config", peer_autonomous_container_database_backup_config)
|
160
168
|
if peer_autonomous_container_database_compartment_id is not None:
|
@@ -283,6 +291,18 @@ class AutonomousContainerDatabaseArgs:
|
|
283
291
|
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
284
292
|
pulumi.set(self, "compartment_id", value)
|
285
293
|
|
294
|
+
@_builtins.property
|
295
|
+
@pulumi.getter(name="customerContacts")
|
296
|
+
def customer_contacts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseCustomerContactArgs']]]]:
|
297
|
+
"""
|
298
|
+
(Updatable) Customer Contacts. Setting this to an empty list removes all customer contacts.
|
299
|
+
"""
|
300
|
+
return pulumi.get(self, "customer_contacts")
|
301
|
+
|
302
|
+
@customer_contacts.setter
|
303
|
+
def customer_contacts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseCustomerContactArgs']]]]):
|
304
|
+
pulumi.set(self, "customer_contacts", value)
|
305
|
+
|
286
306
|
@_builtins.property
|
287
307
|
@pulumi.getter(name="databaseSoftwareImageId")
|
288
308
|
def database_software_image_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -484,6 +504,18 @@ class AutonomousContainerDatabaseArgs:
|
|
484
504
|
def net_services_architecture(self, value: Optional[pulumi.Input[_builtins.str]]):
|
485
505
|
pulumi.set(self, "net_services_architecture", value)
|
486
506
|
|
507
|
+
@_builtins.property
|
508
|
+
@pulumi.getter(name="okvEndPointGroupName")
|
509
|
+
def okv_end_point_group_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
510
|
+
"""
|
511
|
+
(Updatable) The OKV End Point Group name for the Autonomous Container Database.
|
512
|
+
"""
|
513
|
+
return pulumi.get(self, "okv_end_point_group_name")
|
514
|
+
|
515
|
+
@okv_end_point_group_name.setter
|
516
|
+
def okv_end_point_group_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
517
|
+
pulumi.set(self, "okv_end_point_group_name", value)
|
518
|
+
|
487
519
|
@_builtins.property
|
488
520
|
@pulumi.getter(name="peerAutonomousContainerDatabaseBackupConfig")
|
489
521
|
def peer_autonomous_container_database_backup_config(self) -> Optional[pulumi.Input['AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs']]:
|
@@ -700,6 +732,7 @@ class _AutonomousContainerDatabaseState:
|
|
700
732
|
cloud_autonomous_vm_cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
|
701
733
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
702
734
|
compute_model: Optional[pulumi.Input[_builtins.str]] = None,
|
735
|
+
customer_contacts: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseCustomerContactArgs']]]] = None,
|
703
736
|
database_software_image_id: Optional[pulumi.Input[_builtins.str]] = None,
|
704
737
|
dataguard_group_members: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardGroupMemberArgs']]]] = None,
|
705
738
|
dataguards: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardArgs']]]] = None,
|
@@ -734,6 +767,7 @@ class _AutonomousContainerDatabaseState:
|
|
734
767
|
memory_per_oracle_compute_unit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
735
768
|
net_services_architecture: Optional[pulumi.Input[_builtins.str]] = None,
|
736
769
|
next_maintenance_run_id: Optional[pulumi.Input[_builtins.str]] = None,
|
770
|
+
okv_end_point_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
737
771
|
patch_id: Optional[pulumi.Input[_builtins.str]] = None,
|
738
772
|
patch_model: Optional[pulumi.Input[_builtins.str]] = None,
|
739
773
|
peer_autonomous_container_database_backup_config: Optional[pulumi.Input['AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs']] = None,
|
@@ -777,6 +811,7 @@ class _AutonomousContainerDatabaseState:
|
|
777
811
|
:param pulumi.Input[_builtins.str] cloud_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
|
778
812
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Autonomous Container Database.
|
779
813
|
:param pulumi.Input[_builtins.str] compute_model: The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
|
814
|
+
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseCustomerContactArgs']]] customer_contacts: (Updatable) Customer Contacts. Setting this to an empty list removes all customer contacts.
|
780
815
|
:param pulumi.Input[_builtins.str] database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
781
816
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardGroupMemberArgs']]] dataguard_group_members: Array of Dg associations.
|
782
817
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardArgs']]] dataguards: The properties that define Autonomous Container Databases Dataguard.
|
@@ -810,6 +845,7 @@ class _AutonomousContainerDatabaseState:
|
|
810
845
|
:param pulumi.Input[_builtins.int] memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
|
811
846
|
:param pulumi.Input[_builtins.str] net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
812
847
|
:param pulumi.Input[_builtins.str] next_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the next maintenance run.
|
848
|
+
:param pulumi.Input[_builtins.str] okv_end_point_group_name: (Updatable) The OKV End Point Group name for the Autonomous Container Database.
|
813
849
|
:param pulumi.Input[_builtins.str] patch_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch applied on the system.
|
814
850
|
:param pulumi.Input[_builtins.str] patch_model: (Updatable) Database Patch model preference.
|
815
851
|
:param pulumi.Input[_builtins.str] peer_autonomous_container_database_compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the standby Autonomous Container Database will be created.
|
@@ -869,6 +905,8 @@ class _AutonomousContainerDatabaseState:
|
|
869
905
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
870
906
|
if compute_model is not None:
|
871
907
|
pulumi.set(__self__, "compute_model", compute_model)
|
908
|
+
if customer_contacts is not None:
|
909
|
+
pulumi.set(__self__, "customer_contacts", customer_contacts)
|
872
910
|
if database_software_image_id is not None:
|
873
911
|
pulumi.set(__self__, "database_software_image_id", database_software_image_id)
|
874
912
|
if dataguard_group_members is not None:
|
@@ -937,6 +975,8 @@ class _AutonomousContainerDatabaseState:
|
|
937
975
|
pulumi.set(__self__, "net_services_architecture", net_services_architecture)
|
938
976
|
if next_maintenance_run_id is not None:
|
939
977
|
pulumi.set(__self__, "next_maintenance_run_id", next_maintenance_run_id)
|
978
|
+
if okv_end_point_group_name is not None:
|
979
|
+
pulumi.set(__self__, "okv_end_point_group_name", okv_end_point_group_name)
|
940
980
|
if patch_id is not None:
|
941
981
|
pulumi.set(__self__, "patch_id", patch_id)
|
942
982
|
if patch_model is not None:
|
@@ -1129,6 +1169,18 @@ class _AutonomousContainerDatabaseState:
|
|
1129
1169
|
def compute_model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1130
1170
|
pulumi.set(self, "compute_model", value)
|
1131
1171
|
|
1172
|
+
@_builtins.property
|
1173
|
+
@pulumi.getter(name="customerContacts")
|
1174
|
+
def customer_contacts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseCustomerContactArgs']]]]:
|
1175
|
+
"""
|
1176
|
+
(Updatable) Customer Contacts. Setting this to an empty list removes all customer contacts.
|
1177
|
+
"""
|
1178
|
+
return pulumi.get(self, "customer_contacts")
|
1179
|
+
|
1180
|
+
@customer_contacts.setter
|
1181
|
+
def customer_contacts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseCustomerContactArgs']]]]):
|
1182
|
+
pulumi.set(self, "customer_contacts", value)
|
1183
|
+
|
1132
1184
|
@_builtins.property
|
1133
1185
|
@pulumi.getter(name="databaseSoftwareImageId")
|
1134
1186
|
def database_software_image_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -1534,6 +1586,18 @@ class _AutonomousContainerDatabaseState:
|
|
1534
1586
|
def next_maintenance_run_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1535
1587
|
pulumi.set(self, "next_maintenance_run_id", value)
|
1536
1588
|
|
1589
|
+
@_builtins.property
|
1590
|
+
@pulumi.getter(name="okvEndPointGroupName")
|
1591
|
+
def okv_end_point_group_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1592
|
+
"""
|
1593
|
+
(Updatable) The OKV End Point Group name for the Autonomous Container Database.
|
1594
|
+
"""
|
1595
|
+
return pulumi.get(self, "okv_end_point_group_name")
|
1596
|
+
|
1597
|
+
@okv_end_point_group_name.setter
|
1598
|
+
def okv_end_point_group_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1599
|
+
pulumi.set(self, "okv_end_point_group_name", value)
|
1600
|
+
|
1537
1601
|
@_builtins.property
|
1538
1602
|
@pulumi.getter(name="patchId")
|
1539
1603
|
def patch_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -1920,6 +1984,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1920
1984
|
backup_config: Optional[pulumi.Input[Union['AutonomousContainerDatabaseBackupConfigArgs', 'AutonomousContainerDatabaseBackupConfigArgsDict']]] = None,
|
1921
1985
|
cloud_autonomous_vm_cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1922
1986
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1987
|
+
customer_contacts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseCustomerContactArgs', 'AutonomousContainerDatabaseCustomerContactArgsDict']]]]] = None,
|
1923
1988
|
database_software_image_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1924
1989
|
db_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1925
1990
|
db_split_threshold: Optional[pulumi.Input[_builtins.int]] = None,
|
@@ -1938,6 +2003,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1938
2003
|
kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1939
2004
|
maintenance_window_details: Optional[pulumi.Input[Union['AutonomousContainerDatabaseMaintenanceWindowDetailsArgs', 'AutonomousContainerDatabaseMaintenanceWindowDetailsArgsDict']]] = None,
|
1940
2005
|
net_services_architecture: Optional[pulumi.Input[_builtins.str]] = None,
|
2006
|
+
okv_end_point_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1941
2007
|
patch_model: Optional[pulumi.Input[_builtins.str]] = None,
|
1942
2008
|
peer_autonomous_container_database_backup_config: Optional[pulumi.Input[Union['AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs', 'AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgsDict']]] = None,
|
1943
2009
|
peer_autonomous_container_database_compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1977,6 +2043,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1977
2043
|
:param pulumi.Input[Union['AutonomousContainerDatabaseBackupConfigArgs', 'AutonomousContainerDatabaseBackupConfigArgsDict']] backup_config: (Updatable) Backup options for the Autonomous Container Database.
|
1978
2044
|
:param pulumi.Input[_builtins.str] cloud_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
|
1979
2045
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Autonomous Container Database.
|
2046
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseCustomerContactArgs', 'AutonomousContainerDatabaseCustomerContactArgsDict']]]] customer_contacts: (Updatable) Customer Contacts. Setting this to an empty list removes all customer contacts.
|
1980
2047
|
:param pulumi.Input[_builtins.str] database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
1981
2048
|
:param pulumi.Input[_builtins.str] db_name: The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
1982
2049
|
:param pulumi.Input[_builtins.int] db_split_threshold: The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
|
@@ -1994,6 +2061,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1994
2061
|
:param pulumi.Input[_builtins.str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
1995
2062
|
:param pulumi.Input[Union['AutonomousContainerDatabaseMaintenanceWindowDetailsArgs', 'AutonomousContainerDatabaseMaintenanceWindowDetailsArgsDict']] maintenance_window_details: (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
|
1996
2063
|
:param pulumi.Input[_builtins.str] net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
2064
|
+
:param pulumi.Input[_builtins.str] okv_end_point_group_name: (Updatable) The OKV End Point Group name for the Autonomous Container Database.
|
1997
2065
|
:param pulumi.Input[_builtins.str] patch_model: (Updatable) Database Patch model preference.
|
1998
2066
|
:param pulumi.Input[_builtins.str] peer_autonomous_container_database_compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the standby Autonomous Container Database will be created.
|
1999
2067
|
:param pulumi.Input[_builtins.str] peer_autonomous_container_database_display_name: The display name for the peer Autonomous Container Database.
|
@@ -2054,6 +2122,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2054
2122
|
backup_config: Optional[pulumi.Input[Union['AutonomousContainerDatabaseBackupConfigArgs', 'AutonomousContainerDatabaseBackupConfigArgsDict']]] = None,
|
2055
2123
|
cloud_autonomous_vm_cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2056
2124
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2125
|
+
customer_contacts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseCustomerContactArgs', 'AutonomousContainerDatabaseCustomerContactArgsDict']]]]] = None,
|
2057
2126
|
database_software_image_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2058
2127
|
db_name: Optional[pulumi.Input[_builtins.str]] = None,
|
2059
2128
|
db_split_threshold: Optional[pulumi.Input[_builtins.int]] = None,
|
@@ -2072,6 +2141,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2072
2141
|
kms_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2073
2142
|
maintenance_window_details: Optional[pulumi.Input[Union['AutonomousContainerDatabaseMaintenanceWindowDetailsArgs', 'AutonomousContainerDatabaseMaintenanceWindowDetailsArgsDict']]] = None,
|
2074
2143
|
net_services_architecture: Optional[pulumi.Input[_builtins.str]] = None,
|
2144
|
+
okv_end_point_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
2075
2145
|
patch_model: Optional[pulumi.Input[_builtins.str]] = None,
|
2076
2146
|
peer_autonomous_container_database_backup_config: Optional[pulumi.Input[Union['AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs', 'AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgsDict']]] = None,
|
2077
2147
|
peer_autonomous_container_database_compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2105,6 +2175,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2105
2175
|
__props__.__dict__["backup_config"] = backup_config
|
2106
2176
|
__props__.__dict__["cloud_autonomous_vm_cluster_id"] = cloud_autonomous_vm_cluster_id
|
2107
2177
|
__props__.__dict__["compartment_id"] = compartment_id
|
2178
|
+
__props__.__dict__["customer_contacts"] = customer_contacts
|
2108
2179
|
__props__.__dict__["database_software_image_id"] = database_software_image_id
|
2109
2180
|
__props__.__dict__["db_name"] = db_name
|
2110
2181
|
__props__.__dict__["db_split_threshold"] = db_split_threshold
|
@@ -2125,6 +2196,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2125
2196
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
2126
2197
|
__props__.__dict__["maintenance_window_details"] = maintenance_window_details
|
2127
2198
|
__props__.__dict__["net_services_architecture"] = net_services_architecture
|
2199
|
+
__props__.__dict__["okv_end_point_group_name"] = okv_end_point_group_name
|
2128
2200
|
if patch_model is None and not opts.urn:
|
2129
2201
|
raise TypeError("Missing required property 'patch_model'")
|
2130
2202
|
__props__.__dict__["patch_model"] = patch_model
|
@@ -2200,6 +2272,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2200
2272
|
cloud_autonomous_vm_cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2201
2273
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2202
2274
|
compute_model: Optional[pulumi.Input[_builtins.str]] = None,
|
2275
|
+
customer_contacts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseCustomerContactArgs', 'AutonomousContainerDatabaseCustomerContactArgsDict']]]]] = None,
|
2203
2276
|
database_software_image_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2204
2277
|
dataguard_group_members: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseDataguardGroupMemberArgs', 'AutonomousContainerDatabaseDataguardGroupMemberArgsDict']]]]] = None,
|
2205
2278
|
dataguards: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseDataguardArgs', 'AutonomousContainerDatabaseDataguardArgsDict']]]]] = None,
|
@@ -2234,6 +2307,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2234
2307
|
memory_per_oracle_compute_unit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
2235
2308
|
net_services_architecture: Optional[pulumi.Input[_builtins.str]] = None,
|
2236
2309
|
next_maintenance_run_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2310
|
+
okv_end_point_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
2237
2311
|
patch_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2238
2312
|
patch_model: Optional[pulumi.Input[_builtins.str]] = None,
|
2239
2313
|
peer_autonomous_container_database_backup_config: Optional[pulumi.Input[Union['AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs', 'AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgsDict']]] = None,
|
@@ -2282,6 +2356,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2282
2356
|
:param pulumi.Input[_builtins.str] cloud_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
|
2283
2357
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Autonomous Container Database.
|
2284
2358
|
:param pulumi.Input[_builtins.str] compute_model: The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
|
2359
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseCustomerContactArgs', 'AutonomousContainerDatabaseCustomerContactArgsDict']]]] customer_contacts: (Updatable) Customer Contacts. Setting this to an empty list removes all customer contacts.
|
2285
2360
|
:param pulumi.Input[_builtins.str] database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
2286
2361
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseDataguardGroupMemberArgs', 'AutonomousContainerDatabaseDataguardGroupMemberArgsDict']]]] dataguard_group_members: Array of Dg associations.
|
2287
2362
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseDataguardArgs', 'AutonomousContainerDatabaseDataguardArgsDict']]]] dataguards: The properties that define Autonomous Container Databases Dataguard.
|
@@ -2315,6 +2390,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2315
2390
|
:param pulumi.Input[_builtins.int] memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
|
2316
2391
|
:param pulumi.Input[_builtins.str] net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
2317
2392
|
:param pulumi.Input[_builtins.str] next_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the next maintenance run.
|
2393
|
+
:param pulumi.Input[_builtins.str] okv_end_point_group_name: (Updatable) The OKV End Point Group name for the Autonomous Container Database.
|
2318
2394
|
:param pulumi.Input[_builtins.str] patch_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch applied on the system.
|
2319
2395
|
:param pulumi.Input[_builtins.str] patch_model: (Updatable) Database Patch model preference.
|
2320
2396
|
:param pulumi.Input[_builtins.str] peer_autonomous_container_database_compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where the standby Autonomous Container Database will be created.
|
@@ -2367,6 +2443,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2367
2443
|
__props__.__dict__["cloud_autonomous_vm_cluster_id"] = cloud_autonomous_vm_cluster_id
|
2368
2444
|
__props__.__dict__["compartment_id"] = compartment_id
|
2369
2445
|
__props__.__dict__["compute_model"] = compute_model
|
2446
|
+
__props__.__dict__["customer_contacts"] = customer_contacts
|
2370
2447
|
__props__.__dict__["database_software_image_id"] = database_software_image_id
|
2371
2448
|
__props__.__dict__["dataguard_group_members"] = dataguard_group_members
|
2372
2449
|
__props__.__dict__["dataguards"] = dataguards
|
@@ -2401,6 +2478,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2401
2478
|
__props__.__dict__["memory_per_oracle_compute_unit_in_gbs"] = memory_per_oracle_compute_unit_in_gbs
|
2402
2479
|
__props__.__dict__["net_services_architecture"] = net_services_architecture
|
2403
2480
|
__props__.__dict__["next_maintenance_run_id"] = next_maintenance_run_id
|
2481
|
+
__props__.__dict__["okv_end_point_group_name"] = okv_end_point_group_name
|
2404
2482
|
__props__.__dict__["patch_id"] = patch_id
|
2405
2483
|
__props__.__dict__["patch_model"] = patch_model
|
2406
2484
|
__props__.__dict__["peer_autonomous_container_database_backup_config"] = peer_autonomous_container_database_backup_config
|
@@ -2519,6 +2597,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2519
2597
|
"""
|
2520
2598
|
return pulumi.get(self, "compute_model")
|
2521
2599
|
|
2600
|
+
@_builtins.property
|
2601
|
+
@pulumi.getter(name="customerContacts")
|
2602
|
+
def customer_contacts(self) -> pulumi.Output[Sequence['outputs.AutonomousContainerDatabaseCustomerContact']]:
|
2603
|
+
"""
|
2604
|
+
(Updatable) Customer Contacts. Setting this to an empty list removes all customer contacts.
|
2605
|
+
"""
|
2606
|
+
return pulumi.get(self, "customer_contacts")
|
2607
|
+
|
2522
2608
|
@_builtins.property
|
2523
2609
|
@pulumi.getter(name="databaseSoftwareImageId")
|
2524
2610
|
def database_software_image_id(self) -> pulumi.Output[_builtins.str]:
|
@@ -2788,6 +2874,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2788
2874
|
"""
|
2789
2875
|
return pulumi.get(self, "next_maintenance_run_id")
|
2790
2876
|
|
2877
|
+
@_builtins.property
|
2878
|
+
@pulumi.getter(name="okvEndPointGroupName")
|
2879
|
+
def okv_end_point_group_name(self) -> pulumi.Output[_builtins.str]:
|
2880
|
+
"""
|
2881
|
+
(Updatable) The OKV End Point Group name for the Autonomous Container Database.
|
2882
|
+
"""
|
2883
|
+
return pulumi.get(self, "okv_end_point_group_name")
|
2884
|
+
|
2791
2885
|
@_builtins.property
|
2792
2886
|
@pulumi.getter(name="patchId")
|
2793
2887
|
def patch_id(self) -> pulumi.Output[_builtins.str]:
|