pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.6.0a1757045455__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.
Files changed (71) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/aivision/__init__.py +12 -0
  3. pulumi_oci/aivision/_inputs.py +787 -51
  4. pulumi_oci/aivision/get_model.py +4 -4
  5. pulumi_oci/aivision/get_models.py +11 -11
  6. pulumi_oci/aivision/get_project.py +15 -15
  7. pulumi_oci/aivision/get_projects.py +10 -10
  8. pulumi_oci/aivision/get_stream_group.py +268 -0
  9. pulumi_oci/aivision/get_stream_groups.py +177 -0
  10. pulumi_oci/aivision/get_stream_job.py +296 -0
  11. pulumi_oci/aivision/get_stream_jobs.py +199 -0
  12. pulumi_oci/aivision/get_stream_source.py +240 -0
  13. pulumi_oci/aivision/get_stream_sources.py +199 -0
  14. pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
  15. pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
  16. pulumi_oci/aivision/model.py +149 -157
  17. pulumi_oci/aivision/outputs.py +1920 -116
  18. pulumi_oci/aivision/project.py +61 -69
  19. pulumi_oci/aivision/stream_group.py +632 -0
  20. pulumi_oci/aivision/stream_job.py +744 -0
  21. pulumi_oci/aivision/stream_source.py +519 -0
  22. pulumi_oci/aivision/vision_private_endpoint.py +606 -0
  23. pulumi_oci/cloudguard/_inputs.py +1198 -72
  24. pulumi_oci/cloudguard/get_managed_list.py +15 -1
  25. pulumi_oci/cloudguard/managed_list.py +47 -0
  26. pulumi_oci/cloudguard/outputs.py +2104 -67
  27. pulumi_oci/database/_inputs.py +41 -1
  28. pulumi_oci/database/exascale_db_storage_vault.py +98 -0
  29. pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
  30. pulumi_oci/database/outputs.py +121 -5
  31. pulumi_oci/mysql/_inputs.py +221 -0
  32. pulumi_oci/mysql/get_mysql_backup.py +40 -4
  33. pulumi_oci/mysql/get_mysql_backups.py +2 -2
  34. pulumi_oci/mysql/mysql_backup.py +119 -3
  35. pulumi_oci/mysql/outputs.py +343 -957
  36. pulumi_oci/oci/__init__.py +8 -0
  37. pulumi_oci/oci/_inputs.py +256 -15
  38. pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
  39. pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
  40. pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
  41. pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
  42. pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
  43. pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
  44. pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
  45. pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
  46. pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
  47. pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
  48. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
  49. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
  50. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
  51. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
  52. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
  53. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
  54. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
  55. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
  56. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
  57. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
  58. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
  59. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
  60. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
  61. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
  62. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
  63. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
  64. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
  65. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
  66. pulumi_oci/oci/outputs.py +1042 -142
  67. pulumi_oci/pulumi-plugin.json +1 -1
  68. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/METADATA +1 -1
  69. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/RECORD +71 -51
  70. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/WHEEL +0 -0
  71. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesResult:
28
28
  """
29
29
  A collection of values returned by getDbmulticloudMultiCloudResourceDiscoveries.
30
30
  """
31
- def __init__(__self__, compartment_id=None, display_name=None, filters=None, id=None, multi_cloud_resource_discovery_id=None, multi_cloud_resource_discovery_summary_collections=None, oracle_db_azure_connector_id=None, resource_type=None, state=None):
31
+ def __init__(__self__, compartment_id=None, display_name=None, filters=None, id=None, multi_cloud_resource_discovery_id=None, multi_cloud_resource_discovery_summary_collections=None, oracle_db_azure_connector_id=None, resource_type=None, resources_filters=None, state=None):
32
32
  if compartment_id and not isinstance(compartment_id, str):
33
33
  raise TypeError("Expected argument 'compartment_id' to be a str")
34
34
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -53,6 +53,9 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesResult:
53
53
  if resource_type and not isinstance(resource_type, str):
54
54
  raise TypeError("Expected argument 'resource_type' to be a str")
55
55
  pulumi.set(__self__, "resource_type", resource_type)
56
+ if resources_filters and not isinstance(resources_filters, list):
57
+ raise TypeError("Expected argument 'resources_filters' to be a list")
58
+ pulumi.set(__self__, "resources_filters", resources_filters)
56
59
  if state and not isinstance(state, str):
57
60
  raise TypeError("Expected argument 'state' to be a str")
58
61
  pulumi.set(__self__, "state", state)
@@ -61,7 +64,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesResult:
61
64
  @pulumi.getter(name="compartmentId")
62
65
  def compartment_id(self) -> _builtins.str:
63
66
  """
64
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Multi Cloud Discovery Resource.
67
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Multicloud Resource Discovery resource.
65
68
  """
66
69
  return pulumi.get(self, "compartment_id")
67
70
 
@@ -69,7 +72,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesResult:
69
72
  @pulumi.getter(name="displayName")
70
73
  def display_name(self) -> Optional[_builtins.str]:
71
74
  """
72
- Display name of Multi Cloud Discovery Resource.
75
+ Display name of the Multicloud Resource Discovery resource.
73
76
  """
