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
@@ -86,7 +86,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
86
86
  @pulumi.getter(name="azureVaultId")
87
87
  def azure_vault_id(self) -> _builtins.str:
88
88
  """
89
- Azure Vault Id.
89
+ Azure Vault ID.
90
90
  """
91
91
  return pulumi.get(self, "azure_vault_id")
92
92
 
@@ -94,7 +94,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
94
94
  @pulumi.getter(name="compartmentId")
95
95
  def compartment_id(self) -> _builtins.str:
96
96
  """
97
- The Compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that has this DB Azure Vault Resource.
97
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this Oracle DB Azure Vault resource.
98
98
  """
99
99
  return pulumi.get(self, "compartment_id")
100
100
 
@@ -110,7 +110,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
110
110
  @pulumi.getter(name="displayName")
111
111
  def display_name(self) -> _builtins.str:
112
112
  """
113
- Display name of DB Azure Vault.
113
+ Oracle DB Azure Vault resource name.
114
114
  """
115
115
  return pulumi.get(self, "display_name")
116
116
 
@@ -126,7 +126,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
126
126
  @pulumi.getter
127
127
  def id(self) -> _builtins.str:
128
128
  """
129
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB Azure Vault Resource.
129
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the oracle DB Azure Vault resource.
130
130
  """
131
131
  return pulumi.get(self, "id")
132
132
 
@@ -134,7 +134,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
134
134
  @pulumi.getter(name="lastModification")
135
135
  def last_modification(self) -> _builtins.str:
136
136
  """
137
- Description of the latest modification of the DB Azure Vault Resource.
137
+ Description of the latest modification of the Oracle DB Azure Vault resource.
138
138
  """
139
139
  return pulumi.get(self, "last_modification")
140
140
 
@@ -150,7 +150,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
150
150
  @pulumi.getter
151
151
  def location(self) -> _builtins.str:
152
152
  """
153
- Vault Resource Location.
153
+ Oracle DB Azure Vault resource location.
154
154
  """
155
155
  return pulumi.get(self, "location")
156
156
 
@@ -158,7 +158,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
158
158
  @pulumi.getter(name="oracleDbAzureResourceGroup")
159
159
  def oracle_db_azure_resource_group(self) -> _builtins.str:
160
160
  """
161
- Display name of Azure Resource Group.
161
+ Oracle DB Azure resource group name.
162
162
  """
163
163
  return pulumi.get(self, "oracle_db_azure_resource_group")
164
164
 
@@ -171,7 +171,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
171
171
  @pulumi.getter(name="oracleDbConnectorId")
172
172
  def oracle_db_connector_id(self) -> _builtins.str:
173
173
  """
174
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB Connector Resource.
174
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource that contains Oracle DB Azure Vault resource.
175
175
  """
176
176
  return pulumi.get(self, "oracle_db_connector_id")
177
177
 
@@ -179,7 +179,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
179
179
  @pulumi.getter
180
180
  def properties(self) -> Mapping[str, _builtins.str]:
181
181
  """
182
- Resource's properties.
182
+ Oracle DB Azure Vault resource's properties.
183
183
  """
184
184
  return pulumi.get(self, "properties")
185
185
 
@@ -187,7 +187,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
187
187
  @pulumi.getter
188
188
  def state(self) -> _builtins.str:
189
189
  """
190
- The lifecycle state of the DB Azure Vault Resource.
190
+ The lifecycle state of the Oracle DB Azure Vault resource.
191
191
  """
192
192
  return pulumi.get(self, "state")
193
193
 
@@ -203,7 +203,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
203
203
  @pulumi.getter(name="timeCreated")
204
204
  def time_created(self) -> _builtins.str:
205
205
  """
206
- Time when the DB Azure Vault was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
206
+ Time when the DB Azure Vault resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
207
207
  """
208
208
  return pulumi.get(self, "time_created")
209
209
 
@@ -211,7 +211,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
211
211
  @pulumi.getter(name="timeUpdated")
212
212
  def time_updated(self) -> _builtins.str:
213
213
  """
214
- Time when the DB Azure Vault was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
214
+ Time when the DB Azure Vault resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'
215
215
  """
