pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.7.0a1757054731__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.7.0a1757054731.dist-info}/METADATA +1 -1
  69. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/RECORD +71 -51
  70. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/WHEEL +0 -0
  71. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/top_level.txt +0 -0
@@ -27,10 +27,10 @@ class DbmulticloudOracleDbAzureVaultAssociationArgs:
27
27
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
28
28
  """
29
29
  The set of arguments for constructing a DbmulticloudOracleDbAzureVaultAssociation resource.
30
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association Resource.
31
- :param pulumi.Input[_builtins.str] display_name: (Updatable) Display name of Oracle DB Azure Vault Association.
32
- :param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
33
- :param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
30
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
31
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Vault Association resource name.
32
+ :param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) 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.
33
+ :param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) 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.
34
34
 
35
35
 
36
36
  ** IMPORTANT **
@@ -51,7 +51,7 @@ class DbmulticloudOracleDbAzureVaultAssociationArgs:
51
51
  @pulumi.getter(name="compartmentId")
52
52
  def compartment_id(self) -> pulumi.Input[_builtins.str]:
53
53
  """
54
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association Resource.
54
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
55
55
  """
56
56
  return pulumi.get(self, "compartment_id")
57
57
 
@@ -63,7 +63,7 @@ class DbmulticloudOracleDbAzureVaultAssociationArgs:
63
63
  @pulumi.getter(name="displayName")
64
64
  def display_name(self) -> pulumi.Input[_builtins.str]:
65
65
  """
66
- (Updatable) Display name of Oracle DB Azure Vault Association.
66
+ (Updatable) Oracle DB Azure Vault Association resource name.
67
67
  """
68
68
  return pulumi.get(self, "display_name")
69
69
 
@@ -75,7 +75,7 @@ class DbmulticloudOracleDbAzureVaultAssociationArgs:
75
75
  @pulumi.getter(name="oracleDbAzureConnectorId")
76
76
  def oracle_db_azure_connector_id(self) -> pulumi.Input[_builtins.str]:
77
77
  """
78
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
78
+ (Updatable) 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.
79
79
  """
80
80
  return pulumi.get(self, "oracle_db_azure_connector_id")
81
81
 
@@ -87,7 +87,7 @@ class DbmulticloudOracleDbAzureVaultAssociationArgs:
87
87
  @pulumi.getter(name="oracleDbAzureVaultId")
88
88
  def oracle_db_azure_vault_id(self) -> pulumi.Input[_builtins.str]:
89
89
  """
90
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
90
+ (Updatable) 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.
91
91
 
92
92
 
93
93
  ** IMPORTANT **
@@ -142,23 +142,23 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
142
142
  time_updated: Optional[pulumi.Input[_builtins.str]] = None):
143
143
  """
144
144
  Input properties used for looking up and filtering DbmulticloudOracleDbAzureVaultAssociation resources.
145
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association Resource.
145
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
146
146
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
147
- :param pulumi.Input[_builtins.str] display_name: (Updatable) Display name of Oracle DB Azure Vault Association.
147
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Vault Association resource name.
148
148
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
149
- :param pulumi.Input[_builtins.bool] is_resource_accessible: The Associated Resources are accessible or not.
150
- :param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Vault Association Resource.
149
+ :param pulumi.Input[_builtins.bool] is_resource_accessible: The Associated resource is accessible or not.
150
+ :param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Vault Association resource.
151
151
  :param pulumi.Input[_builtins.str] lifecycle_state_details: Description of the current lifecycle state in more detail.
152
- :param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
153
- :param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
152
+ :param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) 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.
153
+ :param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) 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.
154
154
 
155
155
 
156
156
  ** IMPORTANT **
157
157
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
158
- :param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Vault Association Resource.
158
+ :param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Vault Association resource.
159
159
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
160
- :param pulumi.Input[_builtins.str] time_created: 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'
161
- :param pulumi.Input[_builtins.str] time_updated: 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'
160
+ :param pulumi.Input[_builtins.str] time_created: 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'
161
+ :param pulumi.Input[_builtins.str] time_updated: 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'
162
162
  """
163
163
  if compartment_id is not None:
164
164
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -191,7 +191,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
191
191
  @pulumi.getter(name="compartmentId")
192
192
  def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
193
193
  """
194
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association Resource.
194
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
195
195
  """
196
196
  return pulumi.get(self, "compartment_id")
197
197
 
@@ -215,7 +215,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
215
215
  @pulumi.getter(name="displayName")