74
77
  return pulumi.get(self, "display_name")
75
78
 
@@ -112,6 +115,14 @@ class GetDbmulticloudMultiCloudResourceDiscoveriesResult:
112
115
  """
113
116
  return pulumi.get(self, "resource_type")
114
117
 
118
+ @_builtins.property
119
+ @pulumi.getter(name="resourcesFilters")
120
+ def resources_filters(self) -> Optional[Sequence[_builtins.str]]:
121
+ """
122
+ Discover resource using attributes as key-value pair. For GCP supported attributes (keyRing) For Azure supported attributes (keyVault) GCP Example `{"keyRing": "projects/db-mc-dataplane/locations/global/keyRings/dbmci-keyring"}` or `{"keyRing": "dbmci-keyring"}` Azure Example `{"keyVault": "/subscriptions/fd42b73d-5f28-4a23-ae7c-ca08c625fe07/resourceGroups/yumfei0808Test/providers/Microsoft.KeyVault/managedHSMs/orp7HSM001"}` or `{"keyVault": "orp7HSM001"}`
123
+ """
124
+ return pulumi.get(self, "resources_filters")
125
+
115
126
  @_builtins.property
116
127
  @pulumi.getter
117
128
  def state(self) -> Optional[_builtins.str]:
@@ -135,6 +146,7 @@ class AwaitableGetDbmulticloudMultiCloudResourceDiscoveriesResult(GetDbmulticlou
135
146
  multi_cloud_resource_discovery_summary_collections=self.multi_cloud_resource_discovery_summary_collections,
136
147
  oracle_db_azure_connector_id=self.oracle_db_azure_connector_id,
137
148
  resource_type=self.resource_type,
149
+ resources_filters=self.resources_filters,
138
150
  state=self.state)
139
151
 
140
152
 
@@ -144,12 +156,13 @@ def get_dbmulticloud_multi_cloud_resource_discoveries(compartment_id: Optional[_
144
156
  multi_cloud_resource_discovery_id: Optional[_builtins.str] = None,
145
157
  oracle_db_azure_connector_id: Optional[_builtins.str] = None,
146
158
  resource_type: Optional[_builtins.str] = None,
159
+ resources_filters: Optional[Sequence[_builtins.str]] = None,
147
160
  state: Optional[_builtins.str] = None,
148
161
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDbmulticloudMultiCloudResourceDiscoveriesResult:
149
162
  """
150
163
  This data source provides the list of Multi Cloud Resource Discoveries in Oracle Cloud Infrastructure Dbmulticloud service.
151
164
 
152
- Lists the all Multi Cloud Resource Discovery based on filters.
165
+ Lists all Multicloud Resource Discovery resources based on the specified filters.
153
166
 
154
167
  ## Example Usage
155
168
 
