pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.6.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 +128 -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/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
- pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
- pulumi_oci/core/outputs.py +11 -0
- pulumi_oci/database/_inputs.py +298 -13
- pulumi_oci/database/data_guard_association.py +98 -0
- pulumi_oci/database/database.py +28 -0
- pulumi_oci/database/db_node.py +56 -0
- pulumi_oci/database/db_system.py +108 -14
- pulumi_oci/database/exadb_vm_cluster.py +49 -0
- pulumi_oci/database/exascale_db_storage_vault.py +126 -0
- pulumi_oci/database/get_data_guard_association.py +23 -1
- pulumi_oci/database/get_database.py +15 -1
- pulumi_oci/database/get_db_node.py +29 -1
- pulumi_oci/database/get_db_system_shapes.py +25 -6
- pulumi_oci/database/get_db_system_storage_performances.py +20 -3
- pulumi_oci/database/get_db_versions.py +20 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
- pulumi_oci/database/get_gi_versions.py +25 -6
- pulumi_oci/database/outputs.py +696 -13
- pulumi_oci/datasafe/__init__.py +24 -0
- pulumi_oci/datasafe/_inputs.py +3669 -1537
- pulumi_oci/datasafe/attribute_set.py +693 -0
- pulumi_oci/datasafe/audit_profile.py +356 -95
- pulumi_oci/datasafe/audit_profile_management.py +389 -129
- pulumi_oci/datasafe/audit_trail.py +47 -0
- pulumi_oci/datasafe/audit_trail_management.py +49 -0
- pulumi_oci/datasafe/get_alerts.py +2 -2
- pulumi_oci/datasafe/get_attribute_set.py +295 -0
- pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
- pulumi_oci/datasafe/get_attribute_sets.py +340 -0
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policies.py +20 -1
- pulumi_oci/datasafe/get_audit_profile.py +78 -8
- pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
- pulumi_oci/datasafe/get_audit_profiles.py +50 -9
- pulumi_oci/datasafe/get_audit_trail.py +15 -1
- pulumi_oci/datasafe/get_audit_trails.py +20 -1
- pulumi_oci/datasafe/get_database_security_configs.py +20 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
- pulumi_oci/datasafe/get_masking_analytics.py +42 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
- pulumi_oci/datasafe/get_report.py +43 -1
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_security_assessment.py +116 -2
- pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
- pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
- pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
- pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
- pulumi_oci/datasafe/get_security_assessments.py +68 -2
- pulumi_oci/datasafe/get_security_policies.py +23 -1
- pulumi_oci/datasafe/get_security_policy.py +15 -1
- pulumi_oci/datasafe/get_security_policy_config.py +296 -0
- pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
- pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collections.py +20 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
- pulumi_oci/datasafe/get_target_database_group.py +296 -0
- pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
- pulumi_oci/datasafe/get_target_database_groups.py +313 -0
- pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
- pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
- pulumi_oci/datasafe/get_user_assessment.py +29 -1
- pulumi_oci/datasafe/get_user_assessments.py +45 -1
- pulumi_oci/datasafe/outputs.py +6964 -192
- pulumi_oci/datasafe/report.py +84 -0
- pulumi_oci/datasafe/report_definition.py +4 -0
- pulumi_oci/datasafe/security_assessment.py +425 -82
- pulumi_oci/datasafe/security_assessment_check.py +456 -0
- pulumi_oci/datasafe/security_assessment_finding.py +818 -0
- pulumi_oci/datasafe/security_policy.py +94 -77
- pulumi_oci/datasafe/security_policy_config.py +698 -0
- pulumi_oci/datasafe/security_policy_deployment.py +272 -67
- pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
- pulumi_oci/datasafe/security_policy_management.py +87 -30
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
- pulumi_oci/datasafe/target_database.py +4 -0
- pulumi_oci/datasafe/target_database_group.py +679 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
- pulumi_oci/datasafe/unified_audit_policy.py +836 -0
- pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
- pulumi_oci/datasafe/user_assessment.py +105 -28
- pulumi_oci/disasterrecovery/_inputs.py +231 -3
- pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
- pulumi_oci/disasterrecovery/outputs.py +446 -12
- pulumi_oci/generativeai/_inputs.py +572 -63
- pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
- pulumi_oci/generativeai/agent_data_source.py +7 -81
- pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
- pulumi_oci/generativeai/agent_tool.py +172 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
- pulumi_oci/generativeai/get_agent_data_source.py +1 -5
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
- pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
- pulumi_oci/generativeai/outputs.py +1128 -106
- pulumi_oci/goldengate/deployment.py +94 -0
- pulumi_oci/goldengate/get_deployment.py +29 -1
- pulumi_oci/goldengate/get_deployments.py +23 -1
- pulumi_oci/goldengate/outputs.py +35 -2
- 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 +17 -0
- pulumi_oci/oci/_inputs.py +676 -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/get_managed_kafka_kafka_cluster.py +380 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
- pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
- pulumi_oci/oci/outputs.py +2051 -142
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/RECORD +194 -141
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/_inputs.py
CHANGED
@@ -205,10 +205,14 @@ __all__ = [
|
|
205
205
|
'DatabaseDatabaseManagementConfigArgsDict',
|
206
206
|
'DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs',
|
207
207
|
'DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgsDict',
|
208
|
+
'DatabaseDatabaseStorageSizeDetailsArgs',
|
209
|
+
'DatabaseDatabaseStorageSizeDetailsArgsDict',
|
208
210
|
'DatabaseDbBackupConfigArgs',
|
209
211
|
'DatabaseDbBackupConfigArgsDict',
|
210
212
|
'DatabaseDbBackupConfigBackupDestinationDetailArgs',
|
211
213
|
'DatabaseDbBackupConfigBackupDestinationDetailArgsDict',
|
214
|
+
'DatabaseStorageSizeDetailArgs',
|
215
|
+
'DatabaseStorageSizeDetailArgsDict',
|
212
216
|
'DatabaseUpgradeConnectionStringArgs',
|
213
217
|
'DatabaseUpgradeConnectionStringArgsDict',
|
214
218
|
'DatabaseUpgradeDataGuardGroupArgs',
|
@@ -231,6 +235,8 @@ __all__ = [
|
|
231
235
|
'DbHomeDatabaseDbBackupConfigBackupDestinationDetailArgsDict',
|
232
236
|
'DbHomeDatabaseEncryptionKeyLocationDetailsArgs',
|
233
237
|
'DbHomeDatabaseEncryptionKeyLocationDetailsArgsDict',
|
238
|
+
'DbHomeDatabaseStorageSizeDetailsArgs',
|
239
|
+
'DbHomeDatabaseStorageSizeDetailsArgsDict',
|
234
240
|
'DbSystemDataCollectionOptionsArgs',
|
235
241
|
'DbSystemDataCollectionOptionsArgsDict',
|
236
242
|
'DbSystemDbHomeArgs',
|
@@ -6661,6 +6667,10 @@ class AutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs:
|
|
6661
6667
|
|
6662
6668
|
if not MYPY:
|
6663
6669
|
class AutonomousDatabaseResourcePoolSummaryArgsDict(TypedDict):
|
6670
|
+
available_compute_capacity: NotRequired[pulumi.Input[_builtins.int]]
|
6671
|
+
"""
|
6672
|
+
Available capacity left for new elastic pool members provision
|
6673
|
+
"""
|
6664
6674
|
is_disabled: NotRequired[pulumi.Input[_builtins.bool]]
|
6665
6675
|
"""
|
6666
6676
|
(Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
|
@@ -6669,22 +6679,46 @@ if not MYPY:
|
|
6669
6679
|
"""
|
6670
6680
|
(Updatable) Resource pool size.
|
6671
6681
|
"""
|
6682
|
+
total_compute_capacity: NotRequired[pulumi.Input[_builtins.int]]
|
6683
|
+
"""
|
6684
|
+
Resource Pool total capacity, it's currently 4x of pool size
|
6685
|
+
"""
|
6672
6686
|
elif False:
|
6673
6687
|
AutonomousDatabaseResourcePoolSummaryArgsDict: TypeAlias = Mapping[str, Any]
|
6674
6688
|
|
6675
6689
|
@pulumi.input_type
|
6676
6690
|
class AutonomousDatabaseResourcePoolSummaryArgs:
|
6677
6691
|
def __init__(__self__, *,
|
6692
|
+
available_compute_capacity: Optional[pulumi.Input[_builtins.int]] = None,
|
6678
6693
|
is_disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
6679
|
-
pool_size: Optional[pulumi.Input[_builtins.int]] = None
|
6694
|
+
pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
6695
|
+
total_compute_capacity: Optional[pulumi.Input[_builtins.int]] = None):
|
6680
6696
|
"""
|
6697
|
+
:param pulumi.Input[_builtins.int] available_compute_capacity: Available capacity left for new elastic pool members provision
|
6681
6698
|
:param pulumi.Input[_builtins.bool] is_disabled: (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
|
6682
6699
|
:param pulumi.Input[_builtins.int] pool_size: (Updatable) Resource pool size.
|
6700
|
+
:param pulumi.Input[_builtins.int] total_compute_capacity: Resource Pool total capacity, it's currently 4x of pool size
|
6683
6701
|
"""
|
6702
|
+
if available_compute_capacity is not None:
|
6703
|
+
pulumi.set(__self__, "available_compute_capacity", available_compute_capacity)
|
6684
6704
|
if is_disabled is not None:
|
6685
6705
|
pulumi.set(__self__, "is_disabled", is_disabled)
|
6686
6706
|
if pool_size is not None:
|
6687
6707
|
pulumi.set(__self__, "pool_size", pool_size)
|
6708
|
+
if total_compute_capacity is not None:
|
6709
|
+
pulumi.set(__self__, "total_compute_capacity", total_compute_capacity)
|
6710
|
+
|
6711
|
+
@_builtins.property
|
6712
|
+
@pulumi.getter(name="availableComputeCapacity")
|
6713
|
+
def available_compute_capacity(self) -> Optional[pulumi.Input[_builtins.int]]:
|
6714
|
+
"""
|
6715
|
+
Available capacity left for new elastic pool members provision
|
6716
|
+
"""
|
6717
|
+
return pulumi.get(self, "available_compute_capacity")
|
6718
|
+
|
6719
|
+
@available_compute_capacity.setter
|
6720
|
+
def available_compute_capacity(self, value: Optional[pulumi.Input[_builtins.int]]):
|
6721
|
+
pulumi.set(self, "available_compute_capacity", value)
|
6688
6722
|
|
6689
6723
|
@_builtins.property
|
6690
6724
|
@pulumi.getter(name="isDisabled")
|
@@ -6710,6 +6744,18 @@ class AutonomousDatabaseResourcePoolSummaryArgs:
|
|
6710
6744
|
def pool_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
6711
6745
|
pulumi.set(self, "pool_size", value)
|
6712
6746
|
|
6747
|
+
@_builtins.property
|
6748
|
+
@pulumi.getter(name="totalComputeCapacity")
|
6749
|
+
def total_compute_capacity(self) -> Optional[pulumi.Input[_builtins.int]]:
|
6750
|
+
"""
|
6751
|
+
Resource Pool total capacity, it's currently 4x of pool size
|
6752
|
+
"""
|
6753
|
+
return pulumi.get(self, "total_compute_capacity")
|
6754
|
+
|
6755
|
+
@total_compute_capacity.setter
|
6756
|
+
def total_compute_capacity(self, value: Optional[pulumi.Input[_builtins.int]]):
|
6757
|
+
pulumi.set(self, "total_compute_capacity", value)
|
6758
|
+
|
6713
6759
|
|
6714
6760
|
if not MYPY:
|
6715
6761
|
class AutonomousDatabaseScheduledOperationArgsDict(TypedDict):
|
@@ -10540,6 +10586,10 @@ if not MYPY:
|
|
10540
10586
|
"""
|
10541
10587
|
The TDE wallet password of the source database specified by 'sourceDatabaseId'.
|
10542
10588
|
"""
|
10589
|
+
storage_size_details: NotRequired[pulumi.Input['DatabaseDatabaseStorageSizeDetailsArgsDict']]
|
10590
|
+
"""
|
10591
|
+
The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
10592
|
+
"""
|
10543
10593
|
tde_wallet_password: NotRequired[pulumi.Input[_builtins.str]]
|
10544
10594
|
"""
|
10545
10595
|
The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
@@ -10589,6 +10639,7 @@ class DatabaseDatabaseArgs:
|
|
10589
10639
|
source_database_id: Optional[pulumi.Input[_builtins.str]] = None,
|
10590
10640
|
source_encryption_key_location_details: Optional[pulumi.Input['DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs']] = None,
|
10591
10641
|
source_tde_wallet_password: Optional[pulumi.Input[_builtins.str]] = None,
|
10642
|
+
storage_size_details: Optional[pulumi.Input['DatabaseDatabaseStorageSizeDetailsArgs']] = None,
|
10592
10643
|
tde_wallet_password: Optional[pulumi.Input[_builtins.str]] = None,
|
10593
10644
|
transport_type: Optional[pulumi.Input[_builtins.str]] = None,
|
10594
10645
|
vault_id: Optional[pulumi.Input[_builtins.str]] = None):
|
@@ -10623,6 +10674,7 @@ class DatabaseDatabaseArgs:
|
|
10623
10674
|
:param pulumi.Input[_builtins.str] source_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source database.
|
10624
10675
|
:param pulumi.Input['DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs'] source_encryption_key_location_details: Types of providers supported for managing database encryption keys
|
10625
10676
|
:param pulumi.Input[_builtins.str] source_tde_wallet_password: The TDE wallet password of the source database specified by 'sourceDatabaseId'.
|
10677
|
+
:param pulumi.Input['DatabaseDatabaseStorageSizeDetailsArgs'] storage_size_details: The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
10626
10678
|
:param pulumi.Input[_builtins.str] tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
10627
10679
|
:param pulumi.Input[_builtins.str] transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
|
10628
10680
|
* MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
|
@@ -10682,6 +10734,8 @@ class DatabaseDatabaseArgs:
|
|
10682
10734
|
pulumi.set(__self__, "source_encryption_key_location_details", source_encryption_key_location_details)
|
10683
10735
|
if source_tde_wallet_password is not None:
|
10684
10736
|
pulumi.set(__self__, "source_tde_wallet_password", source_tde_wallet_password)
|
10737
|
+
if storage_size_details is not None:
|
10738
|
+
pulumi.set(__self__, "storage_size_details", storage_size_details)
|
10685
10739
|
if tde_wallet_password is not None:
|
10686
10740
|
pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
|
10687
10741
|
if transport_type is not None:
|
@@ -10983,6 +11037,18 @@ class DatabaseDatabaseArgs:
|
|
10983
11037
|
def source_tde_wallet_password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
10984
11038
|
pulumi.set(self, "source_tde_wallet_password", value)
|
10985
11039
|
|
11040
|
+
@_builtins.property
|
11041
|
+
@pulumi.getter(name="storageSizeDetails")
|
11042
|
+
def storage_size_details(self) -> Optional[pulumi.Input['DatabaseDatabaseStorageSizeDetailsArgs']]:
|
11043
|
+
"""
|
11044
|
+
The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
11045
|
+
"""
|
11046
|
+
return pulumi.get(self, "storage_size_details")
|
11047
|
+
|
11048
|
+
@storage_size_details.setter
|
11049
|
+
def storage_size_details(self, value: Optional[pulumi.Input['DatabaseDatabaseStorageSizeDetailsArgs']]):
|
11050
|
+
pulumi.set(self, "storage_size_details", value)
|
11051
|
+
|
10986
11052
|
@_builtins.property
|
10987
11053
|
@pulumi.getter(name="tdeWalletPassword")
|
10988
11054
|
def tde_wallet_password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -11530,6 +11596,76 @@ class DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs:
|
|
11530
11596
|
pulumi.set(self, "provider_type", value)
|
11531
11597
|
|
11532
11598
|
|
11599
|
+
if not MYPY:
|
11600
|
+
class DatabaseDatabaseStorageSizeDetailsArgsDict(TypedDict):
|
11601
|
+
data_storage_size_in_gb: pulumi.Input[_builtins.int]
|
11602
|
+
"""
|
11603
|
+
(Updatable) The DATA storage size, in gigabytes, that is applicable for the database.
|
11604
|
+
"""
|
11605
|
+
reco_storage_size_in_gbs: pulumi.Input[_builtins.int]
|
11606
|
+
"""
|
11607
|
+
(Updatable) The RECO storage size, in gigabytes, that is applicable for the database.
|
11608
|
+
"""
|
11609
|
+
redo_log_storage_size_in_gbs: NotRequired[pulumi.Input[_builtins.int]]
|
11610
|
+
"""
|
11611
|
+
The REDO Log storage size, in gigabytes, that is applicable for the database.
|
11612
|
+
"""
|
11613
|
+
elif False:
|
11614
|
+
DatabaseDatabaseStorageSizeDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
11615
|
+
|
11616
|
+
@pulumi.input_type
|
11617
|
+
class DatabaseDatabaseStorageSizeDetailsArgs:
|
11618
|
+
def __init__(__self__, *,
|
11619
|
+
data_storage_size_in_gb: pulumi.Input[_builtins.int],
|
11620
|
+
reco_storage_size_in_gbs: pulumi.Input[_builtins.int],
|
11621
|
+
redo_log_storage_size_in_gbs: Optional[pulumi.Input[_builtins.int]] = None):
|
11622
|
+
"""
|
11623
|
+
:param pulumi.Input[_builtins.int] data_storage_size_in_gb: (Updatable) The DATA storage size, in gigabytes, that is applicable for the database.
|
11624
|
+
:param pulumi.Input[_builtins.int] reco_storage_size_in_gbs: (Updatable) The RECO storage size, in gigabytes, that is applicable for the database.
|
11625
|
+
:param pulumi.Input[_builtins.int] redo_log_storage_size_in_gbs: The REDO Log storage size, in gigabytes, that is applicable for the database.
|
11626
|
+
"""
|
11627
|
+
pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
|
11628
|
+
pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
|
11629
|
+
if redo_log_storage_size_in_gbs is not None:
|
11630
|
+
pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
|
11631
|
+
|
11632
|
+
@_builtins.property
|
11633
|
+
@pulumi.getter(name="dataStorageSizeInGb")
|
11634
|
+
def data_storage_size_in_gb(self) -> pulumi.Input[_builtins.int]:
|
11635
|
+
"""
|
11636
|
+
(Updatable) The DATA storage size, in gigabytes, that is applicable for the database.
|
11637
|
+
"""
|
11638
|
+
return pulumi.get(self, "data_storage_size_in_gb")
|
11639
|
+
|
11640
|
+
@data_storage_size_in_gb.setter
|
11641
|
+
def data_storage_size_in_gb(self, value: pulumi.Input[_builtins.int]):
|
11642
|
+
pulumi.set(self, "data_storage_size_in_gb", value)
|
11643
|
+
|
11644
|
+
@_builtins.property
|
11645
|
+
@pulumi.getter(name="recoStorageSizeInGbs")
|
11646
|
+
def reco_storage_size_in_gbs(self) -> pulumi.Input[_builtins.int]:
|
11647
|
+
"""
|
11648
|
+
(Updatable) The RECO storage size, in gigabytes, that is applicable for the database.
|
11649
|
+
"""
|
11650
|
+
return pulumi.get(self, "reco_storage_size_in_gbs")
|
11651
|
+
|
11652
|
+
@reco_storage_size_in_gbs.setter
|
11653
|
+
def reco_storage_size_in_gbs(self, value: pulumi.Input[_builtins.int]):
|
11654
|
+
pulumi.set(self, "reco_storage_size_in_gbs", value)
|
11655
|
+
|
11656
|
+
@_builtins.property
|
11657
|
+
@pulumi.getter(name="redoLogStorageSizeInGbs")
|
11658
|
+
def redo_log_storage_size_in_gbs(self) -> Optional[pulumi.Input[_builtins.int]]:
|
11659
|
+
"""
|
11660
|
+
The REDO Log storage size, in gigabytes, that is applicable for the database.
|
11661
|
+
"""
|
11662
|
+
return pulumi.get(self, "redo_log_storage_size_in_gbs")
|
11663
|
+
|
11664
|
+
@redo_log_storage_size_in_gbs.setter
|
11665
|
+
def redo_log_storage_size_in_gbs(self, value: Optional[pulumi.Input[_builtins.int]]):
|
11666
|
+
pulumi.set(self, "redo_log_storage_size_in_gbs", value)
|
11667
|
+
|
11668
|
+
|
11533
11669
|
if not MYPY:
|
11534
11670
|
class DatabaseDbBackupConfigArgsDict(TypedDict):
|
11535
11671
|
auto_backup_enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
@@ -11854,6 +11990,78 @@ class DatabaseDbBackupConfigBackupDestinationDetailArgs:
|
|
11854
11990
|
pulumi.set(self, "vpc_user", value)
|
11855
11991
|
|
11856
11992
|
|
11993
|
+
if not MYPY:
|
11994
|
+
class DatabaseStorageSizeDetailArgsDict(TypedDict):
|
11995
|
+
data_storage_size_in_gb: NotRequired[pulumi.Input[_builtins.int]]
|
11996
|
+
"""
|
11997
|
+
The DATA storage size, in gigabytes, that is applicable for the database.
|
11998
|
+
"""
|
11999
|
+
reco_storage_size_in_gbs: NotRequired[pulumi.Input[_builtins.int]]
|
12000
|
+
"""
|
12001
|
+
The RECO storage size, in gigabytes, that is applicable for the database.
|
12002
|
+
"""
|
12003
|
+
redo_log_storage_size_in_gbs: NotRequired[pulumi.Input[_builtins.int]]
|
12004
|
+
"""
|
12005
|
+
The REDO Log storage size, in gigabytes, that is applicable for the database.
|
12006
|
+
"""
|
12007
|
+
elif False:
|
12008
|
+
DatabaseStorageSizeDetailArgsDict: TypeAlias = Mapping[str, Any]
|
12009
|
+
|
12010
|
+
@pulumi.input_type
|
12011
|
+
class DatabaseStorageSizeDetailArgs:
|
12012
|
+
def __init__(__self__, *,
|
12013
|
+
data_storage_size_in_gb: Optional[pulumi.Input[_builtins.int]] = None,
|
12014
|
+
reco_storage_size_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
12015
|
+
redo_log_storage_size_in_gbs: Optional[pulumi.Input[_builtins.int]] = None):
|
12016
|
+
"""
|
12017
|
+
:param pulumi.Input[_builtins.int] data_storage_size_in_gb: The DATA storage size, in gigabytes, that is applicable for the database.
|
12018
|
+
:param pulumi.Input[_builtins.int] reco_storage_size_in_gbs: The RECO storage size, in gigabytes, that is applicable for the database.
|
12019
|
+
:param pulumi.Input[_builtins.int] redo_log_storage_size_in_gbs: The REDO Log storage size, in gigabytes, that is applicable for the database.
|
12020
|
+
"""
|
12021
|
+
if data_storage_size_in_gb is not None:
|
12022
|
+
pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
|
12023
|
+
if reco_storage_size_in_gbs is not None:
|
12024
|
+
pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
|
12025
|
+
if redo_log_storage_size_in_gbs is not None:
|
12026
|
+
pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
|
12027
|
+
|
12028
|
+
@_builtins.property
|
12029
|
+
@pulumi.getter(name="dataStorageSizeInGb")
|
12030
|
+
def data_storage_size_in_gb(self) -> Optional[pulumi.Input[_builtins.int]]:
|
12031
|
+
"""
|
12032
|
+
The DATA storage size, in gigabytes, that is applicable for the database.
|
12033
|
+
"""
|
12034
|
+
return pulumi.get(self, "data_storage_size_in_gb")
|
12035
|
+
|
12036
|
+
@data_storage_size_in_gb.setter
|
12037
|
+
def data_storage_size_in_gb(self, value: Optional[pulumi.Input[_builtins.int]]):
|
12038
|
+
pulumi.set(self, "data_storage_size_in_gb", value)
|
12039
|
+
|
12040
|
+
@_builtins.property
|
12041
|
+
@pulumi.getter(name="recoStorageSizeInGbs")
|
12042
|
+
def reco_storage_size_in_gbs(self) -> Optional[pulumi.Input[_builtins.int]]:
|
12043
|
+
"""
|
12044
|
+
The RECO storage size, in gigabytes, that is applicable for the database.
|
12045
|
+
"""
|
12046
|
+
return pulumi.get(self, "reco_storage_size_in_gbs")
|
12047
|
+
|
12048
|
+
@reco_storage_size_in_gbs.setter
|
12049
|
+
def reco_storage_size_in_gbs(self, value: Optional[pulumi.Input[_builtins.int]]):
|
12050
|
+
pulumi.set(self, "reco_storage_size_in_gbs", value)
|
12051
|
+
|
12052
|
+
@_builtins.property
|
12053
|
+
@pulumi.getter(name="redoLogStorageSizeInGbs")
|
12054
|
+
def redo_log_storage_size_in_gbs(self) -> Optional[pulumi.Input[_builtins.int]]:
|
12055
|
+
"""
|
12056
|
+
The REDO Log storage size, in gigabytes, that is applicable for the database.
|
12057
|
+
"""
|
12058
|
+
return pulumi.get(self, "redo_log_storage_size_in_gbs")
|
12059
|
+
|
12060
|
+
@redo_log_storage_size_in_gbs.setter
|
12061
|
+
def redo_log_storage_size_in_gbs(self, value: Optional[pulumi.Input[_builtins.int]]):
|
12062
|
+
pulumi.set(self, "redo_log_storage_size_in_gbs", value)
|
12063
|
+
|
12064
|
+
|
11857
12065
|
if not MYPY:
|
11858
12066
|
class DatabaseUpgradeConnectionStringArgsDict(TypedDict):
|
11859
12067
|
all_connection_strings: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
@@ -12739,6 +12947,10 @@ if not MYPY:
|
|
12739
12947
|
"""
|
12740
12948
|
The current state of the Database Home.
|
12741
12949
|
"""
|
12950
|
+
storage_size_details: NotRequired[pulumi.Input['DbHomeDatabaseStorageSizeDetailsArgsDict']]
|
12951
|
+
"""
|
12952
|
+
The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
12953
|
+
"""
|
12742
12954
|
tde_wallet_password: NotRequired[pulumi.Input[_builtins.str]]
|
12743
12955
|
"""
|
12744
12956
|
The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
@@ -12786,6 +12998,7 @@ class DbHomeDatabaseArgs:
|
|
12786
12998
|
pluggable_databases: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
12787
12999
|
sid_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
12788
13000
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
13001
|
+
storage_size_details: Optional[pulumi.Input['DbHomeDatabaseStorageSizeDetailsArgs']] = None,
|
12789
13002
|
tde_wallet_password: Optional[pulumi.Input[_builtins.str]] = None,
|
12790
13003
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
12791
13004
|
time_stamp_for_point_in_time_recovery: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -12818,6 +13031,7 @@ class DbHomeDatabaseArgs:
|
|
12818
13031
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] pluggable_databases: The list of pluggable databases that needs to be restored into new database.
|
12819
13032
|
:param pulumi.Input[_builtins.str] sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
|
12820
13033
|
:param pulumi.Input[_builtins.str] state: The current state of the Database Home.
|
13034
|
+
:param pulumi.Input['DbHomeDatabaseStorageSizeDetailsArgs'] storage_size_details: The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
12821
13035
|
:param pulumi.Input[_builtins.str] tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
|
12822
13036
|
:param pulumi.Input[_builtins.str] time_created: The date and time the Database Home was created.
|
12823
13037
|
:param pulumi.Input[_builtins.str] time_stamp_for_point_in_time_recovery: The point in time of the original database from which the new database is created. If not specifed, the latest backup is used to create the database.
|
@@ -12872,6 +13086,8 @@ class DbHomeDatabaseArgs:
|
|
12872
13086
|
pulumi.set(__self__, "sid_prefix", sid_prefix)
|
12873
13087
|
if state is not None:
|
12874
13088
|
pulumi.set(__self__, "state", state)
|
13089
|
+
if storage_size_details is not None:
|
13090
|
+
pulumi.set(__self__, "storage_size_details", storage_size_details)
|
12875
13091
|
if tde_wallet_password is not None:
|
12876
13092
|
pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
|
12877
13093
|
if time_created is not None:
|
@@ -13179,6 +13395,18 @@ class DbHomeDatabaseArgs:
|
|
13179
13395
|
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
13180
13396
|
pulumi.set(self, "state", value)
|
13181
13397
|
|
13398
|
+
@_builtins.property
|
13399
|
+
@pulumi.getter(name="storageSizeDetails")
|
13400
|
+
def storage_size_details(self) -> Optional[pulumi.Input['DbHomeDatabaseStorageSizeDetailsArgs']]:
|
13401
|
+
"""
|
13402
|
+
The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
13403
|
+
"""
|
13404
|
+
return pulumi.get(self, "storage_size_details")
|
13405
|
+
|
13406
|
+
@storage_size_details.setter
|
13407
|
+
def storage_size_details(self, value: Optional[pulumi.Input['DbHomeDatabaseStorageSizeDetailsArgs']]):
|
13408
|
+
pulumi.set(self, "storage_size_details", value)
|
13409
|
+
|
13182
13410
|
@_builtins.property
|
13183
13411
|
@pulumi.getter(name="tdeWalletPassword")
|
13184
13412
|
def tde_wallet_password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -13664,6 +13892,69 @@ class DbHomeDatabaseEncryptionKeyLocationDetailsArgs:
|
|
13664
13892
|
pulumi.set(self, "hsm_password", value)
|
13665
13893
|
|
13666
13894
|
|
13895
|
+
if not MYPY:
|
13896
|
+
class DbHomeDatabaseStorageSizeDetailsArgsDict(TypedDict):
|
13897
|
+
data_storage_size_in_gb: pulumi.Input[_builtins.int]
|
13898
|
+
"""
|
13899
|
+
The DATA storage size, in gigabytes, that is applicable for the database.
|
13900
|
+
"""
|
13901
|
+
reco_storage_size_in_gbs: pulumi.Input[_builtins.int]
|
13902
|
+
"""
|
13903
|
+
The RECO storage size, in gigabytes, that is applicable for the database.
|
13904
|
+
"""
|
13905
|
+
redo_log_storage_size_in_gbs: NotRequired[pulumi.Input[_builtins.int]]
|
13906
|
+
elif False:
|
13907
|
+
DbHomeDatabaseStorageSizeDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
13908
|
+
|
13909
|
+
@pulumi.input_type
|
13910
|
+
class DbHomeDatabaseStorageSizeDetailsArgs:
|
13911
|
+
def __init__(__self__, *,
|
13912
|
+
data_storage_size_in_gb: pulumi.Input[_builtins.int],
|
13913
|
+
reco_storage_size_in_gbs: pulumi.Input[_builtins.int],
|
13914
|
+
redo_log_storage_size_in_gbs: Optional[pulumi.Input[_builtins.int]] = None):
|
13915
|
+
"""
|
13916
|
+
:param pulumi.Input[_builtins.int] data_storage_size_in_gb: The DATA storage size, in gigabytes, that is applicable for the database.
|
13917
|
+
:param pulumi.Input[_builtins.int] reco_storage_size_in_gbs: The RECO storage size, in gigabytes, that is applicable for the database.
|
13918
|
+
"""
|
13919
|
+
pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
|
13920
|
+
pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
|
13921
|
+
if redo_log_storage_size_in_gbs is not None:
|
13922
|
+
pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
|
13923
|
+
|
13924
|
+
@_builtins.property
|
13925
|
+
@pulumi.getter(name="dataStorageSizeInGb")
|
13926
|
+
def data_storage_size_in_gb(self) -> pulumi.Input[_builtins.int]:
|
13927
|
+
"""
|
13928
|
+
The DATA storage size, in gigabytes, that is applicable for the database.
|
13929
|
+
"""
|
13930
|
+
return pulumi.get(self, "data_storage_size_in_gb")
|
13931
|
+
|
13932
|
+
@data_storage_size_in_gb.setter
|
13933
|
+
def data_storage_size_in_gb(self, value: pulumi.Input[_builtins.int]):
|
13934
|
+
pulumi.set(self, "data_storage_size_in_gb", value)
|
13935
|
+
|
13936
|
+
@_builtins.property
|
13937
|
+
@pulumi.getter(name="recoStorageSizeInGbs")
|
13938
|
+
def reco_storage_size_in_gbs(self) -> pulumi.Input[_builtins.int]:
|
13939
|
+
"""
|
13940
|
+
The RECO storage size, in gigabytes, that is applicable for the database.
|
13941
|
+
"""
|
13942
|
+
return pulumi.get(self, "reco_storage_size_in_gbs")
|
13943
|
+
|
13944
|
+
@reco_storage_size_in_gbs.setter
|
13945
|
+
def reco_storage_size_in_gbs(self, value: pulumi.Input[_builtins.int]):
|
13946
|
+
pulumi.set(self, "reco_storage_size_in_gbs", value)
|
13947
|
+
|
13948
|
+
@_builtins.property
|
13949
|
+
@pulumi.getter(name="redoLogStorageSizeInGbs")
|
13950
|
+
def redo_log_storage_size_in_gbs(self) -> Optional[pulumi.Input[_builtins.int]]:
|
13951
|
+
return pulumi.get(self, "redo_log_storage_size_in_gbs")
|
13952
|
+
|
13953
|
+
@redo_log_storage_size_in_gbs.setter
|
13954
|
+
def redo_log_storage_size_in_gbs(self, value: Optional[pulumi.Input[_builtins.int]]):
|
13955
|
+
pulumi.set(self, "redo_log_storage_size_in_gbs", value)
|
13956
|
+
|
13957
|
+
|
13667
13958
|
if not MYPY:
|
13668
13959
|
class DbSystemDataCollectionOptionsArgsDict(TypedDict):
|
13669
13960
|
is_diagnostics_events_enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
@@ -14794,13 +15085,11 @@ if not MYPY:
|
|
14794
15085
|
"""
|
14795
15086
|
is_remote: NotRequired[pulumi.Input[_builtins.bool]]
|
14796
15087
|
"""
|
14797
|
-
Indicates whether the backup destination is cross-region or local
|
15088
|
+
Indicates whether the backup destination is cross-region or local.
|
14798
15089
|
"""
|
14799
15090
|
remote_region: NotRequired[pulumi.Input[_builtins.str]]
|
14800
15091
|
"""
|
14801
|
-
The name of the remote region where the remote automatic incremental backups will be stored.
|
14802
|
-
|
14803
|
-
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
15092
|
+
The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
14804
15093
|
"""
|
14805
15094
|
type: NotRequired[pulumi.Input[_builtins.str]]
|
14806
15095
|
"""
|
@@ -14820,10 +15109,8 @@ class DbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetailArgs:
|
|
14820
15109
|
"""
|
14821
15110
|
:param pulumi.Input[_builtins.str] dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
|
14822
15111
|
:param pulumi.Input[_builtins.str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
|
14823
|
-
:param pulumi.Input[_builtins.bool] is_remote: Indicates whether the backup destination is cross-region or local
|
14824
|
-
:param pulumi.Input[_builtins.str] remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
|
14825
|
-
|
14826
|
-
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
15112
|
+
:param pulumi.Input[_builtins.bool] is_remote: Indicates whether the backup destination is cross-region or local.
|
15113
|
+
:param pulumi.Input[_builtins.str] remote_region: The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
14827
15114
|
:param pulumi.Input[_builtins.str] type: Type of the database backup destination.
|
14828
15115
|
"""
|
14829
15116
|
if dbrs_policy_id is not None:
|
@@ -14865,7 +15152,7 @@ class DbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetailArgs:
|
|
14865
15152
|
@pulumi.getter(name="isRemote")
|
14866
15153
|
def is_remote(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
14867
15154
|
"""
|
14868
|
-
Indicates whether the backup destination is cross-region or local
|
15155
|
+
Indicates whether the backup destination is cross-region or local.
|
14869
15156
|
"""
|
14870
15157
|
return pulumi.get(self, "is_remote")
|
14871
15158
|
|
@@ -14877,9 +15164,7 @@ class DbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetailArgs:
|
|
14877
15164
|
@pulumi.getter(name="remoteRegion")
|
14878
15165
|
def remote_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
14879
15166
|
"""
|
14880
|
-
The name of the remote region where the remote automatic incremental backups will be stored.
|
14881
|
-
|
14882
|
-
For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
15167
|
+
The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
14883
15168
|
"""
|
14884
15169
|
return pulumi.get(self, "remote_region")
|
14885
15170
|
|