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/outputs.py
CHANGED
@@ -21,6 +21,10 @@ __all__ = [
|
|
21
21
|
'DatabaseInsightConnectionDetailsHost',
|
22
22
|
'DatabaseInsightCredentialDetails',
|
23
23
|
'ExadataInsightMemberVmClusterDetail',
|
24
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetail',
|
25
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetails',
|
26
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetails',
|
27
|
+
'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetails',
|
24
28
|
'ExadataInsightMemberVmClusterDetailMemberDatabaseDetail',
|
25
29
|
'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetails',
|
26
30
|
'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails',
|
@@ -58,6 +62,10 @@ __all__ = [
|
|
58
62
|
'GetEnterpriseManagerBridgesEnterpriseManagerBridgeCollectionItemResult',
|
59
63
|
'GetEnterpriseManagerBridgesFilterResult',
|
60
64
|
'GetExadataInsightMemberVmClusterDetailResult',
|
65
|
+
'GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailResult',
|
66
|
+
'GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailResult',
|
67
|
+
'GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailResult',
|
68
|
+
'GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailResult',
|
61
69
|
'GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailResult',
|
62
70
|
'GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailResult',
|
63
71
|
'GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailResult',
|
@@ -66,6 +74,10 @@ __all__ = [
|
|
66
74
|
'GetExadataInsightsExadataInsightSummaryCollectionResult',
|
67
75
|
'GetExadataInsightsExadataInsightSummaryCollectionItemResult',
|
68
76
|
'GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailResult',
|
77
|
+
'GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailResult',
|
78
|
+
'GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailResult',
|
79
|
+
'GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailConnectionDetailResult',
|
80
|
+
'GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailCredentialDetailResult',
|
69
81
|
'GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailResult',
|
70
82
|
'GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailResult',
|
71
83
|
'GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailConnectionDetailResult',
|
@@ -119,6 +131,8 @@ class DatabaseInsightConnectionCredentialDetails(dict):
|
|
119
131
|
suggest = "credential_type"
|
120
132
|
elif key == "credentialSourceName":
|
121
133
|
suggest = "credential_source_name"
|
134
|
+
elif key == "namedCredentialId":
|
135
|
+
suggest = "named_credential_id"
|
122
136
|
elif key == "passwordSecretId":
|
123
137
|
suggest = "password_secret_id"
|
124
138
|
elif key == "userName":
|
@@ -138,12 +152,14 @@ class DatabaseInsightConnectionCredentialDetails(dict):
|
|
138
152
|
def __init__(__self__, *,
|
139
153
|
credential_type: _builtins.str,
|
140
154
|
credential_source_name: Optional[_builtins.str] = None,
|
155
|
+
named_credential_id: Optional[_builtins.str] = None,
|
141
156
|
password_secret_id: Optional[_builtins.str] = None,
|
142
157
|
role: Optional[_builtins.str] = None,
|
143
158
|
user_name: Optional[_builtins.str] = None):
|
144
159
|
"""
|
145
160
|
:param _builtins.str credential_type: Credential type.
|
146
|
-
:param _builtins.str credential_source_name: Credential source name that had been added in Management Agent wallet. This is
|
161
|
+
:param _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.
|
162
|
+
:param _builtins.str named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
147
163
|
:param _builtins.str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
148
164
|
:param _builtins.str role: database user role.
|
149
165
|
:param _builtins.str user_name: database user name.
|
@@ -151,6 +167,8 @@ class DatabaseInsightConnectionCredentialDetails(dict):
|
|
151
167
|
pulumi.set(__self__, "credential_type", credential_type)
|
152
168
|
if credential_source_name is not None:
|
153
169
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
170
|
+
if named_credential_id is not None:
|
171
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
154
172
|
if password_secret_id is not None:
|
155
173
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
156
174
|
if role is not None:
|
@@ -170,10 +188,18 @@ class DatabaseInsightConnectionCredentialDetails(dict):
|
|
170
188
|
@pulumi.getter(name="credentialSourceName")
|
171
189
|
def credential_source_name(self) -> Optional[_builtins.str]:
|
172
190
|
"""
|
173
|
-
Credential source name that had been added in Management Agent wallet. This is
|
191
|
+
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.
|
174
192
|
"""
|
175
193
|
return pulumi.get(self, "credential_source_name")
|
176
194
|
|
195
|
+
@_builtins.property
|
196
|
+
@pulumi.getter(name="namedCredentialId")
|
197
|
+
def named_credential_id(self) -> Optional[_builtins.str]:
|
198
|
+
"""
|
199
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
200
|
+
"""
|
201
|
+
return pulumi.get(self, "named_credential_id")
|
202
|
+
|
177
203
|
@_builtins.property
|
178
204
|
@pulumi.getter(name="passwordSecretId")
|
179
205
|
def password_secret_id(self) -> Optional[_builtins.str]:
|
@@ -342,6 +368,8 @@ class DatabaseInsightCredentialDetails(dict):
|
|
342
368
|
suggest = "credential_type"
|
343
369
|
elif key == "credentialSourceName":
|
344
370
|
suggest = "credential_source_name"
|
371
|
+
elif key == "namedCredentialId":
|
372
|
+
suggest = "named_credential_id"
|
345
373
|
elif key == "passwordSecretId":
|
346
374
|
suggest = "password_secret_id"
|
347
375
|
elif key == "userName":
|
@@ -363,13 +391,15 @@ class DatabaseInsightCredentialDetails(dict):
|
|
363
391
|
def __init__(__self__, *,
|
364
392
|
credential_type: _builtins.str,
|
365
393
|
credential_source_name: Optional[_builtins.str] = None,
|
394
|
+
named_credential_id: Optional[_builtins.str] = None,
|
366
395
|
password_secret_id: Optional[_builtins.str] = None,
|
367
396
|
role: Optional[_builtins.str] = None,
|
368
397
|
user_name: Optional[_builtins.str] = None,
|
369
398
|
wallet_secret_id: Optional[_builtins.str] = None):
|
370
399
|
"""
|
371
|
-
:param _builtins.str credential_type:
|
372
|
-
:param _builtins.str credential_source_name: Credential source name that had been added in Management Agent wallet. This is
|
400
|
+
:param _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.
|
401
|
+
:param _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.
|
402
|
+
:param _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.
|
373
403
|
:param _builtins.str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
374
404
|
:param _builtins.str role: database user role.
|
375
405
|
:param _builtins.str user_name: database user name.
|
@@ -378,6 +408,8 @@ class DatabaseInsightCredentialDetails(dict):
|
|
378
408
|
pulumi.set(__self__, "credential_type", credential_type)
|
379
409
|
if credential_source_name is not None:
|
380
410
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
411
|
+
if named_credential_id is not None:
|
412
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
381
413
|
if password_secret_id is not None:
|
382
414
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
383
415
|
if role is not None:
|
@@ -391,7 +423,7 @@ class DatabaseInsightCredentialDetails(dict):
|
|
391
423
|
@pulumi.getter(name="credentialType")
|
392
424
|
def credential_type(self) -> _builtins.str:
|
393
425
|
"""
|
394
|
-
|
426
|
+
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.
|
395
427
|
"""
|
396
428
|
return pulumi.get(self, "credential_type")
|
397
429
|
|
@@ -399,10 +431,18 @@ class DatabaseInsightCredentialDetails(dict):
|
|
399
431
|
@pulumi.getter(name="credentialSourceName")
|
400
432
|
def credential_source_name(self) -> Optional[_builtins.str]:
|
401
433
|
"""
|
402
|
-
Credential source name that had been added in Management Agent wallet. This is
|
434
|
+
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.
|
403
435
|
"""
|
404
436
|
return pulumi.get(self, "credential_source_name")
|
405
437
|
|
438
|
+
@_builtins.property
|
439
|
+
@pulumi.getter(name="namedCredentialId")
|
440
|
+
def named_credential_id(self) -> Optional[_builtins.str]:
|
441
|
+
"""
|
442
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in the Management Agent to connect the Autonomous Database.
|
443
|
+
"""
|
444
|
+
return pulumi.get(self, "named_credential_id")
|
445
|
+
|
406
446
|
@_builtins.property
|
407
447
|
@pulumi.getter(name="passwordSecretId")
|
408
448
|
def password_secret_id(self) -> Optional[_builtins.str]:
|
@@ -445,6 +485,8 @@ class ExadataInsightMemberVmClusterDetail(dict):
|
|
445
485
|
suggest = "compartment_id"
|
446
486
|
elif key == "dbmPrivateEndpointId":
|
447
487
|
suggest = "dbm_private_endpoint_id"
|
488
|
+
elif key == "memberAutonomousDetails":
|
489
|
+
suggest = "member_autonomous_details"
|
448
490
|
elif key == "memberDatabaseDetails":
|
449
491
|
suggest = "member_database_details"
|
450
492
|
elif key == "opsiPrivateEndpointId":
|
@@ -468,6 +510,7 @@ class ExadataInsightMemberVmClusterDetail(dict):
|
|
468
510
|
def __init__(__self__, *,
|
469
511
|
compartment_id: Optional[_builtins.str] = None,
|
470
512
|
dbm_private_endpoint_id: Optional[_builtins.str] = None,
|
513
|
+
member_autonomous_details: Optional[Sequence['outputs.ExadataInsightMemberVmClusterDetailMemberAutonomousDetail']] = None,
|
471
514
|
member_database_details: Optional[Sequence['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetail']] = None,
|
472
515
|
opsi_private_endpoint_id: Optional[_builtins.str] = None,
|
473
516
|
vm_cluster_type: Optional[_builtins.str] = None,
|
@@ -475,6 +518,7 @@ class ExadataInsightMemberVmClusterDetail(dict):
|
|
475
518
|
"""
|
476
519
|
:param _builtins.str compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
477
520
|
:param _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
|
521
|
+
:param Sequence['ExadataInsightMemberVmClusterDetailMemberAutonomousDetailArgs'] member_autonomous_details: The autonomous databases that belong to the Autonomous VM Cluster
|
478
522
|
:param Sequence['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs'] member_database_details: The databases that belong to the VM Cluster
|
479
523
|
:param _builtins.str opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
480
524
|
:param _builtins.str vm_cluster_type: Exadata VMCluster type
|
@@ -484,6 +528,8 @@ class ExadataInsightMemberVmClusterDetail(dict):
|
|
484
528
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
485
529
|
if dbm_private_endpoint_id is not None:
|
486
530
|
pulumi.set(__self__, "dbm_private_endpoint_id", dbm_private_endpoint_id)
|
531
|
+
if member_autonomous_details is not None:
|
532
|
+
pulumi.set(__self__, "member_autonomous_details", member_autonomous_details)
|
487
533
|
if member_database_details is not None:
|
488
534
|
pulumi.set(__self__, "member_database_details", member_database_details)
|
489
535
|
if opsi_private_endpoint_id is not None:
|
@@ -509,6 +555,14 @@ class ExadataInsightMemberVmClusterDetail(dict):
|
|
509
555
|
"""
|
510
556
|
return pulumi.get(self, "dbm_private_endpoint_id")
|
511
557
|
|
558
|
+
@_builtins.property
|
559
|
+
@pulumi.getter(name="memberAutonomousDetails")
|
560
|
+
def member_autonomous_details(self) -> Optional[Sequence['outputs.ExadataInsightMemberVmClusterDetailMemberAutonomousDetail']]:
|
561
|
+
"""
|
562
|
+
The autonomous databases that belong to the Autonomous VM Cluster
|
563
|
+
"""
|
564
|
+
return pulumi.get(self, "member_autonomous_details")
|
565
|
+
|
512
566
|
@_builtins.property
|
513
567
|
@pulumi.getter(name="memberDatabaseDetails")
|
514
568
|
def member_database_details(self) -> Optional[Sequence['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetail']]:
|
@@ -543,7 +597,7 @@ class ExadataInsightMemberVmClusterDetail(dict):
|
|
543
597
|
|
544
598
|
|
545
599
|
@pulumi.output_type
|
546
|
-
class
|
600
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetail(dict):
|
547
601
|
@staticmethod
|
548
602
|
def __key_warning(key: str):
|
549
603
|
suggest = None
|
@@ -559,8 +613,6 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
559
613
|
suggest = "database_id"
|
560
614
|
elif key == "databaseResourceType":
|
561
615
|
suggest = "database_resource_type"
|
562
|
-
elif key == "dbmPrivateEndpointId":
|
563
|
-
suggest = "dbm_private_endpoint_id"
|
564
616
|
elif key == "definedTags":
|
565
617
|
suggest = "defined_tags"
|
566
618
|
elif key == "deploymentType":
|
@@ -569,53 +621,53 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
569
621
|
suggest = "entity_source"
|
570
622
|
elif key == "freeformTags":
|
571
623
|
suggest = "freeform_tags"
|
624
|
+
elif key == "isAdvancedFeaturesEnabled":
|
625
|
+
suggest = "is_advanced_features_enabled"
|
572
626
|
elif key == "managementAgentId":
|
573
627
|
suggest = "management_agent_id"
|
574
628
|
elif key == "opsiPrivateEndpointId":
|
575
629
|
suggest = "opsi_private_endpoint_id"
|
576
|
-
elif key == "serviceName":
|
577
|
-
suggest = "service_name"
|
578
630
|
elif key == "systemTags":
|
579
631
|
suggest = "system_tags"
|
580
632
|
|
581
633
|
if suggest:
|
582
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
634
|
+
pulumi.log.warn(f"Key '{key}' not found in ExadataInsightMemberVmClusterDetailMemberAutonomousDetail. Access the value via the '{suggest}' property getter instead.")
|
583
635
|
|
584
636
|
def __getitem__(self, key: str) -> Any:
|
585
|
-
|
637
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetail.__key_warning(key)
|
586
638
|
return super().__getitem__(key)
|
587
639
|
|
588
640
|
def get(self, key: str, default = None) -> Any:
|
589
|
-
|
641
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetail.__key_warning(key)
|
590
642
|
return super().get(key, default)
|
591
643
|
|
592
644
|
def __init__(__self__, *,
|
593
645
|
compartment_id: Optional[_builtins.str] = None,
|
594
|
-
connection_credential_details: Optional['outputs.
|
595
|
-
connection_details: Optional['outputs.
|
596
|
-
credential_details: Optional['outputs.
|
646
|
+
connection_credential_details: Optional['outputs.ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetails'] = None,
|
647
|
+
connection_details: Optional['outputs.ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetails'] = None,
|
648
|
+
credential_details: Optional['outputs.ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetails'] = None,
|
597
649
|
database_id: Optional[_builtins.str] = None,
|
598
650
|
database_resource_type: Optional[_builtins.str] = None,
|
599
|
-
dbm_private_endpoint_id: Optional[_builtins.str] = None,
|
600
651
|
defined_tags: Optional[Mapping[str, _builtins.str]] = None,
|
601
652
|
deployment_type: Optional[_builtins.str] = None,
|
602
653
|
entity_source: Optional[_builtins.str] = None,
|
603
654
|
freeform_tags: Optional[Mapping[str, _builtins.str]] = None,
|
655
|
+
is_advanced_features_enabled: Optional[_builtins.bool] = None,
|
604
656
|
management_agent_id: Optional[_builtins.str] = None,
|
605
657
|
opsi_private_endpoint_id: Optional[_builtins.str] = None,
|
606
|
-
service_name: Optional[_builtins.str] = None,
|
607
658
|
system_tags: Optional[Mapping[str, _builtins.str]] = None):
|
608
659
|
"""
|
609
660
|
:param _builtins.str compartment_id: (Updatable) Compartment Identifier of database
|
610
|
-
:param '
|
611
|
-
:param '
|
612
|
-
:param '
|
661
|
+
:param 'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailsArgs' connection_credential_details: User credential details to connect to the database.
|
662
|
+
:param 'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailsArgs' connection_details: Connection details to connect to the database. HostName, protocol, and port should be specified.
|
663
|
+
:param 'ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailsArgs' credential_details: User credential details to connect to the database.
|
613
664
|
:param _builtins.str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
614
665
|
:param _builtins.str database_resource_type: Oracle Cloud Infrastructure database resource type
|
615
|
-
:param Mapping[str, _builtins.str] defined_tags:
|
616
|
-
:param _builtins.str deployment_type: Database Deployment Type
|
617
|
-
:param _builtins.str entity_source:
|
618
|
-
:param Mapping[str, _builtins.str] freeform_tags:
|
666
|
+
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
667
|
+
:param _builtins.str deployment_type: Database Deployment Type
|
668
|
+
:param _builtins.str entity_source: Source of the database entity.
|
669
|
+
:param Mapping[str, _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"}`
|
670
|
+
:param _builtins.bool is_advanced_features_enabled: Flag is to identify if advanced features for autonomous database is enabled or not
|
619
671
|
:param _builtins.str management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
620
672
|
:param _builtins.str opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
621
673
|
:param Mapping[str, _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"}`
|
@@ -632,8 +684,6 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
632
684
|
pulumi.set(__self__, "database_id", database_id)
|
633
685
|
if database_resource_type is not None:
|
634
686
|
pulumi.set(__self__, "database_resource_type", database_resource_type)
|
635
|
-
if dbm_private_endpoint_id is not None:
|
636
|
-
pulumi.set(__self__, "dbm_private_endpoint_id", dbm_private_endpoint_id)
|
637
687
|
if defined_tags is not None:
|
638
688
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
639
689
|
if deployment_type is not None:
|
@@ -642,12 +692,12 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
642
692
|
pulumi.set(__self__, "entity_source", entity_source)
|
643
693
|
if freeform_tags is not None:
|
644
694
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
695
|
+
if is_advanced_features_enabled is not None:
|
696
|
+
pulumi.set(__self__, "is_advanced_features_enabled", is_advanced_features_enabled)
|
645
697
|
if management_agent_id is not None:
|
646
698
|
pulumi.set(__self__, "management_agent_id", management_agent_id)
|
647
699
|
if opsi_private_endpoint_id is not None:
|
648
700
|
pulumi.set(__self__, "opsi_private_endpoint_id", opsi_private_endpoint_id)
|
649
|
-
if service_name is not None:
|
650
|
-
pulumi.set(__self__, "service_name", service_name)
|
651
701
|
if system_tags is not None:
|
652
702
|
pulumi.set(__self__, "system_tags", system_tags)
|
653
703
|
|
@@ -661,7 +711,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
661
711
|
|
662
712
|
@_builtins.property
|
663
713
|
@pulumi.getter(name="connectionCredentialDetails")
|
664
|
-
def connection_credential_details(self) -> Optional['outputs.
|
714
|
+
def connection_credential_details(self) -> Optional['outputs.ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetails']:
|
665
715
|
"""
|
666
716
|
User credential details to connect to the database.
|
667
717
|
"""
|
@@ -669,7 +719,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
669
719
|
|
670
720
|
@_builtins.property
|
671
721
|
@pulumi.getter(name="connectionDetails")
|
672
|
-
def connection_details(self) -> Optional['outputs.
|
722
|
+
def connection_details(self) -> Optional['outputs.ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetails']:
|
673
723
|
"""
|
674
724
|
Connection details to connect to the database. HostName, protocol, and port should be specified.
|
675
725
|
"""
|
@@ -677,7 +727,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
677
727
|
|
678
728
|
@_builtins.property
|
679
729
|
@pulumi.getter(name="credentialDetails")
|
680
|
-
def credential_details(self) -> Optional['outputs.
|
730
|
+
def credential_details(self) -> Optional['outputs.ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetails']:
|
681
731
|
"""
|
682
732
|
User credential details to connect to the database.
|
683
733
|
"""
|
@@ -699,16 +749,11 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
699
749
|
"""
|
700
750
|
return pulumi.get(self, "database_resource_type")
|
701
751
|
|
702
|
-
@_builtins.property
|
703
|
-
@pulumi.getter(name="dbmPrivateEndpointId")
|
704
|
-
def dbm_private_endpoint_id(self) -> Optional[_builtins.str]:
|
705
|
-
return pulumi.get(self, "dbm_private_endpoint_id")
|
706
|
-
|
707
752
|
@_builtins.property
|
708
753
|
@pulumi.getter(name="definedTags")
|
709
754
|
def defined_tags(self) -> Optional[Mapping[str, _builtins.str]]:
|
710
755
|
"""
|
711
|
-
|
756
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
712
757
|
"""
|
713
758
|
return pulumi.get(self, "defined_tags")
|
714
759
|
|
@@ -716,7 +761,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
716
761
|
@pulumi.getter(name="deploymentType")
|
717
762
|
def deployment_type(self) -> Optional[_builtins.str]:
|
718
763
|
"""
|
719
|
-
Database Deployment Type
|
764
|
+
Database Deployment Type
|
720
765
|
"""
|
721
766
|
return pulumi.get(self, "deployment_type")
|
722
767
|
|
@@ -724,7 +769,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
724
769
|
@pulumi.getter(name="entitySource")
|
725
770
|
def entity_source(self) -> Optional[_builtins.str]:
|
726
771
|
"""
|
727
|
-
|
772
|
+
Source of the database entity.
|
728
773
|
"""
|
729
774
|
return pulumi.get(self, "entity_source")
|
730
775
|
|
@@ -732,10 +777,18 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
732
777
|
@pulumi.getter(name="freeformTags")
|
733
778
|
def freeform_tags(self) -> Optional[Mapping[str, _builtins.str]]:
|
734
779
|
"""
|
735
|
-
|
780
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
736
781
|
"""
|
737
782
|
return pulumi.get(self, "freeform_tags")
|
738
783
|
|
784
|
+
@_builtins.property
|
785
|
+
@pulumi.getter(name="isAdvancedFeaturesEnabled")
|
786
|
+
def is_advanced_features_enabled(self) -> Optional[_builtins.bool]:
|
787
|
+
"""
|
788
|
+
Flag is to identify if advanced features for autonomous database is enabled or not
|
789
|
+
"""
|
790
|
+
return pulumi.get(self, "is_advanced_features_enabled")
|
791
|
+
|
739
792
|
@_builtins.property
|
740
793
|
@pulumi.getter(name="managementAgentId")
|
741
794
|
def management_agent_id(self) -> Optional[_builtins.str]:
|
@@ -752,11 +805,6 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
752
805
|
"""
|
753
806
|
return pulumi.get(self, "opsi_private_endpoint_id")
|
754
807
|
|
755
|
-
@_builtins.property
|
756
|
-
@pulumi.getter(name="serviceName")
|
757
|
-
def service_name(self) -> Optional[_builtins.str]:
|
758
|
-
return pulumi.get(self, "service_name")
|
759
|
-
|
760
808
|
@_builtins.property
|
761
809
|
@pulumi.getter(name="systemTags")
|
762
810
|
def system_tags(self) -> Optional[Mapping[str, _builtins.str]]:
|
@@ -767,7 +815,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
|
767
815
|
|
768
816
|
|
769
817
|
@pulumi.output_type
|
770
|
-
class
|
818
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetails(dict):
|
771
819
|
@staticmethod
|
772
820
|
def __key_warning(key: str):
|
773
821
|
suggest = None
|
@@ -775,6 +823,8 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
775
823
|
suggest = "credential_type"
|
776
824
|
elif key == "credentialSourceName":
|
777
825
|
suggest = "credential_source_name"
|
826
|
+
elif key == "namedCredentialId":
|
827
|
+
suggest = "named_credential_id"
|
778
828
|
elif key == "passwordSecretId":
|
779
829
|
suggest = "password_secret_id"
|
780
830
|
elif key == "userName":
|
@@ -783,26 +833,28 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
783
833
|
suggest = "wallet_secret_id"
|
784
834
|
|
785
835
|
if suggest:
|
786
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
836
|
+
pulumi.log.warn(f"Key '{key}' not found in ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetails. Access the value via the '{suggest}' property getter instead.")
|
787
837
|
|
788
838
|
def __getitem__(self, key: str) -> Any:
|
789
|
-
|
839
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetails.__key_warning(key)
|
790
840
|
return super().__getitem__(key)
|
791
841
|
|
792
842
|
def get(self, key: str, default = None) -> Any:
|
793
|
-
|
843
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetails.__key_warning(key)
|
794
844
|
return super().get(key, default)
|
795
845
|
|
796
846
|
def __init__(__self__, *,
|
797
847
|
credential_type: _builtins.str,
|
798
848
|
credential_source_name: Optional[_builtins.str] = None,
|
849
|
+
named_credential_id: Optional[_builtins.str] = None,
|
799
850
|
password_secret_id: Optional[_builtins.str] = None,
|
800
851
|
role: Optional[_builtins.str] = None,
|
801
852
|
user_name: Optional[_builtins.str] = None,
|
802
853
|
wallet_secret_id: Optional[_builtins.str] = None):
|
803
854
|
"""
|
804
|
-
:param _builtins.str credential_type:
|
805
|
-
:param _builtins.str credential_source_name: Credential source name that had been added in Management Agent wallet. This is
|
855
|
+
:param _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.
|
856
|
+
:param _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.
|
857
|
+
:param _builtins.str named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
806
858
|
:param _builtins.str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
807
859
|
:param _builtins.str role: database user role.
|
808
860
|
:param _builtins.str user_name: database user name.
|
@@ -811,6 +863,8 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
811
863
|
pulumi.set(__self__, "credential_type", credential_type)
|
812
864
|
if credential_source_name is not None:
|
813
865
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
866
|
+
if named_credential_id is not None:
|
867
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
814
868
|
if password_secret_id is not None:
|
815
869
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
816
870
|
if role is not None:
|
@@ -824,7 +878,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
824
878
|
@pulumi.getter(name="credentialType")
|
825
879
|
def credential_type(self) -> _builtins.str:
|
826
880
|
"""
|
827
|
-
|
881
|
+
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.
|
828
882
|
"""
|
829
883
|
return pulumi.get(self, "credential_type")
|
830
884
|
|
@@ -832,10 +886,18 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
832
886
|
@pulumi.getter(name="credentialSourceName")
|
833
887
|
def credential_source_name(self) -> Optional[_builtins.str]:
|
834
888
|
"""
|
835
|
-
Credential source name that had been added in Management Agent wallet. This is
|
889
|
+
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.
|
836
890
|
"""
|
837
891
|
return pulumi.get(self, "credential_source_name")
|
838
892
|
|
893
|
+
@_builtins.property
|
894
|
+
@pulumi.getter(name="namedCredentialId")
|
895
|
+
def named_credential_id(self) -> Optional[_builtins.str]:
|
896
|
+
"""
|
897
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
898
|
+
"""
|
899
|
+
return pulumi.get(self, "named_credential_id")
|
900
|
+
|
839
901
|
@_builtins.property
|
840
902
|
@pulumi.getter(name="passwordSecretId")
|
841
903
|
def password_secret_id(self) -> Optional[_builtins.str]:
|
@@ -870,7 +932,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentia
|
|
870
932
|
|
871
933
|
|
872
934
|
@pulumi.output_type
|
873
|
-
class
|
935
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetails(dict):
|
874
936
|
@staticmethod
|
875
937
|
def __key_warning(key: str):
|
876
938
|
suggest = None
|
@@ -880,33 +942,29 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails(d
|
|
880
942
|
suggest = "service_name"
|
881
943
|
|
882
944
|
if suggest:
|
883
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
945
|
+
pulumi.log.warn(f"Key '{key}' not found in ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetails. Access the value via the '{suggest}' property getter instead.")
|
884
946
|
|
885
947
|
def __getitem__(self, key: str) -> Any:
|
886
|
-
|
948
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetails.__key_warning(key)
|
887
949
|
return super().__getitem__(key)
|
888
950
|
|
889
951
|
def get(self, key: str, default = None) -> Any:
|
890
|
-
|
952
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetails.__key_warning(key)
|
891
953
|
return super().get(key, default)
|
892
954
|
|
893
955
|
def __init__(__self__, *,
|
894
956
|
host_name: Optional[_builtins.str] = None,
|
895
|
-
hosts: Optional[Sequence['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost']] = None,
|
896
957
|
port: Optional[_builtins.int] = None,
|
897
958
|
protocol: Optional[_builtins.str] = None,
|
898
959
|
service_name: Optional[_builtins.str] = None):
|
899
960
|
"""
|
900
961
|
:param _builtins.str host_name: Name of the listener host that will be used to create the connect string to the database.
|
901
|
-
:param Sequence['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs'] hosts: List of hosts and port for private endpoint accessed database resource.
|
902
962
|
:param _builtins.int port: Listener port number used for connection requests.
|
903
|
-
:param _builtins.str protocol: Protocol used for connection requests
|
963
|
+
:param _builtins.str protocol: Protocol used for connection requests.
|
904
964
|
:param _builtins.str service_name: Database service name used for connection requests.
|
905
965
|
"""
|
906
966
|
if host_name is not None:
|
907
967
|
pulumi.set(__self__, "host_name", host_name)
|
908
|
-
if hosts is not None:
|
909
|
-
pulumi.set(__self__, "hosts", hosts)
|
910
968
|
if port is not None:
|
911
969
|
pulumi.set(__self__, "port", port)
|
912
970
|
if protocol is not None:
|
@@ -922,14 +980,6 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails(d
|
|
922
980
|
"""
|
923
981
|
return pulumi.get(self, "host_name")
|
924
982
|
|
925
|
-
@_builtins.property
|
926
|
-
@pulumi.getter
|
927
|
-
def hosts(self) -> Optional[Sequence['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost']]:
|
928
|
-
"""
|
929
|
-
List of hosts and port for private endpoint accessed database resource.
|
930
|
-
"""
|
931
|
-
return pulumi.get(self, "hosts")
|
932
|
-
|
933
983
|
@_builtins.property
|
934
984
|
@pulumi.getter
|
935
985
|
def port(self) -> Optional[_builtins.int]:
|
@@ -942,7 +992,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails(d
|
|
942
992
|
@pulumi.getter
|
943
993
|
def protocol(self) -> Optional[_builtins.str]:
|
944
994
|
"""
|
945
|
-
Protocol used for connection requests
|
995
|
+
Protocol used for connection requests.
|
946
996
|
"""
|
947
997
|
return pulumi.get(self, "protocol")
|
948
998
|
|
@@ -956,55 +1006,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails(d
|
|
956
1006
|
|
957
1007
|
|
958
1008
|
@pulumi.output_type
|
959
|
-
class
|
960
|
-
@staticmethod
|
961
|
-
def __key_warning(key: str):
|
962
|
-
suggest = None
|
963
|
-
if key == "hostIp":
|
964
|
-
suggest = "host_ip"
|
965
|
-
|
966
|
-
if suggest:
|
967
|
-
pulumi.log.warn(f"Key '{key}' not found in ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost. Access the value via the '{suggest}' property getter instead.")
|
968
|
-
|
969
|
-
def __getitem__(self, key: str) -> Any:
|
970
|
-
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost.__key_warning(key)
|
971
|
-
return super().__getitem__(key)
|
972
|
-
|
973
|
-
def get(self, key: str, default = None) -> Any:
|
974
|
-
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost.__key_warning(key)
|
975
|
-
return super().get(key, default)
|
976
|
-
|
977
|
-
def __init__(__self__, *,
|
978
|
-
host_ip: Optional[_builtins.str] = None,
|
979
|
-
port: Optional[_builtins.int] = None):
|
980
|
-
"""
|
981
|
-
:param _builtins.str host_ip: Host IP used for connection requests for Cloud DB resource.
|
982
|
-
:param _builtins.int port: Listener port number used for connection requests for rivate endpoint accessed db resource.
|
983
|
-
"""
|
984
|
-
if host_ip is not None:
|
985
|
-
pulumi.set(__self__, "host_ip", host_ip)
|
986
|
-
if port is not None:
|
987
|
-
pulumi.set(__self__, "port", port)
|
988
|
-
|
989
|
-
@_builtins.property
|
990
|
-
@pulumi.getter(name="hostIp")
|
991
|
-
def host_ip(self) -> Optional[_builtins.str]:
|
992
|
-
"""
|
993
|
-
Host IP used for connection requests for Cloud DB resource.
|
994
|
-
"""
|
995
|
-
return pulumi.get(self, "host_ip")
|
996
|
-
|
997
|
-
@_builtins.property
|
998
|
-
@pulumi.getter
|
999
|
-
def port(self) -> Optional[_builtins.int]:
|
1000
|
-
"""
|
1001
|
-
Listener port number used for connection requests for rivate endpoint accessed db resource.
|
1002
|
-
"""
|
1003
|
-
return pulumi.get(self, "port")
|
1004
|
-
|
1005
|
-
|
1006
|
-
@pulumi.output_type
|
1007
|
-
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails(dict):
|
1009
|
+
class ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetails(dict):
|
1008
1010
|
@staticmethod
|
1009
1011
|
def __key_warning(key: str):
|
1010
1012
|
suggest = None
|
@@ -1012,6 +1014,8 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails(d
|
|
1012
1014
|
suggest = "credential_type"
|
1013
1015
|
elif key == "credentialSourceName":
|
1014
1016
|
suggest = "credential_source_name"
|
1017
|
+
elif key == "namedCredentialId":
|
1018
|
+
suggest = "named_credential_id"
|
1015
1019
|
elif key == "passwordSecretId":
|
1016
1020
|
suggest = "password_secret_id"
|
1017
1021
|
elif key == "userName":
|
@@ -1020,26 +1024,38 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails(d
|
|
1020
1024
|
suggest = "wallet_secret_id"
|
1021
1025
|
|
1022
1026
|
if suggest:
|
1023
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
1027
|
+
pulumi.log.warn(f"Key '{key}' not found in ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetails. Access the value via the '{suggest}' property getter instead.")
|
1024
1028
|
|
1025
1029
|
def __getitem__(self, key: str) -> Any:
|
1026
|
-
|
1030
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetails.__key_warning(key)
|
1027
1031
|
return super().__getitem__(key)
|
1028
1032
|
|
1029
1033
|
def get(self, key: str, default = None) -> Any:
|
1030
|
-
|
1034
|
+
ExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetails.__key_warning(key)
|
1031
1035
|
return super().get(key, default)
|
1032
1036
|
|
1033
1037
|
def __init__(__self__, *,
|
1034
1038
|
credential_type: _builtins.str,
|
1035
1039
|
credential_source_name: Optional[_builtins.str] = None,
|
1040
|
+
named_credential_id: Optional[_builtins.str] = None,
|
1036
1041
|
password_secret_id: Optional[_builtins.str] = None,
|
1037
1042
|
role: Optional[_builtins.str] = None,
|
1038
1043
|
user_name: Optional[_builtins.str] = None,
|
1039
1044
|
wallet_secret_id: Optional[_builtins.str] = None):
|
1045
|
+
"""
|
1046
|
+
:param _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.
|
1047
|
+
:param _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.
|
1048
|
+
:param _builtins.str named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1049
|
+
:param _builtins.str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1050
|
+
:param _builtins.str role: database user role.
|
1051
|
+
:param _builtins.str user_name: database user name.
|
1052
|
+
:param _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.
|
1053
|
+
"""
|
1040
1054
|
pulumi.set(__self__, "credential_type", credential_type)
|
1041
1055
|
if credential_source_name is not None:
|
1042
1056
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
1057
|
+
if named_credential_id is not None:
|
1058
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
1043
1059
|
if password_secret_id is not None:
|
1044
1060
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
1045
1061
|
if role is not None:
|
@@ -1052,89 +1068,715 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails(d
|
|
1052
1068
|
@_builtins.property
|
1053
1069
|
@pulumi.getter(name="credentialType")
|
1054
1070
|
def credential_type(self) -> _builtins.str:
|
1071
|
+
"""
|
1072
|
+
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.
|
1073
|
+
"""
|
1055
1074
|
return pulumi.get(self, "credential_type")
|
1056
1075
|
|
1057
1076
|
@_builtins.property
|
1058
1077
|
@pulumi.getter(name="credentialSourceName")
|
1059
1078
|
def credential_source_name(self) -> Optional[_builtins.str]:
|
1079
|
+
"""
|
1080
|
+
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.
|
1081
|
+
"""
|
1060
1082
|
return pulumi.get(self, "credential_source_name")
|
1061
1083
|
|
1084
|
+
@_builtins.property
|
1085
|
+
@pulumi.getter(name="namedCredentialId")
|
1086
|
+
def named_credential_id(self) -> Optional[_builtins.str]:
|
1087
|
+
"""
|
1088
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1089
|
+
"""
|
1090
|
+
return pulumi.get(self, "named_credential_id")
|
1091
|
+
|
1062
1092
|
@_builtins.property
|
1063
1093
|
@pulumi.getter(name="passwordSecretId")
|
1064
1094
|
def password_secret_id(self) -> Optional[_builtins.str]:
|
1095
|
+
"""
|
1096
|
+
The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1097
|
+
"""
|
1065
1098
|
return pulumi.get(self, "password_secret_id")
|
1066
1099
|
|
1067
1100
|
@_builtins.property
|
1068
1101
|
@pulumi.getter
|
1069
1102
|
def role(self) -> Optional[_builtins.str]:
|
1103
|
+
"""
|
1104
|
+
database user role.
|
1105
|
+
"""
|
1070
1106
|
return pulumi.get(self, "role")
|
1071
1107
|
|
1072
1108
|
@_builtins.property
|
1073
1109
|
@pulumi.getter(name="userName")
|
1074
1110
|
def user_name(self) -> Optional[_builtins.str]:
|
1111
|
+
"""
|
1112
|
+
database user name.
|
1113
|
+
"""
|
1075
1114
|
return pulumi.get(self, "user_name")
|
1076
1115
|
|
1077
1116
|
@_builtins.property
|
1078
1117
|
@pulumi.getter(name="walletSecretId")
|
1079
1118
|
def wallet_secret_id(self) -> Optional[_builtins.str]:
|
1119
|
+
"""
|
1120
|
+
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.
|
1121
|
+
"""
|
1080
1122
|
return pulumi.get(self, "wallet_secret_id")
|
1081
1123
|
|
1082
1124
|
|
1083
1125
|
@pulumi.output_type
|
1084
|
-
class
|
1126
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
|
1085
1127
|
@staticmethod
|
1086
1128
|
def __key_warning(key: str):
|
1087
1129
|
suggest = None
|
1088
|
-
if key == "
|
1089
|
-
suggest = "
|
1090
|
-
elif key == "
|
1091
|
-
suggest = "
|
1092
|
-
elif key == "
|
1093
|
-
suggest = "
|
1094
|
-
elif key == "
|
1095
|
-
suggest = "
|
1096
|
-
elif key == "
|
1097
|
-
suggest = "
|
1098
|
-
elif key == "
|
1099
|
-
suggest = "
|
1100
|
-
elif key == "
|
1101
|
-
suggest = "
|
1102
|
-
elif key == "
|
1103
|
-
suggest = "
|
1130
|
+
if key == "compartmentId":
|
1131
|
+
suggest = "compartment_id"
|
1132
|
+
elif key == "connectionCredentialDetails":
|
1133
|
+
suggest = "connection_credential_details"
|
1134
|
+
elif key == "connectionDetails":
|
1135
|
+
suggest = "connection_details"
|
1136
|
+
elif key == "credentialDetails":
|
1137
|
+
suggest = "credential_details"
|
1138
|
+
elif key == "databaseId":
|
1139
|
+
suggest = "database_id"
|
1140
|
+
elif key == "databaseResourceType":
|
1141
|
+
suggest = "database_resource_type"
|
1142
|
+
elif key == "dbmPrivateEndpointId":
|
1143
|
+
suggest = "dbm_private_endpoint_id"
|
1144
|
+
elif key == "definedTags":
|
1145
|
+
suggest = "defined_tags"
|
1146
|
+
elif key == "deploymentType":
|
1147
|
+
suggest = "deployment_type"
|
1148
|
+
elif key == "entitySource":
|
1149
|
+
suggest = "entity_source"
|
1150
|
+
elif key == "freeformTags":
|
1151
|
+
suggest = "freeform_tags"
|
1152
|
+
elif key == "managementAgentId":
|
1153
|
+
suggest = "management_agent_id"
|
1154
|
+
elif key == "opsiPrivateEndpointId":
|
1155
|
+
suggest = "opsi_private_endpoint_id"
|
1156
|
+
elif key == "serviceName":
|
1157
|
+
suggest = "service_name"
|
1158
|
+
elif key == "systemTags":
|
1159
|
+
suggest = "system_tags"
|
1104
1160
|
|
1105
1161
|
if suggest:
|
1106
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
1162
|
+
pulumi.log.warn(f"Key '{key}' not found in ExadataInsightMemberVmClusterDetailMemberDatabaseDetail. Access the value via the '{suggest}' property getter instead.")
|
1107
1163
|
|
1108
1164
|
def __getitem__(self, key: str) -> Any:
|
1109
|
-
|
1165
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetail.__key_warning(key)
|
1110
1166
|
return super().__getitem__(key)
|
1111
1167
|
|
1112
1168
|
def get(self, key: str, default = None) -> Any:
|
1113
|
-
|
1169
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetail.__key_warning(key)
|
1114
1170
|
return super().get(key, default)
|
1115
1171
|
|
1116
1172
|
def __init__(__self__, *,
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
:param
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1173
|
+
compartment_id: Optional[_builtins.str] = None,
|
1174
|
+
connection_credential_details: Optional['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetails'] = None,
|
1175
|
+
connection_details: Optional['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails'] = None,
|
1176
|
+
credential_details: Optional['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails'] = None,
|
1177
|
+
database_id: Optional[_builtins.str] = None,
|
1178
|
+
database_resource_type: Optional[_builtins.str] = None,
|
1179
|
+
dbm_private_endpoint_id: Optional[_builtins.str] = None,
|
1180
|
+
defined_tags: Optional[Mapping[str, _builtins.str]] = None,
|
1181
|
+
deployment_type: Optional[_builtins.str] = None,
|
1182
|
+
entity_source: Optional[_builtins.str] = None,
|
1183
|
+
freeform_tags: Optional[Mapping[str, _builtins.str]] = None,
|
1184
|
+
management_agent_id: Optional[_builtins.str] = None,
|
1185
|
+
opsi_private_endpoint_id: Optional[_builtins.str] = None,
|
1186
|
+
service_name: Optional[_builtins.str] = None,
|
1187
|
+
system_tags: Optional[Mapping[str, _builtins.str]] = None):
|
1188
|
+
"""
|
1189
|
+
:param _builtins.str compartment_id: (Updatable) Compartment Identifier of database
|
1190
|
+
:param 'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetailsArgs' connection_credential_details: User credential details to connect to the database.
|
1191
|
+
:param 'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs' connection_details: Connection details to connect to the database. HostName, protocol, and port should be specified.
|
1192
|
+
:param 'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs' credential_details: User credential details to connect to the database.
|
1193
|
+
:param _builtins.str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
1194
|
+
:param _builtins.str database_resource_type: Oracle Cloud Infrastructure database resource type
|
1195
|
+
:param _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
|
1196
|
+
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1197
|
+
:param _builtins.str deployment_type: Database Deployment Type (EXACS will be supported in the future)
|
1198
|
+
:param _builtins.str entity_source: Source of the database entity.
|
1199
|
+
:param Mapping[str, _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"}`
|
1200
|
+
:param _builtins.str management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
1201
|
+
:param _builtins.str opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
1202
|
+
:param _builtins.str service_name: Database service name used for connection requests.
|
1203
|
+
:param Mapping[str, _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"}`
|
1204
|
+
"""
|
1205
|
+
if compartment_id is not None:
|
1206
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
1207
|
+
if connection_credential_details is not None:
|
1208
|
+
pulumi.set(__self__, "connection_credential_details", connection_credential_details)
|
1209
|
+
if connection_details is not None:
|
1210
|
+
pulumi.set(__self__, "connection_details", connection_details)
|
1211
|
+
if credential_details is not None:
|
1212
|
+
pulumi.set(__self__, "credential_details", credential_details)
|
1213
|
+
if database_id is not None:
|
1214
|
+
pulumi.set(__self__, "database_id", database_id)
|
1215
|
+
if database_resource_type is not None:
|
1216
|
+
pulumi.set(__self__, "database_resource_type", database_resource_type)
|
1217
|
+
if dbm_private_endpoint_id is not None:
|
1218
|
+
pulumi.set(__self__, "dbm_private_endpoint_id", dbm_private_endpoint_id)
|
1219
|
+
if defined_tags is not None:
|
1220
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
1221
|
+
if deployment_type is not None:
|
1222
|
+
pulumi.set(__self__, "deployment_type", deployment_type)
|
1223
|
+
if entity_source is not None:
|
1224
|
+
pulumi.set(__self__, "entity_source", entity_source)
|
1225
|
+
if freeform_tags is not None:
|
1226
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
1227
|
+
if management_agent_id is not None:
|
1228
|
+
pulumi.set(__self__, "management_agent_id", management_agent_id)
|
1229
|
+
if opsi_private_endpoint_id is not None:
|
1230
|
+
pulumi.set(__self__, "opsi_private_endpoint_id", opsi_private_endpoint_id)
|
1231
|
+
if service_name is not None:
|
1232
|
+
pulumi.set(__self__, "service_name", service_name)
|
1233
|
+
if system_tags is not None:
|
1234
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
1235
|
+
|
1236
|
+
@_builtins.property
|
1237
|
+
@pulumi.getter(name="compartmentId")
|
1238
|
+
def compartment_id(self) -> Optional[_builtins.str]:
|
1239
|
+
"""
|
1240
|
+
(Updatable) Compartment Identifier of database
|
1241
|
+
"""
|
1242
|
+
return pulumi.get(self, "compartment_id")
|
1243
|
+
|
1244
|
+
@_builtins.property
|
1245
|
+
@pulumi.getter(name="connectionCredentialDetails")
|
1246
|
+
def connection_credential_details(self) -> Optional['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetails']:
|
1247
|
+
"""
|
1248
|
+
User credential details to connect to the database.
|
1249
|
+
"""
|
1250
|
+
return pulumi.get(self, "connection_credential_details")
|
1251
|
+
|
1252
|
+
@_builtins.property
|
1253
|
+
@pulumi.getter(name="connectionDetails")
|
1254
|
+
def connection_details(self) -> Optional['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails']:
|
1255
|
+
"""
|
1256
|
+
Connection details to connect to the database. HostName, protocol, and port should be specified.
|
1257
|
+
"""
|
1258
|
+
return pulumi.get(self, "connection_details")
|
1259
|
+
|
1260
|
+
@_builtins.property
|
1261
|
+
@pulumi.getter(name="credentialDetails")
|
1262
|
+
def credential_details(self) -> Optional['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails']:
|
1263
|
+
"""
|
1264
|
+
User credential details to connect to the database.
|
1265
|
+
"""
|
1266
|
+
return pulumi.get(self, "credential_details")
|
1267
|
+
|
1268
|
+
@_builtins.property
|
1269
|
+
@pulumi.getter(name="databaseId")
|
1270
|
+
def database_id(self) -> Optional[_builtins.str]:
|
1271
|
+
"""
|
1272
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
1273
|
+
"""
|
1274
|
+
return pulumi.get(self, "database_id")
|
1275
|
+
|
1276
|
+
@_builtins.property
|
1277
|
+
@pulumi.getter(name="databaseResourceType")
|
1278
|
+
def database_resource_type(self) -> Optional[_builtins.str]:
|
1279
|
+
"""
|
1280
|
+
Oracle Cloud Infrastructure database resource type
|
1281
|
+
"""
|
1282
|
+
return pulumi.get(self, "database_resource_type")
|
1283
|
+
|
1284
|
+
@_builtins.property
|
1285
|
+
@pulumi.getter(name="dbmPrivateEndpointId")
|
1286
|
+
def dbm_private_endpoint_id(self) -> Optional[_builtins.str]:
|
1287
|
+
"""
|
1288
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
|
1289
|
+
"""
|
1290
|
+
return pulumi.get(self, "dbm_private_endpoint_id")
|
1291
|
+
|
1292
|
+
@_builtins.property
|
1293
|
+
@pulumi.getter(name="definedTags")
|
1294
|
+
def defined_tags(self) -> Optional[Mapping[str, _builtins.str]]:
|
1295
|
+
"""
|
1296
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1297
|
+
"""
|
1298
|
+
return pulumi.get(self, "defined_tags")
|
1299
|
+
|
1300
|
+
@_builtins.property
|
1301
|
+
@pulumi.getter(name="deploymentType")
|
1302
|
+
def deployment_type(self) -> Optional[_builtins.str]:
|
1303
|
+
"""
|
1304
|
+
Database Deployment Type (EXACS will be supported in the future)
|
1305
|
+
"""
|
1306
|
+
return pulumi.get(self, "deployment_type")
|
1307
|
+
|
1308
|
+
@_builtins.property
|
1309
|
+
@pulumi.getter(name="entitySource")
|
1310
|
+
def entity_source(self) -> Optional[_builtins.str]:
|
1311
|
+
"""
|
1312
|
+
Source of the database entity.
|
1313
|
+
"""
|
1314
|
+
return pulumi.get(self, "entity_source")
|
1315
|
+
|
1316
|
+
@_builtins.property
|
1317
|
+
@pulumi.getter(name="freeformTags")
|
1318
|
+
def freeform_tags(self) -> Optional[Mapping[str, _builtins.str]]:
|
1319
|
+
"""
|
1320
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1321
|
+
"""
|
1322
|
+
return pulumi.get(self, "freeform_tags")
|
1323
|
+
|
1324
|
+
@_builtins.property
|
1325
|
+
@pulumi.getter(name="managementAgentId")
|
1326
|
+
def management_agent_id(self) -> Optional[_builtins.str]:
|
1327
|
+
"""
|
1328
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
|
1329
|
+
"""
|
1330
|
+
return pulumi.get(self, "management_agent_id")
|
1331
|
+
|
1332
|
+
@_builtins.property
|
1333
|
+
@pulumi.getter(name="opsiPrivateEndpointId")
|
1334
|
+
def opsi_private_endpoint_id(self) -> Optional[_builtins.str]:
|
1335
|
+
"""
|
1336
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
1337
|
+
"""
|
1338
|
+
return pulumi.get(self, "opsi_private_endpoint_id")
|
1339
|
+
|
1340
|
+
@_builtins.property
|
1341
|
+
@pulumi.getter(name="serviceName")
|
1342
|
+
def service_name(self) -> Optional[_builtins.str]:
|
1343
|
+
"""
|
1344
|
+
Database service name used for connection requests.
|
1345
|
+
"""
|
1346
|
+
return pulumi.get(self, "service_name")
|
1347
|
+
|
1348
|
+
@_builtins.property
|
1349
|
+
@pulumi.getter(name="systemTags")
|
1350
|
+
def system_tags(self) -> Optional[Mapping[str, _builtins.str]]:
|
1351
|
+
"""
|
1352
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1353
|
+
"""
|
1354
|
+
return pulumi.get(self, "system_tags")
|
1355
|
+
|
1356
|
+
|
1357
|
+
@pulumi.output_type
|
1358
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetails(dict):
|
1359
|
+
@staticmethod
|
1360
|
+
def __key_warning(key: str):
|
1361
|
+
suggest = None
|
1362
|
+
if key == "credentialType":
|
1363
|
+
suggest = "credential_type"
|
1364
|
+
elif key == "credentialSourceName":
|
1365
|
+
suggest = "credential_source_name"
|
1366
|
+
elif key == "namedCredentialId":
|
1367
|
+
suggest = "named_credential_id"
|
1368
|
+
elif key == "passwordSecretId":
|
1369
|
+
suggest = "password_secret_id"
|
1370
|
+
elif key == "userName":
|
1371
|
+
suggest = "user_name"
|
1372
|
+
elif key == "walletSecretId":
|
1373
|
+
suggest = "wallet_secret_id"
|
1374
|
+
|
1375
|
+
if suggest:
|
1376
|
+
pulumi.log.warn(f"Key '{key}' not found in ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetails. Access the value via the '{suggest}' property getter instead.")
|
1377
|
+
|
1378
|
+
def __getitem__(self, key: str) -> Any:
|
1379
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetails.__key_warning(key)
|
1380
|
+
return super().__getitem__(key)
|
1381
|
+
|
1382
|
+
def get(self, key: str, default = None) -> Any:
|
1383
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetails.__key_warning(key)
|
1384
|
+
return super().get(key, default)
|
1385
|
+
|
1386
|
+
def __init__(__self__, *,
|
1387
|
+
credential_type: _builtins.str,
|
1388
|
+
credential_source_name: Optional[_builtins.str] = None,
|
1389
|
+
named_credential_id: Optional[_builtins.str] = None,
|
1390
|
+
password_secret_id: Optional[_builtins.str] = None,
|
1391
|
+
role: Optional[_builtins.str] = None,
|
1392
|
+
user_name: Optional[_builtins.str] = None,
|
1393
|
+
wallet_secret_id: Optional[_builtins.str] = None):
|
1394
|
+
"""
|
1395
|
+
:param _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.
|
1396
|
+
:param _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.
|
1397
|
+
:param _builtins.str named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1398
|
+
:param _builtins.str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1399
|
+
:param _builtins.str role: database user role.
|
1400
|
+
:param _builtins.str user_name: database user name.
|
1401
|
+
:param _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.
|
1402
|
+
"""
|
1403
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
1404
|
+
if credential_source_name is not None:
|
1405
|
+
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
1406
|
+
if named_credential_id is not None:
|
1407
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
1408
|
+
if password_secret_id is not None:
|
1409
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
1410
|
+
if role is not None:
|
1411
|
+
pulumi.set(__self__, "role", role)
|
1412
|
+
if user_name is not None:
|
1413
|
+
pulumi.set(__self__, "user_name", user_name)
|
1414
|
+
if wallet_secret_id is not None:
|
1415
|
+
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
1416
|
+
|
1417
|
+
@_builtins.property
|
1418
|
+
@pulumi.getter(name="credentialType")
|
1419
|
+
def credential_type(self) -> _builtins.str:
|
1420
|
+
"""
|
1421
|
+
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.
|
1422
|
+
"""
|
1423
|
+
return pulumi.get(self, "credential_type")
|
1424
|
+
|
1425
|
+
@_builtins.property
|
1426
|
+
@pulumi.getter(name="credentialSourceName")
|
1427
|
+
def credential_source_name(self) -> Optional[_builtins.str]:
|
1428
|
+
"""
|
1429
|
+
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.
|
1430
|
+
"""
|
1431
|
+
return pulumi.get(self, "credential_source_name")
|
1432
|
+
|
1433
|
+
@_builtins.property
|
1434
|
+
@pulumi.getter(name="namedCredentialId")
|
1435
|
+
def named_credential_id(self) -> Optional[_builtins.str]:
|
1436
|
+
"""
|
1437
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1438
|
+
"""
|
1439
|
+
return pulumi.get(self, "named_credential_id")
|
1440
|
+
|
1441
|
+
@_builtins.property
|
1442
|
+
@pulumi.getter(name="passwordSecretId")
|
1443
|
+
def password_secret_id(self) -> Optional[_builtins.str]:
|
1444
|
+
"""
|
1445
|
+
The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1446
|
+
"""
|
1447
|
+
return pulumi.get(self, "password_secret_id")
|
1448
|
+
|
1449
|
+
@_builtins.property
|
1450
|
+
@pulumi.getter
|
1451
|
+
def role(self) -> Optional[_builtins.str]:
|
1452
|
+
"""
|
1453
|
+
database user role.
|
1454
|
+
"""
|
1455
|
+
return pulumi.get(self, "role")
|
1456
|
+
|
1457
|
+
@_builtins.property
|
1458
|
+
@pulumi.getter(name="userName")
|
1459
|
+
def user_name(self) -> Optional[_builtins.str]:
|
1460
|
+
"""
|
1461
|
+
database user name.
|
1462
|
+
"""
|
1463
|
+
return pulumi.get(self, "user_name")
|
1464
|
+
|
1465
|
+
@_builtins.property
|
1466
|
+
@pulumi.getter(name="walletSecretId")
|
1467
|
+
def wallet_secret_id(self) -> Optional[_builtins.str]:
|
1468
|
+
"""
|
1469
|
+
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.
|
1470
|
+
"""
|
1471
|
+
return pulumi.get(self, "wallet_secret_id")
|
1472
|
+
|
1473
|
+
|
1474
|
+
@pulumi.output_type
|
1475
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails(dict):
|
1476
|
+
@staticmethod
|
1477
|
+
def __key_warning(key: str):
|
1478
|
+
suggest = None
|
1479
|
+
if key == "hostName":
|
1480
|
+
suggest = "host_name"
|
1481
|
+
elif key == "serviceName":
|
1482
|
+
suggest = "service_name"
|
1483
|
+
|
1484
|
+
if suggest:
|
1485
|
+
pulumi.log.warn(f"Key '{key}' not found in ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails. Access the value via the '{suggest}' property getter instead.")
|
1486
|
+
|
1487
|
+
def __getitem__(self, key: str) -> Any:
|
1488
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails.__key_warning(key)
|
1489
|
+
return super().__getitem__(key)
|
1490
|
+
|
1491
|
+
def get(self, key: str, default = None) -> Any:
|
1492
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails.__key_warning(key)
|
1493
|
+
return super().get(key, default)
|
1494
|
+
|
1495
|
+
def __init__(__self__, *,
|
1496
|
+
host_name: Optional[_builtins.str] = None,
|
1497
|
+
hosts: Optional[Sequence['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost']] = None,
|
1498
|
+
port: Optional[_builtins.int] = None,
|
1499
|
+
protocol: Optional[_builtins.str] = None,
|
1500
|
+
service_name: Optional[_builtins.str] = None):
|
1501
|
+
"""
|
1502
|
+
:param _builtins.str host_name: Name of the listener host that will be used to create the connect string to the database.
|
1503
|
+
:param Sequence['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs'] hosts: List of hosts and port for private endpoint accessed database resource.
|
1504
|
+
:param _builtins.int port: Listener port number used for connection requests.
|
1505
|
+
:param _builtins.str protocol: Protocol used for connection requests for private endpoint accssed database resource.
|
1506
|
+
:param _builtins.str service_name: Database service name used for connection requests.
|
1507
|
+
"""
|
1508
|
+
if host_name is not None:
|
1509
|
+
pulumi.set(__self__, "host_name", host_name)
|
1510
|
+
if hosts is not None:
|
1511
|
+
pulumi.set(__self__, "hosts", hosts)
|
1512
|
+
if port is not None:
|
1513
|
+
pulumi.set(__self__, "port", port)
|
1514
|
+
if protocol is not None:
|
1515
|
+
pulumi.set(__self__, "protocol", protocol)
|
1516
|
+
if service_name is not None:
|
1517
|
+
pulumi.set(__self__, "service_name", service_name)
|
1518
|
+
|
1519
|
+
@_builtins.property
|
1520
|
+
@pulumi.getter(name="hostName")
|
1521
|
+
def host_name(self) -> Optional[_builtins.str]:
|
1522
|
+
"""
|
1523
|
+
Name of the listener host that will be used to create the connect string to the database.
|
1524
|
+
"""
|
1525
|
+
return pulumi.get(self, "host_name")
|
1526
|
+
|
1527
|
+
@_builtins.property
|
1528
|
+
@pulumi.getter
|
1529
|
+
def hosts(self) -> Optional[Sequence['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost']]:
|
1530
|
+
"""
|
1531
|
+
List of hosts and port for private endpoint accessed database resource.
|
1532
|
+
"""
|
1533
|
+
return pulumi.get(self, "hosts")
|
1534
|
+
|
1535
|
+
@_builtins.property
|
1536
|
+
@pulumi.getter
|
1537
|
+
def port(self) -> Optional[_builtins.int]:
|
1538
|
+
"""
|
1539
|
+
Listener port number used for connection requests.
|
1540
|
+
"""
|
1541
|
+
return pulumi.get(self, "port")
|
1542
|
+
|
1543
|
+
@_builtins.property
|
1544
|
+
@pulumi.getter
|
1545
|
+
def protocol(self) -> Optional[_builtins.str]:
|
1546
|
+
"""
|
1547
|
+
Protocol used for connection requests for private endpoint accssed database resource.
|
1548
|
+
"""
|
1549
|
+
return pulumi.get(self, "protocol")
|
1550
|
+
|
1551
|
+
@_builtins.property
|
1552
|
+
@pulumi.getter(name="serviceName")
|
1553
|
+
def service_name(self) -> Optional[_builtins.str]:
|
1554
|
+
"""
|
1555
|
+
Database service name used for connection requests.
|
1556
|
+
"""
|
1557
|
+
return pulumi.get(self, "service_name")
|
1558
|
+
|
1559
|
+
|
1560
|
+
@pulumi.output_type
|
1561
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost(dict):
|
1562
|
+
@staticmethod
|
1563
|
+
def __key_warning(key: str):
|
1564
|
+
suggest = None
|
1565
|
+
if key == "hostIp":
|
1566
|
+
suggest = "host_ip"
|
1567
|
+
|
1568
|
+
if suggest:
|
1569
|
+
pulumi.log.warn(f"Key '{key}' not found in ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost. Access the value via the '{suggest}' property getter instead.")
|
1570
|
+
|
1571
|
+
def __getitem__(self, key: str) -> Any:
|
1572
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost.__key_warning(key)
|
1573
|
+
return super().__getitem__(key)
|
1574
|
+
|
1575
|
+
def get(self, key: str, default = None) -> Any:
|
1576
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost.__key_warning(key)
|
1577
|
+
return super().get(key, default)
|
1578
|
+
|
1579
|
+
def __init__(__self__, *,
|
1580
|
+
host_ip: Optional[_builtins.str] = None,
|
1581
|
+
port: Optional[_builtins.int] = None):
|
1582
|
+
"""
|
1583
|
+
:param _builtins.str host_ip: Host IP used for connection requests for Cloud DB resource.
|
1584
|
+
:param _builtins.int port: Listener port number used for connection requests for rivate endpoint accessed db resource.
|
1585
|
+
"""
|
1586
|
+
if host_ip is not None:
|
1587
|
+
pulumi.set(__self__, "host_ip", host_ip)
|
1588
|
+
if port is not None:
|
1589
|
+
pulumi.set(__self__, "port", port)
|
1590
|
+
|
1591
|
+
@_builtins.property
|
1592
|
+
@pulumi.getter(name="hostIp")
|
1593
|
+
def host_ip(self) -> Optional[_builtins.str]:
|
1594
|
+
"""
|
1595
|
+
Host IP used for connection requests for Cloud DB resource.
|
1596
|
+
"""
|
1597
|
+
return pulumi.get(self, "host_ip")
|
1598
|
+
|
1599
|
+
@_builtins.property
|
1600
|
+
@pulumi.getter
|
1601
|
+
def port(self) -> Optional[_builtins.int]:
|
1602
|
+
"""
|
1603
|
+
Listener port number used for connection requests for rivate endpoint accessed db resource.
|
1604
|
+
"""
|
1605
|
+
return pulumi.get(self, "port")
|
1606
|
+
|
1607
|
+
|
1608
|
+
@pulumi.output_type
|
1609
|
+
class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails(dict):
|
1610
|
+
@staticmethod
|
1611
|
+
def __key_warning(key: str):
|
1612
|
+
suggest = None
|
1613
|
+
if key == "credentialType":
|
1614
|
+
suggest = "credential_type"
|
1615
|
+
elif key == "credentialSourceName":
|
1616
|
+
suggest = "credential_source_name"
|
1617
|
+
elif key == "namedCredentialId":
|
1618
|
+
suggest = "named_credential_id"
|
1619
|
+
elif key == "passwordSecretId":
|
1620
|
+
suggest = "password_secret_id"
|
1621
|
+
elif key == "userName":
|
1622
|
+
suggest = "user_name"
|
1623
|
+
elif key == "walletSecretId":
|
1624
|
+
suggest = "wallet_secret_id"
|
1625
|
+
|
1626
|
+
if suggest:
|
1627
|
+
pulumi.log.warn(f"Key '{key}' not found in ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails. Access the value via the '{suggest}' property getter instead.")
|
1628
|
+
|
1629
|
+
def __getitem__(self, key: str) -> Any:
|
1630
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails.__key_warning(key)
|
1631
|
+
return super().__getitem__(key)
|
1632
|
+
|
1633
|
+
def get(self, key: str, default = None) -> Any:
|
1634
|
+
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails.__key_warning(key)
|
1635
|
+
return super().get(key, default)
|
1636
|
+
|
1637
|
+
def __init__(__self__, *,
|
1638
|
+
credential_type: _builtins.str,
|
1639
|
+
credential_source_name: Optional[_builtins.str] = None,
|
1640
|
+
named_credential_id: Optional[_builtins.str] = None,
|
1641
|
+
password_secret_id: Optional[_builtins.str] = None,
|
1642
|
+
role: Optional[_builtins.str] = None,
|
1643
|
+
user_name: Optional[_builtins.str] = None,
|
1644
|
+
wallet_secret_id: Optional[_builtins.str] = None):
|
1645
|
+
"""
|
1646
|
+
:param _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.
|
1647
|
+
:param _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.
|
1648
|
+
:param _builtins.str named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1649
|
+
:param _builtins.str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
1650
|
+
:param _builtins.str role: database user role.
|
1651
|
+
:param _builtins.str user_name: database user name.
|
1652
|
+
:param _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.
|
1653
|
+
"""
|
1654
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
1655
|
+
if credential_source_name is not None:
|
1656
|
+
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
1657
|
+
if named_credential_id is not None:
|
1658
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
1659
|
+
if password_secret_id is not None:
|
1660
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
1661
|
+
if role is not None:
|
1662
|
+
pulumi.set(__self__, "role", role)
|
1663
|
+
if user_name is not None:
|
1664
|
+
pulumi.set(__self__, "user_name", user_name)
|
1665
|
+
if wallet_secret_id is not None:
|
1666
|
+
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
1667
|
+
|
1668
|
+
@_builtins.property
|
1669
|
+
@pulumi.getter(name="credentialType")
|
1670
|
+
def credential_type(self) -> _builtins.str:
|
1671
|
+
"""
|
1672
|
+
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.
|
1673
|
+
"""
|
1674
|
+
return pulumi.get(self, "credential_type")
|
1675
|
+
|
1676
|
+
@_builtins.property
|
1677
|
+
@pulumi.getter(name="credentialSourceName")
|
1678
|
+
def credential_source_name(self) -> Optional[_builtins.str]:
|
1679
|
+
"""
|
1680
|
+
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.
|
1681
|
+
"""
|
1682
|
+
return pulumi.get(self, "credential_source_name")
|
1683
|
+
|
1684
|
+
@_builtins.property
|
1685
|
+
@pulumi.getter(name="namedCredentialId")
|
1686
|
+
def named_credential_id(self) -> Optional[_builtins.str]:
|
1687
|
+
"""
|
1688
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
1689
|
+
"""
|
1690
|
+
return pulumi.get(self, "named_credential_id")
|
1691
|
+
|
1692
|
+
@_builtins.property
|
1693
|
+
@pulumi.getter(name="passwordSecretId")
|
1694
|
+
def password_secret_id(self) -> Optional[_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
|
+
return pulumi.get(self, "password_secret_id")
|
1699
|
+
|
1700
|
+
@_builtins.property
|
1701
|
+
@pulumi.getter
|
1702
|
+
def role(self) -> Optional[_builtins.str]:
|
1703
|
+
"""
|
1704
|
+
database user role.
|
1705
|
+
"""
|
1706
|
+
return pulumi.get(self, "role")
|
1707
|
+
|
1708
|
+
@_builtins.property
|
1709
|
+
@pulumi.getter(name="userName")
|
1710
|
+
def user_name(self) -> Optional[_builtins.str]:
|
1711
|
+
"""
|
1712
|
+
database user name.
|
1713
|
+
"""
|
1714
|
+
return pulumi.get(self, "user_name")
|
1715
|
+
|
1716
|
+
@_builtins.property
|
1717
|
+
@pulumi.getter(name="walletSecretId")
|
1718
|
+
def wallet_secret_id(self) -> Optional[_builtins.str]:
|
1719
|
+
"""
|
1720
|
+
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.
|
1721
|
+
"""
|
1722
|
+
return pulumi.get(self, "wallet_secret_id")
|
1723
|
+
|
1724
|
+
|
1725
|
+
@pulumi.output_type
|
1726
|
+
class NewsReportContentTypes(dict):
|
1727
|
+
@staticmethod
|
1728
|
+
def __key_warning(key: str):
|
1729
|
+
suggest = None
|
1730
|
+
if key == "actionableInsightsResources":
|
1731
|
+
suggest = "actionable_insights_resources"
|
1732
|
+
elif key == "capacityPlanningResources":
|
1733
|
+
suggest = "capacity_planning_resources"
|
1734
|
+
elif key == "sqlInsightsFleetAnalysisResources":
|
1735
|
+
suggest = "sql_insights_fleet_analysis_resources"
|
1736
|
+
elif key == "sqlInsightsPerformanceDegradationResources":
|
1737
|
+
suggest = "sql_insights_performance_degradation_resources"
|
1738
|
+
elif key == "sqlInsightsPlanChangesResources":
|
1739
|
+
suggest = "sql_insights_plan_changes_resources"
|
1740
|
+
elif key == "sqlInsightsTopDatabasesResources":
|
1741
|
+
suggest = "sql_insights_top_databases_resources"
|
1742
|
+
elif key == "sqlInsightsTopSqlByInsightsResources":
|
1743
|
+
suggest = "sql_insights_top_sql_by_insights_resources"
|
1744
|
+
elif key == "sqlInsightsTopSqlResources":
|
1745
|
+
suggest = "sql_insights_top_sql_resources"
|
1746
|
+
|
1747
|
+
if suggest:
|
1748
|
+
pulumi.log.warn(f"Key '{key}' not found in NewsReportContentTypes. Access the value via the '{suggest}' property getter instead.")
|
1749
|
+
|
1750
|
+
def __getitem__(self, key: str) -> Any:
|
1751
|
+
NewsReportContentTypes.__key_warning(key)
|
1752
|
+
return super().__getitem__(key)
|
1753
|
+
|
1754
|
+
def get(self, key: str, default = None) -> Any:
|
1755
|
+
NewsReportContentTypes.__key_warning(key)
|
1756
|
+
return super().get(key, default)
|
1757
|
+
|
1758
|
+
def __init__(__self__, *,
|
1759
|
+
actionable_insights_resources: Optional[Sequence[_builtins.str]] = None,
|
1760
|
+
capacity_planning_resources: Optional[Sequence[_builtins.str]] = None,
|
1761
|
+
sql_insights_fleet_analysis_resources: Optional[Sequence[_builtins.str]] = None,
|
1762
|
+
sql_insights_performance_degradation_resources: Optional[Sequence[_builtins.str]] = None,
|
1763
|
+
sql_insights_plan_changes_resources: Optional[Sequence[_builtins.str]] = None,
|
1764
|
+
sql_insights_top_databases_resources: Optional[Sequence[_builtins.str]] = None,
|
1765
|
+
sql_insights_top_sql_by_insights_resources: Optional[Sequence[_builtins.str]] = None,
|
1766
|
+
sql_insights_top_sql_resources: Optional[Sequence[_builtins.str]] = None):
|
1767
|
+
"""
|
1768
|
+
:param Sequence[_builtins.str] actionable_insights_resources: (Updatable) Supported resources for actionable insights content type.
|
1769
|
+
:param Sequence[_builtins.str] capacity_planning_resources: (Updatable) Supported resources for capacity planning content type.
|
1770
|
+
:param Sequence[_builtins.str] sql_insights_fleet_analysis_resources: (Updatable) Supported resources for SQL insights - fleet analysis content type.
|
1771
|
+
:param Sequence[_builtins.str] sql_insights_performance_degradation_resources: (Updatable) Supported resources for SQL insights - performance degradation content type.
|
1772
|
+
:param Sequence[_builtins.str] sql_insights_plan_changes_resources: (Updatable) Supported resources for SQL insights - plan changes content type.
|
1773
|
+
:param Sequence[_builtins.str] sql_insights_top_databases_resources: (Updatable) Supported resources for SQL insights - top databases content type.
|
1774
|
+
:param Sequence[_builtins.str] sql_insights_top_sql_by_insights_resources: (Updatable) Supported resources for SQL insights - top SQL by insights content type.
|
1775
|
+
:param Sequence[_builtins.str] sql_insights_top_sql_resources: (Updatable) Supported resources for SQL insights - top SQL content type.
|
1776
|
+
"""
|
1777
|
+
if actionable_insights_resources is not None:
|
1778
|
+
pulumi.set(__self__, "actionable_insights_resources", actionable_insights_resources)
|
1779
|
+
if capacity_planning_resources is not None:
|
1138
1780
|
pulumi.set(__self__, "capacity_planning_resources", capacity_planning_resources)
|
1139
1781
|
if sql_insights_fleet_analysis_resources is not None:
|
1140
1782
|
pulumi.set(__self__, "sql_insights_fleet_analysis_resources", sql_insights_fleet_analysis_resources)
|
@@ -2390,18 +3032,21 @@ class GetDatabaseInsightConnectionCredentialDetailResult(dict):
|
|
2390
3032
|
def __init__(__self__, *,
|
2391
3033
|
credential_source_name: _builtins.str,
|
2392
3034
|
credential_type: _builtins.str,
|
3035
|
+
named_credential_id: _builtins.str,
|
2393
3036
|
password_secret_id: _builtins.str,
|
2394
3037
|
role: _builtins.str,
|
2395
3038
|
user_name: _builtins.str):
|
2396
3039
|
"""
|
2397
3040
|
:param _builtins.str credential_source_name: Credential source name that had been added in Management Agent wallet. This is supplied in the External Database Service.
|
2398
|
-
:param _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.
|
3041
|
+
:param _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. CREDENTIALS_BY_NAMED_CREDS is supplied by Management Agent service to connect for Macs Managed Cloud Database or Autonomous Database.
|
3042
|
+
:param _builtins.str named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
2399
3043
|
:param _builtins.str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
2400
3044
|
:param _builtins.str role: database user role.
|
2401
3045
|
:param _builtins.str user_name: database user name.
|
2402
3046
|
"""
|
2403
3047
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
2404
3048
|
pulumi.set(__self__, "credential_type", credential_type)
|
3049
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
2405
3050
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
2406
3051
|
pulumi.set(__self__, "role", role)
|
2407
3052
|
pulumi.set(__self__, "user_name", user_name)
|
@@ -2418,10 +3063,18 @@ class GetDatabaseInsightConnectionCredentialDetailResult(dict):
|
|
2418
3063
|
@pulumi.getter(name="credentialType")
|
2419
3064
|
def credential_type(self) -> _builtins.str:
|
2420
3065
|
"""
|
2421
|
-
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.
|
3066
|
+
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. CREDENTIALS_BY_NAMED_CREDS is supplied by Management Agent service to connect for Macs Managed Cloud Database or Autonomous Database.
|
2422
3067
|
"""
|
2423
3068
|
return pulumi.get(self, "credential_type")
|
2424
3069
|
|
3070
|
+
@_builtins.property
|
3071
|
+
@pulumi.getter(name="namedCredentialId")
|
3072
|
+
def named_credential_id(self) -> _builtins.str:
|
3073
|
+
"""
|
3074
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
3075
|
+
"""
|
3076
|
+
return pulumi.get(self, "named_credential_id")
|
3077
|
+
|
2425
3078
|
@_builtins.property
|
2426
3079
|
@pulumi.getter(name="passwordSecretId")
|
2427
3080
|
def password_secret_id(self) -> _builtins.str:
|
@@ -2543,13 +3196,15 @@ class GetDatabaseInsightCredentialDetailResult(dict):
|
|
2543
3196
|
def __init__(__self__, *,
|
2544
3197
|
credential_source_name: _builtins.str,
|
2545
3198
|
credential_type: _builtins.str,
|
3199
|
+
named_credential_id: _builtins.str,
|
2546
3200
|
password_secret_id: _builtins.str,
|
2547
3201
|
role: _builtins.str,
|
2548
3202
|
user_name: _builtins.str,
|
2549
3203
|
wallet_secret_id: _builtins.str):
|
2550
3204
|
"""
|
2551
3205
|
:param _builtins.str credential_source_name: Credential source name that had been added in Management Agent wallet. This is supplied in the External Database Service.
|
2552
|
-
:param _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.
|
3206
|
+
:param _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. CREDENTIALS_BY_NAMED_CREDS is supplied by Management Agent service to connect for Macs Managed Cloud Database or Autonomous Database.
|
3207
|
+
:param _builtins.str named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
2553
3208
|
:param _builtins.str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
2554
3209
|
:param _builtins.str role: database user role.
|
2555
3210
|
:param _builtins.str user_name: database user name.
|
@@ -2557,6 +3212,7 @@ class GetDatabaseInsightCredentialDetailResult(dict):
|
|
2557
3212
|
"""
|
2558
3213
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
2559
3214
|
pulumi.set(__self__, "credential_type", credential_type)
|
3215
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
2560
3216
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
2561
3217
|
pulumi.set(__self__, "role", role)
|
2562
3218
|
pulumi.set(__self__, "user_name", user_name)
|
@@ -2574,10 +3230,18 @@ class GetDatabaseInsightCredentialDetailResult(dict):
|
|
2574
3230
|
@pulumi.getter(name="credentialType")
|
2575
3231
|
def credential_type(self) -> _builtins.str:
|
2576
3232
|
"""
|
2577
|
-
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.
|
3233
|
+
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. CREDENTIALS_BY_NAMED_CREDS is supplied by Management Agent service to connect for Macs Managed Cloud Database or Autonomous Database.
|
2578
3234
|
"""
|
2579
3235
|
return pulumi.get(self, "credential_type")
|
2580
3236
|
|
3237
|
+
@_builtins.property
|
3238
|
+
@pulumi.getter(name="namedCredentialId")
|
3239
|
+
def named_credential_id(self) -> _builtins.str:
|
3240
|
+
"""
|
3241
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
3242
|
+
"""
|
3243
|
+
return pulumi.get(self, "named_credential_id")
|
3244
|
+
|
2581
3245
|
@_builtins.property
|
2582
3246
|
@pulumi.getter(name="passwordSecretId")
|
2583
3247
|
def password_secret_id(self) -> _builtins.str:
|
@@ -3074,18 +3738,21 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetai
|
|
3074
3738
|
def __init__(__self__, *,
|
3075
3739
|
credential_source_name: _builtins.str,
|
3076
3740
|
credential_type: _builtins.str,
|
3741
|
+
named_credential_id: _builtins.str,
|
3077
3742
|
password_secret_id: _builtins.str,
|
3078
3743
|
role: _builtins.str,
|
3079
3744
|
user_name: _builtins.str):
|
3080
3745
|
"""
|
3081
|
-
:param _builtins.str credential_source_name: Credential source name that had been added in Management Agent wallet. This is
|
3082
|
-
:param _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.
|
3746
|
+
:param _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.
|
3747
|
+
:param _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. CREDENTIALS_BY_NAMED_CREDS is supplied by Management Agent service to connect for Macs Managed Cloud Database or Autonomous Database.
|
3748
|
+
:param _builtins.str named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
3083
3749
|
:param _builtins.str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
3084
3750
|
:param _builtins.str role: database user role.
|
3085
3751
|
:param _builtins.str user_name: database user name.
|
3086
3752
|
"""
|
3087
3753
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
3088
3754
|
pulumi.set(__self__, "credential_type", credential_type)
|
3755
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
3089
3756
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
3090
3757
|
pulumi.set(__self__, "role", role)
|
3091
3758
|
pulumi.set(__self__, "user_name", user_name)
|
@@ -3094,7 +3761,7 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetai
|
|
3094
3761
|
@pulumi.getter(name="credentialSourceName")
|
3095
3762
|
def credential_source_name(self) -> _builtins.str:
|
3096
3763
|
"""
|
3097
|
-
Credential source name that had been added in Management Agent wallet. This is
|
3764
|
+
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.
|
3098
3765
|
"""
|
3099
3766
|
return pulumi.get(self, "credential_source_name")
|
3100
3767
|
|
@@ -3102,10 +3769,18 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetai
|
|
3102
3769
|
@pulumi.getter(name="credentialType")
|
3103
3770
|
def credential_type(self) -> _builtins.str:
|
3104
3771
|
"""
|
3105
|
-
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.
|
3772
|
+
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. CREDENTIALS_BY_NAMED_CREDS is supplied by Management Agent service to connect for Macs Managed Cloud Database or Autonomous Database.
|
3106
3773
|
"""
|
3107
3774
|
return pulumi.get(self, "credential_type")
|
3108
3775
|
|
3776
|
+
@_builtins.property
|
3777
|
+
@pulumi.getter(name="namedCredentialId")
|
3778
|
+
def named_credential_id(self) -> _builtins.str:
|
3779
|
+
"""
|
3780
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
3781
|
+
"""
|
3782
|
+
return pulumi.get(self, "named_credential_id")
|
3783
|
+
|
3109
3784
|
@_builtins.property
|
3110
3785
|
@pulumi.getter(name="passwordSecretId")
|
3111
3786
|
def password_secret_id(self) -> _builtins.str:
|
@@ -3227,13 +3902,15 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailResult(di
|
|
3227
3902
|
def __init__(__self__, *,
|
3228
3903
|
credential_source_name: _builtins.str,
|
3229
3904
|
credential_type: _builtins.str,
|
3905
|
+
named_credential_id: _builtins.str,
|
3230
3906
|
password_secret_id: _builtins.str,
|
3231
3907
|
role: _builtins.str,
|
3232
3908
|
user_name: _builtins.str,
|
3233
3909
|
wallet_secret_id: _builtins.str):
|
3234
3910
|
"""
|
3235
|
-
:param _builtins.str credential_source_name: Credential source name that had been added in Management Agent wallet. This is
|
3236
|
-
:param _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.
|
3911
|
+
:param _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.
|
3912
|
+
:param _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. CREDENTIALS_BY_NAMED_CREDS is supplied by Management Agent service to connect for Macs Managed Cloud Database or Autonomous Database.
|
3913
|
+
:param _builtins.str named_credential_id: The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
3237
3914
|
:param _builtins.str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
3238
3915
|
:param _builtins.str role: database user role.
|
3239
3916
|
:param _builtins.str user_name: database user name.
|
@@ -3241,6 +3918,7 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailResult(di
|
|
3241
3918
|
"""
|
3242
3919
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
3243
3920
|
pulumi.set(__self__, "credential_type", credential_type)
|
3921
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
3244
3922
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
3245
3923
|
pulumi.set(__self__, "role", role)
|
3246
3924
|
pulumi.set(__self__, "user_name", user_name)
|
@@ -3250,7 +3928,7 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailResult(di
|
|
3250
3928
|
@pulumi.getter(name="credentialSourceName")
|
3251
3929
|
def credential_source_name(self) -> _builtins.str:
|
3252
3930
|
"""
|
3253
|
-
Credential source name that had been added in Management Agent wallet. This is
|
3931
|
+
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.
|
3254
3932
|
"""
|
3255
3933
|
return pulumi.get(self, "credential_source_name")
|
3256
3934
|
|
@@ -3258,10 +3936,18 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailResult(di
|
|
3258
3936
|
@pulumi.getter(name="credentialType")
|
3259
3937
|
def credential_type(self) -> _builtins.str:
|
3260
3938
|
"""
|
3261
|
-
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.
|
3939
|
+
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. CREDENTIALS_BY_NAMED_CREDS is supplied by Management Agent service to connect for Macs Managed Cloud Database or Autonomous Database.
|
3262
3940
|
"""
|
3263
3941
|
return pulumi.get(self, "credential_type")
|
3264
3942
|
|
3943
|
+
@_builtins.property
|
3944
|
+
@pulumi.getter(name="namedCredentialId")
|
3945
|
+
def named_credential_id(self) -> _builtins.str:
|
3946
|
+
"""
|
3947
|
+
The credential [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) stored in management agent.
|
3948
|
+
"""
|
3949
|
+
return pulumi.get(self, "named_credential_id")
|
3950
|
+
|
3265
3951
|
@_builtins.property
|
3266
3952
|
@pulumi.getter(name="passwordSecretId")
|
3267
3953
|
def password_secret_id(self) -> _builtins.str:
|
@@ -3527,6 +4213,7 @@ class GetExadataInsightMemberVmClusterDetailResult(dict):
|
|
3527
4213
|
def __init__(__self__, *,
|
3528
4214
|
compartment_id: _builtins.str,
|
3529
4215
|
dbm_private_endpoint_id: _builtins.str,
|
4216
|
+
member_autonomous_details: Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailResult'],
|
3530
4217
|
member_database_details: Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailResult'],
|
3531
4218
|
opsi_private_endpoint_id: _builtins.str,
|
3532
4219
|
vm_cluster_type: _builtins.str,
|
@@ -3536,6 +4223,7 @@ class GetExadataInsightMemberVmClusterDetailResult(dict):
|
|
3536
4223
|
"""
|
3537
4224
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
3538
4225
|
pulumi.set(__self__, "dbm_private_endpoint_id", dbm_private_endpoint_id)
|
4226
|
+
pulumi.set(__self__, "member_autonomous_details", member_autonomous_details)
|
3539
4227
|
pulumi.set(__self__, "member_database_details", member_database_details)
|
3540
4228
|
pulumi.set(__self__, "opsi_private_endpoint_id", opsi_private_endpoint_id)
|
3541
4229
|
pulumi.set(__self__, "vm_cluster_type", vm_cluster_type)
|
@@ -3554,6 +4242,11 @@ class GetExadataInsightMemberVmClusterDetailResult(dict):
|
|
3554
4242
|
def dbm_private_endpoint_id(self) -> _builtins.str:
|
3555
4243
|
return pulumi.get(self, "dbm_private_endpoint_id")
|
3556
4244
|
|
4245
|
+
@_builtins.property
|
4246
|
+
@pulumi.getter(name="memberAutonomousDetails")
|
4247
|
+
def member_autonomous_details(self) -> Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailResult']:
|
4248
|
+
return pulumi.get(self, "member_autonomous_details")
|
4249
|
+
|
3557
4250
|
@_builtins.property
|
3558
4251
|
@pulumi.getter(name="memberDatabaseDetails")
|
3559
4252
|
def member_database_details(self) -> Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailResult']:
|
@@ -3575,6 +4268,272 @@ class GetExadataInsightMemberVmClusterDetailResult(dict):
|
|
3575
4268
|
return pulumi.get(self, "vmcluster_id")
|
3576
4269
|
|
3577
4270
|
|
4271
|
+
@pulumi.output_type
|
4272
|
+
class GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailResult(dict):
|
4273
|
+
def __init__(__self__, *,
|
4274
|
+
compartment_id: _builtins.str,
|
4275
|
+
connection_credential_details: Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailResult'],
|
4276
|
+
connection_details: Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailResult'],
|
4277
|
+
credential_details: Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailResult'],
|
4278
|
+
database_id: _builtins.str,
|
4279
|
+
database_resource_type: _builtins.str,
|
4280
|
+
defined_tags: Mapping[str, _builtins.str],
|
4281
|
+
deployment_type: _builtins.str,
|
4282
|
+
entity_source: _builtins.str,
|
4283
|
+
freeform_tags: Mapping[str, _builtins.str],
|
4284
|
+
is_advanced_features_enabled: _builtins.bool,
|
4285
|
+
management_agent_id: _builtins.str,
|
4286
|
+
opsi_private_endpoint_id: _builtins.str,
|
4287
|
+
system_tags: Mapping[str, _builtins.str]):
|
4288
|
+
"""
|
4289
|
+
:param _builtins.str compartment_id: Compartment identifier of the Exadata insight resource
|
4290
|
+
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
4291
|
+
:param _builtins.str entity_source: Source of the Exadata system.
|
4292
|
+
:param Mapping[str, _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"}`
|
4293
|
+
:param Mapping[str, _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"}`
|
4294
|
+
"""
|
4295
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
4296
|
+
pulumi.set(__self__, "connection_credential_details", connection_credential_details)
|
4297
|
+
pulumi.set(__self__, "connection_details", connection_details)
|
4298
|
+
pulumi.set(__self__, "credential_details", credential_details)
|
4299
|
+
pulumi.set(__self__, "database_id", database_id)
|
4300
|
+
pulumi.set(__self__, "database_resource_type", database_resource_type)
|
4301
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
4302
|
+
pulumi.set(__self__, "deployment_type", deployment_type)
|
4303
|
+
pulumi.set(__self__, "entity_source", entity_source)
|
4304
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
4305
|
+
pulumi.set(__self__, "is_advanced_features_enabled", is_advanced_features_enabled)
|
4306
|
+
pulumi.set(__self__, "management_agent_id", management_agent_id)
|
4307
|
+
pulumi.set(__self__, "opsi_private_endpoint_id", opsi_private_endpoint_id)
|
4308
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
4309
|
+
|
4310
|
+
@_builtins.property
|
4311
|
+
@pulumi.getter(name="compartmentId")
|
4312
|
+
def compartment_id(self) -> _builtins.str:
|
4313
|
+
"""
|
4314
|
+
Compartment identifier of the Exadata insight resource
|
4315
|
+
"""
|
4316
|
+
return pulumi.get(self, "compartment_id")
|
4317
|
+
|
4318
|
+
@_builtins.property
|
4319
|
+
@pulumi.getter(name="connectionCredentialDetails")
|
4320
|
+
def connection_credential_details(self) -> Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailResult']:
|
4321
|
+
return pulumi.get(self, "connection_credential_details")
|
4322
|
+
|
4323
|
+
@_builtins.property
|
4324
|
+
@pulumi.getter(name="connectionDetails")
|
4325
|
+
def connection_details(self) -> Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailResult']:
|
4326
|
+
return pulumi.get(self, "connection_details")
|
4327
|
+
|
4328
|
+
@_builtins.property
|
4329
|
+
@pulumi.getter(name="credentialDetails")
|
4330
|
+
def credential_details(self) -> Sequence['outputs.GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailResult']:
|
4331
|
+
return pulumi.get(self, "credential_details")
|
4332
|
+
|
4333
|
+
@_builtins.property
|
4334
|
+
@pulumi.getter(name="databaseId")
|
4335
|
+
def database_id(self) -> _builtins.str:
|
4336
|
+
return pulumi.get(self, "database_id")
|
4337
|
+
|
4338
|
+
@_builtins.property
|
4339
|
+
@pulumi.getter(name="databaseResourceType")
|
4340
|
+
def database_resource_type(self) -> _builtins.str:
|
4341
|
+
return pulumi.get(self, "database_resource_type")
|
4342
|
+
|
4343
|
+
@_builtins.property
|
4344
|
+
@pulumi.getter(name="definedTags")
|
4345
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
4346
|
+
"""
|
4347
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
4348
|
+
"""
|
4349
|
+
return pulumi.get(self, "defined_tags")
|
4350
|
+
|
4351
|
+
@_builtins.property
|
4352
|
+
@pulumi.getter(name="deploymentType")
|
4353
|
+
def deployment_type(self) -> _builtins.str:
|
4354
|
+
return pulumi.get(self, "deployment_type")
|
4355
|
+
|
4356
|
+
@_builtins.property
|
4357
|
+
@pulumi.getter(name="entitySource")
|
4358
|
+
def entity_source(self) -> _builtins.str:
|
4359
|
+
"""
|
4360
|
+
Source of the Exadata system.
|
4361
|
+
"""
|
4362
|
+
return pulumi.get(self, "entity_source")
|
4363
|
+
|
4364
|
+
@_builtins.property
|
4365
|
+
@pulumi.getter(name="freeformTags")
|
4366
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
4367
|
+
"""
|
4368
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
4369
|
+
"""
|
4370
|
+
return pulumi.get(self, "freeform_tags")
|
4371
|
+
|
4372
|
+
@_builtins.property
|
4373
|
+
@pulumi.getter(name="isAdvancedFeaturesEnabled")
|
4374
|
+
def is_advanced_features_enabled(self) -> _builtins.bool:
|
4375
|
+
return pulumi.get(self, "is_advanced_features_enabled")
|
4376
|
+
|
4377
|
+
@_builtins.property
|
4378
|
+
@pulumi.getter(name="managementAgentId")
|
4379
|
+
def management_agent_id(self) -> _builtins.str:
|
4380
|
+
return pulumi.get(self, "management_agent_id")
|
4381
|
+
|
4382
|
+
@_builtins.property
|
4383
|
+
@pulumi.getter(name="opsiPrivateEndpointId")
|
4384
|
+
def opsi_private_endpoint_id(self) -> _builtins.str:
|
4385
|
+
return pulumi.get(self, "opsi_private_endpoint_id")
|
4386
|
+
|
4387
|
+
@_builtins.property
|
4388
|
+
@pulumi.getter(name="systemTags")
|
4389
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
4390
|
+
"""
|
4391
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
4392
|
+
"""
|
4393
|
+
return pulumi.get(self, "system_tags")
|
4394
|
+
|
4395
|
+
|
4396
|
+
@pulumi.output_type
|
4397
|
+
class GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailResult(dict):
|
4398
|
+
def __init__(__self__, *,
|
4399
|
+
credential_source_name: _builtins.str,
|
4400
|
+
credential_type: _builtins.str,
|
4401
|
+
named_credential_id: _builtins.str,
|
4402
|
+
password_secret_id: _builtins.str,
|
4403
|
+
role: _builtins.str,
|
4404
|
+
user_name: _builtins.str,
|
4405
|
+
wallet_secret_id: _builtins.str):
|
4406
|
+
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
4407
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
4408
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
4409
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
4410
|
+
pulumi.set(__self__, "role", role)
|
4411
|
+
pulumi.set(__self__, "user_name", user_name)
|
4412
|
+
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
4413
|
+
|
4414
|
+
@_builtins.property
|
4415
|
+
@pulumi.getter(name="credentialSourceName")
|
4416
|
+
def credential_source_name(self) -> _builtins.str:
|
4417
|
+
return pulumi.get(self, "credential_source_name")
|
4418
|
+
|
4419
|
+
@_builtins.property
|
4420
|
+
@pulumi.getter(name="credentialType")
|
4421
|
+
def credential_type(self) -> _builtins.str:
|
4422
|
+
return pulumi.get(self, "credential_type")
|
4423
|
+
|
4424
|
+
@_builtins.property
|
4425
|
+
@pulumi.getter(name="namedCredentialId")
|
4426
|
+
def named_credential_id(self) -> _builtins.str:
|
4427
|
+
return pulumi.get(self, "named_credential_id")
|
4428
|
+
|
4429
|
+
@_builtins.property
|
4430
|
+
@pulumi.getter(name="passwordSecretId")
|
4431
|
+
def password_secret_id(self) -> _builtins.str:
|
4432
|
+
return pulumi.get(self, "password_secret_id")
|
4433
|
+
|
4434
|
+
@_builtins.property
|
4435
|
+
@pulumi.getter
|
4436
|
+
def role(self) -> _builtins.str:
|
4437
|
+
return pulumi.get(self, "role")
|
4438
|
+
|
4439
|
+
@_builtins.property
|
4440
|
+
@pulumi.getter(name="userName")
|
4441
|
+
def user_name(self) -> _builtins.str:
|
4442
|
+
return pulumi.get(self, "user_name")
|
4443
|
+
|
4444
|
+
@_builtins.property
|
4445
|
+
@pulumi.getter(name="walletSecretId")
|
4446
|
+
def wallet_secret_id(self) -> _builtins.str:
|
4447
|
+
return pulumi.get(self, "wallet_secret_id")
|
4448
|
+
|
4449
|
+
|
4450
|
+
@pulumi.output_type
|
4451
|
+
class GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailConnectionDetailResult(dict):
|
4452
|
+
def __init__(__self__, *,
|
4453
|
+
host_name: _builtins.str,
|
4454
|
+
port: _builtins.int,
|
4455
|
+
protocol: _builtins.str,
|
4456
|
+
service_name: _builtins.str):
|
4457
|
+
pulumi.set(__self__, "host_name", host_name)
|
4458
|
+
pulumi.set(__self__, "port", port)
|
4459
|
+
pulumi.set(__self__, "protocol", protocol)
|
4460
|
+
pulumi.set(__self__, "service_name", service_name)
|
4461
|
+
|
4462
|
+
@_builtins.property
|
4463
|
+
@pulumi.getter(name="hostName")
|
4464
|
+
def host_name(self) -> _builtins.str:
|
4465
|
+
return pulumi.get(self, "host_name")
|
4466
|
+
|
4467
|
+
@_builtins.property
|
4468
|
+
@pulumi.getter
|
4469
|
+
def port(self) -> _builtins.int:
|
4470
|
+
return pulumi.get(self, "port")
|
4471
|
+
|
4472
|
+
@_builtins.property
|
4473
|
+
@pulumi.getter
|
4474
|
+
def protocol(self) -> _builtins.str:
|
4475
|
+
return pulumi.get(self, "protocol")
|
4476
|
+
|
4477
|
+
@_builtins.property
|
4478
|
+
@pulumi.getter(name="serviceName")
|
4479
|
+
def service_name(self) -> _builtins.str:
|
4480
|
+
return pulumi.get(self, "service_name")
|
4481
|
+
|
4482
|
+
|
4483
|
+
@pulumi.output_type
|
4484
|
+
class GetExadataInsightMemberVmClusterDetailMemberAutonomousDetailCredentialDetailResult(dict):
|
4485
|
+
def __init__(__self__, *,
|
4486
|
+
credential_source_name: _builtins.str,
|
4487
|
+
credential_type: _builtins.str,
|
4488
|
+
named_credential_id: _builtins.str,
|
4489
|
+
password_secret_id: _builtins.str,
|
4490
|
+
role: _builtins.str,
|
4491
|
+
user_name: _builtins.str,
|
4492
|
+
wallet_secret_id: _builtins.str):
|
4493
|
+
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
4494
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
4495
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
4496
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
4497
|
+
pulumi.set(__self__, "role", role)
|
4498
|
+
pulumi.set(__self__, "user_name", user_name)
|
4499
|
+
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
4500
|
+
|
4501
|
+
@_builtins.property
|
4502
|
+
@pulumi.getter(name="credentialSourceName")
|
4503
|
+
def credential_source_name(self) -> _builtins.str:
|
4504
|
+
return pulumi.get(self, "credential_source_name")
|
4505
|
+
|
4506
|
+
@_builtins.property
|
4507
|
+
@pulumi.getter(name="credentialType")
|
4508
|
+
def credential_type(self) -> _builtins.str:
|
4509
|
+
return pulumi.get(self, "credential_type")
|
4510
|
+
|
4511
|
+
@_builtins.property
|
4512
|
+
@pulumi.getter(name="namedCredentialId")
|
4513
|
+
def named_credential_id(self) -> _builtins.str:
|
4514
|
+
return pulumi.get(self, "named_credential_id")
|
4515
|
+
|
4516
|
+
@_builtins.property
|
4517
|
+
@pulumi.getter(name="passwordSecretId")
|
4518
|
+
def password_secret_id(self) -> _builtins.str:
|
4519
|
+
return pulumi.get(self, "password_secret_id")
|
4520
|
+
|
4521
|
+
@_builtins.property
|
4522
|
+
@pulumi.getter
|
4523
|
+
def role(self) -> _builtins.str:
|
4524
|
+
return pulumi.get(self, "role")
|
4525
|
+
|
4526
|
+
@_builtins.property
|
4527
|
+
@pulumi.getter(name="userName")
|
4528
|
+
def user_name(self) -> _builtins.str:
|
4529
|
+
return pulumi.get(self, "user_name")
|
4530
|
+
|
4531
|
+
@_builtins.property
|
4532
|
+
@pulumi.getter(name="walletSecretId")
|
4533
|
+
def wallet_secret_id(self) -> _builtins.str:
|
4534
|
+
return pulumi.get(self, "wallet_secret_id")
|
4535
|
+
|
4536
|
+
|
3578
4537
|
@pulumi.output_type
|
3579
4538
|
class GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailResult(dict):
|
3580
4539
|
def __init__(__self__, *,
|
@@ -3712,12 +4671,14 @@ class GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCreden
|
|
3712
4671
|
def __init__(__self__, *,
|
3713
4672
|
credential_source_name: _builtins.str,
|
3714
4673
|
credential_type: _builtins.str,
|
4674
|
+
named_credential_id: _builtins.str,
|
3715
4675
|
password_secret_id: _builtins.str,
|
3716
4676
|
role: _builtins.str,
|
3717
4677
|
user_name: _builtins.str,
|
3718
4678
|
wallet_secret_id: _builtins.str):
|
3719
4679
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
3720
4680
|
pulumi.set(__self__, "credential_type", credential_type)
|
4681
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
3721
4682
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
3722
4683
|
pulumi.set(__self__, "role", role)
|
3723
4684
|
pulumi.set(__self__, "user_name", user_name)
|
@@ -3733,6 +4694,11 @@ class GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCreden
|
|
3733
4694
|
def credential_type(self) -> _builtins.str:
|
3734
4695
|
return pulumi.get(self, "credential_type")
|
3735
4696
|
|
4697
|
+
@_builtins.property
|
4698
|
+
@pulumi.getter(name="namedCredentialId")
|
4699
|
+
def named_credential_id(self) -> _builtins.str:
|
4700
|
+
return pulumi.get(self, "named_credential_id")
|
4701
|
+
|
3736
4702
|
@_builtins.property
|
3737
4703
|
@pulumi.getter(name="passwordSecretId")
|
3738
4704
|
def password_secret_id(self) -> _builtins.str:
|
@@ -3818,12 +4784,14 @@ class GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetail
|
|
3818
4784
|
def __init__(__self__, *,
|
3819
4785
|
credential_source_name: _builtins.str,
|
3820
4786
|
credential_type: _builtins.str,
|
4787
|
+
named_credential_id: _builtins.str,
|
3821
4788
|
password_secret_id: _builtins.str,
|
3822
4789
|
role: _builtins.str,
|
3823
4790
|
user_name: _builtins.str,
|
3824
4791
|
wallet_secret_id: _builtins.str):
|
3825
4792
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
3826
4793
|
pulumi.set(__self__, "credential_type", credential_type)
|
4794
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
3827
4795
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
3828
4796
|
pulumi.set(__self__, "role", role)
|
3829
4797
|
pulumi.set(__self__, "user_name", user_name)
|
@@ -3839,6 +4807,11 @@ class GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetail
|
|
3839
4807
|
def credential_type(self) -> _builtins.str:
|
3840
4808
|
return pulumi.get(self, "credential_type")
|
3841
4809
|
|
4810
|
+
@_builtins.property
|
4811
|
+
@pulumi.getter(name="namedCredentialId")
|
4812
|
+
def named_credential_id(self) -> _builtins.str:
|
4813
|
+
return pulumi.get(self, "named_credential_id")
|
4814
|
+
|
3842
4815
|
@_builtins.property
|
3843
4816
|
@pulumi.getter(name="passwordSecretId")
|
3844
4817
|
def password_secret_id(self) -> _builtins.str:
|
@@ -4173,6 +5146,7 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
4173
5146
|
def __init__(__self__, *,
|
4174
5147
|
compartment_id: _builtins.str,
|
4175
5148
|
dbm_private_endpoint_id: _builtins.str,
|
5149
|
+
member_autonomous_details: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailResult'],
|
4176
5150
|
member_database_details: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailResult'],
|
4177
5151
|
opsi_private_endpoint_id: _builtins.str,
|
4178
5152
|
vm_cluster_type: _builtins.str,
|
@@ -4182,6 +5156,7 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
4182
5156
|
"""
|
4183
5157
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
4184
5158
|
pulumi.set(__self__, "dbm_private_endpoint_id", dbm_private_endpoint_id)
|
5159
|
+
pulumi.set(__self__, "member_autonomous_details", member_autonomous_details)
|
4185
5160
|
pulumi.set(__self__, "member_database_details", member_database_details)
|
4186
5161
|
pulumi.set(__self__, "opsi_private_endpoint_id", opsi_private_endpoint_id)
|
4187
5162
|
pulumi.set(__self__, "vm_cluster_type", vm_cluster_type)
|
@@ -4200,6 +5175,11 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
4200
5175
|
def dbm_private_endpoint_id(self) -> _builtins.str:
|
4201
5176
|
return pulumi.get(self, "dbm_private_endpoint_id")
|
4202
5177
|
|
5178
|
+
@_builtins.property
|
5179
|
+
@pulumi.getter(name="memberAutonomousDetails")
|
5180
|
+
def member_autonomous_details(self) -> Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailResult']:
|
5181
|
+
return pulumi.get(self, "member_autonomous_details")
|
5182
|
+
|
4203
5183
|
@_builtins.property
|
4204
5184
|
@pulumi.getter(name="memberDatabaseDetails")
|
4205
5185
|
def member_database_details(self) -> Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailResult']:
|
@@ -4221,6 +5201,272 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
4221
5201
|
return pulumi.get(self, "vmcluster_id")
|
4222
5202
|
|
4223
5203
|
|
5204
|
+
@pulumi.output_type
|
5205
|
+
class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailResult(dict):
|
5206
|
+
def __init__(__self__, *,
|
5207
|
+
compartment_id: _builtins.str,
|
5208
|
+
connection_credential_details: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailResult'],
|
5209
|
+
connection_details: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailConnectionDetailResult'],
|
5210
|
+
credential_details: Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailCredentialDetailResult'],
|
5211
|
+
database_id: _builtins.str,
|
5212
|
+
database_resource_type: _builtins.str,
|
5213
|
+
defined_tags: Mapping[str, _builtins.str],
|
5214
|
+
deployment_type: _builtins.str,
|
5215
|
+
entity_source: _builtins.str,
|
5216
|
+
freeform_tags: Mapping[str, _builtins.str],
|
5217
|
+
is_advanced_features_enabled: _builtins.bool,
|
5218
|
+
management_agent_id: _builtins.str,
|
5219
|
+
opsi_private_endpoint_id: _builtins.str,
|
5220
|
+
system_tags: Mapping[str, _builtins.str]):
|
5221
|
+
"""
|
5222
|
+
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
5223
|
+
:param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
5224
|
+
:param _builtins.str entity_source: Source of the Exadata system.
|
5225
|
+
:param Mapping[str, _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"}`
|
5226
|
+
:param Mapping[str, _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"}`
|
5227
|
+
"""
|
5228
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
5229
|
+
pulumi.set(__self__, "connection_credential_details", connection_credential_details)
|
5230
|
+
pulumi.set(__self__, "connection_details", connection_details)
|
5231
|
+
pulumi.set(__self__, "credential_details", credential_details)
|
5232
|
+
pulumi.set(__self__, "database_id", database_id)
|
5233
|
+
pulumi.set(__self__, "database_resource_type", database_resource_type)
|
5234
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
5235
|
+
pulumi.set(__self__, "deployment_type", deployment_type)
|
5236
|
+
pulumi.set(__self__, "entity_source", entity_source)
|
5237
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
5238
|
+
pulumi.set(__self__, "is_advanced_features_enabled", is_advanced_features_enabled)
|
5239
|
+
pulumi.set(__self__, "management_agent_id", management_agent_id)
|
5240
|
+
pulumi.set(__self__, "opsi_private_endpoint_id", opsi_private_endpoint_id)
|
5241
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
5242
|
+
|
5243
|
+
@_builtins.property
|
5244
|
+
@pulumi.getter(name="compartmentId")
|
5245
|
+
def compartment_id(self) -> _builtins.str:
|
5246
|
+
"""
|
5247
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
5248
|
+
"""
|
5249
|
+
return pulumi.get(self, "compartment_id")
|
5250
|
+
|
5251
|
+
@_builtins.property
|
5252
|
+
@pulumi.getter(name="connectionCredentialDetails")
|
5253
|
+
def connection_credential_details(self) -> Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailResult']:
|
5254
|
+
return pulumi.get(self, "connection_credential_details")
|
5255
|
+
|
5256
|
+
@_builtins.property
|
5257
|
+
@pulumi.getter(name="connectionDetails")
|
5258
|
+
def connection_details(self) -> Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailConnectionDetailResult']:
|
5259
|
+
return pulumi.get(self, "connection_details")
|
5260
|
+
|
5261
|
+
@_builtins.property
|
5262
|
+
@pulumi.getter(name="credentialDetails")
|
5263
|
+
def credential_details(self) -> Sequence['outputs.GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailCredentialDetailResult']:
|
5264
|
+
return pulumi.get(self, "credential_details")
|
5265
|
+
|
5266
|
+
@_builtins.property
|
5267
|
+
@pulumi.getter(name="databaseId")
|
5268
|
+
def database_id(self) -> _builtins.str:
|
5269
|
+
return pulumi.get(self, "database_id")
|
5270
|
+
|
5271
|
+
@_builtins.property
|
5272
|
+
@pulumi.getter(name="databaseResourceType")
|
5273
|
+
def database_resource_type(self) -> _builtins.str:
|
5274
|
+
return pulumi.get(self, "database_resource_type")
|
5275
|
+
|
5276
|
+
@_builtins.property
|
5277
|
+
@pulumi.getter(name="definedTags")
|
5278
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
5279
|
+
"""
|
5280
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
5281
|
+
"""
|
5282
|
+
return pulumi.get(self, "defined_tags")
|
5283
|
+
|
5284
|
+
@_builtins.property
|
5285
|
+
@pulumi.getter(name="deploymentType")
|
5286
|
+
def deployment_type(self) -> _builtins.str:
|
5287
|
+
return pulumi.get(self, "deployment_type")
|
5288
|
+
|
5289
|
+
@_builtins.property
|
5290
|
+
@pulumi.getter(name="entitySource")
|
5291
|
+
def entity_source(self) -> _builtins.str:
|
5292
|
+
"""
|
5293
|
+
Source of the Exadata system.
|
5294
|
+
"""
|
5295
|
+
return pulumi.get(self, "entity_source")
|
5296
|
+
|
5297
|
+
@_builtins.property
|
5298
|
+
@pulumi.getter(name="freeformTags")
|
5299
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
5300
|
+
"""
|
5301
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
5302
|
+
"""
|
5303
|
+
return pulumi.get(self, "freeform_tags")
|
5304
|
+
|
5305
|
+
@_builtins.property
|
5306
|
+
@pulumi.getter(name="isAdvancedFeaturesEnabled")
|
5307
|
+
def is_advanced_features_enabled(self) -> _builtins.bool:
|
5308
|
+
return pulumi.get(self, "is_advanced_features_enabled")
|
5309
|
+
|
5310
|
+
@_builtins.property
|
5311
|
+
@pulumi.getter(name="managementAgentId")
|
5312
|
+
def management_agent_id(self) -> _builtins.str:
|
5313
|
+
return pulumi.get(self, "management_agent_id")
|
5314
|
+
|
5315
|
+
@_builtins.property
|
5316
|
+
@pulumi.getter(name="opsiPrivateEndpointId")
|
5317
|
+
def opsi_private_endpoint_id(self) -> _builtins.str:
|
5318
|
+
return pulumi.get(self, "opsi_private_endpoint_id")
|
5319
|
+
|
5320
|
+
@_builtins.property
|
5321
|
+
@pulumi.getter(name="systemTags")
|
5322
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
5323
|
+
"""
|
5324
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
5325
|
+
"""
|
5326
|
+
return pulumi.get(self, "system_tags")
|
5327
|
+
|
5328
|
+
|
5329
|
+
@pulumi.output_type
|
5330
|
+
class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailConnectionCredentialDetailResult(dict):
|
5331
|
+
def __init__(__self__, *,
|
5332
|
+
credential_source_name: _builtins.str,
|
5333
|
+
credential_type: _builtins.str,
|
5334
|
+
named_credential_id: _builtins.str,
|
5335
|
+
password_secret_id: _builtins.str,
|
5336
|
+
role: _builtins.str,
|
5337
|
+
user_name: _builtins.str,
|
5338
|
+
wallet_secret_id: _builtins.str):
|
5339
|
+
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
5340
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
5341
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
5342
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
5343
|
+
pulumi.set(__self__, "role", role)
|
5344
|
+
pulumi.set(__self__, "user_name", user_name)
|
5345
|
+
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
5346
|
+
|
5347
|
+
@_builtins.property
|
5348
|
+
@pulumi.getter(name="credentialSourceName")
|
5349
|
+
def credential_source_name(self) -> _builtins.str:
|
5350
|
+
return pulumi.get(self, "credential_source_name")
|
5351
|
+
|
5352
|
+
@_builtins.property
|
5353
|
+
@pulumi.getter(name="credentialType")
|
5354
|
+
def credential_type(self) -> _builtins.str:
|
5355
|
+
return pulumi.get(self, "credential_type")
|
5356
|
+
|
5357
|
+
@_builtins.property
|
5358
|
+
@pulumi.getter(name="namedCredentialId")
|
5359
|
+
def named_credential_id(self) -> _builtins.str:
|
5360
|
+
return pulumi.get(self, "named_credential_id")
|
5361
|
+
|
5362
|
+
@_builtins.property
|
5363
|
+
@pulumi.getter(name="passwordSecretId")
|
5364
|
+
def password_secret_id(self) -> _builtins.str:
|
5365
|
+
return pulumi.get(self, "password_secret_id")
|
5366
|
+
|
5367
|
+
@_builtins.property
|
5368
|
+
@pulumi.getter
|
5369
|
+
def role(self) -> _builtins.str:
|
5370
|
+
return pulumi.get(self, "role")
|
5371
|
+
|
5372
|
+
@_builtins.property
|
5373
|
+
@pulumi.getter(name="userName")
|
5374
|
+
def user_name(self) -> _builtins.str:
|
5375
|
+
return pulumi.get(self, "user_name")
|
5376
|
+
|
5377
|
+
@_builtins.property
|
5378
|
+
@pulumi.getter(name="walletSecretId")
|
5379
|
+
def wallet_secret_id(self) -> _builtins.str:
|
5380
|
+
return pulumi.get(self, "wallet_secret_id")
|
5381
|
+
|
5382
|
+
|
5383
|
+
@pulumi.output_type
|
5384
|
+
class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailConnectionDetailResult(dict):
|
5385
|
+
def __init__(__self__, *,
|
5386
|
+
host_name: _builtins.str,
|
5387
|
+
port: _builtins.int,
|
5388
|
+
protocol: _builtins.str,
|
5389
|
+
service_name: _builtins.str):
|
5390
|
+
pulumi.set(__self__, "host_name", host_name)
|
5391
|
+
pulumi.set(__self__, "port", port)
|
5392
|
+
pulumi.set(__self__, "protocol", protocol)
|
5393
|
+
pulumi.set(__self__, "service_name", service_name)
|
5394
|
+
|
5395
|
+
@_builtins.property
|
5396
|
+
@pulumi.getter(name="hostName")
|
5397
|
+
def host_name(self) -> _builtins.str:
|
5398
|
+
return pulumi.get(self, "host_name")
|
5399
|
+
|
5400
|
+
@_builtins.property
|
5401
|
+
@pulumi.getter
|
5402
|
+
def port(self) -> _builtins.int:
|
5403
|
+
return pulumi.get(self, "port")
|
5404
|
+
|
5405
|
+
@_builtins.property
|
5406
|
+
@pulumi.getter
|
5407
|
+
def protocol(self) -> _builtins.str:
|
5408
|
+
return pulumi.get(self, "protocol")
|
5409
|
+
|
5410
|
+
@_builtins.property
|
5411
|
+
@pulumi.getter(name="serviceName")
|
5412
|
+
def service_name(self) -> _builtins.str:
|
5413
|
+
return pulumi.get(self, "service_name")
|
5414
|
+
|
5415
|
+
|
5416
|
+
@pulumi.output_type
|
5417
|
+
class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberAutonomousDetailCredentialDetailResult(dict):
|
5418
|
+
def __init__(__self__, *,
|
5419
|
+
credential_source_name: _builtins.str,
|
5420
|
+
credential_type: _builtins.str,
|
5421
|
+
named_credential_id: _builtins.str,
|
5422
|
+
password_secret_id: _builtins.str,
|
5423
|
+
role: _builtins.str,
|
5424
|
+
user_name: _builtins.str,
|
5425
|
+
wallet_secret_id: _builtins.str):
|
5426
|
+
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
5427
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
5428
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
5429
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
5430
|
+
pulumi.set(__self__, "role", role)
|
5431
|
+
pulumi.set(__self__, "user_name", user_name)
|
5432
|
+
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
5433
|
+
|
5434
|
+
@_builtins.property
|
5435
|
+
@pulumi.getter(name="credentialSourceName")
|
5436
|
+
def credential_source_name(self) -> _builtins.str:
|
5437
|
+
return pulumi.get(self, "credential_source_name")
|
5438
|
+
|
5439
|
+
@_builtins.property
|
5440
|
+
@pulumi.getter(name="credentialType")
|
5441
|
+
def credential_type(self) -> _builtins.str:
|
5442
|
+
return pulumi.get(self, "credential_type")
|
5443
|
+
|
5444
|
+
@_builtins.property
|
5445
|
+
@pulumi.getter(name="namedCredentialId")
|
5446
|
+
def named_credential_id(self) -> _builtins.str:
|
5447
|
+
return pulumi.get(self, "named_credential_id")
|
5448
|
+
|
5449
|
+
@_builtins.property
|
5450
|
+
@pulumi.getter(name="passwordSecretId")
|
5451
|
+
def password_secret_id(self) -> _builtins.str:
|
5452
|
+
return pulumi.get(self, "password_secret_id")
|
5453
|
+
|
5454
|
+
@_builtins.property
|
5455
|
+
@pulumi.getter
|
5456
|
+
def role(self) -> _builtins.str:
|
5457
|
+
return pulumi.get(self, "role")
|
5458
|
+
|
5459
|
+
@_builtins.property
|
5460
|
+
@pulumi.getter(name="userName")
|
5461
|
+
def user_name(self) -> _builtins.str:
|
5462
|
+
return pulumi.get(self, "user_name")
|
5463
|
+
|
5464
|
+
@_builtins.property
|
5465
|
+
@pulumi.getter(name="walletSecretId")
|
5466
|
+
def wallet_secret_id(self) -> _builtins.str:
|
5467
|
+
return pulumi.get(self, "wallet_secret_id")
|
5468
|
+
|
5469
|
+
|
4224
5470
|
@pulumi.output_type
|
4225
5471
|
class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetailMemberDatabaseDetailResult(dict):
|
4226
5472
|
def __init__(__self__, *,
|
@@ -4358,12 +5604,14 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
4358
5604
|
def __init__(__self__, *,
|
4359
5605
|
credential_source_name: _builtins.str,
|
4360
5606
|
credential_type: _builtins.str,
|
5607
|
+
named_credential_id: _builtins.str,
|
4361
5608
|
password_secret_id: _builtins.str,
|
4362
5609
|
role: _builtins.str,
|
4363
5610
|
user_name: _builtins.str,
|
4364
5611
|
wallet_secret_id: _builtins.str):
|
4365
5612
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
4366
5613
|
pulumi.set(__self__, "credential_type", credential_type)
|
5614
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
4367
5615
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
4368
5616
|
pulumi.set(__self__, "role", role)
|
4369
5617
|
pulumi.set(__self__, "user_name", user_name)
|
@@ -4379,6 +5627,11 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
4379
5627
|
def credential_type(self) -> _builtins.str:
|
4380
5628
|
return pulumi.get(self, "credential_type")
|
4381
5629
|
|
5630
|
+
@_builtins.property
|
5631
|
+
@pulumi.getter(name="namedCredentialId")
|
5632
|
+
def named_credential_id(self) -> _builtins.str:
|
5633
|
+
return pulumi.get(self, "named_credential_id")
|
5634
|
+
|
4382
5635
|
@_builtins.property
|
4383
5636
|
@pulumi.getter(name="passwordSecretId")
|
4384
5637
|
def password_secret_id(self) -> _builtins.str:
|
@@ -4464,12 +5717,14 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
4464
5717
|
def __init__(__self__, *,
|
4465
5718
|
credential_source_name: _builtins.str,
|
4466
5719
|
credential_type: _builtins.str,
|
5720
|
+
named_credential_id: _builtins.str,
|
4467
5721
|
password_secret_id: _builtins.str,
|
4468
5722
|
role: _builtins.str,
|
4469
5723
|
user_name: _builtins.str,
|
4470
5724
|
wallet_secret_id: _builtins.str):
|
4471
5725
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
4472
5726
|
pulumi.set(__self__, "credential_type", credential_type)
|
5727
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
4473
5728
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
4474
5729
|
pulumi.set(__self__, "role", role)
|
4475
5730
|
pulumi.set(__self__, "user_name", user_name)
|
@@ -4485,6 +5740,11 @@ class GetExadataInsightsExadataInsightSummaryCollectionItemMemberVmClusterDetail
|
|
4485
5740
|
def credential_type(self) -> _builtins.str:
|
4486
5741
|
return pulumi.get(self, "credential_type")
|
4487
5742
|
|
5743
|
+
@_builtins.property
|
5744
|
+
@pulumi.getter(name="namedCredentialId")
|
5745
|
+
def named_credential_id(self) -> _builtins.str:
|
5746
|
+
return pulumi.get(self, "named_credential_id")
|
5747
|
+
|
4488
5748
|
@_builtins.property
|
4489
5749
|
@pulumi.getter(name="passwordSecretId")
|
4490
5750
|
def password_secret_id(self) -> _builtins.str:
|