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
@@ -29,6 +29,8 @@ class DataGuardAssociationArgs:
|
|
29
29
|
transport_type: pulumi.Input[_builtins.str],
|
30
30
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
31
31
|
backup_network_nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
32
|
+
compute_count: Optional[pulumi.Input[_builtins.int]] = None,
|
33
|
+
compute_model: Optional[pulumi.Input[_builtins.str]] = None,
|
32
34
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
33
35
|
create_async: Optional[pulumi.Input[_builtins.bool]] = None,
|
34
36
|
data_collection_options: Optional[pulumi.Input['DataGuardAssociationDataCollectionOptionsArgs']] = None,
|
@@ -84,6 +86,8 @@ class DataGuardAssociationArgs:
|
|
84
86
|
**IMPORTANT** - The only transport type currently supported by the Database service is ASYNC.
|
85
87
|
:param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain that the standby database DB system will be located in. For example- "Uocm:PHX-AD-1".
|
86
88
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] backup_network_nsg_ids: A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
|
89
|
+
:param pulumi.Input[_builtins.int] compute_count: The number of compute servers for the DB system.
|
90
|
+
:param pulumi.Input[_builtins.str] compute_model: The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
87
91
|
:param pulumi.Input[_builtins.int] cpu_core_count: The number of CPU cores available for AMD-based virtual machine DB systems.
|
88
92
|
:param pulumi.Input['DataGuardAssociationDataCollectionOptionsArgs'] data_collection_options: Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
89
93
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] database_defined_tags: 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).
|
@@ -141,6 +145,10 @@ class DataGuardAssociationArgs:
|
|
141
145
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
142
146
|
if backup_network_nsg_ids is not None:
|
143
147
|
pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
|
148
|
+
if compute_count is not None:
|
149
|
+
pulumi.set(__self__, "compute_count", compute_count)
|
150
|
+
if compute_model is not None:
|
151
|
+
pulumi.set(__self__, "compute_model", compute_model)
|
144
152
|
if cpu_core_count is not None:
|
145
153
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
146
154
|
if create_async is not None:
|
@@ -310,6 +318,30 @@ class DataGuardAssociationArgs:
|
|
310
318
|
def backup_network_nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
311
319
|
pulumi.set(self, "backup_network_nsg_ids", value)
|
312
320
|
|
321
|
+
@_builtins.property
|
322
|
+
@pulumi.getter(name="computeCount")
|
323
|
+
def compute_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
324
|
+
"""
|
325
|
+
The number of compute servers for the DB system.
|
326
|
+
"""
|
327
|
+
return pulumi.get(self, "compute_count")
|
328
|
+
|
329
|
+
@compute_count.setter
|
330
|
+
def compute_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
331
|
+
pulumi.set(self, "compute_count", value)
|
332
|
+
|
333
|
+
@_builtins.property
|
334
|
+
@pulumi.getter(name="computeModel")
|
335
|
+
def compute_model(self) -> Optional[pulumi.Input[_builtins.str]]:
|
336
|
+
"""
|
337
|
+
The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
338
|
+
"""
|
339
|
+
return pulumi.get(self, "compute_model")
|
340
|
+
|
341
|
+
@compute_model.setter
|
342
|
+
def compute_model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
343
|
+
pulumi.set(self, "compute_model", value)
|
344
|
+
|
313
345
|
@_builtins.property
|
314
346
|
@pulumi.getter(name="cpuCoreCount")
|
315
347
|
def cpu_core_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
@@ -681,6 +713,8 @@ class _DataGuardAssociationState:
|
|
681
713
|
apply_rate: Optional[pulumi.Input[_builtins.str]] = None,
|
682
714
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
683
715
|
backup_network_nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
716
|
+
compute_count: Optional[pulumi.Input[_builtins.int]] = None,
|
717
|
+
compute_model: Optional[pulumi.Input[_builtins.str]] = None,
|
684
718
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
685
719
|
create_async: Optional[pulumi.Input[_builtins.bool]] = None,
|
686
720
|
creation_type: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -729,6 +763,8 @@ class _DataGuardAssociationState:
|
|
729
763
|
:param pulumi.Input[_builtins.str] apply_rate: The rate at which redo logs are synced between the associated databases. Example: `180 Mb per second`
|
730
764
|
:param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain that the standby database DB system will be located in. For example- "Uocm:PHX-AD-1".
|
731
765
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] backup_network_nsg_ids: A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
|
766
|
+
:param pulumi.Input[_builtins.int] compute_count: The number of compute servers for the DB system.
|
767
|
+
:param pulumi.Input[_builtins.str] compute_model: The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
732
768
|
:param pulumi.Input[_builtins.int] cpu_core_count: The number of CPU cores available for AMD-based virtual machine DB systems.
|
733
769
|
:param pulumi.Input[_builtins.str] creation_type: Specifies whether to create the peer database in an existing DB system or in a new DB system.
|
734
770
|
:param pulumi.Input['DataGuardAssociationDataCollectionOptionsArgs'] data_collection_options: Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
@@ -813,6 +849,10 @@ class _DataGuardAssociationState:
|
|
813
849
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
814
850
|
if backup_network_nsg_ids is not None:
|
815
851
|
pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
|
852
|
+
if compute_count is not None:
|
853
|
+
pulumi.set(__self__, "compute_count", compute_count)
|
854
|
+
if compute_model is not None:
|
855
|
+
pulumi.set(__self__, "compute_model", compute_model)
|
816
856
|
if cpu_core_count is not None:
|
817
857
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
818
858
|
if create_async is not None:
|
@@ -946,6 +986,30 @@ class _DataGuardAssociationState:
|
|
946
986
|
def backup_network_nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
947
987
|
pulumi.set(self, "backup_network_nsg_ids", value)
|
948
988
|
|
989
|
+
@_builtins.property
|
990
|
+
@pulumi.getter(name="computeCount")
|
991
|
+
def compute_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
992
|
+
"""
|
993
|
+
The number of compute servers for the DB system.
|
994
|
+
"""
|
995
|
+
return pulumi.get(self, "compute_count")
|
996
|
+
|
997
|
+
@compute_count.setter
|
998
|
+
def compute_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
999
|
+
pulumi.set(self, "compute_count", value)
|
1000
|
+
|
1001
|
+
@_builtins.property
|
1002
|
+
@pulumi.getter(name="computeModel")
|
1003
|
+
def compute_model(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1004
|
+
"""
|
1005
|
+
The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
1006
|
+
"""
|
1007
|
+
return pulumi.get(self, "compute_model")
|
1008
|
+
|
1009
|
+
@compute_model.setter
|
1010
|
+
def compute_model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1011
|
+
pulumi.set(self, "compute_model", value)
|
1012
|
+
|
949
1013
|
@_builtins.property
|
950
1014
|
@pulumi.getter(name="cpuCoreCount")
|
951
1015
|
def cpu_core_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
@@ -1488,6 +1552,8 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1488
1552
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1489
1553
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
1490
1554
|
backup_network_nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1555
|
+
compute_count: Optional[pulumi.Input[_builtins.int]] = None,
|
1556
|
+
compute_model: Optional[pulumi.Input[_builtins.str]] = None,
|
1491
1557
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
1492
1558
|
create_async: Optional[pulumi.Input[_builtins.bool]] = None,
|
1493
1559
|
creation_type: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1551,6 +1617,8 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1551
1617
|
transport_type=data_guard_association_transport_type,
|
1552
1618
|
availability_domain=data_guard_association_availability_domain,
|
1553
1619
|
backup_network_nsg_ids=data_guard_association_backup_network_nsg_ids,
|
1620
|
+
compute_count=data_guard_association_compute_count,
|
1621
|
+
compute_model=data_guard_association_compute_model,
|
1554
1622
|
cpu_core_count=data_guard_association_cpu_core_count,
|
1555
1623
|
database_defined_tags=data_guard_association_database_defined_tags,
|
1556
1624
|
database_freeform_tags=data_guard_association_database_freeform_tags,
|
@@ -1592,6 +1660,8 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1592
1660
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1593
1661
|
:param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain that the standby database DB system will be located in. For example- "Uocm:PHX-AD-1".
|
1594
1662
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] backup_network_nsg_ids: A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
|
1663
|
+
:param pulumi.Input[_builtins.int] compute_count: The number of compute servers for the DB system.
|
1664
|
+
:param pulumi.Input[_builtins.str] compute_model: The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
1595
1665
|
:param pulumi.Input[_builtins.int] cpu_core_count: The number of CPU cores available for AMD-based virtual machine DB systems.
|
1596
1666
|
:param pulumi.Input[_builtins.str] creation_type: Specifies whether to create the peer database in an existing DB system or in a new DB system.
|
1597
1667
|
:param pulumi.Input[Union['DataGuardAssociationDataCollectionOptionsArgs', 'DataGuardAssociationDataCollectionOptionsArgsDict']] data_collection_options: Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
@@ -1694,6 +1764,8 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1694
1764
|
transport_type=data_guard_association_transport_type,
|
1695
1765
|
availability_domain=data_guard_association_availability_domain,
|
1696
1766
|
backup_network_nsg_ids=data_guard_association_backup_network_nsg_ids,
|
1767
|
+
compute_count=data_guard_association_compute_count,
|
1768
|
+
compute_model=data_guard_association_compute_model,
|
1697
1769
|
cpu_core_count=data_guard_association_cpu_core_count,
|
1698
1770
|
database_defined_tags=data_guard_association_database_defined_tags,
|
1699
1771
|
database_freeform_tags=data_guard_association_database_freeform_tags,
|
@@ -1748,6 +1820,8 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1748
1820
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1749
1821
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
1750
1822
|
backup_network_nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1823
|
+
compute_count: Optional[pulumi.Input[_builtins.int]] = None,
|
1824
|
+
compute_model: Optional[pulumi.Input[_builtins.str]] = None,
|
1751
1825
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
1752
1826
|
create_async: Optional[pulumi.Input[_builtins.bool]] = None,
|
1753
1827
|
creation_type: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1794,6 +1868,8 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1794
1868
|
|
1795
1869
|
__props__.__dict__["availability_domain"] = availability_domain
|
1796
1870
|
__props__.__dict__["backup_network_nsg_ids"] = backup_network_nsg_ids
|
1871
|
+
__props__.__dict__["compute_count"] = compute_count
|
1872
|
+
__props__.__dict__["compute_model"] = compute_model
|
1797
1873
|
__props__.__dict__["cpu_core_count"] = cpu_core_count
|
1798
1874
|
__props__.__dict__["create_async"] = create_async
|
1799
1875
|
if creation_type is None and not opts.urn:
|
@@ -1866,6 +1942,8 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1866
1942
|
apply_rate: Optional[pulumi.Input[_builtins.str]] = None,
|
1867
1943
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
1868
1944
|
backup_network_nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1945
|
+
compute_count: Optional[pulumi.Input[_builtins.int]] = None,
|
1946
|
+
compute_model: Optional[pulumi.Input[_builtins.str]] = None,
|
1869
1947
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
1870
1948
|
create_async: Optional[pulumi.Input[_builtins.bool]] = None,
|
1871
1949
|
creation_type: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1919,6 +1997,8 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
1919
1997
|
:param pulumi.Input[_builtins.str] apply_rate: The rate at which redo logs are synced between the associated databases. Example: `180 Mb per second`
|
1920
1998
|
:param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain that the standby database DB system will be located in. For example- "Uocm:PHX-AD-1".
|
1921
1999
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] backup_network_nsg_ids: A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems.
|
2000
|
+
:param pulumi.Input[_builtins.int] compute_count: The number of compute servers for the DB system.
|
2001
|
+
:param pulumi.Input[_builtins.str] compute_model: The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
1922
2002
|
:param pulumi.Input[_builtins.int] cpu_core_count: The number of CPU cores available for AMD-based virtual machine DB systems.
|
1923
2003
|
:param pulumi.Input[_builtins.str] creation_type: Specifies whether to create the peer database in an existing DB system or in a new DB system.
|
1924
2004
|
:param pulumi.Input[Union['DataGuardAssociationDataCollectionOptionsArgs', 'DataGuardAssociationDataCollectionOptionsArgsDict']] data_collection_options: Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
@@ -2003,6 +2083,8 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
2003
2083
|
__props__.__dict__["apply_rate"] = apply_rate
|
2004
2084
|
__props__.__dict__["availability_domain"] = availability_domain
|
2005
2085
|
__props__.__dict__["backup_network_nsg_ids"] = backup_network_nsg_ids
|
2086
|
+
__props__.__dict__["compute_count"] = compute_count
|
2087
|
+
__props__.__dict__["compute_model"] = compute_model
|
2006
2088
|
__props__.__dict__["cpu_core_count"] = cpu_core_count
|
2007
2089
|
__props__.__dict__["create_async"] = create_async
|
2008
2090
|
__props__.__dict__["creation_type"] = creation_type
|
@@ -2079,6 +2161,22 @@ class DataGuardAssociation(pulumi.CustomResource):
|
|
2079
2161
|
"""
|
2080
2162
|
return pulumi.get(self, "backup_network_nsg_ids")
|
2081
2163
|
|
2164
|
+
@_builtins.property
|
2165
|
+
@pulumi.getter(name="computeCount")
|
2166
|
+
def compute_count(self) -> pulumi.Output[_builtins.int]:
|
2167
|
+
"""
|
2168
|
+
The number of compute servers for the DB system.
|
2169
|
+
"""
|
2170
|
+
return pulumi.get(self, "compute_count")
|
2171
|
+
|
2172
|
+
@_builtins.property
|
2173
|
+
@pulumi.getter(name="computeModel")
|
2174
|
+
def compute_model(self) -> pulumi.Output[_builtins.str]:
|
2175
|
+
"""
|
2176
|
+
The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
2177
|
+
"""
|
2178
|
+
return pulumi.get(self, "compute_model")
|
2179
|
+
|
2082
2180
|
@_builtins.property
|
2083
2181
|
@pulumi.getter(name="cpuCoreCount")
|
2084
2182
|
def cpu_core_count(self) -> pulumi.Output[_builtins.int]:
|
pulumi_oci/database/database.py
CHANGED
@@ -267,6 +267,7 @@ class _DatabaseState:
|
|
267
267
|
source: Optional[pulumi.Input[_builtins.str]] = None,
|
268
268
|
source_database_point_in_time_recovery_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
269
269
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
270
|
+
storage_size_details: Optional[pulumi.Input[Sequence[pulumi.Input['DatabaseStorageSizeDetailArgs']]]] = None,
|
270
271
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
271
272
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
272
273
|
vault_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -315,6 +316,7 @@ class _DatabaseState:
|
|
315
316
|
:param pulumi.Input[_builtins.str] source: The source of the database: Use `NONE` for creating a new database. Use `DB_BACKUP` for creating a new database by restoring from a backup. Use `DATAGUARD` for creating a new STANDBY database for a Data Guard setup. The default is `NONE`.
|
316
317
|
:param pulumi.Input[_builtins.str] source_database_point_in_time_recovery_timestamp: Point in time recovery timeStamp of the source database at which cloned database system is cloned from the source database system, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339)
|
317
318
|
:param pulumi.Input[_builtins.str] state: The current state of the database.
|
319
|
+
:param pulumi.Input[Sequence[pulumi.Input['DatabaseStorageSizeDetailArgs']]] storage_size_details: The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
318
320
|
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
319
321
|
:param pulumi.Input[_builtins.str] time_created: The date and time the database was created.
|
320
322
|
:param pulumi.Input[_builtins.str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
@@ -390,6 +392,8 @@ class _DatabaseState:
|
|
390
392
|
pulumi.set(__self__, "source_database_point_in_time_recovery_timestamp", source_database_point_in_time_recovery_timestamp)
|
391
393
|
if state is not None:
|
392
394
|
pulumi.set(__self__, "state", state)
|
395
|
+
if storage_size_details is not None:
|
396
|
+
pulumi.set(__self__, "storage_size_details", storage_size_details)
|
393
397
|
if system_tags is not None:
|
394
398
|
pulumi.set(__self__, "system_tags", system_tags)
|
395
399
|
if time_created is not None:
|
@@ -826,6 +830,18 @@ class _DatabaseState:
|
|
826
830
|
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
827
831
|
pulumi.set(self, "state", value)
|
828
832
|
|
833
|
+
@_builtins.property
|
834
|
+
@pulumi.getter(name="storageSizeDetails")
|
835
|
+
def storage_size_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DatabaseStorageSizeDetailArgs']]]]:
|
836
|
+
"""
|
837
|
+
The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
838
|
+
"""
|
839
|
+
return pulumi.get(self, "storage_size_details")
|
840
|
+
|
841
|
+
@storage_size_details.setter
|
842
|
+
def storage_size_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DatabaseStorageSizeDetailArgs']]]]):
|
843
|
+
pulumi.set(self, "storage_size_details", value)
|
844
|
+
|
829
845
|
@_builtins.property
|
830
846
|
@pulumi.getter(name="systemTags")
|
831
847
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
@@ -1030,6 +1046,7 @@ class Database(pulumi.CustomResource):
|
|
1030
1046
|
__props__.__dict__["sid_prefix"] = None
|
1031
1047
|
__props__.__dict__["source_database_point_in_time_recovery_timestamp"] = None
|
1032
1048
|
__props__.__dict__["state"] = None
|
1049
|
+
__props__.__dict__["storage_size_details"] = None
|
1033
1050
|
__props__.__dict__["system_tags"] = None
|
1034
1051
|
__props__.__dict__["time_created"] = None
|
1035
1052
|
__props__.__dict__["vm_cluster_id"] = None
|
@@ -1078,6 +1095,7 @@ class Database(pulumi.CustomResource):
|
|
1078
1095
|
source: Optional[pulumi.Input[_builtins.str]] = None,
|
1079
1096
|
source_database_point_in_time_recovery_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
1080
1097
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
1098
|
+
storage_size_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DatabaseStorageSizeDetailArgs', 'DatabaseStorageSizeDetailArgsDict']]]]] = None,
|
1081
1099
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1082
1100
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
1083
1101
|
vault_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1131,6 +1149,7 @@ class Database(pulumi.CustomResource):
|
|
1131
1149
|
:param pulumi.Input[_builtins.str] source: The source of the database: Use `NONE` for creating a new database. Use `DB_BACKUP` for creating a new database by restoring from a backup. Use `DATAGUARD` for creating a new STANDBY database for a Data Guard setup. The default is `NONE`.
|
1132
1150
|
:param pulumi.Input[_builtins.str] source_database_point_in_time_recovery_timestamp: Point in time recovery timeStamp of the source database at which cloned database system is cloned from the source database system, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339)
|
1133
1151
|
:param pulumi.Input[_builtins.str] state: The current state of the database.
|
1152
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['DatabaseStorageSizeDetailArgs', 'DatabaseStorageSizeDetailArgsDict']]]] storage_size_details: The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
1134
1153
|
: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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
1135
1154
|
:param pulumi.Input[_builtins.str] time_created: The date and time the database was created.
|
1136
1155
|
:param pulumi.Input[_builtins.str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
@@ -1175,6 +1194,7 @@ class Database(pulumi.CustomResource):
|
|
1175
1194
|
__props__.__dict__["source"] = source
|
1176
1195
|
__props__.__dict__["source_database_point_in_time_recovery_timestamp"] = source_database_point_in_time_recovery_timestamp
|
1177
1196
|
__props__.__dict__["state"] = state
|
1197
|
+
__props__.__dict__["storage_size_details"] = storage_size_details
|
1178
1198
|
__props__.__dict__["system_tags"] = system_tags
|
1179
1199
|
__props__.__dict__["time_created"] = time_created
|
1180
1200
|
__props__.__dict__["vault_id"] = vault_id
|
@@ -1468,6 +1488,14 @@ class Database(pulumi.CustomResource):
|
|
1468
1488
|
"""
|
1469
1489
|
return pulumi.get(self, "state")
|
1470
1490
|
|
1491
|
+
@_builtins.property
|
1492
|
+
@pulumi.getter(name="storageSizeDetails")
|
1493
|
+
def storage_size_details(self) -> pulumi.Output[Sequence['outputs.DatabaseStorageSizeDetail']]:
|
1494
|
+
"""
|
1495
|
+
The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
1496
|
+
"""
|
1497
|
+
return pulumi.get(self, "storage_size_details")
|
1498
|
+
|
1471
1499
|
@_builtins.property
|
1472
1500
|
@pulumi.getter(name="systemTags")
|
1473
1501
|
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
pulumi_oci/database/db_node.py
CHANGED
@@ -87,6 +87,8 @@ class _DbNodeState:
|
|
87
87
|
backup_ipv6id: Optional[pulumi.Input[_builtins.str]] = None,
|
88
88
|
backup_vnic2id: Optional[pulumi.Input[_builtins.str]] = None,
|
89
89
|
backup_vnic_id: Optional[pulumi.Input[_builtins.str]] = None,
|
90
|
+
compute_count: Optional[pulumi.Input[_builtins.int]] = None,
|
91
|
+
compute_model: Optional[pulumi.Input[_builtins.str]] = None,
|
90
92
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
91
93
|
db_node_id: Optional[pulumi.Input[_builtins.str]] = None,
|
92
94
|
db_node_storage_size_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
@@ -117,6 +119,8 @@ class _DbNodeState:
|
|
117
119
|
:param pulumi.Input[_builtins.str] backup_ipv6id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup IPv6 address associated with the database node. Use this OCID with the [GetIpv6](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Ipv6/GetIpv6) API to get the IPv6 address needed to make a database connection.
|
118
120
|
:param pulumi.Input[_builtins.str] backup_vnic2id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second backup VNIC.
|
119
121
|
:param pulumi.Input[_builtins.str] backup_vnic_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup VNIC.
|
122
|
+
:param pulumi.Input[_builtins.int] compute_count: The number of compute servers for the DB system.
|
123
|
+
:param pulumi.Input[_builtins.str] compute_model: The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
120
124
|
:param pulumi.Input[_builtins.int] cpu_core_count: The number of CPU cores enabled on the Db node.
|
121
125
|
:param pulumi.Input[_builtins.str] db_node_id: The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
122
126
|
:param pulumi.Input[_builtins.int] db_node_storage_size_in_gbs: The allocated local node storage in GBs on the Db node.
|
@@ -155,6 +159,10 @@ class _DbNodeState:
|
|
155
159
|
pulumi.set(__self__, "backup_vnic2id", backup_vnic2id)
|
156
160
|
if backup_vnic_id is not None:
|
157
161
|
pulumi.set(__self__, "backup_vnic_id", backup_vnic_id)
|
162
|
+
if compute_count is not None:
|
163
|
+
pulumi.set(__self__, "compute_count", compute_count)
|
164
|
+
if compute_model is not None:
|
165
|
+
pulumi.set(__self__, "compute_model", compute_model)
|
158
166
|
if cpu_core_count is not None:
|
159
167
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
160
168
|
if db_node_id is not None:
|
@@ -262,6 +270,30 @@ class _DbNodeState:
|
|
262
270
|
def backup_vnic_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
263
271
|
pulumi.set(self, "backup_vnic_id", value)
|
264
272
|
|
273
|
+
@_builtins.property
|
274
|
+
@pulumi.getter(name="computeCount")
|
275
|
+
def compute_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
276
|
+
"""
|
277
|
+
The number of compute servers for the DB system.
|
278
|
+
"""
|
279
|
+
return pulumi.get(self, "compute_count")
|
280
|
+
|
281
|
+
@compute_count.setter
|
282
|
+
def compute_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
283
|
+
pulumi.set(self, "compute_count", value)
|
284
|
+
|
285
|
+
@_builtins.property
|
286
|
+
@pulumi.getter(name="computeModel")
|
287
|
+
def compute_model(self) -> Optional[pulumi.Input[_builtins.str]]:
|
288
|
+
"""
|
289
|
+
The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
290
|
+
"""
|
291
|
+
return pulumi.get(self, "compute_model")
|
292
|
+
|
293
|
+
@compute_model.setter
|
294
|
+
def compute_model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
295
|
+
pulumi.set(self, "compute_model", value)
|
296
|
+
|
265
297
|
@_builtins.property
|
266
298
|
@pulumi.getter(name="cpuCoreCount")
|
267
299
|
def cpu_core_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
@@ -632,6 +664,8 @@ class DbNode(pulumi.CustomResource):
|
|
632
664
|
__props__.__dict__["backup_ipv6id"] = None
|
633
665
|
__props__.__dict__["backup_vnic2id"] = None
|
634
666
|
__props__.__dict__["backup_vnic_id"] = None
|
667
|
+
__props__.__dict__["compute_count"] = None
|
668
|
+
__props__.__dict__["compute_model"] = None
|
635
669
|
__props__.__dict__["cpu_core_count"] = None
|
636
670
|
__props__.__dict__["db_node_storage_size_in_gbs"] = None
|
637
671
|
__props__.__dict__["db_server_id"] = None
|
@@ -667,6 +701,8 @@ class DbNode(pulumi.CustomResource):
|
|
667
701
|
backup_ipv6id: Optional[pulumi.Input[_builtins.str]] = None,
|
668
702
|
backup_vnic2id: Optional[pulumi.Input[_builtins.str]] = None,
|
669
703
|
backup_vnic_id: Optional[pulumi.Input[_builtins.str]] = None,
|
704
|
+
compute_count: Optional[pulumi.Input[_builtins.int]] = None,
|
705
|
+
compute_model: Optional[pulumi.Input[_builtins.str]] = None,
|
670
706
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
671
707
|
db_node_id: Optional[pulumi.Input[_builtins.str]] = None,
|
672
708
|
db_node_storage_size_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
@@ -702,6 +738,8 @@ class DbNode(pulumi.CustomResource):
|
|
702
738
|
:param pulumi.Input[_builtins.str] backup_ipv6id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup IPv6 address associated with the database node. Use this OCID with the [GetIpv6](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Ipv6/GetIpv6) API to get the IPv6 address needed to make a database connection.
|
703
739
|
:param pulumi.Input[_builtins.str] backup_vnic2id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second backup VNIC.
|
704
740
|
:param pulumi.Input[_builtins.str] backup_vnic_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup VNIC.
|
741
|
+
:param pulumi.Input[_builtins.int] compute_count: The number of compute servers for the DB system.
|
742
|
+
:param pulumi.Input[_builtins.str] compute_model: The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
705
743
|
:param pulumi.Input[_builtins.int] cpu_core_count: The number of CPU cores enabled on the Db node.
|
706
744
|
:param pulumi.Input[_builtins.str] db_node_id: The database node [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
707
745
|
:param pulumi.Input[_builtins.int] db_node_storage_size_in_gbs: The allocated local node storage in GBs on the Db node.
|
@@ -739,6 +777,8 @@ class DbNode(pulumi.CustomResource):
|
|
739
777
|
__props__.__dict__["backup_ipv6id"] = backup_ipv6id
|
740
778
|
__props__.__dict__["backup_vnic2id"] = backup_vnic2id
|
741
779
|
__props__.__dict__["backup_vnic_id"] = backup_vnic_id
|
780
|
+
__props__.__dict__["compute_count"] = compute_count
|
781
|
+
__props__.__dict__["compute_model"] = compute_model
|
742
782
|
__props__.__dict__["cpu_core_count"] = cpu_core_count
|
743
783
|
__props__.__dict__["db_node_id"] = db_node_id
|
744
784
|
__props__.__dict__["db_node_storage_size_in_gbs"] = db_node_storage_size_in_gbs
|
@@ -804,6 +844,22 @@ class DbNode(pulumi.CustomResource):
|
|
804
844
|
"""
|
805
845
|
return pulumi.get(self, "backup_vnic_id")
|
806
846
|
|
847
|
+
@_builtins.property
|
848
|
+
@pulumi.getter(name="computeCount")
|
849
|
+
def compute_count(self) -> pulumi.Output[_builtins.int]:
|
850
|
+
"""
|
851
|
+
The number of compute servers for the DB system.
|
852
|
+
"""
|
853
|
+
return pulumi.get(self, "compute_count")
|
854
|
+
|
855
|
+
@_builtins.property
|
856
|
+
@pulumi.getter(name="computeModel")
|
857
|
+
def compute_model(self) -> pulumi.Output[_builtins.str]:
|
858
|
+
"""
|
859
|
+
The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
|
860
|
+
"""
|
861
|
+
return pulumi.get(self, "compute_model")
|
862
|
+
|
807
863
|
@_builtins.property
|
808
864
|
@pulumi.getter(name="cpuCoreCount")
|
809
865
|
def cpu_core_count(self) -> pulumi.Output[_builtins.int]:
|