216
216
  def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
217
217
  """
218
- (Updatable) Display name of Oracle DB Azure Vault Association.
218
+ (Updatable) Oracle DB Azure Vault Association resource name.
219
219
  """
220
220
  return pulumi.get(self, "display_name")
221
221
 
@@ -239,7 +239,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
239
239
  @pulumi.getter(name="isResourceAccessible")
240
240
  def is_resource_accessible(self) -> Optional[pulumi.Input[_builtins.bool]]:
241
241
  """
242
- The Associated Resources are accessible or not.
242
+ The Associated resource is accessible or not.
243
243
  """
244
244
  return pulumi.get(self, "is_resource_accessible")
245
245
 
@@ -251,7 +251,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
251
251
  @pulumi.getter(name="lastModification")
252
252
  def last_modification(self) -> Optional[pulumi.Input[_builtins.str]]:
253
253
  """
254
- Description of the latest modification of the Oracle DB Azure Vault Association Resource.
254
+ Description of the latest modification of the Oracle DB Azure Vault Association resource.
255
255
  """
256
256
  return pulumi.get(self, "last_modification")
257
257
 
@@ -275,7 +275,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
275
275
  @pulumi.getter(name="oracleDbAzureConnectorId")
276
276
  def oracle_db_azure_connector_id(self) -> Optional[pulumi.Input[_builtins.str]]:
277
277
  """
278
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
278
+ (Updatable) 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.
279
279
  """
280
280
  return pulumi.get(self, "oracle_db_azure_connector_id")
281
281
 
@@ -287,7 +287,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
287
287
  @pulumi.getter(name="oracleDbAzureVaultId")
288
288
  def oracle_db_azure_vault_id(self) -> Optional[pulumi.Input[_builtins.str]]:
289
289
  """
290
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
290
+ (Updatable) 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.
291
291
 
292
292
 
293
293
  ** IMPORTANT **
@@ -303,7 +303,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
303
303
  @pulumi.getter
304
304
  def state(self) -> Optional[pulumi.Input[_builtins.str]]:
305
305
  """
306
- The current lifecycle state of the Oracle DB Azure Vault Association Resource.
306
+ The current lifecycle state of the Oracle DB Azure Vault Association resource.
307
307
  """
308
308
  return pulumi.get(self, "state")
309
309
 
@@ -327,7 +327,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
327
327
  @pulumi.getter(name="timeCreated")
328
328
  def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
329
329
  """
330
- 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'
330
+ 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'
331
331
  """
332
332
  return pulumi.get(self, "time_created")
333
333
 
@@ -339,7 +339,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
339
339
  @pulumi.getter(name="timeUpdated")
340
340
  def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
341
341
  """
342
- 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'
342
+ 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'
343
343
  """
344
344
  return pulumi.get(self, "time_updated")
345
345
 
@@ -364,7 +364,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
364
364
  """
365
365
  This resource provides the Oracle Db Azure Vault Association resource in Oracle Cloud Infrastructure Dbmulticloud service.
366
366
 
367
- Create Oracle DB Azure Vault Association based on the provided information.
367
+ Creates Oracle DB Azure Vault Association resource.
368
368
 
369
369
  ## Example Usage
370
370
 
@@ -395,12 +395,12 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
395
395
 
396
396
  :param str resource_name: The name of the resource.
397
397
  :param pulumi.ResourceOptions opts: Options for the resource.
398
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association Resource.
398
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
399
399
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
400
- :param pulumi.Input[_builtins.str] display_name: (Updatable) Display name of Oracle DB Azure Vault Association.
400
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Vault Association resource name.
401
401
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
402
- :param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
403
- :param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
402
+ :param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) 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.
403
+ :param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) 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.
404
404
 
405
405
 
406
406
  ** IMPORTANT **
