pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 +38 -86
- pulumi_oci/announcementsservice/__init__.py +0 -1
- pulumi_oci/announcementsservice/_inputs.py +6 -46
- pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/outputs.py +18 -195
- pulumi_oci/bigdataservice/_inputs.py +49 -1
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +132 -3
- pulumi_oci/database/_inputs.py +0 -32
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/get_autonomous_databases.py +95 -32
- pulumi_oci/database/get_data_guard_association.py +1 -11
- pulumi_oci/database/outputs.py +42 -163
- pulumi_oci/databasemanagement/__init__.py +0 -1
- pulumi_oci/databasemanagement/_inputs.py +12 -875
- pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
- pulumi_oci/databasemanagement/get_managed_database.py +3 -47
- pulumi_oci/databasemanagement/managed_database.py +0 -56
- pulumi_oci/databasemanagement/outputs.py +5553 -7487
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
- pulumi_oci/datasafe/__init__.py +0 -6
- pulumi_oci/datasafe/_inputs.py +0 -18
- pulumi_oci/datasafe/database_security_config_management.py +2 -244
- pulumi_oci/datasafe/outputs.py +0 -18
- pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
- pulumi_oci/datasafe/security_policy_management.py +2 -172
- pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
- pulumi_oci/filestorage/mount_target.py +38 -143
- pulumi_oci/filestorage/outputs.py +0 -44
- pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/domains_group.py +0 -34
- pulumi_oci/identity/domains_user.py +0 -34
- pulumi_oci/identity/get_domains_group.py +1 -11
- pulumi_oci/identity/get_domains_user.py +1 -11
- pulumi_oci/identity/outputs.py +0 -14
- pulumi_oci/kms/_inputs.py +10 -10
- pulumi_oci/kms/get_vault.py +1 -14
- pulumi_oci/kms/outputs.py +30 -41
- pulumi_oci/kms/vault.py +0 -28
- pulumi_oci/loadbalancer/load_balancer.py +0 -224
- pulumi_oci/loadbalancer/outputs.py +0 -22
- pulumi_oci/mysql/_inputs.py +0 -23
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_db_system.py +0 -53
- pulumi_oci/mysql/outputs.py +6 -74
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
- pulumi_oci/ocvp/outputs.py +2 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/_inputs.py +8 -0
- pulumi_oci/recoverymod/get_protected_database.py +1 -14
- pulumi_oci/recoverymod/get_protection_policy.py +1 -14
- pulumi_oci/recoverymod/outputs.py +8 -22
- pulumi_oci/recoverymod/protected_database.py +3 -80
- pulumi_oci/recoverymod/protection_policy.py +0 -49
- pulumi_oci/waf/_inputs.py +16 -29
- pulumi_oci/waf/outputs.py +10 -33
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
- pulumi_oci/announcementsservice/get_services.py +0 -173
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
- pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
- pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
- pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
- pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
- pulumi_oci/desktops/_inputs.py +0 -483
- pulumi_oci/desktops/desktop_pool.py +0 -1348
- pulumi_oci/desktops/get_desktop.py +0 -223
- pulumi_oci/desktops/get_desktop_pool.py +0 -418
- pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
- pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
- pulumi_oci/desktops/get_desktop_pools.py +0 -203
- pulumi_oci/desktops/get_desktops.py +0 -214
- pulumi_oci/desktops/outputs.py +0 -1738
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -10,11 +10,6 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
13
|
-
'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs',
|
14
|
-
'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs',
|
15
|
-
'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs',
|
16
|
-
'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs',
|
17
|
-
'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs',
|
18
13
|
'DatabaseDbmFeaturesManagementFeatureDetailsArgs',
|
19
14
|
'DatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs',
|
20
15
|
'DatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs',
|
@@ -74,11 +69,6 @@ __all__ = [
|
|
74
69
|
'ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs',
|
75
70
|
'ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs',
|
76
71
|
'ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs',
|
77
|
-
'ManagedDatabaseDbmgmtFeatureConfigArgs',
|
78
|
-
'ManagedDatabaseDbmgmtFeatureConfigConnectorDetailArgs',
|
79
|
-
'ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailArgs',
|
80
|
-
'ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredentialArgs',
|
81
|
-
'ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionStringArgs',
|
82
72
|
'ManagedDatabaseGroupManagedDatabaseArgs',
|
83
73
|
'ManagedDatabaseManagedDatabaseGroupArgs',
|
84
74
|
'ManagedDatabasesChangeDatabaseParameterCredentialsArgs',
|
@@ -144,358 +134,6 @@ __all__ = [
|
|
144
134
|
'GetNamedCredentialsFilterArgs',
|
145
135
|
]
|
146
136
|
|
147
|
-
@pulumi.input_type
|
148
|
-
class AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs:
|
149
|
-
def __init__(__self__, *,
|
150
|
-
feature: pulumi.Input[str],
|
151
|
-
connector_details: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs']] = None,
|
152
|
-
database_connection_details: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs']] = None):
|
153
|
-
"""
|
154
|
-
:param pulumi.Input[str] feature: The name of the Database Management feature.
|
155
|
-
:param pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs'] connector_details: The connector details required to connect to an Oracle cloud database.
|
156
|
-
:param pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs'] database_connection_details: The connection details required to connect to the database.
|
157
|
-
"""
|
158
|
-
pulumi.set(__self__, "feature", feature)
|
159
|
-
if connector_details is not None:
|
160
|
-
pulumi.set(__self__, "connector_details", connector_details)
|
161
|
-
if database_connection_details is not None:
|
162
|
-
pulumi.set(__self__, "database_connection_details", database_connection_details)
|
163
|
-
|
164
|
-
@property
|
165
|
-
@pulumi.getter
|
166
|
-
def feature(self) -> pulumi.Input[str]:
|
167
|
-
"""
|
168
|
-
The name of the Database Management feature.
|
169
|
-
"""
|
170
|
-
return pulumi.get(self, "feature")
|
171
|
-
|
172
|
-
@feature.setter
|
173
|
-
def feature(self, value: pulumi.Input[str]):
|
174
|
-
pulumi.set(self, "feature", value)
|
175
|
-
|
176
|
-
@property
|
177
|
-
@pulumi.getter(name="connectorDetails")
|
178
|
-
def connector_details(self) -> Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs']]:
|
179
|
-
"""
|
180
|
-
The connector details required to connect to an Oracle cloud database.
|
181
|
-
"""
|
182
|
-
return pulumi.get(self, "connector_details")
|
183
|
-
|
184
|
-
@connector_details.setter
|
185
|
-
def connector_details(self, value: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs']]):
|
186
|
-
pulumi.set(self, "connector_details", value)
|
187
|
-
|
188
|
-
@property
|
189
|
-
@pulumi.getter(name="databaseConnectionDetails")
|
190
|
-
def database_connection_details(self) -> Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs']]:
|
191
|
-
"""
|
192
|
-
The connection details required to connect to the database.
|
193
|
-
"""
|
194
|
-
return pulumi.get(self, "database_connection_details")
|
195
|
-
|
196
|
-
@database_connection_details.setter
|
197
|
-
def database_connection_details(self, value: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs']]):
|
198
|
-
pulumi.set(self, "database_connection_details", value)
|
199
|
-
|
200
|
-
|
201
|
-
@pulumi.input_type
|
202
|
-
class AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs:
|
203
|
-
def __init__(__self__, *,
|
204
|
-
connector_type: Optional[pulumi.Input[str]] = None,
|
205
|
-
database_connector_id: Optional[pulumi.Input[str]] = None,
|
206
|
-
management_agent_id: Optional[pulumi.Input[str]] = None,
|
207
|
-
private_end_point_id: Optional[pulumi.Input[str]] = None):
|
208
|
-
"""
|
209
|
-
:param pulumi.Input[str] connector_type: The list of supported connection types:
|
210
|
-
* PE: Private endpoint
|
211
|
-
* MACS: Management agent
|
212
|
-
* EXTERNAL: External database connector
|
213
|
-
* DIRECT: Direct connection
|
214
|
-
:param pulumi.Input[str] database_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database connector.
|
215
|
-
:param pulumi.Input[str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent.
|
216
|
-
:param pulumi.Input[str] private_end_point_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint.
|
217
|
-
"""
|
218
|
-
if connector_type is not None:
|
219
|
-
pulumi.set(__self__, "connector_type", connector_type)
|
220
|
-
if database_connector_id is not None:
|
221
|
-
pulumi.set(__self__, "database_connector_id", database_connector_id)
|
222
|
-
if management_agent_id is not None:
|
223
|
-
pulumi.set(__self__, "management_agent_id", management_agent_id)
|
224
|
-
if private_end_point_id is not None:
|
225
|
-
pulumi.set(__self__, "private_end_point_id", private_end_point_id)
|
226
|
-
|
227
|
-
@property
|
228
|
-
@pulumi.getter(name="connectorType")
|
229
|
-
def connector_type(self) -> Optional[pulumi.Input[str]]:
|
230
|
-
"""
|
231
|
-
The list of supported connection types:
|
232
|
-
* PE: Private endpoint
|
233
|
-
* MACS: Management agent
|
234
|
-
* EXTERNAL: External database connector
|
235
|
-
* DIRECT: Direct connection
|
236
|
-
"""
|
237
|
-
return pulumi.get(self, "connector_type")
|
238
|
-
|
239
|
-
@connector_type.setter
|
240
|
-
def connector_type(self, value: Optional[pulumi.Input[str]]):
|
241
|
-
pulumi.set(self, "connector_type", value)
|
242
|
-
|
243
|
-
@property
|
244
|
-
@pulumi.getter(name="databaseConnectorId")
|
245
|
-
def database_connector_id(self) -> Optional[pulumi.Input[str]]:
|
246
|
-
"""
|
247
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database connector.
|
248
|
-
"""
|
249
|
-
return pulumi.get(self, "database_connector_id")
|
250
|
-
|
251
|
-
@database_connector_id.setter
|
252
|
-
def database_connector_id(self, value: Optional[pulumi.Input[str]]):
|
253
|
-
pulumi.set(self, "database_connector_id", value)
|
254
|
-
|
255
|
-
@property
|
256
|
-
@pulumi.getter(name="managementAgentId")
|
257
|
-
def management_agent_id(self) -> Optional[pulumi.Input[str]]:
|
258
|
-
"""
|
259
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent.
|
260
|
-
"""
|
261
|
-
return pulumi.get(self, "management_agent_id")
|
262
|
-
|
263
|
-
@management_agent_id.setter
|
264
|
-
def management_agent_id(self, value: Optional[pulumi.Input[str]]):
|
265
|
-
pulumi.set(self, "management_agent_id", value)
|
266
|
-
|
267
|
-
@property
|
268
|
-
@pulumi.getter(name="privateEndPointId")
|
269
|
-
def private_end_point_id(self) -> Optional[pulumi.Input[str]]:
|
270
|
-
"""
|
271
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint.
|
272
|
-
"""
|
273
|
-
return pulumi.get(self, "private_end_point_id")
|
274
|
-
|
275
|
-
@private_end_point_id.setter
|
276
|
-
def private_end_point_id(self, value: Optional[pulumi.Input[str]]):
|
277
|
-
pulumi.set(self, "private_end_point_id", value)
|
278
|
-
|
279
|
-
|
280
|
-
@pulumi.input_type
|
281
|
-
class AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs:
|
282
|
-
def __init__(__self__, *,
|
283
|
-
connection_credentials: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs']] = None,
|
284
|
-
connection_string: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs']] = None):
|
285
|
-
"""
|
286
|
-
:param pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs'] connection_credentials: The credentials used to connect to the database. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
287
|
-
:param pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs'] connection_string: The details of the Oracle Database connection string.
|
288
|
-
"""
|
289
|
-
if connection_credentials is not None:
|
290
|
-
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
291
|
-
if connection_string is not None:
|
292
|
-
pulumi.set(__self__, "connection_string", connection_string)
|
293
|
-
|
294
|
-
@property
|
295
|
-
@pulumi.getter(name="connectionCredentials")
|
296
|
-
def connection_credentials(self) -> Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs']]:
|
297
|
-
"""
|
298
|
-
The credentials used to connect to the database. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
299
|
-
"""
|
300
|
-
return pulumi.get(self, "connection_credentials")
|
301
|
-
|
302
|
-
@connection_credentials.setter
|
303
|
-
def connection_credentials(self, value: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs']]):
|
304
|
-
pulumi.set(self, "connection_credentials", value)
|
305
|
-
|
306
|
-
@property
|
307
|
-
@pulumi.getter(name="connectionString")
|
308
|
-
def connection_string(self) -> Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs']]:
|
309
|
-
"""
|
310
|
-
The details of the Oracle Database connection string.
|
311
|
-
"""
|
312
|
-
return pulumi.get(self, "connection_string")
|
313
|
-
|
314
|
-
@connection_string.setter
|
315
|
-
def connection_string(self, value: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs']]):
|
316
|
-
pulumi.set(self, "connection_string", value)
|
317
|
-
|
318
|
-
|
319
|
-
@pulumi.input_type
|
320
|
-
class AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs:
|
321
|
-
def __init__(__self__, *,
|
322
|
-
credential_name: Optional[pulumi.Input[str]] = None,
|
323
|
-
credential_type: Optional[pulumi.Input[str]] = None,
|
324
|
-
password_secret_id: Optional[pulumi.Input[str]] = None,
|
325
|
-
role: Optional[pulumi.Input[str]] = None,
|
326
|
-
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
327
|
-
user_name: Optional[pulumi.Input[str]] = None):
|
328
|
-
"""
|
329
|
-
:param pulumi.Input[str] credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
330
|
-
|
331
|
-
For example: inventorydb.abc112233445566778899
|
332
|
-
:param pulumi.Input[str] credential_type: The type of credential used to connect to the database.
|
333
|
-
:param pulumi.Input[str] password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
334
|
-
:param pulumi.Input[str] role: The role of the user connecting to the database.
|
335
|
-
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
336
|
-
:param pulumi.Input[str] user_name: The user name used to connect to the database.
|
337
|
-
"""
|
338
|
-
if credential_name is not None:
|
339
|
-
pulumi.set(__self__, "credential_name", credential_name)
|
340
|
-
if credential_type is not None:
|
341
|
-
pulumi.set(__self__, "credential_type", credential_type)
|
342
|
-
if password_secret_id is not None:
|
343
|
-
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
344
|
-
if role is not None:
|
345
|
-
pulumi.set(__self__, "role", role)
|
346
|
-
if ssl_secret_id is not None:
|
347
|
-
pulumi.set(__self__, "ssl_secret_id", ssl_secret_id)
|
348
|
-
if user_name is not None:
|
349
|
-
pulumi.set(__self__, "user_name", user_name)
|
350
|
-
|
351
|
-
@property
|
352
|
-
@pulumi.getter(name="credentialName")
|
353
|
-
def credential_name(self) -> Optional[pulumi.Input[str]]:
|
354
|
-
"""
|
355
|
-
The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
356
|
-
|
357
|
-
For example: inventorydb.abc112233445566778899
|
358
|
-
"""
|
359
|
-
return pulumi.get(self, "credential_name")
|
360
|
-
|
361
|
-
@credential_name.setter
|
362
|
-
def credential_name(self, value: Optional[pulumi.Input[str]]):
|
363
|
-
pulumi.set(self, "credential_name", value)
|
364
|
-
|
365
|
-
@property
|
366
|
-
@pulumi.getter(name="credentialType")
|
367
|
-
def credential_type(self) -> Optional[pulumi.Input[str]]:
|
368
|
-
"""
|
369
|
-
The type of credential used to connect to the database.
|
370
|
-
"""
|
371
|
-
return pulumi.get(self, "credential_type")
|
372
|
-
|
373
|
-
@credential_type.setter
|
374
|
-
def credential_type(self, value: Optional[pulumi.Input[str]]):
|
375
|
-
pulumi.set(self, "credential_type", value)
|
376
|
-
|
377
|
-
@property
|
378
|
-
@pulumi.getter(name="passwordSecretId")
|
379
|
-
def password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
380
|
-
"""
|
381
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
382
|
-
"""
|
383
|
-
return pulumi.get(self, "password_secret_id")
|
384
|
-
|
385
|
-
@password_secret_id.setter
|
386
|
-
def password_secret_id(self, value: Optional[pulumi.Input[str]]):
|
387
|
-
pulumi.set(self, "password_secret_id", value)
|
388
|
-
|
389
|
-
@property
|
390
|
-
@pulumi.getter
|
391
|
-
def role(self) -> Optional[pulumi.Input[str]]:
|
392
|
-
"""
|
393
|
-
The role of the user connecting to the database.
|
394
|
-
"""
|
395
|
-
return pulumi.get(self, "role")
|
396
|
-
|
397
|
-
@role.setter
|
398
|
-
def role(self, value: Optional[pulumi.Input[str]]):
|
399
|
-
pulumi.set(self, "role", value)
|
400
|
-
|
401
|
-
@property
|
402
|
-
@pulumi.getter(name="sslSecretId")
|
403
|
-
def ssl_secret_id(self) -> Optional[pulumi.Input[str]]:
|
404
|
-
"""
|
405
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
406
|
-
"""
|
407
|
-
return pulumi.get(self, "ssl_secret_id")
|
408
|
-
|
409
|
-
@ssl_secret_id.setter
|
410
|
-
def ssl_secret_id(self, value: Optional[pulumi.Input[str]]):
|
411
|
-
pulumi.set(self, "ssl_secret_id", value)
|
412
|
-
|
413
|
-
@property
|
414
|
-
@pulumi.getter(name="userName")
|
415
|
-
def user_name(self) -> Optional[pulumi.Input[str]]:
|
416
|
-
"""
|
417
|
-
The user name used to connect to the database.
|
418
|
-
"""
|
419
|
-
return pulumi.get(self, "user_name")
|
420
|
-
|
421
|
-
@user_name.setter
|
422
|
-
def user_name(self, value: Optional[pulumi.Input[str]]):
|
423
|
-
pulumi.set(self, "user_name", value)
|
424
|
-
|
425
|
-
|
426
|
-
@pulumi.input_type
|
427
|
-
class AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs:
|
428
|
-
def __init__(__self__, *,
|
429
|
-
connection_type: Optional[pulumi.Input[str]] = None,
|
430
|
-
port: Optional[pulumi.Input[int]] = None,
|
431
|
-
protocol: Optional[pulumi.Input[str]] = None,
|
432
|
-
service: Optional[pulumi.Input[str]] = None):
|
433
|
-
"""
|
434
|
-
:param pulumi.Input[str] connection_type: The list of supported connection types:
|
435
|
-
* BASIC: Basic connection details
|
436
|
-
:param pulumi.Input[int] port: The port number used to connect to the database.
|
437
|
-
:param pulumi.Input[str] protocol: The protocol used to connect to the database.
|
438
|
-
:param pulumi.Input[str] service: The service name of the database.
|
439
|
-
"""
|
440
|
-
if connection_type is not None:
|
441
|
-
pulumi.set(__self__, "connection_type", connection_type)
|
442
|
-
if port is not None:
|
443
|
-
pulumi.set(__self__, "port", port)
|
444
|
-
if protocol is not None:
|
445
|
-
pulumi.set(__self__, "protocol", protocol)
|
446
|
-
if service is not None:
|
447
|
-
pulumi.set(__self__, "service", service)
|
448
|
-
|
449
|
-
@property
|
450
|
-
@pulumi.getter(name="connectionType")
|
451
|
-
def connection_type(self) -> Optional[pulumi.Input[str]]:
|
452
|
-
"""
|
453
|
-
The list of supported connection types:
|
454
|
-
* BASIC: Basic connection details
|
455
|
-
"""
|
456
|
-
return pulumi.get(self, "connection_type")
|
457
|
-
|
458
|
-
@connection_type.setter
|
459
|
-
def connection_type(self, value: Optional[pulumi.Input[str]]):
|
460
|
-
pulumi.set(self, "connection_type", value)
|
461
|
-
|
462
|
-
@property
|
463
|
-
@pulumi.getter
|
464
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
465
|
-
"""
|
466
|
-
The port number used to connect to the database.
|
467
|
-
"""
|
468
|
-
return pulumi.get(self, "port")
|
469
|
-
|
470
|
-
@port.setter
|
471
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
472
|
-
pulumi.set(self, "port", value)
|
473
|
-
|
474
|
-
@property
|
475
|
-
@pulumi.getter
|
476
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
477
|
-
"""
|
478
|
-
The protocol used to connect to the database.
|
479
|
-
"""
|
480
|
-
return pulumi.get(self, "protocol")
|
481
|
-
|
482
|
-
@protocol.setter
|
483
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
484
|
-
pulumi.set(self, "protocol", value)
|
485
|
-
|
486
|
-
@property
|
487
|
-
@pulumi.getter
|
488
|
-
def service(self) -> Optional[pulumi.Input[str]]:
|
489
|
-
"""
|
490
|
-
The service name of the database.
|
491
|
-
"""
|
492
|
-
return pulumi.get(self, "service")
|
493
|
-
|
494
|
-
@service.setter
|
495
|
-
def service(self, value: Optional[pulumi.Input[str]]):
|
496
|
-
pulumi.set(self, "service", value)
|
497
|
-
|
498
|
-
|
499
137
|
@pulumi.input_type
|
500
138
|
class DatabaseDbmFeaturesManagementFeatureDetailsArgs:
|
501
139
|
def __init__(__self__, *,
|
@@ -594,7 +232,6 @@ class DatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs:
|
|
594
232
|
* PE: Private endpoint
|
595
233
|
* MACS: Management agent
|
596
234
|
* EXTERNAL: External database connector
|
597
|
-
* DIRECT: Direct connection
|
598
235
|
:param pulumi.Input[str] database_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database connector.
|
599
236
|
:param pulumi.Input[str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent.
|
600
237
|
:param pulumi.Input[str] private_end_point_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint.
|
@@ -616,7 +253,6 @@ class DatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs:
|
|
616
253
|
* PE: Private endpoint
|
617
254
|
* MACS: Management agent
|
618
255
|
* EXTERNAL: External database connector
|
619
|
-
* DIRECT: Direct connection
|
620
256
|
"""
|
621
257
|
return pulumi.get(self, "connector_type")
|
622
258
|
|
@@ -705,7 +341,6 @@ class DatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnec
|
|
705
341
|
def __init__(__self__, *,
|
706
342
|
credential_name: Optional[pulumi.Input[str]] = None,
|
707
343
|
credential_type: Optional[pulumi.Input[str]] = None,
|
708
|
-
named_credential_id: Optional[pulumi.Input[str]] = None,
|
709
344
|
password_secret_id: Optional[pulumi.Input[str]] = None,
|
710
345
|
role: Optional[pulumi.Input[str]] = None,
|
711
346
|
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
@@ -715,7 +350,6 @@ class DatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnec
|
|
715
350
|
|
716
351
|
For example: inventorydb.abc112233445566778899
|
717
352
|
:param pulumi.Input[str] credential_type: The type of credential used to connect to the database.
|
718
|
-
:param pulumi.Input[str] named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential where the database password metadata is stored.
|
719
353
|
:param pulumi.Input[str] password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
720
354
|
:param pulumi.Input[str] role: The role of the user connecting to the database.
|
721
355
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
@@ -725,8 +359,6 @@ class DatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnec
|
|
725
359
|
pulumi.set(__self__, "credential_name", credential_name)
|
726
360
|
if credential_type is not None:
|
727
361
|
pulumi.set(__self__, "credential_type", credential_type)
|
728
|
-
if named_credential_id is not None:
|
729
|
-
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
730
362
|
if password_secret_id is not None:
|
731
363
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
732
364
|
if role is not None:
|
@@ -762,18 +394,6 @@ class DatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnec
|
|
762
394
|
def credential_type(self, value: Optional[pulumi.Input[str]]):
|
763
395
|
pulumi.set(self, "credential_type", value)
|
764
396
|
|
765
|
-
@property
|
766
|
-
@pulumi.getter(name="namedCredentialId")
|
767
|
-
def named_credential_id(self) -> Optional[pulumi.Input[str]]:
|
768
|
-
"""
|
769
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential where the database password metadata is stored.
|
770
|
-
"""
|
771
|
-
return pulumi.get(self, "named_credential_id")
|
772
|
-
|
773
|
-
@named_credential_id.setter
|
774
|
-
def named_credential_id(self, value: Optional[pulumi.Input[str]]):
|
775
|
-
pulumi.set(self, "named_credential_id", value)
|
776
|
-
|
777
397
|
@property
|
778
398
|
@pulumi.getter(name="passwordSecretId")
|
779
399
|
def password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -1287,7 +907,6 @@ class ExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs:
|
|
1287
907
|
def __init__(__self__, *,
|
1288
908
|
credential_name: Optional[pulumi.Input[str]] = None,
|
1289
909
|
credential_type: Optional[pulumi.Input[str]] = None,
|
1290
|
-
named_credential_id: Optional[pulumi.Input[str]] = None,
|
1291
910
|
password_secret_id: Optional[pulumi.Input[str]] = None,
|
1292
911
|
role: Optional[pulumi.Input[str]] = None,
|
1293
912
|
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
@@ -1295,7 +914,6 @@ class ExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs:
|
|
1295
914
|
"""
|
1296
915
|
:param pulumi.Input[str] credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
1297
916
|
:param pulumi.Input[str] credential_type: The type of the credential for tablespace administration tasks.
|
1298
|
-
:param pulumi.Input[str] named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
1299
917
|
:param pulumi.Input[str] password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
1300
918
|
:param pulumi.Input[str] role: The role of the database user.
|
1301
919
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
@@ -1305,8 +923,6 @@ class ExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs:
|
|
1305
923
|
pulumi.set(__self__, "credential_name", credential_name)
|
1306
924
|
if credential_type is not None:
|
1307
925
|
pulumi.set(__self__, "credential_type", credential_type)
|
1308
|
-
if named_credential_id is not None:
|
1309
|
-
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
1310
926
|
if password_secret_id is not None:
|
1311
927
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
1312
928
|
if role is not None:
|
@@ -1340,18 +956,6 @@ class ExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs:
|
|
1340
956
|
def credential_type(self, value: Optional[pulumi.Input[str]]):
|
1341
957
|
pulumi.set(self, "credential_type", value)
|
1342
958
|
|
1343
|
-
@property
|
1344
|
-
@pulumi.getter(name="namedCredentialId")
|
1345
|
-
def named_credential_id(self) -> Optional[pulumi.Input[str]]:
|
1346
|
-
"""
|
1347
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
1348
|
-
"""
|
1349
|
-
return pulumi.get(self, "named_credential_id")
|
1350
|
-
|
1351
|
-
@named_credential_id.setter
|
1352
|
-
def named_credential_id(self, value: Optional[pulumi.Input[str]]):
|
1353
|
-
pulumi.set(self, "named_credential_id", value)
|
1354
|
-
|
1355
959
|
@property
|
1356
960
|
@pulumi.getter(name="passwordSecretId")
|
1357
961
|
def password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -2772,7 +2376,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2772
2376
|
def __init__(__self__, *,
|
2773
2377
|
credential_name: Optional[pulumi.Input[str]] = None,
|
2774
2378
|
credential_type: Optional[pulumi.Input[str]] = None,
|
2775
|
-
named_credential_id: Optional[pulumi.Input[str]] = None,
|
2776
2379
|
password_secret_id: Optional[pulumi.Input[str]] = None,
|
2777
2380
|
role: Optional[pulumi.Input[str]] = None,
|
2778
2381
|
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
@@ -2780,7 +2383,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2780
2383
|
"""
|
2781
2384
|
:param pulumi.Input[str] credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
2782
2385
|
:param pulumi.Input[str] credential_type: The type of the credential for tablespace administration tasks.
|
2783
|
-
:param pulumi.Input[str] named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
2784
2386
|
:param pulumi.Input[str] password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
2785
2387
|
:param pulumi.Input[str] role: The role of the database user.
|
2786
2388
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
@@ -2790,8 +2392,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2790
2392
|
pulumi.set(__self__, "credential_name", credential_name)
|
2791
2393
|
if credential_type is not None:
|
2792
2394
|
pulumi.set(__self__, "credential_type", credential_type)
|
2793
|
-
if named_credential_id is not None:
|
2794
|
-
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
2795
2395
|
if password_secret_id is not None:
|
2796
2396
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
2797
2397
|
if role is not None:
|
@@ -2825,18 +2425,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2825
2425
|
def credential_type(self, value: Optional[pulumi.Input[str]]):
|
2826
2426
|
pulumi.set(self, "credential_type", value)
|
2827
2427
|
|
2828
|
-
@property
|
2829
|
-
@pulumi.getter(name="namedCredentialId")
|
2830
|
-
def named_credential_id(self) -> Optional[pulumi.Input[str]]:
|
2831
|
-
"""
|
2832
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
2833
|
-
"""
|
2834
|
-
return pulumi.get(self, "named_credential_id")
|
2835
|
-
|
2836
|
-
@named_credential_id.setter
|
2837
|
-
def named_credential_id(self, value: Optional[pulumi.Input[str]]):
|
2838
|
-
pulumi.set(self, "named_credential_id", value)
|
2839
|
-
|
2840
2428
|
@property
|
2841
2429
|
@pulumi.getter(name="passwordSecretId")
|
2842
2430
|
def password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -3271,7 +2859,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
3271
2859
|
def __init__(__self__, *,
|
3272
2860
|
credential_name: Optional[pulumi.Input[str]] = None,
|
3273
2861
|
credential_type: Optional[pulumi.Input[str]] = None,
|
3274
|
-
named_credential_id: Optional[pulumi.Input[str]] = None,
|
3275
2862
|
password_secret_id: Optional[pulumi.Input[str]] = None,
|
3276
2863
|
role: Optional[pulumi.Input[str]] = None,
|
3277
2864
|
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
@@ -3279,7 +2866,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
3279
2866
|
"""
|
3280
2867
|
:param pulumi.Input[str] credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
3281
2868
|
:param pulumi.Input[str] credential_type: The type of the credential for tablespace administration tasks.
|
3282
|
-
:param pulumi.Input[str] named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
3283
2869
|
:param pulumi.Input[str] password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
3284
2870
|
:param pulumi.Input[str] role: The role of the database user.
|
3285
2871
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
@@ -3289,8 +2875,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
3289
2875
|
pulumi.set(__self__, "credential_name", credential_name)
|
3290
2876
|
if credential_type is not None:
|
3291
2877
|
pulumi.set(__self__, "credential_type", credential_type)
|
3292
|
-
if named_credential_id is not None:
|
3293
|
-
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
3294
2878
|
if password_secret_id is not None:
|
3295
2879
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
3296
2880
|
if role is not None:
|
@@ -3324,18 +2908,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
3324
2908
|
def credential_type(self, value: Optional[pulumi.Input[str]]):
|
3325
2909
|
pulumi.set(self, "credential_type", value)
|
3326
2910
|
|
3327
|
-
@property
|
3328
|
-
@pulumi.getter(name="namedCredentialId")
|
3329
|
-
def named_credential_id(self) -> Optional[pulumi.Input[str]]:
|
3330
|
-
"""
|
3331
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
3332
|
-
"""
|
3333
|
-
return pulumi.get(self, "named_credential_id")
|
3334
|
-
|
3335
|
-
@named_credential_id.setter
|
3336
|
-
def named_credential_id(self, value: Optional[pulumi.Input[str]]):
|
3337
|
-
pulumi.set(self, "named_credential_id", value)
|
3338
|
-
|
3339
2911
|
@property
|
3340
2912
|
@pulumi.getter(name="passwordSecretId")
|
3341
2913
|
def password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -3983,7 +3555,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
3983
3555
|
def __init__(__self__, *,
|
3984
3556
|
credential_name: Optional[pulumi.Input[str]] = None,
|
3985
3557
|
credential_type: Optional[pulumi.Input[str]] = None,
|
3986
|
-
named_credential_id: Optional[pulumi.Input[str]] = None,
|
3987
3558
|
password_secret_id: Optional[pulumi.Input[str]] = None,
|
3988
3559
|
role: Optional[pulumi.Input[str]] = None,
|
3989
3560
|
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
@@ -3991,7 +3562,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
3991
3562
|
"""
|
3992
3563
|
:param pulumi.Input[str] credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
3993
3564
|
:param pulumi.Input[str] credential_type: The type of the credential for tablespace administration tasks.
|
3994
|
-
:param pulumi.Input[str] named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
3995
3565
|
:param pulumi.Input[str] password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
3996
3566
|
:param pulumi.Input[str] role: The role of the database user.
|
3997
3567
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
@@ -4001,8 +3571,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
4001
3571
|
pulumi.set(__self__, "credential_name", credential_name)
|
4002
3572
|
if credential_type is not None:
|
4003
3573
|
pulumi.set(__self__, "credential_type", credential_type)
|
4004
|
-
if named_credential_id is not None:
|
4005
|
-
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
4006
3574
|
if password_secret_id is not None:
|
4007
3575
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
4008
3576
|
if role is not None:
|
@@ -4036,18 +3604,6 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
4036
3604
|
def credential_type(self, value: Optional[pulumi.Input[str]]):
|
4037
3605
|
pulumi.set(self, "credential_type", value)
|
4038
3606
|
|
4039
|
-
@property
|
4040
|
-
@pulumi.getter(name="namedCredentialId")
|
4041
|
-
def named_credential_id(self) -> Optional[pulumi.Input[str]]:
|
4042
|
-
"""
|
4043
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
4044
|
-
"""
|
4045
|
-
return pulumi.get(self, "named_credential_id")
|
4046
|
-
|
4047
|
-
@named_credential_id.setter
|
4048
|
-
def named_credential_id(self, value: Optional[pulumi.Input[str]]):
|
4049
|
-
pulumi.set(self, "named_credential_id", value)
|
4050
|
-
|
4051
3607
|
@property
|
4052
3608
|
@pulumi.getter(name="passwordSecretId")
|
4053
3609
|
def password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -6367,7 +5923,6 @@ class ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDeta
|
|
6367
5923
|
* PE: Private endpoint
|
6368
5924
|
* MACS: Management agent
|
6369
5925
|
* EXTERNAL: External database connector
|
6370
|
-
* DIRECT: Direct connection
|
6371
5926
|
:param pulumi.Input[str] database_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database connector.
|
6372
5927
|
:param pulumi.Input[str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent.
|
6373
5928
|
:param pulumi.Input[str] private_end_point_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint.
|
@@ -6389,7 +5944,6 @@ class ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDeta
|
|
6389
5944
|
* PE: Private endpoint
|
6390
5945
|
* MACS: Management agent
|
6391
5946
|
* EXTERNAL: External database connector
|
6392
|
-
* DIRECT: Direct connection
|
6393
5947
|
"""
|
6394
5948
|
return pulumi.get(self, "connector_type")
|
6395
5949
|
|
@@ -6500,7 +6054,6 @@ class ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatu
|
|
6500
6054
|
* PE: Private endpoint
|
6501
6055
|
* MACS: Management agent
|
6502
6056
|
* EXTERNAL: External database connector
|
6503
|
-
* DIRECT: Direct connection
|
6504
6057
|
:param pulumi.Input[str] database_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database connector.
|
6505
6058
|
:param pulumi.Input[str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent.
|
6506
6059
|
:param pulumi.Input[str] private_end_point_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint.
|
@@ -6522,7 +6075,6 @@ class ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatu
|
|
6522
6075
|
* PE: Private endpoint
|
6523
6076
|
* MACS: Management agent
|
6524
6077
|
* EXTERNAL: External database connector
|
6525
|
-
* DIRECT: Direct connection
|
6526
6078
|
"""
|
6527
6079
|
return pulumi.get(self, "connector_type")
|
6528
6080
|
|
@@ -6577,202 +6129,36 @@ class ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDeta
|
|
6577
6129
|
:param pulumi.Input['ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs'] connector_details: The connector details required to connect to an Oracle cloud database.
|
6578
6130
|
"""
|
6579
6131
|
pulumi.set(__self__, "feature", feature)
|
6580
|
-
if connector_details is not None:
|
6581
|
-
pulumi.set(__self__, "connector_details", connector_details)
|
6582
|
-
|
6583
|
-
@property
|
6584
|
-
@pulumi.getter
|
6585
|
-
def feature(self) -> pulumi.Input[str]:
|
6586
|
-
"""
|
6587
|
-
The name of the Database Management feature.
|
6588
|
-
"""
|
6589
|
-
return pulumi.get(self, "feature")
|
6590
|
-
|
6591
|
-
@feature.setter
|
6592
|
-
def feature(self, value: pulumi.Input[str]):
|
6593
|
-
pulumi.set(self, "feature", value)
|
6594
|
-
|
6595
|
-
@property
|
6596
|
-
@pulumi.getter(name="connectorDetails")
|
6597
|
-
def connector_details(self) -> Optional[pulumi.Input['ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs']]:
|
6598
|
-
"""
|
6599
|
-
The connector details required to connect to an Oracle cloud database.
|
6600
|
-
"""
|
6601
|
-
return pulumi.get(self, "connector_details")
|
6602
|
-
|
6603
|
-
@connector_details.setter
|
6604
|
-
def connector_details(self, value: Optional[pulumi.Input['ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs']]):
|
6605
|
-
pulumi.set(self, "connector_details", value)
|
6606
|
-
|
6607
|
-
|
6608
|
-
@pulumi.input_type
|
6609
|
-
class ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs:
|
6610
|
-
def __init__(__self__, *,
|
6611
|
-
connector_type: Optional[pulumi.Input[str]] = None,
|
6612
|
-
database_connector_id: Optional[pulumi.Input[str]] = None,
|
6613
|
-
management_agent_id: Optional[pulumi.Input[str]] = None,
|
6614
|
-
private_end_point_id: Optional[pulumi.Input[str]] = None):
|
6615
|
-
"""
|
6616
|
-
:param pulumi.Input[str] connector_type: The list of supported connection types:
|
6617
|
-
* PE: Private endpoint
|
6618
|
-
* MACS: Management agent
|
6619
|
-
* EXTERNAL: External database connector
|
6620
|
-
* DIRECT: Direct connection
|
6621
|
-
:param pulumi.Input[str] database_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database connector.
|
6622
|
-
:param pulumi.Input[str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent.
|
6623
|
-
:param pulumi.Input[str] private_end_point_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint.
|
6624
|
-
"""
|
6625
|
-
if connector_type is not None:
|
6626
|
-
pulumi.set(__self__, "connector_type", connector_type)
|
6627
|
-
if database_connector_id is not None:
|
6628
|
-
pulumi.set(__self__, "database_connector_id", database_connector_id)
|
6629
|
-
if management_agent_id is not None:
|
6630
|
-
pulumi.set(__self__, "management_agent_id", management_agent_id)
|
6631
|
-
if private_end_point_id is not None:
|
6632
|
-
pulumi.set(__self__, "private_end_point_id", private_end_point_id)
|
6633
|
-
|
6634
|
-
@property
|
6635
|
-
@pulumi.getter(name="connectorType")
|
6636
|
-
def connector_type(self) -> Optional[pulumi.Input[str]]:
|
6637
|
-
"""
|
6638
|
-
The list of supported connection types:
|
6639
|
-
* PE: Private endpoint
|
6640
|
-
* MACS: Management agent
|
6641
|
-
* EXTERNAL: External database connector
|
6642
|
-
* DIRECT: Direct connection
|
6643
|
-
"""
|
6644
|
-
return pulumi.get(self, "connector_type")
|
6645
|
-
|
6646
|
-
@connector_type.setter
|
6647
|
-
def connector_type(self, value: Optional[pulumi.Input[str]]):
|
6648
|
-
pulumi.set(self, "connector_type", value)
|
6649
|
-
|
6650
|
-
@property
|
6651
|
-
@pulumi.getter(name="databaseConnectorId")
|
6652
|
-
def database_connector_id(self) -> Optional[pulumi.Input[str]]:
|
6653
|
-
"""
|
6654
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database connector.
|
6655
|
-
"""
|
6656
|
-
return pulumi.get(self, "database_connector_id")
|
6657
|
-
|
6658
|
-
@database_connector_id.setter
|
6659
|
-
def database_connector_id(self, value: Optional[pulumi.Input[str]]):
|
6660
|
-
pulumi.set(self, "database_connector_id", value)
|
6661
|
-
|
6662
|
-
@property
|
6663
|
-
@pulumi.getter(name="managementAgentId")
|
6664
|
-
def management_agent_id(self) -> Optional[pulumi.Input[str]]:
|
6665
|
-
"""
|
6666
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent.
|
6667
|
-
"""
|
6668
|
-
return pulumi.get(self, "management_agent_id")
|
6669
|
-
|
6670
|
-
@management_agent_id.setter
|
6671
|
-
def management_agent_id(self, value: Optional[pulumi.Input[str]]):
|
6672
|
-
pulumi.set(self, "management_agent_id", value)
|
6673
|
-
|
6674
|
-
@property
|
6675
|
-
@pulumi.getter(name="privateEndPointId")
|
6676
|
-
def private_end_point_id(self) -> Optional[pulumi.Input[str]]:
|
6677
|
-
"""
|
6678
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint.
|
6679
|
-
"""
|
6680
|
-
return pulumi.get(self, "private_end_point_id")
|
6681
|
-
|
6682
|
-
@private_end_point_id.setter
|
6683
|
-
def private_end_point_id(self, value: Optional[pulumi.Input[str]]):
|
6684
|
-
pulumi.set(self, "private_end_point_id", value)
|
6685
|
-
|
6686
|
-
|
6687
|
-
@pulumi.input_type
|
6688
|
-
class ManagedDatabaseDbmgmtFeatureConfigArgs:
|
6689
|
-
def __init__(__self__, *,
|
6690
|
-
connector_details: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigConnectorDetailArgs']]]] = None,
|
6691
|
-
database_connection_details: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailArgs']]]] = None,
|
6692
|
-
feature: Optional[pulumi.Input[str]] = None,
|
6693
|
-
feature_status: Optional[pulumi.Input[str]] = None,
|
6694
|
-
license_model: Optional[pulumi.Input[str]] = None):
|
6695
|
-
"""
|
6696
|
-
:param pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigConnectorDetailArgs']]] connector_details: The connector details required to connect to an Oracle cloud database.
|
6697
|
-
:param pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailArgs']]] database_connection_details: The connection details required to connect to the database.
|
6698
|
-
:param pulumi.Input[str] feature: The name of the Database Management feature.
|
6699
|
-
:param pulumi.Input[str] feature_status: The list of statuses for Database Management features.
|
6700
|
-
:param pulumi.Input[str] license_model: The Oracle license model that applies to the external database.
|
6701
|
-
"""
|
6702
|
-
if connector_details is not None:
|
6703
|
-
pulumi.set(__self__, "connector_details", connector_details)
|
6704
|
-
if database_connection_details is not None:
|
6705
|
-
pulumi.set(__self__, "database_connection_details", database_connection_details)
|
6706
|
-
if feature is not None:
|
6707
|
-
pulumi.set(__self__, "feature", feature)
|
6708
|
-
if feature_status is not None:
|
6709
|
-
pulumi.set(__self__, "feature_status", feature_status)
|
6710
|
-
if license_model is not None:
|
6711
|
-
pulumi.set(__self__, "license_model", license_model)
|
6712
|
-
|
6713
|
-
@property
|
6714
|
-
@pulumi.getter(name="connectorDetails")
|
6715
|
-
def connector_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigConnectorDetailArgs']]]]:
|
6716
|
-
"""
|
6717
|
-
The connector details required to connect to an Oracle cloud database.
|
6718
|
-
"""
|
6719
|
-
return pulumi.get(self, "connector_details")
|
6720
|
-
|
6721
|
-
@connector_details.setter
|
6722
|
-
def connector_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigConnectorDetailArgs']]]]):
|
6723
|
-
pulumi.set(self, "connector_details", value)
|
6724
|
-
|
6725
|
-
@property
|
6726
|
-
@pulumi.getter(name="databaseConnectionDetails")
|
6727
|
-
def database_connection_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailArgs']]]]:
|
6728
|
-
"""
|
6729
|
-
The connection details required to connect to the database.
|
6730
|
-
"""
|
6731
|
-
return pulumi.get(self, "database_connection_details")
|
6732
|
-
|
6733
|
-
@database_connection_details.setter
|
6734
|
-
def database_connection_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailArgs']]]]):
|
6735
|
-
pulumi.set(self, "database_connection_details", value)
|
6132
|
+
if connector_details is not None:
|
6133
|
+
pulumi.set(__self__, "connector_details", connector_details)
|
6736
6134
|
|
6737
6135
|
@property
|
6738
6136
|
@pulumi.getter
|
6739
|
-
def feature(self) ->
|
6137
|
+
def feature(self) -> pulumi.Input[str]:
|
6740
6138
|
"""
|
6741
6139
|
The name of the Database Management feature.
|
6742
6140
|
"""
|
6743
6141
|
return pulumi.get(self, "feature")
|
6744
6142
|
|
6745
6143
|
@feature.setter
|
6746
|
-
def feature(self, value:
|
6144
|
+
def feature(self, value: pulumi.Input[str]):
|
6747
6145
|
pulumi.set(self, "feature", value)
|
6748
6146
|
|
6749
6147
|
@property
|
6750
|
-
@pulumi.getter(name="
|
6751
|
-
def
|
6752
|
-
"""
|
6753
|
-
The list of statuses for Database Management features.
|
6754
|
-
"""
|
6755
|
-
return pulumi.get(self, "feature_status")
|
6756
|
-
|
6757
|
-
@feature_status.setter
|
6758
|
-
def feature_status(self, value: Optional[pulumi.Input[str]]):
|
6759
|
-
pulumi.set(self, "feature_status", value)
|
6760
|
-
|
6761
|
-
@property
|
6762
|
-
@pulumi.getter(name="licenseModel")
|
6763
|
-
def license_model(self) -> Optional[pulumi.Input[str]]:
|
6148
|
+
@pulumi.getter(name="connectorDetails")
|
6149
|
+
def connector_details(self) -> Optional[pulumi.Input['ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs']]:
|
6764
6150
|
"""
|
6765
|
-
The
|
6151
|
+
The connector details required to connect to an Oracle cloud database.
|
6766
6152
|
"""
|
6767
|
-
return pulumi.get(self, "
|
6153
|
+
return pulumi.get(self, "connector_details")
|
6768
6154
|
|
6769
|
-
@
|
6770
|
-
def
|
6771
|
-
pulumi.set(self, "
|
6155
|
+
@connector_details.setter
|
6156
|
+
def connector_details(self, value: Optional[pulumi.Input['ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs']]):
|
6157
|
+
pulumi.set(self, "connector_details", value)
|
6772
6158
|
|
6773
6159
|
|
6774
6160
|
@pulumi.input_type
|
6775
|
-
class
|
6161
|
+
class ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs:
|
6776
6162
|
def __init__(__self__, *,
|
6777
6163
|
connector_type: Optional[pulumi.Input[str]] = None,
|
6778
6164
|
database_connector_id: Optional[pulumi.Input[str]] = None,
|
@@ -6848,237 +6234,6 @@ class ManagedDatabaseDbmgmtFeatureConfigConnectorDetailArgs:
|
|
6848
6234
|
pulumi.set(self, "private_end_point_id", value)
|
6849
6235
|
|
6850
6236
|
|
6851
|
-
@pulumi.input_type
|
6852
|
-
class ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailArgs:
|
6853
|
-
def __init__(__self__, *,
|
6854
|
-
connection_credentials: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredentialArgs']]]] = None,
|
6855
|
-
connection_strings: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionStringArgs']]]] = None):
|
6856
|
-
"""
|
6857
|
-
:param pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredentialArgs']]] connection_credentials: The credentials used to connect to the database. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
6858
|
-
:param pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionStringArgs']]] connection_strings: The details of the Oracle Database connection string.
|
6859
|
-
"""
|
6860
|
-
if connection_credentials is not None:
|
6861
|
-
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
6862
|
-
if connection_strings is not None:
|
6863
|
-
pulumi.set(__self__, "connection_strings", connection_strings)
|
6864
|
-
|
6865
|
-
@property
|
6866
|
-
@pulumi.getter(name="connectionCredentials")
|
6867
|
-
def connection_credentials(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredentialArgs']]]]:
|
6868
|
-
"""
|
6869
|
-
The credentials used to connect to the database. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
6870
|
-
"""
|
6871
|
-
return pulumi.get(self, "connection_credentials")
|
6872
|
-
|
6873
|
-
@connection_credentials.setter
|
6874
|
-
def connection_credentials(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredentialArgs']]]]):
|
6875
|
-
pulumi.set(self, "connection_credentials", value)
|
6876
|
-
|
6877
|
-
@property
|
6878
|
-
@pulumi.getter(name="connectionStrings")
|
6879
|
-
def connection_strings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionStringArgs']]]]:
|
6880
|
-
"""
|
6881
|
-
The details of the Oracle Database connection string.
|
6882
|
-
"""
|
6883
|
-
return pulumi.get(self, "connection_strings")
|
6884
|
-
|
6885
|
-
@connection_strings.setter
|
6886
|
-
def connection_strings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionStringArgs']]]]):
|
6887
|
-
pulumi.set(self, "connection_strings", value)
|
6888
|
-
|
6889
|
-
|
6890
|
-
@pulumi.input_type
|
6891
|
-
class ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredentialArgs:
|
6892
|
-
def __init__(__self__, *,
|
6893
|
-
credential_name: Optional[pulumi.Input[str]] = None,
|
6894
|
-
credential_type: Optional[pulumi.Input[str]] = None,
|
6895
|
-
named_credential_id: Optional[pulumi.Input[str]] = None,
|
6896
|
-
password_secret_id: Optional[pulumi.Input[str]] = None,
|
6897
|
-
role: Optional[pulumi.Input[str]] = None,
|
6898
|
-
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
6899
|
-
user_name: Optional[pulumi.Input[str]] = None):
|
6900
|
-
"""
|
6901
|
-
:param pulumi.Input[str] credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
6902
|
-
:param pulumi.Input[str] credential_type: The type of credential used to connect to the database.
|
6903
|
-
:param pulumi.Input[str] named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential where the database password metadata is stored.
|
6904
|
-
:param pulumi.Input[str] password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
6905
|
-
:param pulumi.Input[str] role: The role of the user connecting to the database.
|
6906
|
-
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
6907
|
-
:param pulumi.Input[str] user_name: The user name used to connect to the database.
|
6908
|
-
"""
|
6909
|
-
if credential_name is not None:
|
6910
|
-
pulumi.set(__self__, "credential_name", credential_name)
|
6911
|
-
if credential_type is not None:
|
6912
|
-
pulumi.set(__self__, "credential_type", credential_type)
|
6913
|
-
if named_credential_id is not None:
|
6914
|
-
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
6915
|
-
if password_secret_id is not None:
|
6916
|
-
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
6917
|
-
if role is not None:
|
6918
|
-
pulumi.set(__self__, "role", role)
|
6919
|
-
if ssl_secret_id is not None:
|
6920
|
-
pulumi.set(__self__, "ssl_secret_id", ssl_secret_id)
|
6921
|
-
if user_name is not None:
|
6922
|
-
pulumi.set(__self__, "user_name", user_name)
|
6923
|
-
|
6924
|
-
@property
|
6925
|
-
@pulumi.getter(name="credentialName")
|
6926
|
-
def credential_name(self) -> Optional[pulumi.Input[str]]:
|
6927
|
-
"""
|
6928
|
-
The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
6929
|
-
"""
|
6930
|
-
return pulumi.get(self, "credential_name")
|
6931
|
-
|
6932
|
-
@credential_name.setter
|
6933
|
-
def credential_name(self, value: Optional[pulumi.Input[str]]):
|
6934
|
-
pulumi.set(self, "credential_name", value)
|
6935
|
-
|
6936
|
-
@property
|
6937
|
-
@pulumi.getter(name="credentialType")
|
6938
|
-
def credential_type(self) -> Optional[pulumi.Input[str]]:
|
6939
|
-
"""
|
6940
|
-
The type of credential used to connect to the database.
|
6941
|
-
"""
|
6942
|
-
return pulumi.get(self, "credential_type")
|
6943
|
-
|
6944
|
-
@credential_type.setter
|
6945
|
-
def credential_type(self, value: Optional[pulumi.Input[str]]):
|
6946
|
-
pulumi.set(self, "credential_type", value)
|
6947
|
-
|
6948
|
-
@property
|
6949
|
-
@pulumi.getter(name="namedCredentialId")
|
6950
|
-
def named_credential_id(self) -> Optional[pulumi.Input[str]]:
|
6951
|
-
"""
|
6952
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential where the database password metadata is stored.
|
6953
|
-
"""
|
6954
|
-
return pulumi.get(self, "named_credential_id")
|
6955
|
-
|
6956
|
-
@named_credential_id.setter
|
6957
|
-
def named_credential_id(self, value: Optional[pulumi.Input[str]]):
|
6958
|
-
pulumi.set(self, "named_credential_id", value)
|
6959
|
-
|
6960
|
-
@property
|
6961
|
-
@pulumi.getter(name="passwordSecretId")
|
6962
|
-
def password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
6963
|
-
"""
|
6964
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
6965
|
-
"""
|
6966
|
-
return pulumi.get(self, "password_secret_id")
|
6967
|
-
|
6968
|
-
@password_secret_id.setter
|
6969
|
-
def password_secret_id(self, value: Optional[pulumi.Input[str]]):
|
6970
|
-
pulumi.set(self, "password_secret_id", value)
|
6971
|
-
|
6972
|
-
@property
|
6973
|
-
@pulumi.getter
|
6974
|
-
def role(self) -> Optional[pulumi.Input[str]]:
|
6975
|
-
"""
|
6976
|
-
The role of the user connecting to the database.
|
6977
|
-
"""
|
6978
|
-
return pulumi.get(self, "role")
|
6979
|
-
|
6980
|
-
@role.setter
|
6981
|
-
def role(self, value: Optional[pulumi.Input[str]]):
|
6982
|
-
pulumi.set(self, "role", value)
|
6983
|
-
|
6984
|
-
@property
|
6985
|
-
@pulumi.getter(name="sslSecretId")
|
6986
|
-
def ssl_secret_id(self) -> Optional[pulumi.Input[str]]:
|
6987
|
-
"""
|
6988
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
6989
|
-
"""
|
6990
|
-
return pulumi.get(self, "ssl_secret_id")
|
6991
|
-
|
6992
|
-
@ssl_secret_id.setter
|
6993
|
-
def ssl_secret_id(self, value: Optional[pulumi.Input[str]]):
|
6994
|
-
pulumi.set(self, "ssl_secret_id", value)
|
6995
|
-
|
6996
|
-
@property
|
6997
|
-
@pulumi.getter(name="userName")
|
6998
|
-
def user_name(self) -> Optional[pulumi.Input[str]]:
|
6999
|
-
"""
|
7000
|
-
The user name used to connect to the database.
|
7001
|
-
"""
|
7002
|
-
return pulumi.get(self, "user_name")
|
7003
|
-
|
7004
|
-
@user_name.setter
|
7005
|
-
def user_name(self, value: Optional[pulumi.Input[str]]):
|
7006
|
-
pulumi.set(self, "user_name", value)
|
7007
|
-
|
7008
|
-
|
7009
|
-
@pulumi.input_type
|
7010
|
-
class ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionStringArgs:
|
7011
|
-
def __init__(__self__, *,
|
7012
|
-
connection_type: Optional[pulumi.Input[str]] = None,
|
7013
|
-
port: Optional[pulumi.Input[int]] = None,
|
7014
|
-
protocol: Optional[pulumi.Input[str]] = None,
|
7015
|
-
service: Optional[pulumi.Input[str]] = None):
|
7016
|
-
"""
|
7017
|
-
:param pulumi.Input[str] connection_type: The list of supported connection types:
|
7018
|
-
* BASIC: Basic connection details
|
7019
|
-
:param pulumi.Input[int] port: The port number used to connect to the database.
|
7020
|
-
:param pulumi.Input[str] protocol: The protocol used to connect to the database.
|
7021
|
-
:param pulumi.Input[str] service: The service name of the database.
|
7022
|
-
"""
|
7023
|
-
if connection_type is not None:
|
7024
|
-
pulumi.set(__self__, "connection_type", connection_type)
|
7025
|
-
if port is not None:
|
7026
|
-
pulumi.set(__self__, "port", port)
|
7027
|
-
if protocol is not None:
|
7028
|
-
pulumi.set(__self__, "protocol", protocol)
|
7029
|
-
if service is not None:
|
7030
|
-
pulumi.set(__self__, "service", service)
|
7031
|
-
|
7032
|
-
@property
|
7033
|
-
@pulumi.getter(name="connectionType")
|
7034
|
-
def connection_type(self) -> Optional[pulumi.Input[str]]:
|
7035
|
-
"""
|
7036
|
-
The list of supported connection types:
|
7037
|
-
* BASIC: Basic connection details
|
7038
|
-
"""
|
7039
|
-
return pulumi.get(self, "connection_type")
|
7040
|
-
|
7041
|
-
@connection_type.setter
|
7042
|
-
def connection_type(self, value: Optional[pulumi.Input[str]]):
|
7043
|
-
pulumi.set(self, "connection_type", value)
|
7044
|
-
|
7045
|
-
@property
|
7046
|
-
@pulumi.getter
|
7047
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
7048
|
-
"""
|
7049
|
-
The port number used to connect to the database.
|
7050
|
-
"""
|
7051
|
-
return pulumi.get(self, "port")
|
7052
|
-
|
7053
|
-
@port.setter
|
7054
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
7055
|
-
pulumi.set(self, "port", value)
|
7056
|
-
|
7057
|
-
@property
|
7058
|
-
@pulumi.getter
|
7059
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
7060
|
-
"""
|
7061
|
-
The protocol used to connect to the database.
|
7062
|
-
"""
|
7063
|
-
return pulumi.get(self, "protocol")
|
7064
|
-
|
7065
|
-
@protocol.setter
|
7066
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
7067
|
-
pulumi.set(self, "protocol", value)
|
7068
|
-
|
7069
|
-
@property
|
7070
|
-
@pulumi.getter
|
7071
|
-
def service(self) -> Optional[pulumi.Input[str]]:
|
7072
|
-
"""
|
7073
|
-
The service name of the database.
|
7074
|
-
"""
|
7075
|
-
return pulumi.get(self, "service")
|
7076
|
-
|
7077
|
-
@service.setter
|
7078
|
-
def service(self, value: Optional[pulumi.Input[str]]):
|
7079
|
-
pulumi.set(self, "service", value)
|
7080
|
-
|
7081
|
-
|
7082
6237
|
@pulumi.input_type
|
7083
6238
|
class ManagedDatabaseGroupManagedDatabaseArgs:
|
7084
6239
|
def __init__(__self__, *,
|
@@ -7904,7 +7059,6 @@ class PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsConne
|
|
7904
7059
|
* PE: Private endpoint
|
7905
7060
|
* MACS: Management agent
|
7906
7061
|
* EXTERNAL: External database connector
|
7907
|
-
* DIRECT: Direct connection
|
7908
7062
|
:param pulumi.Input[str] database_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external database connector.
|
7909
7063
|
:param pulumi.Input[str] management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management agent.
|
7910
7064
|
:param pulumi.Input[str] private_end_point_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint.
|
@@ -7926,7 +7080,6 @@ class PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsConne
|
|
7926
7080
|
* PE: Private endpoint
|
7927
7081
|
* MACS: Management agent
|
7928
7082
|
* EXTERNAL: External database connector
|
7929
|
-
* DIRECT: Direct connection
|
7930
7083
|
"""
|
7931
7084
|
return pulumi.get(self, "connector_type")
|
7932
7085
|
|
@@ -8015,7 +7168,6 @@ class PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatab
|
|
8015
7168
|
def __init__(__self__, *,
|
8016
7169
|
credential_name: Optional[pulumi.Input[str]] = None,
|
8017
7170
|
credential_type: Optional[pulumi.Input[str]] = None,
|
8018
|
-
named_credential_id: Optional[pulumi.Input[str]] = None,
|
8019
7171
|
password_secret_id: Optional[pulumi.Input[str]] = None,
|
8020
7172
|
role: Optional[pulumi.Input[str]] = None,
|
8021
7173
|
ssl_secret_id: Optional[pulumi.Input[str]] = None,
|
@@ -8025,7 +7177,6 @@ class PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatab
|
|
8025
7177
|
|
8026
7178
|
For example: inventorydb.abc112233445566778899
|
8027
7179
|
:param pulumi.Input[str] credential_type: The type of credential used to connect to the database.
|
8028
|
-
:param pulumi.Input[str] named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential where the database password metadata is stored.
|
8029
7180
|
:param pulumi.Input[str] password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
8030
7181
|
:param pulumi.Input[str] role: The role of the user connecting to the database.
|
8031
7182
|
:param pulumi.Input[str] ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
@@ -8035,8 +7186,6 @@ class PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatab
|
|
8035
7186
|
pulumi.set(__self__, "credential_name", credential_name)
|
8036
7187
|
if credential_type is not None:
|
8037
7188
|
pulumi.set(__self__, "credential_type", credential_type)
|
8038
|
-
if named_credential_id is not None:
|
8039
|
-
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
8040
7189
|
if password_secret_id is not None:
|
8041
7190
|
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
8042
7191
|
if role is not None:
|
@@ -8072,18 +7221,6 @@ class PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatab
|
|
8072
7221
|
def credential_type(self, value: Optional[pulumi.Input[str]]):
|
8073
7222
|
pulumi.set(self, "credential_type", value)
|
8074
7223
|
|
8075
|
-
@property
|
8076
|
-
@pulumi.getter(name="namedCredentialId")
|
8077
|
-
def named_credential_id(self) -> Optional[pulumi.Input[str]]:
|
8078
|
-
"""
|
8079
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Named Credential where the database password metadata is stored.
|
8080
|
-
"""
|
8081
|
-
return pulumi.get(self, "named_credential_id")
|
8082
|
-
|
8083
|
-
@named_credential_id.setter
|
8084
|
-
def named_credential_id(self, value: Optional[pulumi.Input[str]]):
|
8085
|
-
pulumi.set(self, "named_credential_id", value)
|
8086
|
-
|
8087
7224
|
@property
|
8088
7225
|
@pulumi.getter(name="passwordSecretId")
|
8089
7226
|
def password_secret_id(self) -> Optional[pulumi.Input[str]]:
|