@@ -162,16 +175,18 @@ def get_dbmulticloud_multi_cloud_resource_discoveries(compartment_id: Optional[_
162
175
  multi_cloud_resource_discovery_id=test_multi_cloud_resource_discovery["id"],
163
176
  oracle_db_azure_connector_id=test_oracle_db_azure_connector["id"],
164
177
  resource_type=multi_cloud_resource_discovery_resource_type,
178
+ resources_filters=multi_cloud_resource_discovery_resources_filter,
165
179
  state=multi_cloud_resource_discovery_state)
166
180
  ```
167
181
 
168
182
 
169
183
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
170
- :param _builtins.str display_name: Display Name of the Multi Cloud Discovery Resource.
171
- :param _builtins.str multi_cloud_resource_discovery_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multi Cloud Discovery Resource.
172
- :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Blob Mount Resources.
173
- :param _builtins.str resource_type: The type of Multi Cloud Resource.
174
- :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
184
+ :param _builtins.str display_name: A filter to return Oracle DB Multicloud Discovery resources that match the specified display name.
185
+ :param _builtins.str multi_cloud_resource_discovery_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud Discovery resource.
186
+ :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
187
+ :param _builtins.str resource_type: The type of Multicloud Resource.
188
+ :param Sequence[_builtins.str] resources_filters: Specifies the type(s) of resources to discover in the target cloud provider.
189
+ :param _builtins.str state: A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
175
190
  """
176
191
  __args__ = dict()
177
192
  __args__['compartmentId'] = compartment_id
@@ -180,6 +195,7 @@ def get_dbmulticloud_multi_cloud_resource_discoveries(compartment_id: Optional[_
180
195
  __args__['multiCloudResourceDiscoveryId'] = multi_cloud_resource_discovery_id
181
196
  __args__['oracleDbAzureConnectorId'] = oracle_db_azure_connector_id
182
197
  __args__['resourceType'] = resource_type
198
+ __args__['resourcesFilters'] = resources_filters
183
199
  __args__['state'] = state
184
200
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
185
201
  __ret__ = pulumi.runtime.invoke('oci:oci/getDbmulticloudMultiCloudResourceDiscoveries:getDbmulticloudMultiCloudResourceDiscoveries', __args__, opts=opts, typ=GetDbmulticloudMultiCloudResourceDiscoveriesResult).value
@@ -193,6 +209,7 @@ def get_dbmulticloud_multi_cloud_resource_discoveries(compartment_id: Optional[_
193
209
  multi_cloud_resource_discovery_summary_collections=pulumi.get(__ret__, 'multi_cloud_resource_discovery_summary_collections'),
194
210
  oracle_db_azure_connector_id=pulumi.get(__ret__, 'oracle_db_azure_connector_id'),
195
211
  resource_type=pulumi.get(__ret__, 'resource_type'),
212
+ resources_filters=pulumi.get(__ret__, 'resources_filters'),
196
213
  state=pulumi.get(__ret__, 'state'))
197
214
  def get_dbmulticloud_multi_cloud_resource_discoveries_output(compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
198
215
  display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
@@ -200,12 +217,13 @@ def get_dbmulticloud_multi_cloud_resource_discoveries_output(compartment_id: Opt
200
217
  multi_cloud_resource_discovery_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
201
218
  oracle_db_azure_connector_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
202
219
  resource_type: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
220
+ resources_filters: Optional[pulumi.Input[Optional[Sequence[_builtins.str]]]] = None,
203
221
  state: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
204
222
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDbmulticloudMultiCloudResourceDiscoveriesResult]:
205
223
  """
206
224
  This data source provides the list of Multi Cloud Resource Discoveries in Oracle Cloud Infrastructure Dbmulticloud service.
207
225
 
208
- Lists the all Multi Cloud Resource Discovery based on filters.
226
+ Lists all Multicloud Resource Discovery resources based on the specified filters.
209
227
 
210
228
  ## Example Usage
211
229
 
@@ -218,16 +236,18 @@ def get_dbmulticloud_multi_cloud_resource_discoveries_output(compartment_id: Opt
218
236
  multi_cloud_resource_discovery_id=test_multi_cloud_resource_discovery["id"],
219
237
  oracle_db_azure_connector_id=test_oracle_db_azure_connector["id"],
220
238
  resource_type=multi_cloud_resource_discovery_resource_type,
239
+ resources_filters=multi_cloud_resource_discovery_resources_filter,
221
240
  state=multi_cloud_resource_discovery_state)
222
241
  ```
223
242
 
224
243
 
225
244
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
226
- :param _builtins.str display_name: Display Name of the Multi Cloud Discovery Resource.
227
- :param _builtins.str multi_cloud_resource_discovery_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multi Cloud Discovery Resource.
228
- :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Blob Mount Resources.
229
- :param _builtins.str resource_type: The type of Multi Cloud Resource.
230
- :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
245
+ :param _builtins.str display_name: A filter to return Oracle DB Multicloud Discovery resources that match the specified display name.
246
+ :param _builtins.str multi_cloud_resource_discovery_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud Discovery resource.
247
+ :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
248
+ :param _builtins.str resource_type: The type of Multicloud Resource.
249
+ :param Sequence[_builtins.str] resources_filters: Specifies the type(s) of resources to discover in the target cloud provider.
250
+ :param _builtins.str state: A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
231
251
  """
232
252
  __args__ = dict()
233
253
  __args__['compartmentId'] = compartment_id
@@ -236,6 +256,7 @@ def get_dbmulticloud_multi_cloud_resource_discoveries_output(compartment_id: Opt
236
256
  __args__['multiCloudResourceDiscoveryId'] = multi_cloud_resource_discovery_id
237
257
  __args__['oracleDbAzureConnectorId'] = oracle_db_azure_connector_id
238
258
  __args__['resourceType'] = resource_type
259
+ __args__['resourcesFilters'] = resources_filters
239
260
  __args__['state'] = state
240
261
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
241
262
  __ret__ = pulumi.runtime.invoke_output('oci:oci/getDbmulticloudMultiCloudResourceDiscoveries:getDbmulticloudMultiCloudResourceDiscoveries', __args__, opts=opts, typ=GetDbmulticloudMultiCloudResourceDiscoveriesResult)
@@ -248,4 +269,5 @@ def get_dbmulticloud_multi_cloud_resource_discoveries_output(compartment_id: Opt
248
269
  multi_cloud_resource_discovery_summary_collections=pulumi.get(__response__, 'multi_cloud_resource_discovery_summary_collections'),
249
270
  oracle_db_azure_connector_id=pulumi.get(__response__, 'oracle_db_azure_connector_id'),
250
271
  resource_type=pulumi.get(__response__, 'resource_type'),
272
+ resources_filters=pulumi.get(__response__, 'resources_filters'),
251
273
  state=pulumi.get(__response__, 'state')))
@@ -27,7 +27,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResult:
27
27
  """
28
28
  A collection of values returned by getDbmulticloudMultiCloudResourceDiscovery.
29
29
  """
30
- def __init__(__self__, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, last_modification=None, lifecycle_state_details=None, multi_cloud_resource_discovery_id=None, oracle_db_connector_id=None, resource_type=None, resources=None, state=None, system_tags=None, time_created=None, time_updated=None):
30
+ def __init__(__self__, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, last_modification=None, lifecycle_state_details=None, multi_cloud_resource_discovery_id=None, oracle_db_connector_id=None, resource_type=None, resources=None, resources_filter=None, state=None, system_tags=None, time_created=None, time_updated=None):
31
31
  if compartment_id and not isinstance(compartment_id, str):
32
32
  raise TypeError("Expected argument 'compartment_id' to be a str")
33
33
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -61,6 +61,9 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResult:
61
61
  if resources and not isinstance(resources, list):
62
62
  raise TypeError("Expected argument 'resources' to be a list")
63
63
  pulumi.set(__self__, "resources", resources)
64
+ if resources_filter and not isinstance(resources_filter, dict):
65
+ raise TypeError("Expected argument 'resources_filter' to be a dict")
66
+ pulumi.set(__self__, "resources_filter", resources_filter)
64
67
  if state and not isinstance(state, str):
65
68
  raise TypeError("Expected argument 'state' to be a str")
66
69
  pulumi.set(__self__, "state", state)
@@ -78,7 +81,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResult:
78
81
  @pulumi.getter(name="compartmentId")
79
82
  def compartment_id(self) -> _builtins.str:
80
83
  """
81
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Multi Cloud Discovery Resource.
84
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Multicloud Resource Discovery resource.
82
85
  """
83
86
  return pulumi.get(self, "compartment_id")
84
87
 
@@ -94,7 +97,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResult:
94
97
  @pulumi.getter(name="displayName")
95
98
  def display_name(self) -> _builtins.str:
96
99
  """
97
- Display name of Multi Cloud Discovery Resource.
100
+ Display name of the Multicloud Resource Discovery resource.
98
101
  """
99
102
  return pulumi.get(self, "display_name")
100
103
 
@@ -110,7 +113,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResult:
110
113
  @pulumi.getter
111
114
  def id(self) -> _builtins.str:
112
115
  """
113
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Discovered Resource.
116
+ The ID of the Discovered Resource.
114
117
  """
115
118
  return pulumi.get(self, "id")
116
119
 
@@ -118,7 +121,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResult:
118
121
  @pulumi.getter(name="lastModification")
119
122
  def last_modification(self) -> _builtins.str:
120
123
  """
121
- Description of the latest modification of the Multi Cloud Discovery Resource.
124
+ Description of the latest modification of the Multicloud Resource Discovery resource.
122
125
  """
123
126
  return pulumi.get(self, "last_modification")
124
127
 
@@ -139,7 +142,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResult:
139
142
  @pulumi.getter(name="oracleDbConnectorId")
140
143
  def oracle_db_connector_id(self) -> _builtins.str:
141
144
  """
142
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector Resource.
145
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource.
143
146
  """
144
147
  return pulumi.get(self, "oracle_db_connector_id")
145
148
 
@@ -159,6 +162,14 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResult:
159
162
  """
160
163
  return pulumi.get(self, "resources")
161
164
 
165
+ @_builtins.property
166
+ @pulumi.getter(name="resourcesFilter")
167
+ def resources_filter(self) -> Mapping[str, _builtins.str]:
168
+ """
169
+ Discover resource using attributes as key-value pair. For GCP supported attributes (keyRing) For Azure supported attributes (keyVault) GCP Example `{"keyRing": "projects/db-mc-dataplane/locations/global/keyRings/dbmci-keyring"}` or `{"keyRing": "dbmci-keyring"}` Azure Example `{"keyVault": "/subscriptions/fd42b73d-5f28-4a23-ae7c-ca08c625fe07/resourceGroups/yumfei0808Test/providers/Microsoft.KeyVault/managedHSMs/orp7HSM001"}` or `{"keyVault": "orp7HSM001"}`
170
+ """
171
+ return pulumi.get(self, "resources_filter")
172
+
162
173
  @_builtins.property
163
174
  @pulumi.getter
164
175
  def state(self) -> _builtins.str:
@@ -179,7 +190,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResult:
179
190
  @pulumi.getter(name="timeCreated")
180
191
  def time_created(self) -> _builtins.str:
181
192
  """
182
- Time when the Multi Cloud Discovery Resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
193
+ Time when the Multicloud Discovery Resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
183
194
  """
184
195
  return pulumi.get(self, "time_created")
185
196
 
@@ -187,7 +198,7 @@ class GetDbmulticloudMultiCloudResourceDiscoveryResult:
187
198
  @pulumi.getter(name="timeUpdated")
188
199
  def time_updated(self) -> _builtins.str:
189
200
  """
190
- Time when the Multi Cloud Discovery Resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
201
+ Time when the Multicloud Discovery Resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
191
202
  """
192
203
  return pulumi.get(self, "time_updated")
193
204
 
@@ -209,6 +220,7 @@ class AwaitableGetDbmulticloudMultiCloudResourceDiscoveryResult(GetDbmulticloudM
209
220
  oracle_db_connector_id=self.oracle_db_connector_id,
210
221
  resource_type=self.resource_type,
211
222
  resources=self.resources,
223
+ resources_filter=self.resources_filter,
212
224
  state=self.state,
213
225
  system_tags=self.system_tags,
214
226
  time_created=self.time_created,
@@ -220,7 +232,7 @@ def get_dbmulticloud_multi_cloud_resource_discovery(multi_cloud_resource_discove
220
232
  """
221
233
  This data source provides details about a specific Multi Cloud Resource Discovery resource in Oracle Cloud Infrastructure Dbmulticloud service.
222
234
 
223
- Get Multi Cloud Discovered Resource Details form a particular resource ID.
235
+ Retrieves detailed information about a Multicloud discovered resource by specifying its unique resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
224
236
 
225
237
  ## Example Usage
226
238
 
@@ -232,7 +244,7 @@ def get_dbmulticloud_multi_cloud_resource_discovery(multi_cloud_resource_discove
232
244
  ```
233
245
 
234
246
 
235
- :param _builtins.str multi_cloud_resource_discovery_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multi Cloud Discovery Resource.
247
+ :param _builtins.str multi_cloud_resource_discovery_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud Discovery Resource.
236
248
  """
237
249
  __args__ = dict()
238
250
  __args__['multiCloudResourceDiscoveryId'] = multi_cloud_resource_discovery_id
@@ -251,6 +263,7 @@ def get_dbmulticloud_multi_cloud_resource_discovery(multi_cloud_resource_discove
251
263
  oracle_db_connector_id=pulumi.get(__ret__, 'oracle_db_connector_id'),
252
264
  resource_type=pulumi.get(__ret__, 'resource_type'),
253
265
  resources=pulumi.get(__ret__, 'resources'),
266
+ resources_filter=pulumi.get(__ret__, 'resources_filter'),
254
267
  state=pulumi.get(__ret__, 'state'),
255
268
  system_tags=pulumi.get(__ret__, 'system_tags'),
256
269
  time_created=pulumi.get(__ret__, 'time_created'),
@@ -260,7 +273,7 @@ def get_dbmulticloud_multi_cloud_resource_discovery_output(multi_cloud_resource_
260
273
  """
261
274
  This data source provides details about a specific Multi Cloud Resource Discovery resource in Oracle Cloud Infrastructure Dbmulticloud service.
262
275
 
263
- Get Multi Cloud Discovered Resource Details form a particular resource ID.
276
+ Retrieves detailed information about a Multicloud discovered resource by specifying its unique resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
264
277
 
265
278
  ## Example Usage
266
279
 
@@ -272,7 +285,7 @@ def get_dbmulticloud_multi_cloud_resource_discovery_output(multi_cloud_resource_
272
285
  ```
273
286
 
274
287
 
275
- :param _builtins.str multi_cloud_resource_discovery_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multi Cloud Discovery Resource.
288
+ :param _builtins.str multi_cloud_resource_discovery_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud Discovery Resource.
276
289
  """
277
290
  __args__ = dict()
278
291
  __args__['multiCloudResourceDiscoveryId'] = multi_cloud_resource_discovery_id
@@ -290,6 +303,7 @@ def get_dbmulticloud_multi_cloud_resource_discovery_output(multi_cloud_resource_
290
303
  oracle_db_connector_id=pulumi.get(__response__, 'oracle_db_connector_id'),
291
304
  resource_type=pulumi.get(__response__, 'resource_type'),
292
305
  resources=pulumi.get(__response__, 'resources'),
306
+ resources_filter=pulumi.get(__response__, 'resources_filter'),
293
307
  state=pulumi.get(__response__, 'state'),
294
308
  system_tags=pulumi.get(__response__, 'system_tags'),
295
309
  time_created=pulumi.get(__response__, 'time_created'),
@@ -80,7 +80,7 @@ class GetDbmulticloudOracleDbAzureBlobContainerResult:
80
80
  @pulumi.getter(name="azureStorageAccountName")
81
81
  def azure_storage_account_name(self) -> _builtins.str:
82
82
  """
83
- Azure Storage Account Name.
83
+ Azure Storage account name.
84
84
  """
85
85
  return pulumi.get(self, "azure_storage_account_name")
86
86
 
@@ -88,7 +88,7 @@ class GetDbmulticloudOracleDbAzureBlobContainerResult:
88
88
  @pulumi.getter(name="azureStorageContainerName")
89
89
  def azure_storage_container_name(self) -> _builtins.str:
90
90
  """
91
- Azure Storage Container Name.
91
+ Azure Storage container name.
92
92
  """
93
93
  return pulumi.get(self, "azure_storage_container_name")
94
94
 
@@ -96,7 +96,7 @@ class GetDbmulticloudOracleDbAzureBlobContainerResult:
96
96
  @pulumi.getter(name="compartmentId")
97
97
  def compartment_id(self) -> _builtins.str:
98
98
  """
99
- The ID of the compartment that contains Oracle DB Azure Blob Container Resource.
99
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of of the compartment that contains Oracle DB Azure Blob Container resource.
100
100
  """
101
101
  return pulumi.get(self, "compartment_id")
102
102
 
@@ -112,7 +112,7 @@ class GetDbmulticloudOracleDbAzureBlobContainerResult:
112
112
  @pulumi.getter(name="displayName")
113
113
  def display_name(self) -> _builtins.str:
114
114
  """
115
- Display name of Oracle DB Azure Blob Container.
115
+ Oracle DB Azure Blob Container resource name.
116
116
  """
117
117
  return pulumi.get(self, "display_name")
118
118
 
@@ -128,7 +128,7 @@ class GetDbmulticloudOracleDbAzureBlobContainerResult:
128
128
  @pulumi.getter
129
129
  def id(self) -> _builtins.str:
130
130
  """
131
- The ID of the compartment that contains Oracle DB Azure Blob Container Resource.
131
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
132
132
  """
133
133
  return pulumi.get(self, "id")
134
134
 
@@ -136,7 +136,7 @@ class GetDbmulticloudOracleDbAzureBlobContainerResult:
136
136
  @pulumi.getter(name="lastModification")
137
137
  def last_modification(self) -> _builtins.str:
138
138
  """
139
- Description of the latest modification of the Oracle DB Azure Blob Container Resource.
139
+ Description of the latest modification of the Oracle DB Azure Blob Container resource.
140
140
  """
141
141
  return pulumi.get(self, "last_modification")
142
142
 
@@ -157,7 +157,7 @@ class GetDbmulticloudOracleDbAzureBlobContainerResult:
157
157
  @pulumi.getter(name="privateEndpointDnsAlias")
158
158
  def private_endpoint_dns_alias(self) -> _builtins.str:
159
159
  """
160
- Private endpoint DNS Alias.
160
+ Private endpoint's DNS Alias.
161
161
  """
162
162
  return pulumi.get(self, "private_endpoint_dns_alias")
163
163
 
@@ -173,7 +173,7 @@ class GetDbmulticloudOracleDbAzureBlobContainerResult:
173
173
  @pulumi.getter
174
174
  def state(self) -> _builtins.str:
175
175
  """
176
- The current lifecycle state of the Oracle DB Azure Blob Container Resource.
176
+ The current lifecycle state of the Oracle DB Azure Blob Container resource.
177
177
  """
178
178
  return pulumi.get(self, "state")
179
179
 
@@ -231,7 +231,7 @@ def get_dbmulticloud_oracle_db_azure_blob_container(oracle_db_azure_blob_contain
231
231
  """
232
232
  This data source provides details about a specific Oracle Db Azure Blob Container resource in Oracle Cloud Infrastructure Dbmulticloud service.
233
233
 
234
- Get Oracle DB Azure Blob Container Details form a particular Container Resource ID.
234
+ Retrieves the details of an Oracle DB–associated Azure Blob Container using the specified container resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
235
235
 
236
236
  ## Example Usage
237
237
 
@@ -243,7 +243,7 @@ def get_dbmulticloud_oracle_db_azure_blob_container(oracle_db_azure_blob_contain
243
243
  ```
244
244
 
245
245
 
246
- :param _builtins.str oracle_db_azure_blob_container_id: The ID of the Oracle DB Azure Blob Container Resource.
246
+ :param _builtins.str oracle_db_azure_blob_container_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Container resource.
247
247
  """
248
248
  __args__ = dict()
249
249
  __args__['oracleDbAzureBlobContainerId'] = oracle_db_azure_blob_container_id
@@ -272,7 +272,7 @@ def get_dbmulticloud_oracle_db_azure_blob_container_output(oracle_db_azure_blob_
272
272
  """
273
273
  This data source provides details about a specific Oracle Db Azure Blob Container resource in Oracle Cloud Infrastructure Dbmulticloud service.
274
274
 
275
- Get Oracle DB Azure Blob Container Details form a particular Container Resource ID.
275
+ Retrieves the details of an Oracle DB–associated Azure Blob Container using the specified container resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
276
276
 
277
277
  ## Example Usage
278
278
 
@@ -284,7 +284,7 @@ def get_dbmulticloud_oracle_db_azure_blob_container_output(oracle_db_azure_blob_
284
284
  ```
285
285
 
286
286
 
287
- :param _builtins.str oracle_db_azure_blob_container_id: The ID of the Oracle DB Azure Blob Container Resource.
287
+ :param _builtins.str oracle_db_azure_blob_container_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Container resource.
288
288
  """
289
289
  __args__ = dict()
290
290
  __args__['oracleDbAzureBlobContainerId'] = oracle_db_azure_blob_container_id
@@ -61,7 +61,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersResult:
61
61
  @pulumi.getter(name="azureStorageAccountName")
62
62
  def azure_storage_account_name(self) -> Optional[_builtins.str]:
63
63
  """
64
- Azure Storage Account Name.
64
+ Azure Storage account name.
65
65
  """
66
66
  return pulumi.get(self, "azure_storage_account_name")
67
67
 
@@ -69,7 +69,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersResult:
69
69
  @pulumi.getter(name="azureStorageContainerName")
70
70
  def azure_storage_container_name(self) -> Optional[_builtins.str]:
71
71
  """
72
- Azure Storage Container Name.
72
+ Azure Storage container name.
73
73
  """
74
74
  return pulumi.get(self, "azure_storage_container_name")
75
75
 
@@ -77,7 +77,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersResult:
77
77
  @pulumi.getter(name="compartmentId")
78
78
  def compartment_id(self) -> _builtins.str:
79
79
  """
80
- The ID of the compartment that contains Oracle DB Azure Blob Container Resource.
80
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of of the compartment that contains Oracle DB Azure Blob Container resource.
81
81
  """
82
82
  return pulumi.get(self, "compartment_id")
83
83
 
@@ -85,7 +85,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersResult:
85
85
  @pulumi.getter(name="displayName")
86
86
  def display_name(self) -> Optional[_builtins.str]:
87
87
  """
88
- Display name of Oracle DB Azure Blob Container.
88
+ Oracle DB Azure Blob Container resource name.
89
89
  """
90
90
  return pulumi.get(self, "display_name")
91
91
 
@@ -119,7 +119,7 @@ class GetDbmulticloudOracleDbAzureBlobContainersResult:
119
119
  @pulumi.getter
120
120
  def state(self) -> Optional[_builtins.str]:
121
121
  """
122
- The current lifecycle state of the Oracle DB Azure Blob Container Resource.
122
+ The current lifecycle state of the Oracle DB Azure Blob Container resource.
123
123
  """
124
124
  return pulumi.get(self, "state")
125
125
 
@@ -152,7 +152,7 @@ def get_dbmulticloud_oracle_db_azure_blob_containers(azure_storage_account_name:
152
152
  """
153
153
  This data source provides the list of Oracle Db Azure Blob Containers in Oracle Cloud Infrastructure Dbmulticloud service.
154
154
 
155
- Lists the all Oracle DB Azure Blob Container based on filter.
155
+ Lists all Oracle DB Azure Blob Container resources based on the specified filters.
156
156
 
157
157
  ## Example Usage
158
158
 
@@ -169,11 +169,11 @@ def get_dbmulticloud_oracle_db_azure_blob_containers(azure_storage_account_name:
169
169
  ```
170
170
 
171
171
 
172
- :param _builtins.str azure_storage_account_name: A filter to return Azure Blob Containers.
173
- :param _builtins.str azure_storage_container_name: A filter to return Azure Blob containers.
172
+ :param _builtins.str azure_storage_account_name: A filter to return Oracle DB Azure Blob Container resources that match the specified Azure Account name.
173
+ :param _builtins.str azure_storage_container_name: A filter to return Oracle DB Azure Blob Container resources that match the specified Azure Storage name.
174
174
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
175
- :param _builtins.str display_name: A filter to return Azure Containers.
176
- :param _builtins.str oracle_db_azure_blob_container_id: A filter to return Oracle DB Azure Blob Mount Resources.
175
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Blob Container resources that match the specified display name.
176
+ :param _builtins.str oracle_db_azure_blob_container_id: A filter to return Oracle DB Azure Blob Container resource.
177
177
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
178
178
  """
179
179
  __args__ = dict()
@@ -208,7 +208,7 @@ def get_dbmulticloud_oracle_db_azure_blob_containers_output(azure_storage_accoun
208
208
  """
209
209
  This data source provides the list of Oracle Db Azure Blob Containers in Oracle Cloud Infrastructure Dbmulticloud service.
210
210
 
211
- Lists the all Oracle DB Azure Blob Container based on filter.
211
+ Lists all Oracle DB Azure Blob Container resources based on the specified filters.
212
212
 
213
213
  ## Example Usage
214
214
 
@@ -225,11 +225,11 @@ def get_dbmulticloud_oracle_db_azure_blob_containers_output(azure_storage_accoun
225
225
  ```
226
226
 
227
227
 
228
- :param _builtins.str azure_storage_account_name: A filter to return Azure Blob Containers.
229
- :param _builtins.str azure_storage_container_name: A filter to return Azure Blob containers.
228
+ :param _builtins.str azure_storage_account_name: A filter to return Oracle DB Azure Blob Container resources that match the specified Azure Account name.
229
+ :param _builtins.str azure_storage_container_name: A filter to return Oracle DB Azure Blob Container resources that match the specified Azure Storage name.
230
230
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
231
- :param _builtins.str display_name: A filter to return Azure Containers.
232
- :param _builtins.str oracle_db_azure_blob_container_id: A filter to return Oracle DB Azure Blob Mount Resources.
231
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Blob Container resources that match the specified display name.
232
+ :param _builtins.str oracle_db_azure_blob_container_id: A filter to return Oracle DB Azure Blob Container resource.
233
233
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
234
234
  """
235
235
  __args__ = dict()
@@ -77,7 +77,7 @@ class GetDbmulticloudOracleDbAzureBlobMountResult:
77
77
  @pulumi.getter(name="compartmentId")
78
78
  def compartment_id(self) -> _builtins.str:
79
79
  """
80
- The OCID of the compartment that contains Oracle DB Azure Blob Mount resource.
80
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount resource.
81
81
  """
82
82
  return pulumi.get(self, "compartment_id")
83
83
 
@@ -93,7 +93,7 @@ class GetDbmulticloudOracleDbAzureBlobMountResult:
93
93
  @pulumi.getter(name="displayName")
94
94
  def display_name(self) -> _builtins.str:
95
95
  """
96
- Oracle DB Azure Blob Mount name.
96
+ Oracle DB Azure Blob Mount resource name.
97
97
  """
98
98
  return pulumi.get(self, "display_name")
99
99
 
@@ -109,7 +109,7 @@ class GetDbmulticloudOracleDbAzureBlobMountResult:
109
109
  @pulumi.getter
110
110
  def id(self) -> _builtins.str:
111
111
  """
112
- The OCID for the new Oracle DB Azure Blob Mount resource.
112
+ The The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Mount resource.
113
113
  """
114
114
  return pulumi.get(self, "id")
115
115
 
@@ -117,7 +117,7 @@ class GetDbmulticloudOracleDbAzureBlobMountResult:
117
117
  @pulumi.getter(name="lastModification")
118
118
  def last_modification(self) -> _builtins.str:
119
119
  """
120
- Description of the latest modification of the Oracle DB Azure Blob Mount Resource.
120
+ Description of the latest modification of the Oracle DB Azure Blob Mount resource.
121
121
  """
122
122
  return pulumi.get(self, "last_modification")
123
123
 
@@ -133,7 +133,7 @@ class GetDbmulticloudOracleDbAzureBlobMountResult:
133
133
  @pulumi.getter(name="mountPath")
134
134
  def mount_path(self) -> _builtins.str:
135
135
  """
136
- Azure Container mount path.
136
+ Oracle DB Azure Blob Mount path.
137
137
  """
138
138
  return pulumi.get(self, "mount_path")
139
139
 
@@ -141,7 +141,7 @@ class GetDbmulticloudOracleDbAzureBlobMountResult:
141
141
  @pulumi.getter(name="oracleDbAzureBlobContainerId")
142
142
  def oracle_db_azure_blob_container_id(self) -> _builtins.str:
143
143
  """
144
- The OCID of the Oracle DB Azure Blob Container Resource.
144
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Container resource that contains Oracle DB Azure Blob Mount resource.
145
145
  """
146
146
  return pulumi.get(self, "oracle_db_azure_blob_container_id")
147
147
 
@@ -154,7 +154,7 @@ class GetDbmulticloudOracleDbAzureBlobMountResult:
154
154
  @pulumi.getter(name="oracleDbAzureConnectorId")
155
155
  def oracle_db_azure_connector_id(self) -> _builtins.str:
156
156
  """
157
- The OCID of the Oracle DB Azure Connector Resource.
157
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource that contains Oracle DB Azure Blob Mount resource.
158
158
  """
159
159
  return pulumi.get(self, "oracle_db_azure_connector_id")
160
160
 
@@ -162,7 +162,7 @@ class GetDbmulticloudOracleDbAzureBlobMountResult:
162
162
  @pulumi.getter
163
163
  def state(self) -> _builtins.str:
164
164
  """
165
- The current lifecycle state of the Azure Arc Agent Resource.
165
+ The current lifecycle state of the Oracle DB Azure Blob Mount resource.
166
166
  """
167
167
  return pulumi.get(self, "state")
168
168
 
@@ -219,7 +219,7 @@ def get_dbmulticloud_oracle_db_azure_blob_mount(oracle_db_azure_blob_mount_id: O
219
219
  """
220
220
  This data source provides details about a specific Oracle Db Azure Blob Mount resource in Oracle Cloud Infrastructure Dbmulticloud service.
221
221
 
222
- Get Oracle DB Azure Blob Mount Details form a particular Container Resource ID.
222
+ Retrieves the Oracle DB Azure Blob Mount resource for a specified resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
223
223
 
224
224
  ## Example Usage
225
225
 
@@ -231,7 +231,7 @@ def get_dbmulticloud_oracle_db_azure_blob_mount(oracle_db_azure_blob_mount_id: O
231
231
  ```
232
232
 
233
233
 
234
- :param _builtins.str oracle_db_azure_blob_mount_id: The ID of the Azure Container Resource.
234
+ :param _builtins.str oracle_db_azure_blob_mount_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Mount resource.
235
235
  """
236
236
  __args__ = dict()
237
237
  __args__['oracleDbAzureBlobMountId'] = oracle_db_azure_blob_mount_id
@@ -259,7 +259,7 @@ def get_dbmulticloud_oracle_db_azure_blob_mount_output(oracle_db_azure_blob_moun
259
259
  """
260
260
  This data source provides details about a specific Oracle Db Azure Blob Mount resource in Oracle Cloud Infrastructure Dbmulticloud service.
261
261
 
262
- Get Oracle DB Azure Blob Mount Details form a particular Container Resource ID.
262
+ Retrieves the Oracle DB Azure Blob Mount resource for a specified resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
263
263
 
264
264
  ## Example Usage
265
265
 
@@ -271,7 +271,7 @@ def get_dbmulticloud_oracle_db_azure_blob_mount_output(oracle_db_azure_blob_moun
271
271
  ```
272
272
 
273
273
 
274
- :param _builtins.str oracle_db_azure_blob_mount_id: The ID of the Azure Container Resource.
274
+ :param _builtins.str oracle_db_azure_blob_mount_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Mount resource.
275
275
  """
276
276
  __args__ = dict()
277
277
  __args__['oracleDbAzureBlobMountId'] = oracle_db_azure_blob_mount_id