@@ -415,7 +415,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
415
415
  """
416
416
  This resource provides the Oracle Db Azure Vault Association resource in Oracle Cloud Infrastructure Dbmulticloud service.
417
417
 
418
- Create Oracle DB Azure Vault Association based on the provided information.
418
+ Creates Oracle DB Azure Vault Association resource.
419
419
 
420
420
  ## Example Usage
421
421
 
@@ -525,23 +525,23 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
525
525
  :param str resource_name: The unique name of the resulting resource.
526
526
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
527
527
  :param pulumi.ResourceOptions opts: Options for the resource.
528
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association Resource.
528
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
529
529
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
530
- :param pulumi.Input[_builtins.str] display_name: (Updatable) Display name of Oracle DB Azure Vault Association.
530
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Vault Association resource name.
531
531
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
532
- :param pulumi.Input[_builtins.bool] is_resource_accessible: The Associated Resources are accessible or not.
533
- :param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Vault Association Resource.
532
+ :param pulumi.Input[_builtins.bool] is_resource_accessible: The Associated resource is accessible or not.
533
+ :param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Vault Association resource.
534
534
  :param pulumi.Input[_builtins.str] lifecycle_state_details: Description of the current lifecycle state in more detail.
535
- :param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
536
- :param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
535
+ :param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) 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.
536
+ :param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) 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.
537
537
 
538
538
 
539
539
  ** IMPORTANT **
540
540
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
541
- :param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Vault Association Resource.
541
+ :param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Vault Association resource.
542
542
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
543
- :param pulumi.Input[_builtins.str] time_created: 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'
544
- :param pulumi.Input[_builtins.str] time_updated: 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'
543
+ :param pulumi.Input[_builtins.str] time_created: 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'
544
+ :param pulumi.Input[_builtins.str] time_updated: 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'
545
545
  """
546
546
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
547
547
 
@@ -566,7 +566,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
566
566
  @pulumi.getter(name="compartmentId")
567
567
  def compartment_id(self) -> pulumi.Output[_builtins.str]:
568
568
  """
569
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association Resource.
569
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
570
570
  """
571
571
  return pulumi.get(self, "compartment_id")
572
572
 
@@ -582,7 +582,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
582
582
  @pulumi.getter(name="displayName")
583
583
  def display_name(self) -> pulumi.Output[_builtins.str]:
584
584
  """
585
- (Updatable) Display name of Oracle DB Azure Vault Association.
585
+ (Updatable) Oracle DB Azure Vault Association resource name.
586
586
  """
587
587
  return pulumi.get(self, "display_name")
588
588
 
@@ -598,7 +598,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
598
598
  @pulumi.getter(name="isResourceAccessible")
599
599
  def is_resource_accessible(self) -> pulumi.Output[_builtins.bool]:
600
600
  """
601
- The Associated Resources are accessible or not.
601
+ The Associated resource is accessible or not.
602
602
  """
603
603
  return pulumi.get(self, "is_resource_accessible")
604
604
 
@@ -606,7 +606,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
606
606
  @pulumi.getter(name="lastModification")
607
607
  def last_modification(self) -> pulumi.Output[_builtins.str]:
608
608
  """
609
- Description of the latest modification of the Oracle DB Azure Vault Association Resource.
609
+ Description of the latest modification of the Oracle DB Azure Vault Association resource.
610
610
  """
611
611
  return pulumi.get(self, "last_modification")
612
612
 
@@ -622,7 +622,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
622
622
  @pulumi.getter(name="oracleDbAzureConnectorId")
623
623
  def oracle_db_azure_connector_id(self) -> pulumi.Output[_builtins.str]:
624
624
  """
625
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
625
+ (Updatable) 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.
626
626
  """
627
627
  return pulumi.get(self, "oracle_db_azure_connector_id")
628
628
 
@@ -630,7 +630,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
630
630
  @pulumi.getter(name="oracleDbAzureVaultId")
631
631
  def oracle_db_azure_vault_id(self) -> pulumi.Output[_builtins.str]:
632
632
  """
633
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
633
+ (Updatable) 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.
634
634
 
635
635
 
636
636
  ** IMPORTANT **
@@ -642,7 +642,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
642
642
  @pulumi.getter
643
643
  def state(self) -> pulumi.Output[_builtins.str]:
644
644
  """
645
- The current lifecycle state of the Oracle DB Azure Vault Association Resource.
645
+ The current lifecycle state of the Oracle DB Azure Vault Association resource.
646
646
  """
647
647
  return pulumi.get(self, "state")
648
648
 
@@ -658,7 +658,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
658
658
  @pulumi.getter(name="timeCreated")
659
659
  def time_created(self) -> pulumi.Output[_builtins.str]:
660
660
  """
661
- 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'
661
+ 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'
662
662
  """
663
663
  return pulumi.get(self, "time_created")
664
664
 
@@ -666,7 +666,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
666
666
  @pulumi.getter(name="timeUpdated")
667
667
  def time_updated(self) -> pulumi.Output[_builtins.str]:
668
668
  """
669
- 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'
669
+ 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'
670
670
  """
671
671
  return pulumi.get(self, "time_updated")
672
672