pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_db_system_storage_performances.py +26 -2
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/email/_inputs.py +342 -0
- pulumi_oci/email/email_domain.py +26 -4
- pulumi_oci/email/email_return_path.py +34 -4
- pulumi_oci/email/get_email_domain.py +17 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_email_return_path.py +17 -2
- pulumi_oci/email/get_email_return_paths.py +1 -1
- pulumi_oci/email/get_sender.py +17 -2
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/outputs.py +678 -0
- pulumi_oci/email/sender.py +30 -0
- pulumi_oci/filestorage/_inputs.py +3 -3
- pulumi_oci/filestorage/mount_target.py +63 -7
- pulumi_oci/filestorage/outputs.py +15 -4
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/RECORD +86 -66
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/top_level.txt +0 -0
@@ -29,13 +29,13 @@ class DbmulticloudOracleDbAzureBlobContainerArgs:
|
|
29
29
|
private_endpoint_ip_address: Optional[pulumi.Input[_builtins.str]] = None):
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a DbmulticloudOracleDbAzureBlobContainer resource.
|
32
|
-
:param pulumi.Input[_builtins.str] azure_storage_account_name: (Updatable) Azure Storage
|
33
|
-
:param pulumi.Input[_builtins.str] azure_storage_container_name: (Updatable) Azure Storage
|
34
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of
|
35
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
32
|
+
:param pulumi.Input[_builtins.str] azure_storage_account_name: (Updatable) Azure Storage account name.
|
33
|
+
:param pulumi.Input[_builtins.str] azure_storage_container_name: (Updatable) Azure Storage container name.
|
34
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
|
35
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Container resource name.
|
36
36
|
: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"}`
|
37
37
|
: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"}`
|
38
|
-
:param pulumi.Input[_builtins.str] private_endpoint_dns_alias: (Updatable) Private endpoint DNS
|
38
|
+
:param pulumi.Input[_builtins.str] private_endpoint_dns_alias: (Updatable) Private endpoint's DNS alias.
|
39
39
|
:param pulumi.Input[_builtins.str] private_endpoint_ip_address: (Updatable) Private endpoint IP.
|
40
40
|
|
41
41
|
|
@@ -59,7 +59,7 @@ class DbmulticloudOracleDbAzureBlobContainerArgs:
|
|
59
59
|
@pulumi.getter(name="azureStorageAccountName")
|
60
60
|
def azure_storage_account_name(self) -> pulumi.Input[_builtins.str]:
|
61
61
|
"""
|
62
|
-
(Updatable) Azure Storage
|
62
|
+
(Updatable) Azure Storage account name.
|
63
63
|
"""
|
64
64
|
return pulumi.get(self, "azure_storage_account_name")
|
65
65
|
|
@@ -71,7 +71,7 @@ class DbmulticloudOracleDbAzureBlobContainerArgs:
|
|
71
71
|
@pulumi.getter(name="azureStorageContainerName")
|
72
72
|
def azure_storage_container_name(self) -> pulumi.Input[_builtins.str]:
|
73
73
|
"""
|
74
|
-
(Updatable) Azure Storage
|
74
|
+
(Updatable) Azure Storage container name.
|
75
75
|
"""
|
76
76
|
return pulumi.get(self, "azure_storage_container_name")
|
77
77
|
|
@@ -83,7 +83,7 @@ class DbmulticloudOracleDbAzureBlobContainerArgs:
|
|
83
83
|
@pulumi.getter(name="compartmentId")
|
84
84
|
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
85
85
|
"""
|
86
|
-
(Updatable) The OCID of
|
86
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
|
87
87
|
"""
|
88
88
|
return pulumi.get(self, "compartment_id")
|
89
89
|
|
@@ -95,7 +95,7 @@ class DbmulticloudOracleDbAzureBlobContainerArgs:
|
|
95
95
|
@pulumi.getter(name="displayName")
|
96
96
|
def display_name(self) -> pulumi.Input[_builtins.str]:
|
97
97
|
"""
|
98
|
-
(Updatable)
|
98
|
+
(Updatable) Oracle DB Azure Blob Container resource name.
|
99
99
|
"""
|
100
100
|
return pulumi.get(self, "display_name")
|
101
101
|
|
@@ -131,7 +131,7 @@ class DbmulticloudOracleDbAzureBlobContainerArgs:
|
|
131
131
|
@pulumi.getter(name="privateEndpointDnsAlias")
|
132
132
|
def private_endpoint_dns_alias(self) -> Optional[pulumi.Input[_builtins.str]]:
|
133
133
|
"""
|
134
|
-
(Updatable) Private endpoint DNS
|
134
|
+
(Updatable) Private endpoint's DNS alias.
|
135
135
|
"""
|
136
136
|
return pulumi.get(self, "private_endpoint_dns_alias")
|
137
137
|
|
@@ -175,21 +175,21 @@ class _DbmulticloudOracleDbAzureBlobContainerState:
|
|
175
175
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
176
176
|
"""
|
177
177
|
Input properties used for looking up and filtering DbmulticloudOracleDbAzureBlobContainer resources.
|
178
|
-
:param pulumi.Input[_builtins.str] azure_storage_account_name: (Updatable) Azure Storage
|
179
|
-
:param pulumi.Input[_builtins.str] azure_storage_container_name: (Updatable) Azure Storage
|
180
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of
|
178
|
+
:param pulumi.Input[_builtins.str] azure_storage_account_name: (Updatable) Azure Storage account name.
|
179
|
+
:param pulumi.Input[_builtins.str] azure_storage_container_name: (Updatable) Azure Storage container name.
|
180
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
|
181
181
|
: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"}`
|
182
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
182
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Container resource name.
|
183
183
|
: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"}`
|
184
|
-
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Blob Container
|
184
|
+
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Blob Container resource.
|
185
185
|
:param pulumi.Input[_builtins.str] lifecycle_state_details: Description of the current lifecycle state in more detail.
|
186
|
-
:param pulumi.Input[_builtins.str] private_endpoint_dns_alias: (Updatable) Private endpoint DNS
|
186
|
+
:param pulumi.Input[_builtins.str] private_endpoint_dns_alias: (Updatable) Private endpoint's DNS alias.
|
187
187
|
:param pulumi.Input[_builtins.str] private_endpoint_ip_address: (Updatable) Private endpoint IP.
|
188
188
|
|
189
189
|
|
190
190
|
** IMPORTANT **
|
191
191
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
192
|
-
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Blob Container
|
192
|
+
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Blob Container resource.
|
193
193
|
: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"}`
|
194
194
|
:param pulumi.Input[_builtins.str] time_created: Time when the Oracle DB Azure Blob Container was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
195
195
|
:param pulumi.Input[_builtins.str] time_updated: Time when the Oracle DB Azure Blob Container was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
@@ -227,7 +227,7 @@ class _DbmulticloudOracleDbAzureBlobContainerState:
|
|
227
227
|
@pulumi.getter(name="azureStorageAccountName")
|
228
228
|
def azure_storage_account_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
229
229
|
"""
|
230
|
-
(Updatable) Azure Storage
|
230
|
+
(Updatable) Azure Storage account name.
|
231
231
|
"""
|
232
232
|
return pulumi.get(self, "azure_storage_account_name")
|
233
233
|
|
@@ -239,7 +239,7 @@ class _DbmulticloudOracleDbAzureBlobContainerState:
|
|
239
239
|
@pulumi.getter(name="azureStorageContainerName")
|
240
240
|
def azure_storage_container_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
241
241
|
"""
|
242
|
-
(Updatable) Azure Storage
|
242
|
+
(Updatable) Azure Storage container name.
|
243
243
|
"""
|
244
244
|
return pulumi.get(self, "azure_storage_container_name")
|
245
245
|
|
@@ -251,7 +251,7 @@ class _DbmulticloudOracleDbAzureBlobContainerState:
|
|
251
251
|
@pulumi.getter(name="compartmentId")
|
252
252
|
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
253
253
|
"""
|
254
|
-
(Updatable) The OCID of
|
254
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
|
255
255
|
"""
|
256
256
|
return pulumi.get(self, "compartment_id")
|
257
257
|
|
@@ -275,7 +275,7 @@ class _DbmulticloudOracleDbAzureBlobContainerState:
|
|
275
275
|
@pulumi.getter(name="displayName")
|
276
276
|
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
277
277
|
"""
|
278
|
-
(Updatable)
|
278
|
+
(Updatable) Oracle DB Azure Blob Container resource name.
|
279
279
|
"""
|
280
280
|
return pulumi.get(self, "display_name")
|
281
281
|
|
@@ -299,7 +299,7 @@ class _DbmulticloudOracleDbAzureBlobContainerState:
|
|
299
299
|
@pulumi.getter(name="lastModification")
|
300
300
|
def last_modification(self) -> Optional[pulumi.Input[_builtins.str]]:
|
301
301
|
"""
|
302
|
-
Description of the latest modification of the Oracle DB Azure Blob Container
|
302
|
+
Description of the latest modification of the Oracle DB Azure Blob Container resource.
|
303
303
|
"""
|
304
304
|
return pulumi.get(self, "last_modification")
|
305
305
|
|
@@ -323,7 +323,7 @@ class _DbmulticloudOracleDbAzureBlobContainerState:
|
|
323
323
|
@pulumi.getter(name="privateEndpointDnsAlias")
|
324
324
|
def private_endpoint_dns_alias(self) -> Optional[pulumi.Input[_builtins.str]]:
|
325
325
|
"""
|
326
|
-
(Updatable) Private endpoint DNS
|
326
|
+
(Updatable) Private endpoint's DNS alias.
|
327
327
|
"""
|
328
328
|
return pulumi.get(self, "private_endpoint_dns_alias")
|
329
329
|
|
@@ -351,7 +351,7 @@ class _DbmulticloudOracleDbAzureBlobContainerState:
|
|
351
351
|
@pulumi.getter
|
352
352
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
353
353
|
"""
|
354
|
-
The current lifecycle state of the Oracle DB Azure Blob Container
|
354
|
+
The current lifecycle state of the Oracle DB Azure Blob Container resource.
|
355
355
|
"""
|
356
356
|
return pulumi.get(self, "state")
|
357
357
|
|
@@ -414,7 +414,7 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
414
414
|
"""
|
415
415
|
This resource provides the Oracle Db Azure Blob Container resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
416
416
|
|
417
|
-
|
417
|
+
Creates Oracle DB Azure Blob Container resource.
|
418
418
|
|
419
419
|
## Example Usage
|
420
420
|
|
@@ -447,13 +447,13 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
447
447
|
|
448
448
|
:param str resource_name: The name of the resource.
|
449
449
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
450
|
-
:param pulumi.Input[_builtins.str] azure_storage_account_name: (Updatable) Azure Storage
|
451
|
-
:param pulumi.Input[_builtins.str] azure_storage_container_name: (Updatable) Azure Storage
|
452
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of
|
450
|
+
:param pulumi.Input[_builtins.str] azure_storage_account_name: (Updatable) Azure Storage account name.
|
451
|
+
:param pulumi.Input[_builtins.str] azure_storage_container_name: (Updatable) Azure Storage container name.
|
452
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
|
453
453
|
: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"}`
|
454
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
454
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Container resource name.
|
455
455
|
: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"}`
|
456
|
-
:param pulumi.Input[_builtins.str] private_endpoint_dns_alias: (Updatable) Private endpoint DNS
|
456
|
+
:param pulumi.Input[_builtins.str] private_endpoint_dns_alias: (Updatable) Private endpoint's DNS alias.
|
457
457
|
:param pulumi.Input[_builtins.str] private_endpoint_ip_address: (Updatable) Private endpoint IP.
|
458
458
|
|
459
459
|
|
@@ -469,7 +469,7 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
469
469
|
"""
|
470
470
|
This resource provides the Oracle Db Azure Blob Container resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
471
471
|
|
472
|
-
|
472
|
+
Creates Oracle DB Azure Blob Container resource.
|
473
473
|
|
474
474
|
## Example Usage
|
475
475
|
|
@@ -585,21 +585,21 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
585
585
|
:param str resource_name: The unique name of the resulting resource.
|
586
586
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
587
587
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
588
|
-
:param pulumi.Input[_builtins.str] azure_storage_account_name: (Updatable) Azure Storage
|
589
|
-
:param pulumi.Input[_builtins.str] azure_storage_container_name: (Updatable) Azure Storage
|
590
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of
|
588
|
+
:param pulumi.Input[_builtins.str] azure_storage_account_name: (Updatable) Azure Storage account name.
|
589
|
+
:param pulumi.Input[_builtins.str] azure_storage_container_name: (Updatable) Azure Storage container name.
|
590
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
|
591
591
|
: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"}`
|
592
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
592
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Container resource name.
|
593
593
|
: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"}`
|
594
|
-
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Blob Container
|
594
|
+
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Blob Container resource.
|
595
595
|
:param pulumi.Input[_builtins.str] lifecycle_state_details: Description of the current lifecycle state in more detail.
|
596
|
-
:param pulumi.Input[_builtins.str] private_endpoint_dns_alias: (Updatable) Private endpoint DNS
|
596
|
+
:param pulumi.Input[_builtins.str] private_endpoint_dns_alias: (Updatable) Private endpoint's DNS alias.
|
597
597
|
:param pulumi.Input[_builtins.str] private_endpoint_ip_address: (Updatable) Private endpoint IP.
|
598
598
|
|
599
599
|
|
600
600
|
** IMPORTANT **
|
601
601
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
602
|
-
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Blob Container
|
602
|
+
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Blob Container resource.
|
603
603
|
: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"}`
|
604
604
|
:param pulumi.Input[_builtins.str] time_created: Time when the Oracle DB Azure Blob Container was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
605
605
|
:param pulumi.Input[_builtins.str] time_updated: Time when the Oracle DB Azure Blob Container was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
@@ -628,7 +628,7 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
628
628
|
@pulumi.getter(name="azureStorageAccountName")
|
629
629
|
def azure_storage_account_name(self) -> pulumi.Output[_builtins.str]:
|
630
630
|
"""
|
631
|
-
(Updatable) Azure Storage
|
631
|
+
(Updatable) Azure Storage account name.
|
632
632
|
"""
|
633
633
|
return pulumi.get(self, "azure_storage_account_name")
|
634
634
|
|
@@ -636,7 +636,7 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
636
636
|
@pulumi.getter(name="azureStorageContainerName")
|
637
637
|
def azure_storage_container_name(self) -> pulumi.Output[_builtins.str]:
|
638
638
|
"""
|
639
|
-
(Updatable) Azure Storage
|
639
|
+
(Updatable) Azure Storage container name.
|
640
640
|
"""
|
641
641
|
return pulumi.get(self, "azure_storage_container_name")
|
642
642
|
|
@@ -644,7 +644,7 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
644
644
|
@pulumi.getter(name="compartmentId")
|
645
645
|
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
646
646
|
"""
|
647
|
-
(Updatable) The OCID of
|
647
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Oracle DB Azure Blob Container resource.
|
648
648
|
"""
|
649
649
|
return pulumi.get(self, "compartment_id")
|
650
650
|
|
@@ -660,7 +660,7 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
660
660
|
@pulumi.getter(name="displayName")
|
661
661
|
def display_name(self) -> pulumi.Output[_builtins.str]:
|
662
662
|
"""
|
663
|
-
(Updatable)
|
663
|
+
(Updatable) Oracle DB Azure Blob Container resource name.
|
664
664
|
"""
|
665
665
|
return pulumi.get(self, "display_name")
|
666
666
|
|
@@ -676,7 +676,7 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
676
676
|
@pulumi.getter(name="lastModification")
|
677
677
|
def last_modification(self) -> pulumi.Output[_builtins.str]:
|
678
678
|
"""
|
679
|
-
Description of the latest modification of the Oracle DB Azure Blob Container
|
679
|
+
Description of the latest modification of the Oracle DB Azure Blob Container resource.
|
680
680
|
"""
|
681
681
|
return pulumi.get(self, "last_modification")
|
682
682
|
|
@@ -692,7 +692,7 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
692
692
|
@pulumi.getter(name="privateEndpointDnsAlias")
|
693
693
|
def private_endpoint_dns_alias(self) -> pulumi.Output[_builtins.str]:
|
694
694
|
"""
|
695
|
-
(Updatable) Private endpoint DNS
|
695
|
+
(Updatable) Private endpoint's DNS alias.
|
696
696
|
"""
|
697
697
|
return pulumi.get(self, "private_endpoint_dns_alias")
|
698
698
|
|
@@ -712,7 +712,7 @@ class DbmulticloudOracleDbAzureBlobContainer(pulumi.CustomResource):
|
|
712
712
|
@pulumi.getter
|
713
713
|
def state(self) -> pulumi.Output[_builtins.str]:
|
714
714
|
"""
|
715
|
-
The current lifecycle state of the Oracle DB Azure Blob Container
|
715
|
+
The current lifecycle state of the Oracle DB Azure Blob Container resource.
|
716
716
|
"""
|
717
717
|
return pulumi.get(self, "state")
|
718
718
|
|
@@ -27,10 +27,10 @@ class DbmulticloudOracleDbAzureBlobMountArgs:
|
|
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 DbmulticloudOracleDbAzureBlobMount resource.
|
30
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable)
|
31
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Mount
|
32
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_blob_container_id: (Updatable) The OCID of the Oracle DB Azure Blob Container
|
33
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The OCID of the Oracle DB Azure Connector
|
30
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) TThe [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount resource.
|
31
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Mount resource name.
|
32
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_blob_container_id: (Updatable) 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.
|
33
|
+
: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 resource that contains Oracle DB Azure Blob Mount resource.
|
34
34
|
|
35
35
|
|
36
36
|
** IMPORTANT **
|
@@ -51,7 +51,7 @@ class DbmulticloudOracleDbAzureBlobMountArgs:
|
|
51
51
|
@pulumi.getter(name="compartmentId")
|
52
52
|
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
53
53
|
"""
|
54
|
-
(Updatable)
|
54
|
+
(Updatable) TThe [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount resource.
|
55
55
|
"""
|
56
56
|
return pulumi.get(self, "compartment_id")
|
57
57
|
|
@@ -63,7 +63,7 @@ class DbmulticloudOracleDbAzureBlobMountArgs:
|
|
63
63
|
@pulumi.getter(name="displayName")
|
64
64
|
def display_name(self) -> pulumi.Input[_builtins.str]:
|
65
65
|
"""
|
66
|
-
(Updatable) Oracle DB Azure Blob Mount
|
66
|
+
(Updatable) Oracle DB Azure Blob Mount resource name.
|
67
67
|
"""
|
68
68
|
return pulumi.get(self, "display_name")
|
69
69
|
|
@@ -75,7 +75,7 @@ class DbmulticloudOracleDbAzureBlobMountArgs:
|
|
75
75
|
@pulumi.getter(name="oracleDbAzureBlobContainerId")
|
76
76
|
def oracle_db_azure_blob_container_id(self) -> pulumi.Input[_builtins.str]:
|
77
77
|
"""
|
78
|
-
(Updatable) The OCID of the Oracle DB Azure Blob Container
|
78
|
+
(Updatable) 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.
|
79
79
|
"""
|
80
80
|
return pulumi.get(self, "oracle_db_azure_blob_container_id")
|
81
81
|
|
@@ -87,7 +87,7 @@ class DbmulticloudOracleDbAzureBlobMountArgs:
|
|
87
87
|
@pulumi.getter(name="oracleDbAzureConnectorId")
|
88
88
|
def oracle_db_azure_connector_id(self) -> pulumi.Input[_builtins.str]:
|
89
89
|
"""
|
90
|
-
(Updatable) The OCID of the Oracle DB Azure Connector
|
90
|
+
(Updatable) 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.
|
91
91
|
|
92
92
|
|
93
93
|
** IMPORTANT **
|
@@ -142,20 +142,20 @@ class _DbmulticloudOracleDbAzureBlobMountState:
|
|
142
142
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
143
143
|
"""
|
144
144
|
Input properties used for looking up and filtering DbmulticloudOracleDbAzureBlobMount resources.
|
145
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable)
|
145
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) TThe [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount 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) Oracle DB Azure Blob Mount
|
147
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Mount 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.str] last_modification: Description of the latest modification of the Oracle DB Azure Blob Mount
|
149
|
+
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Blob Mount resource.
|
150
150
|
:param pulumi.Input[_builtins.str] lifecycle_state_details: Description of the current lifecycle state in more detail.
|
151
|
-
:param pulumi.Input[_builtins.str] mount_path: Azure
|
152
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_blob_container_id: (Updatable) The OCID of the Oracle DB Azure Blob Container
|
153
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The OCID of the Oracle DB Azure Connector
|
151
|
+
:param pulumi.Input[_builtins.str] mount_path: Oracle DB Azure Blob Mount path.
|
152
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_blob_container_id: (Updatable) 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.
|
153
|
+
: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 resource that contains Oracle DB Azure Blob Mount 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 Azure
|
158
|
+
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Blob Mount 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
160
|
:param pulumi.Input[_builtins.str] time_created: Time when the Oracle DB Azure Blob Mount was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
161
161
|
:param pulumi.Input[_builtins.str] time_updated: Time when the Oracle DB Azure Blob Mount was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
@@ -191,7 +191,7 @@ class _DbmulticloudOracleDbAzureBlobMountState:
|
|
191
191
|
@pulumi.getter(name="compartmentId")
|
192
192
|
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
193
193
|
"""
|
194
|
-
(Updatable)
|
194
|
+
(Updatable) TThe [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount resource.
|
195
195
|
"""
|
196
196
|
return pulumi.get(self, "compartment_id")
|
197
197
|
|
@@ -215,7 +215,7 @@ class _DbmulticloudOracleDbAzureBlobMountState:
|
|
215
215
|
@pulumi.getter(name="displayName")
|
216
216
|
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
217
217
|
"""
|
218
|
-
(Updatable) Oracle DB Azure Blob Mount
|
218
|
+
(Updatable) Oracle DB Azure Blob Mount resource name.
|
219
219
|
"""
|
220
220
|
return pulumi.get(self, "display_name")
|
221
221
|
|
@@ -239,7 +239,7 @@ class _DbmulticloudOracleDbAzureBlobMountState:
|
|
239
239
|
@pulumi.getter(name="lastModification")
|
240
240
|
def last_modification(self) -> Optional[pulumi.Input[_builtins.str]]:
|
241
241
|
"""
|
242
|
-
Description of the latest modification of the Oracle DB Azure Blob Mount
|
242
|
+
Description of the latest modification of the Oracle DB Azure Blob Mount resource.
|
243
243
|
"""
|
244
244
|
return pulumi.get(self, "last_modification")
|
245
245
|
|
@@ -263,7 +263,7 @@ class _DbmulticloudOracleDbAzureBlobMountState:
|
|
263
263
|
@pulumi.getter(name="mountPath")
|
264
264
|
def mount_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
265
265
|
"""
|
266
|
-
Azure
|
266
|
+
Oracle DB Azure Blob Mount path.
|
267
267
|
"""
|
268
268
|
return pulumi.get(self, "mount_path")
|
269
269
|
|
@@ -275,7 +275,7 @@ class _DbmulticloudOracleDbAzureBlobMountState:
|
|
275
275
|
@pulumi.getter(name="oracleDbAzureBlobContainerId")
|
276
276
|
def oracle_db_azure_blob_container_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
277
277
|
"""
|
278
|
-
(Updatable) The OCID of the Oracle DB Azure Blob Container
|
278
|
+
(Updatable) 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.
|
279
279
|
"""
|
280
280
|
return pulumi.get(self, "oracle_db_azure_blob_container_id")
|
281
281
|
|
@@ -287,7 +287,7 @@ class _DbmulticloudOracleDbAzureBlobMountState:
|
|
287
287
|
@pulumi.getter(name="oracleDbAzureConnectorId")
|
288
288
|
def oracle_db_azure_connector_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
289
289
|
"""
|
290
|
-
(Updatable) The OCID of the Oracle DB Azure Connector
|
290
|
+
(Updatable) 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.
|
291
291
|
|
292
292
|
|
293
293
|
** IMPORTANT **
|
@@ -303,7 +303,7 @@ class _DbmulticloudOracleDbAzureBlobMountState:
|
|
303
303
|
@pulumi.getter
|
304
304
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
305
305
|
"""
|
306
|
-
The current lifecycle state of the Azure
|
306
|
+
The current lifecycle state of the Oracle DB Azure Blob Mount resource.
|
307
307
|
"""
|
308
308
|
return pulumi.get(self, "state")
|
309
309
|
|
@@ -364,8 +364,7 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
364
364
|
"""
|
365
365
|
This resource provides the Oracle Db Azure Blob Mount resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
366
366
|
|
367
|
-
Creates Oracle DB Azure Blob Mount resource
|
368
|
-
based on provided Azure Container details and Database Resource ID.
|
367
|
+
Creates Oracle DB Azure Blob Mount resource.
|
369
368
|
|
370
369
|
## Example Usage
|
371
370
|
|
@@ -396,12 +395,12 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
396
395
|
|
397
396
|
:param str resource_name: The name of the resource.
|
398
397
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
399
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable)
|
398
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) TThe [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount resource.
|
400
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"}`
|
401
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Mount
|
400
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Mount resource name.
|
402
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"}`
|
403
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_blob_container_id: (Updatable) The OCID of the Oracle DB Azure Blob Container
|
404
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The OCID of the Oracle DB Azure Connector
|
402
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_blob_container_id: (Updatable) 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.
|
403
|
+
: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 resource that contains Oracle DB Azure Blob Mount resource.
|
405
404
|
|
406
405
|
|
407
406
|
** IMPORTANT **
|
@@ -416,8 +415,7 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
416
415
|
"""
|
417
416
|
This resource provides the Oracle Db Azure Blob Mount resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
418
417
|
|
419
|
-
Creates Oracle DB Azure Blob Mount resource
|
420
|
-
based on provided Azure Container details and Database Resource ID.
|
418
|
+
Creates Oracle DB Azure Blob Mount resource.
|
421
419
|
|
422
420
|
## Example Usage
|
423
421
|
|
@@ -527,20 +525,20 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
527
525
|
:param str resource_name: The unique name of the resulting resource.
|
528
526
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
529
527
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
530
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable)
|
528
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) TThe [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount resource.
|
531
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"}`
|
532
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Mount
|
530
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Blob Mount resource name.
|
533
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"}`
|
534
|
-
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Blob Mount
|
532
|
+
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Blob Mount resource.
|
535
533
|
:param pulumi.Input[_builtins.str] lifecycle_state_details: Description of the current lifecycle state in more detail.
|
536
|
-
:param pulumi.Input[_builtins.str] mount_path: Azure
|
537
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_blob_container_id: (Updatable) The OCID of the Oracle DB Azure Blob Container
|
538
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The OCID of the Oracle DB Azure Connector
|
534
|
+
:param pulumi.Input[_builtins.str] mount_path: Oracle DB Azure Blob Mount path.
|
535
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_blob_container_id: (Updatable) 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.
|
536
|
+
: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 resource that contains Oracle DB Azure Blob Mount resource.
|
539
537
|
|
540
538
|
|
541
539
|
** IMPORTANT **
|
542
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
|
543
|
-
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Azure
|
541
|
+
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Blob Mount resource.
|
544
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"}`
|
545
543
|
:param pulumi.Input[_builtins.str] time_created: Time when the Oracle DB Azure Blob Mount was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
546
544
|
:param pulumi.Input[_builtins.str] time_updated: Time when the Oracle DB Azure Blob Mount was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
@@ -568,7 +566,7 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
568
566
|
@pulumi.getter(name="compartmentId")
|
569
567
|
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
570
568
|
"""
|
571
|
-
(Updatable)
|
569
|
+
(Updatable) TThe [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount resource.
|
572
570
|
"""
|
573
571
|
return pulumi.get(self, "compartment_id")
|
574
572
|
|
@@ -584,7 +582,7 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
584
582
|
@pulumi.getter(name="displayName")
|
585
583
|
def display_name(self) -> pulumi.Output[_builtins.str]:
|
586
584
|
"""
|
587
|
-
(Updatable) Oracle DB Azure Blob Mount
|
585
|
+
(Updatable) Oracle DB Azure Blob Mount resource name.
|
588
586
|
"""
|
589
587
|
return pulumi.get(self, "display_name")
|
590
588
|
|
@@ -600,7 +598,7 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
600
598
|
@pulumi.getter(name="lastModification")
|
601
599
|
def last_modification(self) -> pulumi.Output[_builtins.str]:
|
602
600
|
"""
|
603
|
-
Description of the latest modification of the Oracle DB Azure Blob Mount
|
601
|
+
Description of the latest modification of the Oracle DB Azure Blob Mount resource.
|
604
602
|
"""
|
605
603
|
return pulumi.get(self, "last_modification")
|
606
604
|
|
@@ -616,7 +614,7 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
616
614
|
@pulumi.getter(name="mountPath")
|
617
615
|
def mount_path(self) -> pulumi.Output[_builtins.str]:
|
618
616
|
"""
|
619
|
-
Azure
|
617
|
+
Oracle DB Azure Blob Mount path.
|
620
618
|
"""
|
621
619
|
return pulumi.get(self, "mount_path")
|
622
620
|
|
@@ -624,7 +622,7 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
624
622
|
@pulumi.getter(name="oracleDbAzureBlobContainerId")
|
625
623
|
def oracle_db_azure_blob_container_id(self) -> pulumi.Output[_builtins.str]:
|
626
624
|
"""
|
627
|
-
(Updatable) The OCID of the Oracle DB Azure Blob Container
|
625
|
+
(Updatable) 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.
|
628
626
|
"""
|
629
627
|
return pulumi.get(self, "oracle_db_azure_blob_container_id")
|
630
628
|
|
@@ -632,7 +630,7 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
632
630
|
@pulumi.getter(name="oracleDbAzureConnectorId")
|
633
631
|
def oracle_db_azure_connector_id(self) -> pulumi.Output[_builtins.str]:
|
634
632
|
"""
|
635
|
-
(Updatable) The OCID of the Oracle DB Azure Connector
|
633
|
+
(Updatable) 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.
|
636
634
|
|
637
635
|
|
638
636
|
** IMPORTANT **
|
@@ -644,7 +642,7 @@ class DbmulticloudOracleDbAzureBlobMount(pulumi.CustomResource):
|
|
644
642
|
@pulumi.getter
|
645
643
|
def state(self) -> pulumi.Output[_builtins.str]:
|
646
644
|
"""
|
647
|
-
The current lifecycle state of the Azure
|
645
|
+
The current lifecycle state of the Oracle DB Azure Blob Mount resource.
|
648
646
|
"""
|
649
647
|
return pulumi.get(self, "state")
|
650
648
|
|