216
216
  return pulumi.get(self, "time_updated")
217
217
 
@@ -219,7 +219,7 @@ class GetDbmulticloudOracleDbAzureVaultResult:
219
219
  @pulumi.getter
220
220
  def type(self) -> _builtins.str:
221
221
  """
222
- Vault Resource Type.
222
+ Oracle DB Azure Vault resource type.
223
223
  """
224
224
  return pulumi.get(self, "type")
225
225
 
@@ -255,7 +255,7 @@ def get_dbmulticloud_oracle_db_azure_vault(oracle_db_azure_vault_id: Optional[_b
255
255
  """
256
256
  This data source provides details about a specific Oracle Db Azure Vault resource in Oracle Cloud Infrastructure Dbmulticloud service.
257
257
 
258
- Get Oracle DB Azure Vault Details form a particular Container Resource ID.
258
+ Retrieves detailed information about an Oracle Database Azure Vault resource using its unique resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). This operation returns metadata and configuration details associated with the specified vault resource.
259
259
 
260
260
  ## Example Usage
261
261
 
@@ -267,7 +267,7 @@ def get_dbmulticloud_oracle_db_azure_vault(oracle_db_azure_vault_id: Optional[_b
267
267
  ```
268
268
 
269
269
 
270
- :param _builtins.str oracle_db_azure_vault_id: The ID of the Oracle DB Azure Vault Resource.
270
+ :param _builtins.str oracle_db_azure_vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
271
271
  """
272
272
  __args__ = dict()
273
273
  __args__['oracleDbAzureVaultId'] = oracle_db_azure_vault_id
@@ -298,7 +298,7 @@ def get_dbmulticloud_oracle_db_azure_vault_output(oracle_db_azure_vault_id: Opti
298
298
  """
299
299
  This data source provides details about a specific Oracle Db Azure Vault resource in Oracle Cloud Infrastructure Dbmulticloud service.
300
300
 
301
- Get Oracle DB Azure Vault Details form a particular Container Resource ID.
301
+ Retrieves detailed information about an Oracle Database Azure Vault resource using its unique resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). This operation returns metadata and configuration details associated with the specified vault resource.
302
302
 
303
303
  ## Example Usage
304
304
 
@@ -310,7 +310,7 @@ def get_dbmulticloud_oracle_db_azure_vault_output(oracle_db_azure_vault_id: Opti
310
310
  ```
311
311
 
312
312
 
313
- :param _builtins.str oracle_db_azure_vault_id: The ID of the Oracle DB Azure Vault Resource.
313
+ :param _builtins.str oracle_db_azure_vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
314
314
  """
315
315
  __args__ = dict()
316
316
  __args__['oracleDbAzureVaultId'] = oracle_db_azure_vault_id
@@ -77,7 +77,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationResult:
77
77
  @pulumi.getter(name="compartmentId")
78
78
  def compartment_id(self) -> _builtins.str:
79
79
  """
80
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association Resource.
80
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
81
81
  """
82
82
  return pulumi.get(self, "compartment_id")
83
83
 
@@ -93,7 +93,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationResult:
93
93
  @pulumi.getter(name="displayName")
94
94
  def display_name(self) -> _builtins.str:
95
95
  """
96
- Display name of Oracle DB Azure Vault Association.
96
+ Oracle DB Azure Vault Association resource name.
97
97
  """
98
98
  return pulumi.get(self, "display_name")
99
99
 
@@ -109,7 +109,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationResult:
109
109
  @pulumi.getter
110
110
  def id(self) -> _builtins.str:
111
111
  """
112
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association Resource.
112
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association resource.
113
113
  """
114
114
  return pulumi.get(self, "id")
115
115
 
@@ -117,7 +117,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationResult:
117
117
  @pulumi.getter(name="isResourceAccessible")
118
118
  def is_resource_accessible(self) -> _builtins.bool:
119
119
  """
120
- The Associated Resources are accessible or not.
120
+ The Associated resource is accessible or not.
121
121
  """
122
122
  return pulumi.get(self, "is_resource_accessible")
123
123
 
@@ -125,7 +125,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationResult:
125
125
  @pulumi.getter(name="lastModification")
126
126
  def last_modification(self) -> _builtins.str:
127
127
  """
128
- Description of the latest modification of the Oracle DB Azure Vault Association Resource.
128
+ Description of the latest modification of the Oracle DB Azure Vault Association resource.
129
129
  """
130
130
  return pulumi.get(self, "last_modification")
131
131
 
@@ -141,7 +141,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationResult:
141
141
  @pulumi.getter(name="oracleDbAzureConnectorId")
142
142
  def oracle_db_azure_connector_id(self) -> _builtins.str:
143
143
  """
144
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
144
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
145
145
  """
146
146
  return pulumi.get(self, "oracle_db_azure_connector_id")
147
147
 
@@ -154,7 +154,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationResult:
154
154
  @pulumi.getter(name="oracleDbAzureVaultId")
155
155
  def oracle_db_azure_vault_id(self) -> _builtins.str:
156
156
  """
157
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
157
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
158
158
  """
159
159
  return pulumi.get(self, "oracle_db_azure_vault_id")
160
160
 
@@ -162,7 +162,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationResult:
162
162
  @pulumi.getter
163
163
  def state(self) -> _builtins.str:
164
164
  """
165
- The current lifecycle state of the Oracle DB Azure Vault Association Resource.
165
+ The current lifecycle state of the Oracle DB Azure Vault Association resource.
166
166
  """
167
167
  return pulumi.get(self, "state")
168
168
 
@@ -178,7 +178,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationResult:
178
178
  @pulumi.getter(name="timeCreated")
179
179
  def time_created(self) -> _builtins.str:
180
180
  """
181
- Time when the Oracle DB Azure Vault Association was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
181
+ Time when the Oracle DB Azure Vault Association resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
182
182
  """
183
183
  return pulumi.get(self, "time_created")
184
184
 
@@ -186,7 +186,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationResult:
186
186
  @pulumi.getter(name="timeUpdated")
187
187
  def time_updated(self) -> _builtins.str:
188
188
  """
189
- Time when the Oracle DB Azure Vault Association was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
189
+ Time when the Oracle DB Azure Vault Association resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
190
190
  """
191
191
  return pulumi.get(self, "time_updated")
192
192
 
@@ -219,7 +219,7 @@ def get_dbmulticloud_oracle_db_azure_vault_association(oracle_db_azure_vault_ass
219
219
  """
220
220
  This data source provides details about a specific Oracle Db Azure Vault Association resource in Oracle Cloud Infrastructure Dbmulticloud service.
221
221
 
222
- Get Oracle DB Azure Vault Details Association form a particular Container Resource ID.
222
+ Retrieves the details of an Oracle DB Azure Vault Association using the specified association 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_vault_association(oracle_db_azure_vault_ass
231
231
  ```
232
232
 
233
233
 
234
- :param _builtins.str oracle_db_azure_vault_association_id: The ID of the Oracle DB Azure Vault Association Resource.
234
+ :param _builtins.str oracle_db_azure_vault_association_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association resource.
235
235
  """
236
236
  __args__ = dict()
237
237
  __args__['oracleDbAzureVaultAssociationId'] = oracle_db_azure_vault_association_id
@@ -259,7 +259,7 @@ def get_dbmulticloud_oracle_db_azure_vault_association_output(oracle_db_azure_va
259
259
  """
260
260
  This data source provides details about a specific Oracle Db Azure Vault Association resource in Oracle Cloud Infrastructure Dbmulticloud service.
261
261
 
262
- Get Oracle DB Azure Vault Details Association form a particular Container Resource ID.
262
+ Retrieves the details of an Oracle DB Azure Vault Association using the specified association 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_vault_association_output(oracle_db_azure_va
271
271
  ```
272
272
 
273
273
 
274
- :param _builtins.str oracle_db_azure_vault_association_id: The ID of the Oracle DB Azure Vault Association Resource.
274
+ :param _builtins.str oracle_db_azure_vault_association_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association resource.
275
275
  """
276
276
  __args__ = dict()
277
277
  __args__['oracleDbAzureVaultAssociationId'] = oracle_db_azure_vault_association_id
@@ -61,7 +61,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsResult:
61
61
  @pulumi.getter(name="compartmentId")
62
62
  def compartment_id(self) -> _builtins.str:
63
63
  """
64
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association Resource.
64
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
65
65
  """
66
66
  return pulumi.get(self, "compartment_id")
67
67
 
@@ -69,7 +69,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsResult:
69
69
  @pulumi.getter(name="displayName")
70
70
  def display_name(self) -> Optional[_builtins.str]:
71
71
  """
72
- Display name of Oracle DB Azure Vault Association.
72
+ Oracle DB Azure Vault Association resource name.
73
73
  """
74
74
  return pulumi.get(self, "display_name")
75
75
 
@@ -90,7 +90,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsResult:
90
90
  @pulumi.getter(name="oracleDbAzureConnectorId")
91
91
  def oracle_db_azure_connector_id(self) -> Optional[_builtins.str]:
92
92
  """
93
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
93
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
94
94
  """
95
95
  return pulumi.get(self, "oracle_db_azure_connector_id")
96
96
 
@@ -111,7 +111,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsResult:
111
111
  @pulumi.getter(name="oracleDbAzureVaultId")
112
112
  def oracle_db_azure_vault_id(self) -> Optional[_builtins.str]:
113
113
  """
114
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
114
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
115
115
  """
116
116
  return pulumi.get(self, "oracle_db_azure_vault_id")
117
117
 
@@ -119,7 +119,7 @@ class GetDbmulticloudOracleDbAzureVaultAssociationsResult:
119
119
  @pulumi.getter
120
120
  def state(self) -> Optional[_builtins.str]:
121
121
  """
122
- The current lifecycle state of the Oracle DB Azure Vault Association Resource.
122
+ The current lifecycle state of the Oracle DB Azure Vault Association resource.
123
123
  """
124
124
  return pulumi.get(self, "state")
125
125
 
@@ -152,7 +152,7 @@ def get_dbmulticloud_oracle_db_azure_vault_associations(compartment_id: Optional
152
152
  """
153
153
  This data source provides the list of Oracle Db Azure Vault Associations in Oracle Cloud Infrastructure Dbmulticloud service.
154
154
 
155
- Lists the all Oracle DB Azure Associations based on filters.
155
+ Lists all Oracle DB Azure Associations based on the specified filters.
156
156
 
157
157
  ## Example Usage
158
158
 
@@ -170,10 +170,10 @@ def get_dbmulticloud_oracle_db_azure_vault_associations(compartment_id: Optional
170
170
 
171
171
 
172
172
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
173
- :param _builtins.str display_name: A filter to return Azure Vault Association.
174
- :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Blob Mount Resources.
175
- :param _builtins.str oracle_db_azure_vault_association_id: A filter to return Oracle DB Azure Vault Association Resources.
176
- :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault Resources.
173
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Vault Association resources that match the specified display name.
174
+ :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
175
+ :param _builtins.str oracle_db_azure_vault_association_id: A filter to return Oracle DB Azure Vault resources that match the specified OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association resource.
176
+ :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault 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_vault_associations_output(compartment_id: O
208
208
  """
209
209
  This data source provides the list of Oracle Db Azure Vault Associations in Oracle Cloud Infrastructure Dbmulticloud service.
210
210
 
211
- Lists the all Oracle DB Azure Associations based on filters.
211
+ Lists all Oracle DB Azure Associations based on the specified filters.
212
212
 
213
213
  ## Example Usage
214
214
 
@@ -226,10 +226,10 @@ def get_dbmulticloud_oracle_db_azure_vault_associations_output(compartment_id: O
226
226
 
227
227
 
228
228
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
229
- :param _builtins.str display_name: A filter to return Azure Vault Association.
230
- :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Blob Mount Resources.
231
- :param _builtins.str oracle_db_azure_vault_association_id: A filter to return Oracle DB Azure Vault Association Resources.
232
- :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault Resources.
229
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Vault Association resources that match the specified display name.
230
+ :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
231
+ :param _builtins.str oracle_db_azure_vault_association_id: A filter to return Oracle DB Azure Vault resources that match the specified OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Association resource.
232
+ :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault 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()
@@ -61,7 +61,7 @@ class GetDbmulticloudOracleDbAzureVaultsResult:
61
61
  @pulumi.getter(name="compartmentId")
62
62
  def compartment_id(self) -> _builtins.str:
63
63
  """
64
- The Compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that has this DB Azure Vault Resource.
64
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this Oracle DB Azure Vault resource.
65
65
  """
66
66
  return pulumi.get(self, "compartment_id")
67
67
 
@@ -69,7 +69,7 @@ class GetDbmulticloudOracleDbAzureVaultsResult:
69
69
  @pulumi.getter(name="displayName")
70
70
  def display_name(self) -> Optional[_builtins.str]:
71
71
  """
72
- Display name of DB Azure Vault.
72
+ Oracle DB Azure Vault resource name.
73
73
  """
74
74
  return pulumi.get(self, "display_name")
75
75
 
@@ -95,7 +95,7 @@ class GetDbmulticloudOracleDbAzureVaultsResult:
95
95
  @pulumi.getter(name="oracleDbAzureResourceGroup")
96
96
  def oracle_db_azure_resource_group(self) -> Optional[_builtins.str]:
97
97
  """
98
- Display name of Azure Resource Group.
98
+ Oracle DB Azure resource group name.
99
99
  """
100
100
  return pulumi.get(self, "oracle_db_azure_resource_group")
101
101
 
@@ -116,7 +116,7 @@ class GetDbmulticloudOracleDbAzureVaultsResult:
116
116
  @pulumi.getter
117
117
  def state(self) -> Optional[_builtins.str]:
118
118
  """
119
- The lifecycle state of the DB Azure Vault Resource.
119
+ The lifecycle state of the Oracle DB Azure Vault resource.
120
120
  """
121
121
  return pulumi.get(self, "state")
122
122
 
@@ -149,7 +149,7 @@ def get_dbmulticloud_oracle_db_azure_vaults(compartment_id: Optional[_builtins.s
149
149
  """
150
150
  This data source provides the list of Oracle Db Azure Vaults in Oracle Cloud Infrastructure Dbmulticloud service.
151
151
 
152
- Lists the all DB Azure Vaults based on filters.
152
+ Lists all DB Azure Vault resources based on the specified filters.
153
153
 
154
154
  ## Example Usage
155
155
 
@@ -167,10 +167,10 @@ def get_dbmulticloud_oracle_db_azure_vaults(compartment_id: Optional[_builtins.s
167
167
 
168
168
 
169
169
  :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: A filter to return Azure Vaults.
171
- :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Blob Mount Resources.
172
- :param _builtins.str oracle_db_azure_resource_group: A filter to return Azure Vaults.
173
- :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault Resources.
170
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Vault resources that match the specified display name.
171
+ :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
172
+ :param _builtins.str oracle_db_azure_resource_group: A filter to return Oracle DB Azure Vault resources that match the specified Oracle DB Azure resource group name.
173
+ :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
174
174
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
175
175
  """
176
176
  __args__ = dict()
@@ -205,7 +205,7 @@ def get_dbmulticloud_oracle_db_azure_vaults_output(compartment_id: Optional[pulu
205
205
  """
206
206
  This data source provides the list of Oracle Db Azure Vaults in Oracle Cloud Infrastructure Dbmulticloud service.
207
207
 
208
- Lists the all DB Azure Vaults based on filters.
208
+ Lists all DB Azure Vault resources based on the specified filters.
209
209
 
210
210
  ## Example Usage
211
211
 
@@ -223,10 +223,10 @@ def get_dbmulticloud_oracle_db_azure_vaults_output(compartment_id: Optional[pulu
223
223
 
224
224
 
225
225
  :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: A filter to return Azure Vaults.
227
- :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Blob Mount Resources.
228
- :param _builtins.str oracle_db_azure_resource_group: A filter to return Azure Vaults.
229
- :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault Resources.
226
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Vault resources that match the specified display name.
227
+ :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
228
+ :param _builtins.str oracle_db_azure_resource_group: A filter to return Oracle DB Azure Vault resources that match the specified Oracle DB Azure resource group name.
229
+ :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
230
230
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
231
231
  """
232
232
  __args__ = dict()