pulumi-oci 3.4.0a1755585924__py3-none-any.whl → 3.4.0a1755922408__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.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.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.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
pulumi_oci/opsi/_inputs.py
CHANGED
@@ -25,6 +25,14 @@ __all__ = [
|
|
25
25
|
'DatabaseInsightCredentialDetailsArgsDict',
|
26
26
|
'ExadataInsightMemberVmClusterDetailArgs',
|
27
27
|
'ExadataInsightMemberVmClusterDetailArgsDict',
|
28
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgs',
|
29
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgsDict',
|
30
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgs',
|
31
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgsDict',
|
32
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgs',
|
33
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgsDict',
|
34
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgs',
|
35
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgsDict',
|
28
36
|
'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs',
|
29
37
|
'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgsDict',
|
30
38
|
'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailsArgs',
|
@@ -81,7 +89,11 @@ if not MYPY:
|
|
81
89
|
"""
|
82
90
|
credential_source_name: NotRequired[pulumi.Input[_builtins.str]]
|
83
91
|
"""
|
84
|
-
Credential source name that had been added in Management Agent wallet. This is
|
92
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
93
|
+
"""
|
94
|
+
named_credential_id: NotRequired[pulumi.Input[_builtins.str]]
|
95
|
+
"""
|
96
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
85
97
|
"""
|
86
98
|
password_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
87
99
|
"""
|
@@ -103,12 +115,14 @@ class DatabaseInsightConnectionCredentialDetailsArgs:
|
|
103
115
|
def __init__(__self__, *,
|
104
116
|
credential_type: pulumi.Input[_builtins.str],
|
105
117
|
credential_source_name: Optional[pulumi.Input[_builtins.str]] = None,
|
118
|
+
named_credential_id: Optional[pulumi.Input[_builtins.str]] = None,
|
106
119
|
password_secret_id: Optional[pulumi.Input[_builtins.str]] = None,
|
107
120
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
108
121
|
user_name: Optional[pulumi.Input[_builtins.str]] = None):
|
109
122
|
"""
|
110
123
|
:param pulumi.Input[_builtins.str] credential_type: Credential type.
|
111
|
-
:param pulumi.Input[_builtins.str] credential_source_name: Credential source name that had been added in Management Agent wallet. This is
|
124
|
+
:param pulumi.Input[_builtins.str] credential_source_name: Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
125
|
+
:param pulumi.Input[_builtins.str] named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
112
126
|
:param pulumi.Input[_builtins.str] password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
113
127
|
:param pulumi.Input[_builtins.str] role: database user role.
|
114
128
|
:param pulumi.Input[_builtins.str] user_name: database user name.
|
@@ -116,6 +130,8 @@ class DatabaseInsightConnectionCredentialDetailsArgs:
|
|
116
130
|
pulumi.set(__self__, "credential_type", credential_type)
|
117
131
|
if credential_source_name is not None:
|
118
132
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
133
|
+
if named_credential_id is not None:
|
134
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
119
135
|
if password_secret_id is not None:
|
120
136
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
121
137
|
if role is not None:
|
@@ -139,7 +155,7 @@ class DatabaseInsightConnectionCredentialDetailsArgs:
|
|
139
155
|
@pulumi.getter(name="credentialSourceName")
|
140
156
|
def credential_source_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
141
157
|
"""
|
142
|
-
Credential source name that had been added in Management Agent wallet. This is
|
158
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
143
159
|
"""
|
144
160
|
return pulumi.get(self, "credential_source_name")
|
145
161
|
|
@@ -147,6 +163,18 @@ class DatabaseInsightConnectionCredentialDetailsArgs:
|
|
147
163
|
def credential_source_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
148
164
|
pulumi.set(self, "credential_source_name", value)
|
149
165
|
|
166
|
+
@_builtins.property
|
167
|
+
@pulumi.getter(name="namedCredentialId")
|
168
|
+
def named_credential_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
169
|
+
"""
|
170
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
171
|
+
"""
|
172
|
+
return pulumi.get(self, "named_credential_id")
|
173
|
+
|
174
|
+
@named_credential_id.setter
|
175
|
+
def named_credential_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
176
|
+
pulumi.set(self, "named_credential_id", value)
|
177
|
+
|
150
178
|
@_builtins.property
|
151
179
|
@pulumi.getter(name="passwordSecretId")
|
152
180
|
def password_secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -352,11 +380,15 @@ if not MYPY:
|
|
352
380
|
class DatabaseInsightCredentialDetailsArgsDict(TypedDict):
|
353
381
|
credential_type: pulumi.Input[_builtins.str]
|
354
382
|
"""
|
355
|
-
|
383
|
+
CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
356
384
|
"""
|
357
385
|
credential_source_name: NotRequired[pulumi.Input[_builtins.str]]
|
358
386
|
"""
|
359
|
-
Credential source name that had been added in Management Agent wallet. This is
|
387
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when credential set by CREDENTIALS_BY_SOURCE and is optional properties for the others.
|
388
|
+
"""
|
389
|
+
named_credential_id: NotRequired[pulumi.Input[_builtins.str]]
|
390
|
+
"""
|
391
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in the Management Agent to connect the Autonomous Database.
|
360
392
|
"""
|
361
393
|
password_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
362
394
|
"""
|
@@ -382,13 +414,15 @@ class DatabaseInsightCredentialDetailsArgs:
|
|
382
414
|
def __init__(__self__, *,
|
383
415
|
credential_type: pulumi.Input[_builtins.str],
|
384
416
|
credential_source_name: Optional[pulumi.Input[_builtins.str]] = None,
|
417
|
+
named_credential_id: Optional[pulumi.Input[_builtins.str]] = None,
|
385
418
|
password_secret_id: Optional[pulumi.Input[_builtins.str]] = None,
|
386
419
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
387
420
|
user_name: Optional[pulumi.Input[_builtins.str]] = None,
|
388
421
|
wallet_secret_id: Optional[pulumi.Input[_builtins.str]] = None):
|
389
422
|
"""
|
390
|
-
:param pulumi.Input[_builtins.str] credential_type:
|
391
|
-
:param pulumi.Input[_builtins.str] credential_source_name: Credential source name that had been added in Management Agent wallet. This is
|
423
|
+
:param pulumi.Input[_builtins.str] credential_type: CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
424
|
+
:param pulumi.Input[_builtins.str] credential_source_name: Credential source name that had been added in Management Agent wallet. This value is only required when credential set by CREDENTIALS_BY_SOURCE and is optional properties for the others.
|
425
|
+
:param pulumi.Input[_builtins.str] named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in the Management Agent to connect the Autonomous Database.
|
392
426
|
:param pulumi.Input[_builtins.str] password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
393
427
|
:param pulumi.Input[_builtins.str] role: database user role.
|
394
428
|
:param pulumi.Input[_builtins.str] user_name: database user name.
|
@@ -397,6 +431,8 @@ class DatabaseInsightCredentialDetailsArgs:
|
|
397
431
|
pulumi.set(__self__, "credential_type", credential_type)
|
398
432
|
if credential_source_name is not None:
|
399
433
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
434
|
+
if named_credential_id is not None:
|
435
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
400
436
|
if password_secret_id is not None:
|
401
437
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
402
438
|
if role is not None:
|
@@ -410,7 +446,7 @@ class DatabaseInsightCredentialDetailsArgs:
|
|
410
446
|
@pulumi.getter(name="credentialType")
|
411
447
|
def credential_type(self) -> pulumi.Input[_builtins.str]:
|
412
448
|
"""
|
413
|
-
|
449
|
+
CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
414
450
|
"""
|
415
451
|
return pulumi.get(self, "credential_type")
|
416
452
|
|
@@ -422,7 +458,7 @@ class DatabaseInsightCredentialDetailsArgs:
|
|
422
458
|
@pulumi.getter(name="credentialSourceName")
|
423
459
|
def credential_source_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
424
460
|
"""
|
425
|
-
Credential source name that had been added in Management Agent wallet. This is
|
461
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when credential set by CREDENTIALS_BY_SOURCE and is optional properties for the others.
|
426
462
|
"""
|
427
463
|
return pulumi.get(self, "credential_source_name")
|
428
464
|
|
@@ -430,6 +466,18 @@ class DatabaseInsightCredentialDetailsArgs:
|
|
430
466
|
def credential_source_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
431
467
|
pulumi.set(self, "credential_source_name", value)
|
432
468
|
|
469
|
+
@_builtins.property
|
470
|
+
@pulumi.getter(name="namedCredentialId")
|
471
|
+
def named_credential_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
472
|
+
"""
|
473
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in the Management Agent to connect the Autonomous Database.
|
474
|
+
"""
|
475
|
+
return pulumi.get(self, "named_credential_id")
|
476
|
+
|
477
|
+
@named_credential_id.setter
|
478
|
+
def named_credential_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
479
|
+
pulumi.set(self, "named_credential_id", value)
|
480
|
+
|
433
481
|
@_builtins.property
|
434
482
|
@pulumi.getter(name="passwordSecretId")
|
435
483
|
def password_secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -489,6 +537,10 @@ if not MYPY:
|
|
489
537
|
"""
|
490
538
|
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
|
491
539
|
"""
|
540
|
+
member_autonomous_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgsDict']]]]
|
541
|
+
"""
|
542
|
+
The autonomous databases that belong to the Autonomous VM Cluster
|
543
|
+
"""
|
492
544
|
member_database_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgsDict']]]]
|
493
545
|
"""
|
494
546
|
The databases that belong to the VM Cluster
|
@@ -513,6 +565,7 @@ class ExadataInsightMemberVmClusterDetailArgs:
|
|
513
565
|
def __init__(__self__, *,
|
514
566
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
515
567
|
dbm_private_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
568
|
+
member_autonomous_details: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgs']]]] = None,
|
516
569
|
member_database_details: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs']]]] = None,
|
517
570
|
opsi_private_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
518
571
|
vm_cluster_type: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -520,6 +573,7 @@ class ExadataInsightMemberVmClusterDetailArgs:
|
|
520
573
|
"""
|
521
574
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
522
575
|
:param pulumi.Input[_builtins.str] dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
|
576
|
+
:param pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgs']]] member_autonomous_details: The autonomous databases that belong to the Autonomous VM Cluster
|
523
577
|
:param pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs']]] member_database_details: The databases that belong to the VM Cluster
|
524
578
|
:param pulumi.Input[_builtins.str] opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
525
579
|
:param pulumi.Input[_builtins.str] vm_cluster_type: Exadata VMCluster type
|
@@ -529,6 +583,8 @@ class ExadataInsightMemberVmClusterDetailArgs:
|
|
529
583
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
530
584
|
if dbm_private_endpoint_id is not None:
|
531
585
|
pulumi.set(__self__, "dbm_private_endpoint_id", dbm_private_endpoint_id)
|
586
|
+
if member_autonomous_details is not None:
|
587
|
+
pulumi.set(__self__, "member_autonomous_details", member_autonomous_details)
|
532
588
|
if member_database_details is not None:
|
533
589
|
pulumi.set(__self__, "member_database_details", member_database_details)
|
534
590
|
if opsi_private_endpoint_id is not None:
|
@@ -562,6 +618,18 @@ class ExadataInsightMemberVmClusterDetailArgs:
|
|
562
618
|
def dbm_private_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
563
619
|
pulumi.set(self, "dbm_private_endpoint_id", value)
|
564
620
|
|
621
|
+
@_builtins.property
|
622
|
+
@pulumi.getter(name="memberAutonomousDetails")
|
623
|
+
def member_autonomous_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgs']]]]:
|
624
|
+
"""
|
625
|
+
The autonomous databases that belong to the Autonomous VM Cluster
|
626
|
+
"""
|
627
|
+
return pulumi.get(self, "member_autonomous_details")
|
628
|
+
|
629
|
+
@member_autonomous_details.setter
|
630
|
+
def member_autonomous_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgs']]]]):
|
631
|
+
pulumi.set(self, "member_autonomous_details", value)
|
632
|
+
|
565
633
|
@_builtins.property
|
566
634
|
@pulumi.getter(name="memberDatabaseDetails")
|
567
635
|
def member_database_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs']]]]:
|
@@ -612,20 +680,20 @@ class ExadataInsightMemberVmClusterDetailArgs:
|
|
612
680
|
|
613
681
|
|
614
682
|
if not MYPY:
|
615
|
-
class
|
683
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgsDict(TypedDict):
|
616
684
|
compartment_id: NotRequired[pulumi.Input[_builtins.str]]
|
617
685
|
"""
|
618
686
|
(Updatable) Compartment Identifier of database
|
619
687
|
"""
|
620
|
-
connection_credential_details: NotRequired[pulumi.Input['
|
688
|
+
connection_credential_details: NotRequired[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgsDict']]
|
621
689
|
"""
|
622
690
|
User credential details to connect to the database.
|
623
691
|
"""
|
624
|
-
connection_details: NotRequired[pulumi.Input['
|
692
|
+
connection_details: NotRequired[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgsDict']]
|
625
693
|
"""
|
626
694
|
Connection details to connect to the database. HostName, protocol, and port should be specified.
|
627
695
|
"""
|
628
|
-
credential_details: NotRequired[pulumi.Input['
|
696
|
+
credential_details: NotRequired[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgsDict']]
|
629
697
|
"""
|
630
698
|
User credential details to connect to the database.
|
631
699
|
"""
|
@@ -637,22 +705,25 @@ if not MYPY:
|
|
637
705
|
"""
|
638
706
|
Oracle Cloud Infrastructure database resource type
|
639
707
|
"""
|
640
|
-
dbm_private_endpoint_id: NotRequired[pulumi.Input[_builtins.str]]
|
641
708
|
defined_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
642
709
|
"""
|
643
|
-
|
710
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
644
711
|
"""
|
645
712
|
deployment_type: NotRequired[pulumi.Input[_builtins.str]]
|
646
713
|
"""
|
647
|
-
Database Deployment Type
|
714
|
+
Database Deployment Type
|
648
715
|
"""
|
649
716
|
entity_source: NotRequired[pulumi.Input[_builtins.str]]
|
650
717
|
"""
|
651
|
-
|
718
|
+
Source of the database entity.
|
652
719
|
"""
|
653
720
|
freeform_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
654
721
|
"""
|
655
|
-
|
722
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
723
|
+
"""
|
724
|
+
is_advanced_features_enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
725
|
+
"""
|
726
|
+
Flag is to identify if advanced features for autonomous database is enabled or not
|
656
727
|
"""
|
657
728
|
management_agent_id: NotRequired[pulumi.Input[_builtins.str]]
|
658
729
|
"""
|
@@ -662,43 +733,42 @@ if not MYPY:
|
|
662
733
|
"""
|
663
734
|
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
664
735
|
"""
|
665
|
-
service_name: NotRequired[pulumi.Input[_builtins.str]]
|
666
736
|
system_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
667
737
|
"""
|
668
738
|
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
669
739
|
"""
|
670
740
|
elif False:
|
671
|
-
|
741
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgsDict: TypeAlias = Mapping[str, Any]
|
672
742
|
|
673
743
|
@pulumi.input_type
|
674
|
-
class
|
744
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgs:
|
675
745
|
def __init__(__self__, *,
|
676
746
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
677
|
-
connection_credential_details: Optional[pulumi.Input['
|
678
|
-
connection_details: Optional[pulumi.Input['
|
679
|
-
credential_details: Optional[pulumi.Input['
|
747
|
+
connection_credential_details: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgs']] = None,
|
748
|
+
connection_details: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgs']] = None,
|
749
|
+
credential_details: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgs']] = None,
|
680
750
|
database_id: Optional[pulumi.Input[_builtins.str]] = None,
|
681
751
|
database_resource_type: Optional[pulumi.Input[_builtins.str]] = None,
|
682
|
-
dbm_private_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
683
752
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
684
753
|
deployment_type: Optional[pulumi.Input[_builtins.str]] = None,
|
685
754
|
entity_source: Optional[pulumi.Input[_builtins.str]] = None,
|
686
755
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
756
|
+
is_advanced_features_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
687
757
|
management_agent_id: Optional[pulumi.Input[_builtins.str]] = None,
|
688
758
|
opsi_private_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
689
|
-
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
690
759
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
691
760
|
"""
|
692
761
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) Compartment Identifier of database
|
693
|
-
:param pulumi.Input['
|
694
|
-
:param pulumi.Input['
|
695
|
-
:param pulumi.Input['
|
762
|
+
:param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgs'] connection_credential_details: User credential details to connect to the database.
|
763
|
+
:param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgs'] connection_details: Connection details to connect to the database. HostName, protocol, and port should be specified.
|
764
|
+
:param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
|
696
765
|
:param pulumi.Input[_builtins.str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
697
766
|
:param pulumi.Input[_builtins.str] database_resource_type: Oracle Cloud Infrastructure database resource type
|
698
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags:
|
699
|
-
:param pulumi.Input[_builtins.str] deployment_type: Database Deployment Type
|
700
|
-
:param pulumi.Input[_builtins.str] entity_source:
|
701
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags:
|
767
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
768
|
+
:param pulumi.Input[_builtins.str] deployment_type: Database Deployment Type
|
769
|
+
:param pulumi.Input[_builtins.str] entity_source: Source of the database entity.
|
770
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
771
|
+
:param pulumi.Input[_builtins.bool] is_advanced_features_enabled: Flag is to identify if advanced features for autonomous database is enabled or not
|
702
772
|
:param pulumi.Input[_builtins.str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
703
773
|
:param pulumi.Input[_builtins.str] opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
704
774
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
@@ -715,8 +785,6 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
715
785
|
pulumi.set(__self__, "database_id", database_id)
|
716
786
|
if database_resource_type is not None:
|
717
787
|
pulumi.set(__self__, "database_resource_type", database_resource_type)
|
718
|
-
if dbm_private_endpoint_id is not None:
|
719
|
-
pulumi.set(__self__, "dbm_private_endpoint_id", dbm_private_endpoint_id)
|
720
788
|
if defined_tags is not None:
|
721
789
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
722
790
|
if deployment_type is not None:
|
@@ -725,12 +793,12 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
725
793
|
pulumi.set(__self__, "entity_source", entity_source)
|
726
794
|
if freeform_tags is not None:
|
727
795
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
796
|
+
if is_advanced_features_enabled is not None:
|
797
|
+
pulumi.set(__self__, "is_advanced_features_enabled", is_advanced_features_enabled)
|
728
798
|
if management_agent_id is not None:
|
729
799
|
pulumi.set(__self__, "management_agent_id", management_agent_id)
|
730
800
|
if opsi_private_endpoint_id is not None:
|
731
801
|
pulumi.set(__self__, "opsi_private_endpoint_id", opsi_private_endpoint_id)
|
732
|
-
if service_name is not None:
|
733
|
-
pulumi.set(__self__, "service_name", service_name)
|
734
802
|
if system_tags is not None:
|
735
803
|
pulumi.set(__self__, "system_tags", system_tags)
|
736
804
|
|
@@ -748,38 +816,38 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
748
816
|
|
749
817
|
@_builtins.property
|
750
818
|
@pulumi.getter(name="connectionCredentialDetails")
|
751
|
-
def connection_credential_details(self) -> Optional[pulumi.Input['
|
819
|
+
def connection_credential_details(self) -> Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgs']]:
|
752
820
|
"""
|
753
821
|
User credential details to connect to the database.
|
754
822
|
"""
|
755
823
|
return pulumi.get(self, "connection_credential_details")
|
756
824
|
|
757
825
|
@connection_credential_details.setter
|
758
|
-
def connection_credential_details(self, value: Optional[pulumi.Input['
|
826
|
+
def connection_credential_details(self, value: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgs']]):
|
759
827
|
pulumi.set(self, "connection_credential_details", value)
|
760
828
|
|
761
829
|
@_builtins.property
|
762
830
|
@pulumi.getter(name="connectionDetails")
|
763
|
-
def connection_details(self) -> Optional[pulumi.Input['
|
831
|
+
def connection_details(self) -> Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgs']]:
|
764
832
|
"""
|
765
833
|
Connection details to connect to the database. HostName, protocol, and port should be specified.
|
766
834
|
"""
|
767
835
|
return pulumi.get(self, "connection_details")
|
768
836
|
|
769
837
|
@connection_details.setter
|
770
|
-
def connection_details(self, value: Optional[pulumi.Input['
|
838
|
+
def connection_details(self, value: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgs']]):
|
771
839
|
pulumi.set(self, "connection_details", value)
|
772
840
|
|
773
841
|
@_builtins.property
|
774
842
|
@pulumi.getter(name="credentialDetails")
|
775
|
-
def credential_details(self) -> Optional[pulumi.Input['
|
843
|
+
def credential_details(self) -> Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgs']]:
|
776
844
|
"""
|
777
845
|
User credential details to connect to the database.
|
778
846
|
"""
|
779
847
|
return pulumi.get(self, "credential_details")
|
780
848
|
|
781
849
|
@credential_details.setter
|
782
|
-
def credential_details(self, value: Optional[pulumi.Input['
|
850
|
+
def credential_details(self, value: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgs']]):
|
783
851
|
pulumi.set(self, "credential_details", value)
|
784
852
|
|
785
853
|
@_builtins.property
|
@@ -806,20 +874,11 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
806
874
|
def database_resource_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
807
875
|
pulumi.set(self, "database_resource_type", value)
|
808
876
|
|
809
|
-
@_builtins.property
|
810
|
-
@pulumi.getter(name="dbmPrivateEndpointId")
|
811
|
-
def dbm_private_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
812
|
-
return pulumi.get(self, "dbm_private_endpoint_id")
|
813
|
-
|
814
|
-
@dbm_private_endpoint_id.setter
|
815
|
-
def dbm_private_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
816
|
-
pulumi.set(self, "dbm_private_endpoint_id", value)
|
817
|
-
|
818
877
|
@_builtins.property
|
819
878
|
@pulumi.getter(name="definedTags")
|
820
879
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
821
880
|
"""
|
822
|
-
|
881
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
823
882
|
"""
|
824
883
|
return pulumi.get(self, "defined_tags")
|
825
884
|
|
@@ -831,7 +890,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
831
890
|
@pulumi.getter(name="deploymentType")
|
832
891
|
def deployment_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
833
892
|
"""
|
834
|
-
Database Deployment Type
|
893
|
+
Database Deployment Type
|
835
894
|
"""
|
836
895
|
return pulumi.get(self, "deployment_type")
|
837
896
|
|
@@ -843,7 +902,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
843
902
|
@pulumi.getter(name="entitySource")
|
844
903
|
def entity_source(self) -> Optional[pulumi.Input[_builtins.str]]:
|
845
904
|
"""
|
846
|
-
|
905
|
+
Source of the database entity.
|
847
906
|
"""
|
848
907
|
return pulumi.get(self, "entity_source")
|
849
908
|
|
@@ -855,7 +914,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
855
914
|
@pulumi.getter(name="freeformTags")
|
856
915
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
857
916
|
"""
|
858
|
-
|
917
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
859
918
|
"""
|
860
919
|
return pulumi.get(self, "freeform_tags")
|
861
920
|
|
@@ -863,6 +922,18 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
863
922
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
864
923
|
pulumi.set(self, "freeform_tags", value)
|
865
924
|
|
925
|
+
@_builtins.property
|
926
|
+
@pulumi.getter(name="isAdvancedFeaturesEnabled")
|
927
|
+
def is_advanced_features_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
928
|
+
"""
|
929
|
+
Flag is to identify if advanced features for autonomous database is enabled or not
|
930
|
+
"""
|
931
|
+
return pulumi.get(self, "is_advanced_features_enabled")
|
932
|
+
|
933
|
+
@is_advanced_features_enabled.setter
|
934
|
+
def is_advanced_features_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
935
|
+
pulumi.set(self, "is_advanced_features_enabled", value)
|
936
|
+
|
866
937
|
@_builtins.property
|
867
938
|
@pulumi.getter(name="managementAgentId")
|
868
939
|
def management_agent_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -887,15 +958,6 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
887
958
|
def opsi_private_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
888
959
|
pulumi.set(self, "opsi_private_endpoint_id", value)
|
889
960
|
|
890
|
-
@_builtins.property
|
891
|
-
@pulumi.getter(name="serviceName")
|
892
|
-
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
893
|
-
return pulumi.get(self, "service_name")
|
894
|
-
|
895
|
-
@service_name.setter
|
896
|
-
def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
897
|
-
pulumi.set(self, "service_name", value)
|
898
|
-
|
899
961
|
@_builtins.property
|
900
962
|
@pulumi.getter(name="systemTags")
|
901
963
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
@@ -910,14 +972,18 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
910
972
|
|
911
973
|
|
912
974
|
if not MYPY:
|
913
|
-
class
|
975
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgsDict(TypedDict):
|
914
976
|
credential_type: pulumi.Input[_builtins.str]
|
915
977
|
"""
|
916
|
-
|
978
|
+
CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
917
979
|
"""
|
918
980
|
credential_source_name: NotRequired[pulumi.Input[_builtins.str]]
|
919
981
|
"""
|
920
|
-
Credential source name that had been added in Management Agent wallet. This is
|
982
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
983
|
+
"""
|
984
|
+
named_credential_id: NotRequired[pulumi.Input[_builtins.str]]
|
985
|
+
"""
|
986
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
921
987
|
"""
|
922
988
|
password_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
923
989
|
"""
|
@@ -936,20 +1002,22 @@ if not MYPY:
|
|
936
1002
|
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
937
1003
|
"""
|
938
1004
|
elif False:
|
939
|
-
|
1005
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
940
1006
|
|
941
1007
|
@pulumi.input_type
|
942
|
-
class
|
1008
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgs:
|
943
1009
|
def __init__(__self__, *,
|
944
1010
|
credential_type: pulumi.Input[_builtins.str],
|
945
1011
|
credential_source_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1012
|
+
named_credential_id: Optional[pulumi.Input[_builtins.str]] = None,
|
946
1013
|
password_secret_id: Optional[pulumi.Input[_builtins.str]] = None,
|
947
1014
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
948
1015
|
user_name: Optional[pulumi.Input[_builtins.str]] = None,
|
949
1016
|
wallet_secret_id: Optional[pulumi.Input[_builtins.str]] = None):
|
950
1017
|
"""
|
951
|
-
:param pulumi.Input[_builtins.str] credential_type:
|
952
|
-
:param pulumi.Input[_builtins.str] credential_source_name: Credential source name that had been added in Management Agent wallet. This is
|
1018
|
+
:param pulumi.Input[_builtins.str] credential_type: CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
1019
|
+
:param pulumi.Input[_builtins.str] credential_source_name: Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
1020
|
+
:param pulumi.Input[_builtins.str] named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
953
1021
|
:param pulumi.Input[_builtins.str] password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
954
1022
|
:param pulumi.Input[_builtins.str] role: database user role.
|
955
1023
|
:param pulumi.Input[_builtins.str] user_name: database user name.
|
@@ -958,6 +1026,8 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
958
1026
|
pulumi.set(__self__, "credential_type", credential_type)
|
959
1027
|
if credential_source_name is not None:
|
960
1028
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
1029
|
+
if named_credential_id is not None:
|
1030
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
961
1031
|
if password_secret_id is not None:
|
962
1032
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
963
1033
|
if role is not None:
|
@@ -971,7 +1041,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
971
1041
|
@pulumi.getter(name="credentialType")
|
972
1042
|
def credential_type(self) -> pulumi.Input[_builtins.str]:
|
973
1043
|
"""
|
974
|
-
|
1044
|
+
CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
975
1045
|
"""
|
976
1046
|
return pulumi.get(self, "credential_type")
|
977
1047
|
|
@@ -983,7 +1053,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
983
1053
|
@pulumi.getter(name="credentialSourceName")
|
984
1054
|
def credential_source_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
985
1055
|
"""
|
986
|
-
Credential source name that had been added in Management Agent wallet. This is
|
1056
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
987
1057
|
"""
|
988
1058
|
return pulumi.get(self, "credential_source_name")
|
989
1059
|
|
@@ -991,6 +1061,18 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
991
1061
|
def credential_source_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
992
1062
|
pulumi.set(self, "credential_source_name", value)
|
993
1063
|
|
1064
|
+
@_builtins.property
|
1065
|
+
@pulumi.getter(name="namedCredentialId")
|
1066
|
+
def named_credential_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1067
|
+
"""
|
1068
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1069
|
+
"""
|
1070
|
+
return pulumi.get(self, "named_credential_id")
|
1071
|
+
|
1072
|
+
@named_credential_id.setter
|
1073
|
+
def named_credential_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1074
|
+
pulumi.set(self, "named_credential_id", value)
|
1075
|
+
|
994
1076
|
@_builtins.property
|
995
1077
|
@pulumi.getter(name="passwordSecretId")
|
996
1078
|
def password_secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -1041,49 +1123,41 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
1041
1123
|
|
1042
1124
|
|
1043
1125
|
if not MYPY:
|
1044
|
-
class
|
1126
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgsDict(TypedDict):
|
1045
1127
|
host_name: NotRequired[pulumi.Input[_builtins.str]]
|
1046
1128
|
"""
|
1047
1129
|
Name of the listener host that will be used to create the connect string to the database.
|
1048
1130
|
"""
|
1049
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgsDict']]]]
|
1050
|
-
"""
|
1051
|
-
List of hosts and port for private endpoint accessed database resource.
|
1052
|
-
"""
|
1053
1131
|
port: NotRequired[pulumi.Input[_builtins.int]]
|
1054
1132
|
"""
|
1055
1133
|
Listener port number used for connection requests.
|
1056
1134
|
"""
|
1057
1135
|
protocol: NotRequired[pulumi.Input[_builtins.str]]
|
1058
1136
|
"""
|
1059
|
-
Protocol used for connection requests
|
1137
|
+
Protocol used for connection requests.
|
1060
1138
|
"""
|
1061
1139
|
service_name: NotRequired[pulumi.Input[_builtins.str]]
|
1062
1140
|
"""
|
1063
1141
|
Database service name used for connection requests.
|
1064
1142
|
"""
|
1065
1143
|
elif False:
|
1066
|
-
|
1144
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
1067
1145
|
|
1068
1146
|
@pulumi.input_type
|
1069
|
-
class
|
1147
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgs:
|
1070
1148
|
def __init__(__self__, *,
|
1071
1149
|
host_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1072
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs']]]] = None,
|
1073
1150
|
port: Optional[pulumi.Input[_builtins.int]] = None,
|
1074
1151
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
1075
1152
|
service_name: Optional[pulumi.Input[_builtins.str]] = None):
|
1076
1153
|
"""
|
1077
1154
|
:param pulumi.Input[_builtins.str] host_name: Name of the listener host that will be used to create the connect string to the database.
|
1078
|
-
:param pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs']]] hosts: List of hosts and port for private endpoint accessed database resource.
|
1079
1155
|
:param pulumi.Input[_builtins.int] port: Listener port number used for connection requests.
|
1080
|
-
:param pulumi.Input[_builtins.str] protocol: Protocol used for connection requests
|
1156
|
+
:param pulumi.Input[_builtins.str] protocol: Protocol used for connection requests.
|
1081
1157
|
:param pulumi.Input[_builtins.str] service_name: Database service name used for connection requests.
|
1082
1158
|
"""
|
1083
1159
|
if host_name is not None:
|
1084
1160
|
pulumi.set(__self__, "host_name", host_name)
|
1085
|
-
if hosts is not None:
|
1086
|
-
pulumi.set(__self__, "hosts", hosts)
|
1087
1161
|
if port is not None:
|
1088
1162
|
pulumi.set(__self__, "port", port)
|
1089
1163
|
if protocol is not None:
|
@@ -1103,18 +1177,6 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsAr
|
|
1103
1177
|
def host_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1104
1178
|
pulumi.set(self, "host_name", value)
|
1105
1179
|
|
1106
|
-
@_builtins.property
|
1107
|
-
@pulumi.getter
|
1108
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs']]]]:
|
1109
|
-
"""
|
1110
|
-
List of hosts and port for private endpoint accessed database resource.
|
1111
|
-
"""
|
1112
|
-
return pulumi.get(self, "hosts")
|
1113
|
-
|
1114
|
-
@hosts.setter
|
1115
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs']]]]):
|
1116
|
-
pulumi.set(self, "hosts", value)
|
1117
|
-
|
1118
1180
|
@_builtins.property
|
1119
1181
|
@pulumi.getter
|
1120
1182
|
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
@@ -1131,7 +1193,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsAr
|
|
1131
1193
|
@pulumi.getter
|
1132
1194
|
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1133
1195
|
"""
|
1134
|
-
Protocol used for connection requests
|
1196
|
+
Protocol used for connection requests.
|
1135
1197
|
"""
|
1136
1198
|
return pulumi.get(self, "protocol")
|
1137
1199
|
|
@@ -1153,80 +1215,62 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsAr
|
|
1153
1215
|
|
1154
1216
|
|
1155
1217
|
if not MYPY:
|
1156
|
-
class
|
1157
|
-
|
1218
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgsDict(TypedDict):
|
1219
|
+
credential_type: pulumi.Input[_builtins.str]
|
1158
1220
|
"""
|
1159
|
-
|
1221
|
+
CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
1160
1222
|
"""
|
1161
|
-
|
1223
|
+
credential_source_name: NotRequired[pulumi.Input[_builtins.str]]
|
1162
1224
|
"""
|
1163
|
-
|
1225
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
1164
1226
|
"""
|
1165
|
-
|
1166
|
-
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgsDict: TypeAlias = Mapping[str, Any]
|
1167
|
-
|
1168
|
-
@pulumi.input_type
|
1169
|
-
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs:
|
1170
|
-
def __init__(__self__, *,
|
1171
|
-
host_ip: Optional[pulumi.Input[_builtins.str]] = None,
|
1172
|
-
port: Optional[pulumi.Input[_builtins.int]] = None):
|
1227
|
+
named_credential_id: NotRequired[pulumi.Input[_builtins.str]]
|
1173
1228
|
"""
|
1174
|
-
|
1175
|
-
:param pulumi.Input[_builtins.int] port: Listener port number used for connection requests for rivate endpoint accessed db resource.
|
1229
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1176
1230
|
"""
|
1177
|
-
|
1178
|
-
pulumi.set(__self__, "host_ip", host_ip)
|
1179
|
-
if port is not None:
|
1180
|
-
pulumi.set(__self__, "port", port)
|
1181
|
-
|
1182
|
-
@_builtins.property
|
1183
|
-
@pulumi.getter(name="hostIp")
|
1184
|
-
def host_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1231
|
+
password_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
1185
1232
|
"""
|
1186
|
-
|
1233
|
+
The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1187
1234
|
"""
|
1188
|
-
|
1189
|
-
|
1190
|
-
@host_ip.setter
|
1191
|
-
def host_ip(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1192
|
-
pulumi.set(self, "host_ip", value)
|
1193
|
-
|
1194
|
-
@_builtins.property
|
1195
|
-
@pulumi.getter
|
1196
|
-
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
1235
|
+
role: NotRequired[pulumi.Input[_builtins.str]]
|
1197
1236
|
"""
|
1198
|
-
|
1237
|
+
database user role.
|
1199
1238
|
"""
|
1200
|
-
return pulumi.get(self, "port")
|
1201
|
-
|
1202
|
-
@port.setter
|
1203
|
-
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
1204
|
-
pulumi.set(self, "port", value)
|
1205
|
-
|
1206
|
-
|
1207
|
-
if not MYPY:
|
1208
|
-
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgsDict(TypedDict):
|
1209
|
-
credential_type: pulumi.Input[_builtins.str]
|
1210
|
-
credential_source_name: NotRequired[pulumi.Input[_builtins.str]]
|
1211
|
-
password_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
1212
|
-
role: NotRequired[pulumi.Input[_builtins.str]]
|
1213
1239
|
user_name: NotRequired[pulumi.Input[_builtins.str]]
|
1240
|
+
"""
|
1241
|
+
database user name.
|
1242
|
+
"""
|
1214
1243
|
wallet_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
1244
|
+
"""
|
1245
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
1246
|
+
"""
|
1215
1247
|
elif False:
|
1216
|
-
|
1248
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
1217
1249
|
|
1218
1250
|
@pulumi.input_type
|
1219
|
-
class
|
1251
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgs:
|
1220
1252
|
def __init__(__self__, *,
|
1221
1253
|
credential_type: pulumi.Input[_builtins.str],
|
1222
1254
|
credential_source_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1255
|
+
named_credential_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1223
1256
|
password_secret_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1224
1257
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
1225
1258
|
user_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1226
1259
|
wallet_secret_id: Optional[pulumi.Input[_builtins.str]] = None):
|
1260
|
+
"""
|
1261
|
+
:param pulumi.Input[_builtins.str] credential_type: CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
1262
|
+
:param pulumi.Input[_builtins.str] credential_source_name: Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
1263
|
+
:param pulumi.Input[_builtins.str] named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1264
|
+
:param pulumi.Input[_builtins.str] password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1265
|
+
:param pulumi.Input[_builtins.str] role: database user role.
|
1266
|
+
:param pulumi.Input[_builtins.str] user_name: database user name.
|
1267
|
+
:param pulumi.Input[_builtins.str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
1268
|
+
"""
|
1227
1269
|
pulumi.set(__self__, "credential_type", credential_type)
|
1228
1270
|
if credential_source_name is not None:
|
1229
1271
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
1272
|
+
if named_credential_id is not None:
|
1273
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
1230
1274
|
if password_secret_id is not None:
|
1231
1275
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
1232
1276
|
if role is not None:
|
@@ -1239,6 +1283,9 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsAr
|
|
1239
1283
|
@_builtins.property
|
1240
1284
|
@pulumi.getter(name="credentialType")
|
1241
1285
|
def credential_type(self) -> pulumi.Input[_builtins.str]:
|
1286
|
+
"""
|
1287
|
+
CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
1288
|
+
"""
|
1242
1289
|
return pulumi.get(self, "credential_type")
|
1243
1290
|
|
1244
1291
|
@credential_type.setter
|
@@ -1248,15 +1295,33 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsAr
|
|
1248
1295
|
@_builtins.property
|
1249
1296
|
@pulumi.getter(name="credentialSourceName")
|
1250
1297
|
def credential_source_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1298
|
+
"""
|
1299
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
1300
|
+
"""
|
1251
1301
|
return pulumi.get(self, "credential_source_name")
|
1252
1302
|
|
1253
1303
|
@credential_source_name.setter
|
1254
1304
|
def credential_source_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1255
1305
|
pulumi.set(self, "credential_source_name", value)
|
1256
1306
|
|
1307
|
+
@_builtins.property
|
1308
|
+
@pulumi.getter(name="namedCredentialId")
|
1309
|
+
def named_credential_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1310
|
+
"""
|
1311
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1312
|
+
"""
|
1313
|
+
return pulumi.get(self, "named_credential_id")
|
1314
|
+
|
1315
|
+
@named_credential_id.setter
|
1316
|
+
def named_credential_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1317
|
+
pulumi.set(self, "named_credential_id", value)
|
1318
|
+
|
1257
1319
|
@_builtins.property
|
1258
1320
|
@pulumi.getter(name="passwordSecretId")
|
1259
1321
|
def password_secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1322
|
+
"""
|
1323
|
+
The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1324
|
+
"""
|
1260
1325
|
return pulumi.get(self, "password_secret_id")
|
1261
1326
|
|
1262
1327
|
@password_secret_id.setter
|
@@ -1266,6 +1331,9 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsAr
|
|
1266
1331
|
@_builtins.property
|
1267
1332
|
@pulumi.getter
|
1268
1333
|
def role(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1334
|
+
"""
|
1335
|
+
database user role.
|
1336
|
+
"""
|
1269
1337
|
return pulumi.get(self, "role")
|
1270
1338
|
|
1271
1339
|
@role.setter
|
@@ -1275,6 +1343,9 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsAr
|
|
1275
1343
|
@_builtins.property
|
1276
1344
|
@pulumi.getter(name="userName")
|
1277
1345
|
def user_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1346
|
+
"""
|
1347
|
+
database user name.
|
1348
|
+
"""
|
1278
1349
|
return pulumi.get(self, "user_name")
|
1279
1350
|
|
1280
1351
|
@user_name.setter
|
@@ -1284,6 +1355,787 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsAr
|
|
1284
1355
|
@_builtins.property
|
1285
1356
|
@pulumi.getter(name="walletSecretId")
|
1286
1357
|
def wallet_secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1358
|
+
"""
|
1359
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
1360
|
+
"""
|
1361
|
+
return pulumi.get(self, "wallet_secret_id")
|
1362
|
+
|
1363
|
+
@wallet_secret_id.setter
|
1364
|
+
def wallet_secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1365
|
+
pulumi.set(self, "wallet_secret_id", value)
|
1366
|
+
|
1367
|
+
|
1368
|
+
if not MYPY:
|
1369
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgsDict(TypedDict):
|
1370
|
+
compartment_id: NotRequired[pulumi.Input[_builtins.str]]
|
1371
|
+
"""
|
1372
|
+
(Updatable) Compartment Identifier of database
|
1373
|
+
"""
|
1374
|
+
connection_credential_details: NotRequired[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailsArgsDict']]
|
1375
|
+
"""
|
1376
|
+
User credential details to connect to the database.
|
1377
|
+
"""
|
1378
|
+
connection_details: NotRequired[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgsDict']]
|
1379
|
+
"""
|
1380
|
+
Connection details to connect to the database. HostName, protocol, and port should be specified.
|
1381
|
+
"""
|
1382
|
+
credential_details: NotRequired[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgsDict']]
|
1383
|
+
"""
|
1384
|
+
User credential details to connect to the database.
|
1385
|
+
"""
|
1386
|
+
database_id: NotRequired[pulumi.Input[_builtins.str]]
|
1387
|
+
"""
|
1388
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
1389
|
+
"""
|
1390
|
+
database_resource_type: NotRequired[pulumi.Input[_builtins.str]]
|
1391
|
+
"""
|
1392
|
+
Oracle Cloud Infrastructure database resource type
|
1393
|
+
"""
|
1394
|
+
dbm_private_endpoint_id: NotRequired[pulumi.Input[_builtins.str]]
|
1395
|
+
"""
|
1396
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
|
1397
|
+
"""
|
1398
|
+
defined_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
1399
|
+
"""
|
1400
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1401
|
+
"""
|
1402
|
+
deployment_type: NotRequired[pulumi.Input[_builtins.str]]
|
1403
|
+
"""
|
1404
|
+
Database Deployment Type (EXACS will be supported in the future)
|
1405
|
+
"""
|
1406
|
+
entity_source: NotRequired[pulumi.Input[_builtins.str]]
|
1407
|
+
"""
|
1408
|
+
Source of the database entity.
|
1409
|
+
"""
|
1410
|
+
freeform_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
1411
|
+
"""
|
1412
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1413
|
+
"""
|
1414
|
+
management_agent_id: NotRequired[pulumi.Input[_builtins.str]]
|
1415
|
+
"""
|
1416
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
1417
|
+
"""
|
1418
|
+
opsi_private_endpoint_id: NotRequired[pulumi.Input[_builtins.str]]
|
1419
|
+
"""
|
1420
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
1421
|
+
"""
|
1422
|
+
service_name: NotRequired[pulumi.Input[_builtins.str]]
|
1423
|
+
"""
|
1424
|
+
Database service name used for connection requests.
|
1425
|
+
"""
|
1426
|
+
system_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
1427
|
+
"""
|
1428
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1429
|
+
"""
|
1430
|
+
elif False:
|
1431
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgsDict: TypeAlias = Mapping[str, Any]
|
1432
|
+
|
1433
|
+
@pulumi.input_type
|
1434
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
1435
|
+
def __init__(__self__, *,
|
1436
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1437
|
+
connection_credential_details: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailsArgs']] = None,
|
1438
|
+
connection_details: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs']] = None,
|
1439
|
+
credential_details: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs']] = None,
|
1440
|
+
database_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1441
|
+
database_resource_type: Optional[pulumi.Input[_builtins.str]] = None,
|
1442
|
+
dbm_private_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1443
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1444
|
+
deployment_type: Optional[pulumi.Input[_builtins.str]] = None,
|
1445
|
+
entity_source: Optional[pulumi.Input[_builtins.str]] = None,
|
1446
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1447
|
+
management_agent_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1448
|
+
opsi_private_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1449
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1450
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
1451
|
+
"""
|
1452
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) Compartment Identifier of database
|
1453
|
+
:param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailsArgs'] connection_credential_details: User credential details to connect to the database.
|
1454
|
+
:param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs'] connection_details: Connection details to connect to the database. HostName, protocol, and port should be specified.
|
1455
|
+
:param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
|
1456
|
+
:param pulumi.Input[_builtins.str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
1457
|
+
:param pulumi.Input[_builtins.str] database_resource_type: Oracle Cloud Infrastructure database resource type
|
1458
|
+
:param pulumi.Input[_builtins.str] dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
|
1459
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1460
|
+
:param pulumi.Input[_builtins.str] deployment_type: Database Deployment Type (EXACS will be supported in the future)
|
1461
|
+
:param pulumi.Input[_builtins.str] entity_source: Source of the database entity.
|
1462
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1463
|
+
:param pulumi.Input[_builtins.str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
1464
|
+
:param pulumi.Input[_builtins.str] opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
1465
|
+
:param pulumi.Input[_builtins.str] service_name: Database service name used for connection requests.
|
1466
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1467
|
+
"""
|
1468
|
+
if compartment_id is not None:
|
1469
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
1470
|
+
if connection_credential_details is not None:
|
1471
|
+
pulumi.set(__self__, "connection_credential_details", connection_credential_details)
|
1472
|
+
if connection_details is not None:
|
1473
|
+
pulumi.set(__self__, "connection_details", connection_details)
|
1474
|
+
if credential_details is not None:
|
1475
|
+
pulumi.set(__self__, "credential_details", credential_details)
|
1476
|
+
if database_id is not None:
|
1477
|
+
pulumi.set(__self__, "database_id", database_id)
|
1478
|
+
if database_resource_type is not None:
|
1479
|
+
pulumi.set(__self__, "database_resource_type", database_resource_type)
|
1480
|
+
if dbm_private_endpoint_id is not None:
|
1481
|
+
pulumi.set(__self__, "dbm_private_endpoint_id", dbm_private_endpoint_id)
|
1482
|
+
if defined_tags is not None:
|
1483
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
1484
|
+
if deployment_type is not None:
|
1485
|
+
pulumi.set(__self__, "deployment_type", deployment_type)
|
1486
|
+
if entity_source is not None:
|
1487
|
+
pulumi.set(__self__, "entity_source", entity_source)
|
1488
|
+
if freeform_tags is not None:
|
1489
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
1490
|
+
if management_agent_id is not None:
|
1491
|
+
pulumi.set(__self__, "management_agent_id", management_agent_id)
|
1492
|
+
if opsi_private_endpoint_id is not None:
|
1493
|
+
pulumi.set(__self__, "opsi_private_endpoint_id", opsi_private_endpoint_id)
|
1494
|
+
if service_name is not None:
|
1495
|
+
pulumi.set(__self__, "service_name", service_name)
|
1496
|
+
if system_tags is not None:
|
1497
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
1498
|
+
|
1499
|
+
@_builtins.property
|
1500
|
+
@pulumi.getter(name="compartmentId")
|
1501
|
+
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1502
|
+
"""
|
1503
|
+
(Updatable) Compartment Identifier of database
|
1504
|
+
"""
|
1505
|
+
return pulumi.get(self, "compartment_id")
|
1506
|
+
|
1507
|
+
@compartment_id.setter
|
1508
|
+
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1509
|
+
pulumi.set(self, "compartment_id", value)
|
1510
|
+
|
1511
|
+
@_builtins.property
|
1512
|
+
@pulumi.getter(name="connectionCredentialDetails")
|
1513
|
+
def connection_credential_details(self) -> Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailsArgs']]:
|
1514
|
+
"""
|
1515
|
+
User credential details to connect to the database.
|
1516
|
+
"""
|
1517
|
+
return pulumi.get(self, "connection_credential_details")
|
1518
|
+
|
1519
|
+
@connection_credential_details.setter
|
1520
|
+
def connection_credential_details(self, value: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailsArgs']]):
|
1521
|
+
pulumi.set(self, "connection_credential_details", value)
|
1522
|
+
|
1523
|
+
@_builtins.property
|
1524
|
+
@pulumi.getter(name="connectionDetails")
|
1525
|
+
def connection_details(self) -> Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs']]:
|
1526
|
+
"""
|
1527
|
+
Connection details to connect to the database. HostName, protocol, and port should be specified.
|
1528
|
+
"""
|
1529
|
+
return pulumi.get(self, "connection_details")
|
1530
|
+
|
1531
|
+
@connection_details.setter
|
1532
|
+
def connection_details(self, value: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs']]):
|
1533
|
+
pulumi.set(self, "connection_details", value)
|
1534
|
+
|
1535
|
+
@_builtins.property
|
1536
|
+
@pulumi.getter(name="credentialDetails")
|
1537
|
+
def credential_details(self) -> Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs']]:
|
1538
|
+
"""
|
1539
|
+
User credential details to connect to the database.
|
1540
|
+
"""
|
1541
|
+
return pulumi.get(self, "credential_details")
|
1542
|
+
|
1543
|
+
@credential_details.setter
|
1544
|
+
def credential_details(self, value: Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs']]):
|
1545
|
+
pulumi.set(self, "credential_details", value)
|
1546
|
+
|
1547
|
+
@_builtins.property
|
1548
|
+
@pulumi.getter(name="databaseId")
|
1549
|
+
def database_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1550
|
+
"""
|
1551
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
1552
|
+
"""
|
1553
|
+
return pulumi.get(self, "database_id")
|
1554
|
+
|
1555
|
+
@database_id.setter
|
1556
|
+
def database_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1557
|
+
pulumi.set(self, "database_id", value)
|
1558
|
+
|
1559
|
+
@_builtins.property
|
1560
|
+
@pulumi.getter(name="databaseResourceType")
|
1561
|
+
def database_resource_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1562
|
+
"""
|
1563
|
+
Oracle Cloud Infrastructure database resource type
|
1564
|
+
"""
|
1565
|
+
return pulumi.get(self, "database_resource_type")
|
1566
|
+
|
1567
|
+
@database_resource_type.setter
|
1568
|
+
def database_resource_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1569
|
+
pulumi.set(self, "database_resource_type", value)
|
1570
|
+
|
1571
|
+
@_builtins.property
|
1572
|
+
@pulumi.getter(name="dbmPrivateEndpointId")
|
1573
|
+
def dbm_private_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1574
|
+
"""
|
1575
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
|
1576
|
+
"""
|
1577
|
+
return pulumi.get(self, "dbm_private_endpoint_id")
|
1578
|
+
|
1579
|
+
@dbm_private_endpoint_id.setter
|
1580
|
+
def dbm_private_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1581
|
+
pulumi.set(self, "dbm_private_endpoint_id", value)
|
1582
|
+
|
1583
|
+
@_builtins.property
|
1584
|
+
@pulumi.getter(name="definedTags")
|
1585
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
1586
|
+
"""
|
1587
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1588
|
+
"""
|
1589
|
+
return pulumi.get(self, "defined_tags")
|
1590
|
+
|
1591
|
+
@defined_tags.setter
|
1592
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
1593
|
+
pulumi.set(self, "defined_tags", value)
|
1594
|
+
|
1595
|
+
@_builtins.property
|
1596
|
+
@pulumi.getter(name="deploymentType")
|
1597
|
+
def deployment_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1598
|
+
"""
|
1599
|
+
Database Deployment Type (EXACS will be supported in the future)
|
1600
|
+
"""
|
1601
|
+
return pulumi.get(self, "deployment_type")
|
1602
|
+
|
1603
|
+
@deployment_type.setter
|
1604
|
+
def deployment_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1605
|
+
pulumi.set(self, "deployment_type", value)
|
1606
|
+
|
1607
|
+
@_builtins.property
|
1608
|
+
@pulumi.getter(name="entitySource")
|
1609
|
+
def entity_source(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1610
|
+
"""
|
1611
|
+
Source of the database entity.
|
1612
|
+
"""
|
1613
|
+
return pulumi.get(self, "entity_source")
|
1614
|
+
|
1615
|
+
@entity_source.setter
|
1616
|
+
def entity_source(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1617
|
+
pulumi.set(self, "entity_source", value)
|
1618
|
+
|
1619
|
+
@_builtins.property
|
1620
|
+
@pulumi.getter(name="freeformTags")
|
1621
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
1622
|
+
"""
|
1623
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1624
|
+
"""
|
1625
|
+
return pulumi.get(self, "freeform_tags")
|
1626
|
+
|
1627
|
+
@freeform_tags.setter
|
1628
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
1629
|
+
pulumi.set(self, "freeform_tags", value)
|
1630
|
+
|
1631
|
+
@_builtins.property
|
1632
|
+
@pulumi.getter(name="managementAgentId")
|
1633
|
+
def management_agent_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1634
|
+
"""
|
1635
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
1636
|
+
"""
|
1637
|
+
return pulumi.get(self, "management_agent_id")
|
1638
|
+
|
1639
|
+
@management_agent_id.setter
|
1640
|
+
def management_agent_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1641
|
+
pulumi.set(self, "management_agent_id", value)
|
1642
|
+
|
1643
|
+
@_builtins.property
|
1644
|
+
@pulumi.getter(name="opsiPrivateEndpointId")
|
1645
|
+
def opsi_private_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1646
|
+
"""
|
1647
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
1648
|
+
"""
|
1649
|
+
return pulumi.get(self, "opsi_private_endpoint_id")
|
1650
|
+
|
1651
|
+
@opsi_private_endpoint_id.setter
|
1652
|
+
def opsi_private_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1653
|
+
pulumi.set(self, "opsi_private_endpoint_id", value)
|
1654
|
+
|
1655
|
+
@_builtins.property
|
1656
|
+
@pulumi.getter(name="serviceName")
|
1657
|
+
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1658
|
+
"""
|
1659
|
+
Database service name used for connection requests.
|
1660
|
+
"""
|
1661
|
+
return pulumi.get(self, "service_name")
|
1662
|
+
|
1663
|
+
@service_name.setter
|
1664
|
+
def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1665
|
+
pulumi.set(self, "service_name", value)
|
1666
|
+
|
1667
|
+
@_builtins.property
|
1668
|
+
@pulumi.getter(name="systemTags")
|
1669
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
1670
|
+
"""
|
1671
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1672
|
+
"""
|
1673
|
+
return pulumi.get(self, "system_tags")
|
1674
|
+
|
1675
|
+
@system_tags.setter
|
1676
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
1677
|
+
pulumi.set(self, "system_tags", value)
|
1678
|
+
|
1679
|
+
|
1680
|
+
if not MYPY:
|
1681
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailsArgsDict(TypedDict):
|
1682
|
+
credential_type: pulumi.Input[_builtins.str]
|
1683
|
+
"""
|
1684
|
+
CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
1685
|
+
"""
|
1686
|
+
credential_source_name: NotRequired[pulumi.Input[_builtins.str]]
|
1687
|
+
"""
|
1688
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
1689
|
+
"""
|
1690
|
+
named_credential_id: NotRequired[pulumi.Input[_builtins.str]]
|
1691
|
+
"""
|
1692
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1693
|
+
"""
|
1694
|
+
password_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
1695
|
+
"""
|
1696
|
+
The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1697
|
+
"""
|
1698
|
+
role: NotRequired[pulumi.Input[_builtins.str]]
|
1699
|
+
"""
|
1700
|
+
database user role.
|
1701
|
+
"""
|
1702
|
+
user_name: NotRequired[pulumi.Input[_builtins.str]]
|
1703
|
+
"""
|
1704
|
+
database user name.
|
1705
|
+
"""
|
1706
|
+
wallet_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
1707
|
+
"""
|
1708
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
1709
|
+
"""
|
1710
|
+
elif False:
|
1711
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
1712
|
+
|
1713
|
+
@pulumi.input_type
|
1714
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailsArgs:
|
1715
|
+
def __init__(__self__, *,
|
1716
|
+
credential_type: pulumi.Input[_builtins.str],
|
1717
|
+
credential_source_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1718
|
+
named_credential_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1719
|
+
password_secret_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1720
|
+
role: Optional[pulumi.Input[_builtins.str]] = None,
|
1721
|
+
user_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1722
|
+
wallet_secret_id: Optional[pulumi.Input[_builtins.str]] = None):
|
1723
|
+
"""
|
1724
|
+
:param pulumi.Input[_builtins.str] credential_type: CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
1725
|
+
:param pulumi.Input[_builtins.str] credential_source_name: Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
1726
|
+
:param pulumi.Input[_builtins.str] named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1727
|
+
:param pulumi.Input[_builtins.str] password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1728
|
+
:param pulumi.Input[_builtins.str] role: database user role.
|
1729
|
+
:param pulumi.Input[_builtins.str] user_name: database user name.
|
1730
|
+
:param pulumi.Input[_builtins.str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
1731
|
+
"""
|
1732
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
1733
|
+
if credential_source_name is not None:
|
1734
|
+
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
1735
|
+
if named_credential_id is not None:
|
1736
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
1737
|
+
if password_secret_id is not None:
|
1738
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
1739
|
+
if role is not None:
|
1740
|
+
pulumi.set(__self__, "role", role)
|
1741
|
+
if user_name is not None:
|
1742
|
+
pulumi.set(__self__, "user_name", user_name)
|
1743
|
+
if wallet_secret_id is not None:
|
1744
|
+
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
1745
|
+
|
1746
|
+
@_builtins.property
|
1747
|
+
@pulumi.getter(name="credentialType")
|
1748
|
+
def credential_type(self) -> pulumi.Input[_builtins.str]:
|
1749
|
+
"""
|
1750
|
+
CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
1751
|
+
"""
|
1752
|
+
return pulumi.get(self, "credential_type")
|
1753
|
+
|
1754
|
+
@credential_type.setter
|
1755
|
+
def credential_type(self, value: pulumi.Input[_builtins.str]):
|
1756
|
+
pulumi.set(self, "credential_type", value)
|
1757
|
+
|
1758
|
+
@_builtins.property
|
1759
|
+
@pulumi.getter(name="credentialSourceName")
|
1760
|
+
def credential_source_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1761
|
+
"""
|
1762
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
1763
|
+
"""
|
1764
|
+
return pulumi.get(self, "credential_source_name")
|
1765
|
+
|
1766
|
+
@credential_source_name.setter
|
1767
|
+
def credential_source_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1768
|
+
pulumi.set(self, "credential_source_name", value)
|
1769
|
+
|
1770
|
+
@_builtins.property
|
1771
|
+
@pulumi.getter(name="namedCredentialId")
|
1772
|
+
def named_credential_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1773
|
+
"""
|
1774
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1775
|
+
"""
|
1776
|
+
return pulumi.get(self, "named_credential_id")
|
1777
|
+
|
1778
|
+
@named_credential_id.setter
|
1779
|
+
def named_credential_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1780
|
+
pulumi.set(self, "named_credential_id", value)
|
1781
|
+
|
1782
|
+
@_builtins.property
|
1783
|
+
@pulumi.getter(name="passwordSecretId")
|
1784
|
+
def password_secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1785
|
+
"""
|
1786
|
+
The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1787
|
+
"""
|
1788
|
+
return pulumi.get(self, "password_secret_id")
|
1789
|
+
|
1790
|
+
@password_secret_id.setter
|
1791
|
+
def password_secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1792
|
+
pulumi.set(self, "password_secret_id", value)
|
1793
|
+
|
1794
|
+
@_builtins.property
|
1795
|
+
@pulumi.getter
|
1796
|
+
def role(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1797
|
+
"""
|
1798
|
+
database user role.
|
1799
|
+
"""
|
1800
|
+
return pulumi.get(self, "role")
|
1801
|
+
|
1802
|
+
@role.setter
|
1803
|
+
def role(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1804
|
+
pulumi.set(self, "role", value)
|
1805
|
+
|
1806
|
+
@_builtins.property
|
1807
|
+
@pulumi.getter(name="userName")
|
1808
|
+
def user_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1809
|
+
"""
|
1810
|
+
database user name.
|
1811
|
+
"""
|
1812
|
+
return pulumi.get(self, "user_name")
|
1813
|
+
|
1814
|
+
@user_name.setter
|
1815
|
+
def user_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1816
|
+
pulumi.set(self, "user_name", value)
|
1817
|
+
|
1818
|
+
@_builtins.property
|
1819
|
+
@pulumi.getter(name="walletSecretId")
|
1820
|
+
def wallet_secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1821
|
+
"""
|
1822
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
1823
|
+
"""
|
1824
|
+
return pulumi.get(self, "wallet_secret_id")
|
1825
|
+
|
1826
|
+
@wallet_secret_id.setter
|
1827
|
+
def wallet_secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1828
|
+
pulumi.set(self, "wallet_secret_id", value)
|
1829
|
+
|
1830
|
+
|
1831
|
+
if not MYPY:
|
1832
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgsDict(TypedDict):
|
1833
|
+
host_name: NotRequired[pulumi.Input[_builtins.str]]
|
1834
|
+
"""
|
1835
|
+
Name of the listener host that will be used to create the connect string to the database.
|
1836
|
+
"""
|
1837
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgsDict']]]]
|
1838
|
+
"""
|
1839
|
+
List of hosts and port for private endpoint accessed database resource.
|
1840
|
+
"""
|
1841
|
+
port: NotRequired[pulumi.Input[_builtins.int]]
|
1842
|
+
"""
|
1843
|
+
Listener port number used for connection requests.
|
1844
|
+
"""
|
1845
|
+
protocol: NotRequired[pulumi.Input[_builtins.str]]
|
1846
|
+
"""
|
1847
|
+
Protocol used for connection requests for private endpoint accssed database resource.
|
1848
|
+
"""
|
1849
|
+
service_name: NotRequired[pulumi.Input[_builtins.str]]
|
1850
|
+
"""
|
1851
|
+
Database service name used for connection requests.
|
1852
|
+
"""
|
1853
|
+
elif False:
|
1854
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
1855
|
+
|
1856
|
+
@pulumi.input_type
|
1857
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs:
|
1858
|
+
def __init__(__self__, *,
|
1859
|
+
host_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1860
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs']]]] = None,
|
1861
|
+
port: Optional[pulumi.Input[_builtins.int]] = None,
|
1862
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
1863
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None):
|
1864
|
+
"""
|
1865
|
+
:param pulumi.Input[_builtins.str] host_name: Name of the listener host that will be used to create the connect string to the database.
|
1866
|
+
:param pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs']]] hosts: List of hosts and port for private endpoint accessed database resource.
|
1867
|
+
:param pulumi.Input[_builtins.int] port: Listener port number used for connection requests.
|
1868
|
+
:param pulumi.Input[_builtins.str] protocol: Protocol used for connection requests for private endpoint accssed database resource.
|
1869
|
+
:param pulumi.Input[_builtins.str] service_name: Database service name used for connection requests.
|
1870
|
+
"""
|
1871
|
+
if host_name is not None:
|
1872
|
+
pulumi.set(__self__, "host_name", host_name)
|
1873
|
+
if hosts is not None:
|
1874
|
+
pulumi.set(__self__, "hosts", hosts)
|
1875
|
+
if port is not None:
|
1876
|
+
pulumi.set(__self__, "port", port)
|
1877
|
+
if protocol is not None:
|
1878
|
+
pulumi.set(__self__, "protocol", protocol)
|
1879
|
+
if service_name is not None:
|
1880
|
+
pulumi.set(__self__, "service_name", service_name)
|
1881
|
+
|
1882
|
+
@_builtins.property
|
1883
|
+
@pulumi.getter(name="hostName")
|
1884
|
+
def host_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1885
|
+
"""
|
1886
|
+
Name of the listener host that will be used to create the connect string to the database.
|
1887
|
+
"""
|
1888
|
+
return pulumi.get(self, "host_name")
|
1889
|
+
|
1890
|
+
@host_name.setter
|
1891
|
+
def host_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1892
|
+
pulumi.set(self, "host_name", value)
|
1893
|
+
|
1894
|
+
@_builtins.property
|
1895
|
+
@pulumi.getter
|
1896
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs']]]]:
|
1897
|
+
"""
|
1898
|
+
List of hosts and port for private endpoint accessed database resource.
|
1899
|
+
"""
|
1900
|
+
return pulumi.get(self, "hosts")
|
1901
|
+
|
1902
|
+
@hosts.setter
|
1903
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs']]]]):
|
1904
|
+
pulumi.set(self, "hosts", value)
|
1905
|
+
|
1906
|
+
@_builtins.property
|
1907
|
+
@pulumi.getter
|
1908
|
+
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
1909
|
+
"""
|
1910
|
+
Listener port number used for connection requests.
|
1911
|
+
"""
|
1912
|
+
return pulumi.get(self, "port")
|
1913
|
+
|
1914
|
+
@port.setter
|
1915
|
+
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
1916
|
+
pulumi.set(self, "port", value)
|
1917
|
+
|
1918
|
+
@_builtins.property
|
1919
|
+
@pulumi.getter
|
1920
|
+
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1921
|
+
"""
|
1922
|
+
Protocol used for connection requests for private endpoint accssed database resource.
|
1923
|
+
"""
|
1924
|
+
return pulumi.get(self, "protocol")
|
1925
|
+
|
1926
|
+
@protocol.setter
|
1927
|
+
def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1928
|
+
pulumi.set(self, "protocol", value)
|
1929
|
+
|
1930
|
+
@_builtins.property
|
1931
|
+
@pulumi.getter(name="serviceName")
|
1932
|
+
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1933
|
+
"""
|
1934
|
+
Database service name used for connection requests.
|
1935
|
+
"""
|
1936
|
+
return pulumi.get(self, "service_name")
|
1937
|
+
|
1938
|
+
@service_name.setter
|
1939
|
+
def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1940
|
+
pulumi.set(self, "service_name", value)
|
1941
|
+
|
1942
|
+
|
1943
|
+
if not MYPY:
|
1944
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgsDict(TypedDict):
|
1945
|
+
host_ip: NotRequired[pulumi.Input[_builtins.str]]
|
1946
|
+
"""
|
1947
|
+
Host IP used for connection requests for Cloud DB resource.
|
1948
|
+
"""
|
1949
|
+
port: NotRequired[pulumi.Input[_builtins.int]]
|
1950
|
+
"""
|
1951
|
+
Listener port number used for connection requests for rivate endpoint accessed db resource.
|
1952
|
+
"""
|
1953
|
+
elif False:
|
1954
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgsDict: TypeAlias = Mapping[str, Any]
|
1955
|
+
|
1956
|
+
@pulumi.input_type
|
1957
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs:
|
1958
|
+
def __init__(__self__, *,
|
1959
|
+
host_ip: Optional[pulumi.Input[_builtins.str]] = None,
|
1960
|
+
port: Optional[pulumi.Input[_builtins.int]] = None):
|
1961
|
+
"""
|
1962
|
+
:param pulumi.Input[_builtins.str] host_ip: Host IP used for connection requests for Cloud DB resource.
|
1963
|
+
:param pulumi.Input[_builtins.int] port: Listener port number used for connection requests for rivate endpoint accessed db resource.
|
1964
|
+
"""
|
1965
|
+
if host_ip is not None:
|
1966
|
+
pulumi.set(__self__, "host_ip", host_ip)
|
1967
|
+
if port is not None:
|
1968
|
+
pulumi.set(__self__, "port", port)
|
1969
|
+
|
1970
|
+
@_builtins.property
|
1971
|
+
@pulumi.getter(name="hostIp")
|
1972
|
+
def host_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1973
|
+
"""
|
1974
|
+
Host IP used for connection requests for Cloud DB resource.
|
1975
|
+
"""
|
1976
|
+
return pulumi.get(self, "host_ip")
|
1977
|
+
|
1978
|
+
@host_ip.setter
|
1979
|
+
def host_ip(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1980
|
+
pulumi.set(self, "host_ip", value)
|
1981
|
+
|
1982
|
+
@_builtins.property
|
1983
|
+
@pulumi.getter
|
1984
|
+
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
1985
|
+
"""
|
1986
|
+
Listener port number used for connection requests for rivate endpoint accessed db resource.
|
1987
|
+
"""
|
1988
|
+
return pulumi.get(self, "port")
|
1989
|
+
|
1990
|
+
@port.setter
|
1991
|
+
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
1992
|
+
pulumi.set(self, "port", value)
|
1993
|
+
|
1994
|
+
|
1995
|
+
if not MYPY:
|
1996
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgsDict(TypedDict):
|
1997
|
+
credential_type: pulumi.Input[_builtins.str]
|
1998
|
+
"""
|
1999
|
+
CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
2000
|
+
"""
|
2001
|
+
credential_source_name: NotRequired[pulumi.Input[_builtins.str]]
|
2002
|
+
"""
|
2003
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
2004
|
+
"""
|
2005
|
+
named_credential_id: NotRequired[pulumi.Input[_builtins.str]]
|
2006
|
+
"""
|
2007
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
2008
|
+
"""
|
2009
|
+
password_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
2010
|
+
"""
|
2011
|
+
The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
2012
|
+
"""
|
2013
|
+
role: NotRequired[pulumi.Input[_builtins.str]]
|
2014
|
+
"""
|
2015
|
+
database user role.
|
2016
|
+
"""
|
2017
|
+
user_name: NotRequired[pulumi.Input[_builtins.str]]
|
2018
|
+
"""
|
2019
|
+
database user name.
|
2020
|
+
"""
|
2021
|
+
wallet_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
2022
|
+
"""
|
2023
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
2024
|
+
"""
|
2025
|
+
elif False:
|
2026
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
2027
|
+
|
2028
|
+
@pulumi.input_type
|
2029
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs:
|
2030
|
+
def __init__(__self__, *,
|
2031
|
+
credential_type: pulumi.Input[_builtins.str],
|
2032
|
+
credential_source_name: Optional[pulumi.Input[_builtins.str]] = None,
|
2033
|
+
named_credential_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2034
|
+
password_secret_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2035
|
+
role: Optional[pulumi.Input[_builtins.str]] = None,
|
2036
|
+
user_name: Optional[pulumi.Input[_builtins.str]] = None,
|
2037
|
+
wallet_secret_id: Optional[pulumi.Input[_builtins.str]] = None):
|
2038
|
+
"""
|
2039
|
+
:param pulumi.Input[_builtins.str] credential_type: CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
2040
|
+
:param pulumi.Input[_builtins.str] credential_source_name: Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
2041
|
+
:param pulumi.Input[_builtins.str] named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
2042
|
+
:param pulumi.Input[_builtins.str] password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
2043
|
+
:param pulumi.Input[_builtins.str] role: database user role.
|
2044
|
+
:param pulumi.Input[_builtins.str] user_name: database user name.
|
2045
|
+
:param pulumi.Input[_builtins.str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
2046
|
+
"""
|
2047
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
2048
|
+
if credential_source_name is not None:
|
2049
|
+
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
2050
|
+
if named_credential_id is not None:
|
2051
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
2052
|
+
if password_secret_id is not None:
|
2053
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
2054
|
+
if role is not None:
|
2055
|
+
pulumi.set(__self__, "role", role)
|
2056
|
+
if user_name is not None:
|
2057
|
+
pulumi.set(__self__, "user_name", user_name)
|
2058
|
+
if wallet_secret_id is not None:
|
2059
|
+
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
2060
|
+
|
2061
|
+
@_builtins.property
|
2062
|
+
@pulumi.getter(name="credentialType")
|
2063
|
+
def credential_type(self) -> pulumi.Input[_builtins.str]:
|
2064
|
+
"""
|
2065
|
+
CREDENTIALS_BY_SOURCE is supplied via the External Database Service. CREDENTIALS_BY_VAULT is supplied by secret service to connection PE_COMANAGED_DATABASE and ADB as well. CREDENTIALS_BY_IAM is used db-token to connect only for Autonomous Database.
|
2066
|
+
"""
|
2067
|
+
return pulumi.get(self, "credential_type")
|
2068
|
+
|
2069
|
+
@credential_type.setter
|
2070
|
+
def credential_type(self, value: pulumi.Input[_builtins.str]):
|
2071
|
+
pulumi.set(self, "credential_type", value)
|
2072
|
+
|
2073
|
+
@_builtins.property
|
2074
|
+
@pulumi.getter(name="credentialSourceName")
|
2075
|
+
def credential_source_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2076
|
+
"""
|
2077
|
+
Credential source name that had been added in Management Agent wallet. This value is only required when Credential set by CREDENTIALS_BY_SOURCE and is optional properties for ther others.
|
2078
|
+
"""
|
2079
|
+
return pulumi.get(self, "credential_source_name")
|
2080
|
+
|
2081
|
+
@credential_source_name.setter
|
2082
|
+
def credential_source_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2083
|
+
pulumi.set(self, "credential_source_name", value)
|
2084
|
+
|
2085
|
+
@_builtins.property
|
2086
|
+
@pulumi.getter(name="namedCredentialId")
|
2087
|
+
def named_credential_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2088
|
+
"""
|
2089
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
2090
|
+
"""
|
2091
|
+
return pulumi.get(self, "named_credential_id")
|
2092
|
+
|
2093
|
+
@named_credential_id.setter
|
2094
|
+
def named_credential_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2095
|
+
pulumi.set(self, "named_credential_id", value)
|
2096
|
+
|
2097
|
+
@_builtins.property
|
2098
|
+
@pulumi.getter(name="passwordSecretId")
|
2099
|
+
def password_secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2100
|
+
"""
|
2101
|
+
The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
2102
|
+
"""
|
2103
|
+
return pulumi.get(self, "password_secret_id")
|
2104
|
+
|
2105
|
+
@password_secret_id.setter
|
2106
|
+
def password_secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2107
|
+
pulumi.set(self, "password_secret_id", value)
|
2108
|
+
|
2109
|
+
@_builtins.property
|
2110
|
+
@pulumi.getter
|
2111
|
+
def role(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2112
|
+
"""
|
2113
|
+
database user role.
|
2114
|
+
"""
|
2115
|
+
return pulumi.get(self, "role")
|
2116
|
+
|
2117
|
+
@role.setter
|
2118
|
+
def role(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2119
|
+
pulumi.set(self, "role", value)
|
2120
|
+
|
2121
|
+
@_builtins.property
|
2122
|
+
@pulumi.getter(name="userName")
|
2123
|
+
def user_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2124
|
+
"""
|
2125
|
+
database user name.
|
2126
|
+
"""
|
2127
|
+
return pulumi.get(self, "user_name")
|
2128
|
+
|
2129
|
+
@user_name.setter
|
2130
|
+
def user_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2131
|
+
pulumi.set(self, "user_name", value)
|
2132
|
+
|
2133
|
+
@_builtins.property
|
2134
|
+
@pulumi.getter(name="walletSecretId")
|
2135
|
+
def wallet_secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2136
|
+
"""
|
2137
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
2138
|
+
"""
|
1287
2139
|
return pulumi.get(self, "wallet_secret_id")
|
1288
2140
|
|
1289
2141
|
@wallet_secret_id.setter
|