pulumi-oci 2.25.0a1740032973__py3-none-any.whl → 2.26.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 +102 -0
- pulumi_oci/config/__init__.pyi +2 -0
- pulumi_oci/config/vars.py +4 -0
- pulumi_oci/containerengine/_inputs.py +74 -35
- pulumi_oci/containerengine/cluster.py +4 -0
- pulumi_oci/containerengine/container_instance.py +2 -4
- pulumi_oci/containerengine/outputs.py +180 -21
- pulumi_oci/containerinstances/outputs.py +0 -14
- pulumi_oci/core/_inputs.py +21 -33
- pulumi_oci/core/outputs.py +13 -21
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/_inputs.py +1246 -57
- pulumi_oci/database/application_vip.py +59 -10
- pulumi_oci/database/autonomous_container_database.py +92 -0
- pulumi_oci/database/autonomous_database.py +90 -22
- pulumi_oci/database/backup.py +153 -5
- pulumi_oci/database/backup_destination.py +84 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
- pulumi_oci/database/cloud_vm_cluster.py +163 -30
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_node.py +64 -8
- pulumi_oci/database/db_system.py +111 -8
- pulumi_oci/database/exadata_infrastructure.py +157 -3
- pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
- pulumi_oci/database/exadb_vm_cluster.py +84 -7
- pulumi_oci/database/exascale_db_storage_vault.py +147 -0
- pulumi_oci/database/external_container_database.py +4 -4
- pulumi_oci/database/external_non_container_database.py +4 -4
- pulumi_oci/database/external_pluggable_database.py +4 -4
- pulumi_oci/database/get_application_vip.py +16 -2
- pulumi_oci/database/get_autonomous_container_database.py +43 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/get_autonomous_databases.py +0 -26
- pulumi_oci/database/get_backup_destination.py +43 -1
- pulumi_oci/database/get_backups.py +136 -10
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
- pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database_software_images.py +20 -1
- pulumi_oci/database/get_db_node.py +31 -4
- pulumi_oci/database/get_db_server.py +15 -1
- pulumi_oci/database/get_exadata_infrastructure.py +57 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
- pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
- pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_flex_components.py +28 -6
- pulumi_oci/database/get_maintenance_runs.py +20 -1
- pulumi_oci/database/get_vm_cluster.py +60 -4
- pulumi_oci/database/get_vm_clusters.py +25 -3
- pulumi_oci/database/outputs.py +2260 -87
- pulumi_oci/database/pluggable_database.py +13 -13
- pulumi_oci/database/vm_cluster.py +172 -18
- pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
- pulumi_oci/datasafe/__init__.py +7 -0
- pulumi_oci/datasafe/_inputs.py +301 -0
- pulumi_oci/datasafe/discovery_mod.py +49 -0
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_masking_report.py +46 -4
- pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
- pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
- pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
- pulumi_oci/datasafe/outputs.py +676 -3
- pulumi_oci/datasafe/sensitive_data_model.py +49 -0
- pulumi_oci/datasafe/sensitive_type_group.py +563 -0
- pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1160 -41
- pulumi_oci/datascience/get_model.py +29 -1
- pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_version_set.py +15 -1
- pulumi_oci/datascience/get_model_version_sets.py +25 -3
- pulumi_oci/datascience/get_models.py +25 -3
- pulumi_oci/datascience/get_pipeline.py +15 -1
- pulumi_oci/datascience/model.py +64 -0
- pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_version_set.py +28 -0
- pulumi_oci/datascience/outputs.py +4343 -2164
- pulumi_oci/datascience/pipeline.py +48 -141
- pulumi_oci/datascience/pipeline_run.py +32 -0
- pulumi_oci/dblm/__init__.py +17 -0
- pulumi_oci/dblm/_inputs.py +275 -0
- pulumi_oci/dblm/get_vulnerability.py +242 -0
- pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
- pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
- pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
- pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
- pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
- pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
- pulumi_oci/dblm/outputs.py +1294 -0
- pulumi_oci/dblm/vulnerability_scan.py +521 -0
- pulumi_oci/email/dkim.py +120 -20
- pulumi_oci/email/get_dkim.py +40 -1
- pulumi_oci/email/outputs.py +29 -0
- pulumi_oci/filestorage/__init__.py +3 -0
- pulumi_oci/filestorage/_inputs.py +49 -0
- pulumi_oci/filestorage/file_system.py +133 -0
- pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
- pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
- pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
- pulumi_oci/filestorage/get_outbound_connector.py +15 -1
- pulumi_oci/filestorage/get_replication.py +15 -1
- pulumi_oci/filestorage/get_replication_target.py +15 -1
- pulumi_oci/filestorage/get_snapshot.py +15 -1
- pulumi_oci/filestorage/mount_target.py +28 -0
- pulumi_oci/filestorage/outbound_connector.py +28 -0
- pulumi_oci/filestorage/outputs.py +263 -0
- pulumi_oci/filestorage/replication.py +28 -0
- pulumi_oci/filestorage/snapshot.py +28 -0
- pulumi_oci/goldengate/connection.py +561 -162
- pulumi_oci/goldengate/database_registration.py +14 -14
- pulumi_oci/goldengate/get_connection.py +117 -6
- pulumi_oci/goldengate/outputs.py +96 -10
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +196 -0
- pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
- pulumi_oci/jms/get_fleet_errors.py +264 -0
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
- pulumi_oci/jms/get_jms_plugins.py +23 -1
- pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
- pulumi_oci/jms/get_plugin_errors.py +264 -0
- pulumi_oci/jms/outputs.py +566 -6
- pulumi_oci/mysql/_inputs.py +1239 -10
- pulumi_oci/mysql/channel.py +28 -0
- pulumi_oci/mysql/get_channel.py +15 -1
- pulumi_oci/mysql/get_mysql_backup.py +15 -1
- pulumi_oci/mysql/get_mysql_configuration.py +15 -1
- pulumi_oci/mysql/get_mysql_db_system.py +15 -1
- pulumi_oci/mysql/mysql_backup.py +28 -0
- pulumi_oci/mysql/mysql_configuration.py +106 -0
- pulumi_oci/mysql/mysql_db_system.py +36 -0
- pulumi_oci/mysql/outputs.py +2008 -35
- pulumi_oci/opensearch/__init__.py +3 -0
- pulumi_oci/opensearch/_inputs.py +101 -0
- pulumi_oci/opensearch/cluster.py +76 -29
- pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
- pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
- pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
- pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
- pulumi_oci/opensearch/outputs.py +425 -0
- pulumi_oci/provider.py +20 -0
- pulumi_oci/psql/_inputs.py +258 -0
- pulumi_oci/psql/backup.py +129 -28
- pulumi_oci/psql/db_system.py +10 -0
- pulumi_oci/psql/get_backup.py +47 -2
- pulumi_oci/psql/get_backups.py +3 -0
- pulumi_oci/psql/get_configurations.py +23 -1
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_db_systems.py +1 -1
- pulumi_oci/psql/outputs.py +541 -5
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/__init__.py +8 -0
- pulumi_oci/stackmonitoring/_inputs.py +372 -1
- pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
- pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
- pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
- pulumi_oci/stackmonitoring/metric_extension.py +4 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
- pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
- pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
- pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
- pulumi_oci/stackmonitoring/outputs.py +1305 -118
- pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
- pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
- pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
- pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
- pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
- pulumi_oci/vault/__init__.py +1 -1
- pulumi_oci/vault/_inputs.py +92 -0
- pulumi_oci/vault/get_secret.py +40 -1
- pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
- pulumi_oci/vault/outputs.py +210 -0
- pulumi_oci/vault/secret.py +122 -0
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/RECORD +218 -150
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/top_level.txt +0 -0
@@ -35,6 +35,7 @@ class VmClusterArgs:
|
|
35
35
|
db_node_storage_size_in_gbs: Optional[pulumi.Input[int]] = None,
|
36
36
|
db_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
37
37
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
38
|
+
exascale_db_storage_vault_id: Optional[pulumi.Input[str]] = None,
|
38
39
|
file_system_configuration_details: Optional[pulumi.Input[Sequence[pulumi.Input['VmClusterFileSystemConfigurationDetailArgs']]]] = None,
|
39
40
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
40
41
|
is_local_backup_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -43,7 +44,8 @@ class VmClusterArgs:
|
|
43
44
|
memory_size_in_gbs: Optional[pulumi.Input[int]] = None,
|
44
45
|
ocpu_count: Optional[pulumi.Input[float]] = None,
|
45
46
|
system_version: Optional[pulumi.Input[str]] = None,
|
46
|
-
time_zone: Optional[pulumi.Input[str]] = None
|
47
|
+
time_zone: Optional[pulumi.Input[str]] = None,
|
48
|
+
vm_cluster_type: Optional[pulumi.Input[str]] = None):
|
47
49
|
"""
|
48
50
|
The set of arguments for constructing a VmCluster resource.
|
49
51
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
@@ -52,10 +54,6 @@ class VmClusterArgs:
|
|
52
54
|
:param pulumi.Input[str] gi_version: The Oracle Grid Infrastructure software version for the VM cluster.
|
53
55
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_public_keys: (Updatable) The public key portion of one or more key pairs used for SSH access to the VM cluster.
|
54
56
|
:param pulumi.Input[str] vm_cluster_network_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster network.
|
55
|
-
|
56
|
-
|
57
|
-
** IMPORTANT **
|
58
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
59
57
|
:param pulumi.Input['VmClusterCloudAutomationUpdateDetailsArgs'] cloud_automation_update_details: (Updatable) Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
60
58
|
:param pulumi.Input['VmClusterDataCollectionOptionsArgs'] data_collection_options: (Updatable) Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
61
59
|
:param pulumi.Input[float] data_storage_size_in_gb: (Updatable) The data disk group size to be allocated in GBs.
|
@@ -63,6 +61,7 @@ class VmClusterArgs:
|
|
63
61
|
:param pulumi.Input[int] db_node_storage_size_in_gbs: (Updatable) The local node storage to be allocated in GBs.
|
64
62
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] db_servers: The list of Db server.
|
65
63
|
:param pulumi.Input[Mapping[str, pulumi.Input[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).
|
64
|
+
:param pulumi.Input[str] exascale_db_storage_vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
66
65
|
:param pulumi.Input[Sequence[pulumi.Input['VmClusterFileSystemConfigurationDetailArgs']]] file_system_configuration_details: (Updatable) Details of the file system configuration of the VM cluster.
|
67
66
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
68
67
|
:param pulumi.Input[bool] is_local_backup_enabled: If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.
|
@@ -71,6 +70,11 @@ class VmClusterArgs:
|
|
71
70
|
:param pulumi.Input[int] memory_size_in_gbs: (Updatable) The memory to be allocated in GBs.
|
72
71
|
:param pulumi.Input[str] system_version: Operating system version of the image.
|
73
72
|
:param pulumi.Input[str] time_zone: The time zone to use for the VM cluster. For details, see [DB System Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
73
|
+
:param pulumi.Input[str] vm_cluster_type: The vmcluster type for the VM cluster/Cloud VM cluster.
|
74
|
+
|
75
|
+
|
76
|
+
** IMPORTANT **
|
77
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
74
78
|
"""
|
75
79
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
76
80
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
@@ -93,6 +97,8 @@ class VmClusterArgs:
|
|
93
97
|
pulumi.set(__self__, "db_servers", db_servers)
|
94
98
|
if defined_tags is not None:
|
95
99
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
100
|
+
if exascale_db_storage_vault_id is not None:
|
101
|
+
pulumi.set(__self__, "exascale_db_storage_vault_id", exascale_db_storage_vault_id)
|
96
102
|
if file_system_configuration_details is not None:
|
97
103
|
pulumi.set(__self__, "file_system_configuration_details", file_system_configuration_details)
|
98
104
|
if freeform_tags is not None:
|
@@ -111,6 +117,8 @@ class VmClusterArgs:
|
|
111
117
|
pulumi.set(__self__, "system_version", system_version)
|
112
118
|
if time_zone is not None:
|
113
119
|
pulumi.set(__self__, "time_zone", time_zone)
|
120
|
+
if vm_cluster_type is not None:
|
121
|
+
pulumi.set(__self__, "vm_cluster_type", vm_cluster_type)
|
114
122
|
|
115
123
|
@property
|
116
124
|
@pulumi.getter(name="compartmentId")
|
@@ -186,10 +194,6 @@ class VmClusterArgs:
|
|
186
194
|
def vm_cluster_network_id(self) -> pulumi.Input[str]:
|
187
195
|
"""
|
188
196
|
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster network.
|
189
|
-
|
190
|
-
|
191
|
-
** IMPORTANT **
|
192
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
193
197
|
"""
|
194
198
|
return pulumi.get(self, "vm_cluster_network_id")
|
195
199
|
|
@@ -281,6 +285,18 @@ class VmClusterArgs:
|
|
281
285
|
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
282
286
|
pulumi.set(self, "defined_tags", value)
|
283
287
|
|
288
|
+
@property
|
289
|
+
@pulumi.getter(name="exascaleDbStorageVaultId")
|
290
|
+
def exascale_db_storage_vault_id(self) -> Optional[pulumi.Input[str]]:
|
291
|
+
"""
|
292
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
293
|
+
"""
|
294
|
+
return pulumi.get(self, "exascale_db_storage_vault_id")
|
295
|
+
|
296
|
+
@exascale_db_storage_vault_id.setter
|
297
|
+
def exascale_db_storage_vault_id(self, value: Optional[pulumi.Input[str]]):
|
298
|
+
pulumi.set(self, "exascale_db_storage_vault_id", value)
|
299
|
+
|
284
300
|
@property
|
285
301
|
@pulumi.getter(name="fileSystemConfigurationDetails")
|
286
302
|
def file_system_configuration_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VmClusterFileSystemConfigurationDetailArgs']]]]:
|
@@ -386,6 +402,22 @@ class VmClusterArgs:
|
|
386
402
|
def time_zone(self, value: Optional[pulumi.Input[str]]):
|
387
403
|
pulumi.set(self, "time_zone", value)
|
388
404
|
|
405
|
+
@property
|
406
|
+
@pulumi.getter(name="vmClusterType")
|
407
|
+
def vm_cluster_type(self) -> Optional[pulumi.Input[str]]:
|
408
|
+
"""
|
409
|
+
The vmcluster type for the VM cluster/Cloud VM cluster.
|
410
|
+
|
411
|
+
|
412
|
+
** IMPORTANT **
|
413
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
414
|
+
"""
|
415
|
+
return pulumi.get(self, "vm_cluster_type")
|
416
|
+
|
417
|
+
@vm_cluster_type.setter
|
418
|
+
def vm_cluster_type(self, value: Optional[pulumi.Input[str]]):
|
419
|
+
pulumi.set(self, "vm_cluster_type", value)
|
420
|
+
|
389
421
|
|
390
422
|
@pulumi.input_type
|
391
423
|
class _VmClusterState:
|
@@ -393,6 +425,7 @@ class _VmClusterState:
|
|
393
425
|
availability_domain: Optional[pulumi.Input[str]] = None,
|
394
426
|
cloud_automation_update_details: Optional[pulumi.Input['VmClusterCloudAutomationUpdateDetailsArgs']] = None,
|
395
427
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
428
|
+
compute_model: Optional[pulumi.Input[str]] = None,
|
396
429
|
cpu_core_count: Optional[pulumi.Input[int]] = None,
|
397
430
|
cpus_enabled: Optional[pulumi.Input[int]] = None,
|
398
431
|
data_collection_options: Optional[pulumi.Input['VmClusterDataCollectionOptionsArgs']] = None,
|
@@ -403,6 +436,7 @@ class _VmClusterState:
|
|
403
436
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
404
437
|
display_name: Optional[pulumi.Input[str]] = None,
|
405
438
|
exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
|
439
|
+
exascale_db_storage_vault_id: Optional[pulumi.Input[str]] = None,
|
406
440
|
file_system_configuration_details: Optional[pulumi.Input[Sequence[pulumi.Input['VmClusterFileSystemConfigurationDetailArgs']]]] = None,
|
407
441
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
408
442
|
gi_version: Optional[pulumi.Input[str]] = None,
|
@@ -417,15 +451,18 @@ class _VmClusterState:
|
|
417
451
|
shape: Optional[pulumi.Input[str]] = None,
|
418
452
|
ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
419
453
|
state: Optional[pulumi.Input[str]] = None,
|
454
|
+
storage_management_type: Optional[pulumi.Input[str]] = None,
|
420
455
|
system_version: Optional[pulumi.Input[str]] = None,
|
421
456
|
time_created: Optional[pulumi.Input[str]] = None,
|
422
457
|
time_zone: Optional[pulumi.Input[str]] = None,
|
423
|
-
vm_cluster_network_id: Optional[pulumi.Input[str]] = None
|
458
|
+
vm_cluster_network_id: Optional[pulumi.Input[str]] = None,
|
459
|
+
vm_cluster_type: Optional[pulumi.Input[str]] = None):
|
424
460
|
"""
|
425
461
|
Input properties used for looking up and filtering VmCluster resources.
|
426
462
|
:param pulumi.Input[str] availability_domain: The name of the availability domain that the VM cluster is located in.
|
427
463
|
:param pulumi.Input['VmClusterCloudAutomationUpdateDetailsArgs'] cloud_automation_update_details: (Updatable) Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
428
464
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
465
|
+
:param pulumi.Input[str] compute_model: The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
429
466
|
:param pulumi.Input[int] cpus_enabled: The number of enabled CPU cores.
|
430
467
|
:param pulumi.Input['VmClusterDataCollectionOptionsArgs'] data_collection_options: (Updatable) Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
431
468
|
:param pulumi.Input[float] data_storage_size_in_gb: (Updatable) The data disk group size to be allocated in GBs.
|
@@ -435,6 +472,7 @@ class _VmClusterState:
|
|
435
472
|
:param pulumi.Input[Mapping[str, pulumi.Input[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).
|
436
473
|
:param pulumi.Input[str] display_name: The user-friendly name for the VM cluster. The name does not need to be unique.
|
437
474
|
:param pulumi.Input[str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
475
|
+
:param pulumi.Input[str] exascale_db_storage_vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
438
476
|
:param pulumi.Input[Sequence[pulumi.Input['VmClusterFileSystemConfigurationDetailArgs']]] file_system_configuration_details: (Updatable) Details of the file system configuration of the VM cluster.
|
439
477
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
440
478
|
:param pulumi.Input[str] gi_version: The Oracle Grid Infrastructure software version for the VM cluster.
|
@@ -447,10 +485,12 @@ class _VmClusterState:
|
|
447
485
|
:param pulumi.Input[str] shape: The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
|
448
486
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_public_keys: (Updatable) The public key portion of one or more key pairs used for SSH access to the VM cluster.
|
449
487
|
:param pulumi.Input[str] state: The current state of the VM cluster.
|
488
|
+
:param pulumi.Input[str] storage_management_type: Specifies whether the type of storage management for the VM cluster is ASM or Exascale.
|
450
489
|
:param pulumi.Input[str] system_version: Operating system version of the image.
|
451
490
|
:param pulumi.Input[str] time_created: The date and time that the VM cluster was created.
|
452
491
|
:param pulumi.Input[str] time_zone: The time zone to use for the VM cluster. For details, see [DB System Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
453
492
|
:param pulumi.Input[str] vm_cluster_network_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster network.
|
493
|
+
:param pulumi.Input[str] vm_cluster_type: The vmcluster type for the VM cluster/Cloud VM cluster.
|
454
494
|
|
455
495
|
|
456
496
|
** IMPORTANT **
|
@@ -462,6 +502,8 @@ class _VmClusterState:
|
|
462
502
|
pulumi.set(__self__, "cloud_automation_update_details", cloud_automation_update_details)
|
463
503
|
if compartment_id is not None:
|
464
504
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
505
|
+
if compute_model is not None:
|
506
|
+
pulumi.set(__self__, "compute_model", compute_model)
|
465
507
|
if cpu_core_count is not None:
|
466
508
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
467
509
|
if cpus_enabled is not None:
|
@@ -482,6 +524,8 @@ class _VmClusterState:
|
|
482
524
|
pulumi.set(__self__, "display_name", display_name)
|
483
525
|
if exadata_infrastructure_id is not None:
|
484
526
|
pulumi.set(__self__, "exadata_infrastructure_id", exadata_infrastructure_id)
|
527
|
+
if exascale_db_storage_vault_id is not None:
|
528
|
+
pulumi.set(__self__, "exascale_db_storage_vault_id", exascale_db_storage_vault_id)
|
485
529
|
if file_system_configuration_details is not None:
|
486
530
|
pulumi.set(__self__, "file_system_configuration_details", file_system_configuration_details)
|
487
531
|
if freeform_tags is not None:
|
@@ -510,6 +554,8 @@ class _VmClusterState:
|
|
510
554
|
pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
|
511
555
|
if state is not None:
|
512
556
|
pulumi.set(__self__, "state", state)
|
557
|
+
if storage_management_type is not None:
|
558
|
+
pulumi.set(__self__, "storage_management_type", storage_management_type)
|
513
559
|
if system_version is not None:
|
514
560
|
pulumi.set(__self__, "system_version", system_version)
|
515
561
|
if time_created is not None:
|
@@ -518,6 +564,8 @@ class _VmClusterState:
|
|
518
564
|
pulumi.set(__self__, "time_zone", time_zone)
|
519
565
|
if vm_cluster_network_id is not None:
|
520
566
|
pulumi.set(__self__, "vm_cluster_network_id", vm_cluster_network_id)
|
567
|
+
if vm_cluster_type is not None:
|
568
|
+
pulumi.set(__self__, "vm_cluster_type", vm_cluster_type)
|
521
569
|
|
522
570
|
@property
|
523
571
|
@pulumi.getter(name="availabilityDomain")
|
@@ -555,6 +603,18 @@ class _VmClusterState:
|
|
555
603
|
def compartment_id(self, value: Optional[pulumi.Input[str]]):
|
556
604
|
pulumi.set(self, "compartment_id", value)
|
557
605
|
|
606
|
+
@property
|
607
|
+
@pulumi.getter(name="computeModel")
|
608
|
+
def compute_model(self) -> Optional[pulumi.Input[str]]:
|
609
|
+
"""
|
610
|
+
The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
611
|
+
"""
|
612
|
+
return pulumi.get(self, "compute_model")
|
613
|
+
|
614
|
+
@compute_model.setter
|
615
|
+
def compute_model(self, value: Optional[pulumi.Input[str]]):
|
616
|
+
pulumi.set(self, "compute_model", value)
|
617
|
+
|
558
618
|
@property
|
559
619
|
@pulumi.getter(name="cpuCoreCount")
|
560
620
|
def cpu_core_count(self) -> Optional[pulumi.Input[int]]:
|
@@ -672,6 +732,18 @@ class _VmClusterState:
|
|
672
732
|
def exadata_infrastructure_id(self, value: Optional[pulumi.Input[str]]):
|
673
733
|
pulumi.set(self, "exadata_infrastructure_id", value)
|
674
734
|
|
735
|
+
@property
|
736
|
+
@pulumi.getter(name="exascaleDbStorageVaultId")
|
737
|
+
def exascale_db_storage_vault_id(self) -> Optional[pulumi.Input[str]]:
|
738
|
+
"""
|
739
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
740
|
+
"""
|
741
|
+
return pulumi.get(self, "exascale_db_storage_vault_id")
|
742
|
+
|
743
|
+
@exascale_db_storage_vault_id.setter
|
744
|
+
def exascale_db_storage_vault_id(self, value: Optional[pulumi.Input[str]]):
|
745
|
+
pulumi.set(self, "exascale_db_storage_vault_id", value)
|
746
|
+
|
675
747
|
@property
|
676
748
|
@pulumi.getter(name="fileSystemConfigurationDetails")
|
677
749
|
def file_system_configuration_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VmClusterFileSystemConfigurationDetailArgs']]]]:
|
@@ -834,6 +906,18 @@ class _VmClusterState:
|
|
834
906
|
def state(self, value: Optional[pulumi.Input[str]]):
|
835
907
|
pulumi.set(self, "state", value)
|
836
908
|
|
909
|
+
@property
|
910
|
+
@pulumi.getter(name="storageManagementType")
|
911
|
+
def storage_management_type(self) -> Optional[pulumi.Input[str]]:
|
912
|
+
"""
|
913
|
+
Specifies whether the type of storage management for the VM cluster is ASM or Exascale.
|
914
|
+
"""
|
915
|
+
return pulumi.get(self, "storage_management_type")
|
916
|
+
|
917
|
+
@storage_management_type.setter
|
918
|
+
def storage_management_type(self, value: Optional[pulumi.Input[str]]):
|
919
|
+
pulumi.set(self, "storage_management_type", value)
|
920
|
+
|
837
921
|
@property
|
838
922
|
@pulumi.getter(name="systemVersion")
|
839
923
|
def system_version(self) -> Optional[pulumi.Input[str]]:
|
@@ -875,10 +959,6 @@ class _VmClusterState:
|
|
875
959
|
def vm_cluster_network_id(self) -> Optional[pulumi.Input[str]]:
|
876
960
|
"""
|
877
961
|
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster network.
|
878
|
-
|
879
|
-
|
880
|
-
** IMPORTANT **
|
881
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
882
962
|
"""
|
883
963
|
return pulumi.get(self, "vm_cluster_network_id")
|
884
964
|
|
@@ -886,6 +966,22 @@ class _VmClusterState:
|
|
886
966
|
def vm_cluster_network_id(self, value: Optional[pulumi.Input[str]]):
|
887
967
|
pulumi.set(self, "vm_cluster_network_id", value)
|
888
968
|
|
969
|
+
@property
|
970
|
+
@pulumi.getter(name="vmClusterType")
|
971
|
+
def vm_cluster_type(self) -> Optional[pulumi.Input[str]]:
|
972
|
+
"""
|
973
|
+
The vmcluster type for the VM cluster/Cloud VM cluster.
|
974
|
+
|
975
|
+
|
976
|
+
** IMPORTANT **
|
977
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
978
|
+
"""
|
979
|
+
return pulumi.get(self, "vm_cluster_type")
|
980
|
+
|
981
|
+
@vm_cluster_type.setter
|
982
|
+
def vm_cluster_type(self, value: Optional[pulumi.Input[str]]):
|
983
|
+
pulumi.set(self, "vm_cluster_type", value)
|
984
|
+
|
889
985
|
|
890
986
|
class VmCluster(pulumi.CustomResource):
|
891
987
|
@overload
|
@@ -903,6 +999,7 @@ class VmCluster(pulumi.CustomResource):
|
|
903
999
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
904
1000
|
display_name: Optional[pulumi.Input[str]] = None,
|
905
1001
|
exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
|
1002
|
+
exascale_db_storage_vault_id: Optional[pulumi.Input[str]] = None,
|
906
1003
|
file_system_configuration_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VmClusterFileSystemConfigurationDetailArgs', 'VmClusterFileSystemConfigurationDetailArgsDict']]]]] = None,
|
907
1004
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
908
1005
|
gi_version: Optional[pulumi.Input[str]] = None,
|
@@ -915,6 +1012,7 @@ class VmCluster(pulumi.CustomResource):
|
|
915
1012
|
system_version: Optional[pulumi.Input[str]] = None,
|
916
1013
|
time_zone: Optional[pulumi.Input[str]] = None,
|
917
1014
|
vm_cluster_network_id: Optional[pulumi.Input[str]] = None,
|
1015
|
+
vm_cluster_type: Optional[pulumi.Input[str]] = None,
|
918
1016
|
__props__=None):
|
919
1017
|
"""
|
920
1018
|
This resource provides the Vm Cluster resource in Oracle Cloud Infrastructure Database service.
|
@@ -956,6 +1054,7 @@ class VmCluster(pulumi.CustomResource):
|
|
956
1054
|
db_node_storage_size_in_gbs=vm_cluster_db_node_storage_size_in_gbs,
|
957
1055
|
db_servers=vm_cluster_db_servers,
|
958
1056
|
defined_tags=vm_cluster_defined_tags,
|
1057
|
+
exascale_db_storage_vault_id=test_exascale_db_storage_vault["id"],
|
959
1058
|
file_system_configuration_details=[{
|
960
1059
|
"file_system_size_gb": vm_cluster_file_system_configuration_details_file_system_size_gb,
|
961
1060
|
"mount_point": vm_cluster_file_system_configuration_details_mount_point,
|
@@ -968,7 +1067,8 @@ class VmCluster(pulumi.CustomResource):
|
|
968
1067
|
license_model=vm_cluster_license_model,
|
969
1068
|
memory_size_in_gbs=vm_cluster_memory_size_in_gbs,
|
970
1069
|
system_version=vm_cluster_system_version,
|
971
|
-
time_zone=vm_cluster_time_zone
|
1070
|
+
time_zone=vm_cluster_time_zone,
|
1071
|
+
vm_cluster_type=vm_cluster_vm_cluster_type)
|
972
1072
|
```
|
973
1073
|
|
974
1074
|
## Import
|
@@ -991,6 +1091,7 @@ class VmCluster(pulumi.CustomResource):
|
|
991
1091
|
:param pulumi.Input[Mapping[str, pulumi.Input[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).
|
992
1092
|
:param pulumi.Input[str] display_name: The user-friendly name for the VM cluster. The name does not need to be unique.
|
993
1093
|
:param pulumi.Input[str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
1094
|
+
:param pulumi.Input[str] exascale_db_storage_vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
994
1095
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VmClusterFileSystemConfigurationDetailArgs', 'VmClusterFileSystemConfigurationDetailArgsDict']]]] file_system_configuration_details: (Updatable) Details of the file system configuration of the VM cluster.
|
995
1096
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
996
1097
|
:param pulumi.Input[str] gi_version: The Oracle Grid Infrastructure software version for the VM cluster.
|
@@ -1002,6 +1103,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1002
1103
|
:param pulumi.Input[str] system_version: Operating system version of the image.
|
1003
1104
|
:param pulumi.Input[str] time_zone: The time zone to use for the VM cluster. For details, see [DB System Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
1004
1105
|
:param pulumi.Input[str] vm_cluster_network_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster network.
|
1106
|
+
:param pulumi.Input[str] vm_cluster_type: The vmcluster type for the VM cluster/Cloud VM cluster.
|
1005
1107
|
|
1006
1108
|
|
1007
1109
|
** IMPORTANT **
|
@@ -1053,6 +1155,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1053
1155
|
db_node_storage_size_in_gbs=vm_cluster_db_node_storage_size_in_gbs,
|
1054
1156
|
db_servers=vm_cluster_db_servers,
|
1055
1157
|
defined_tags=vm_cluster_defined_tags,
|
1158
|
+
exascale_db_storage_vault_id=test_exascale_db_storage_vault["id"],
|
1056
1159
|
file_system_configuration_details=[{
|
1057
1160
|
"file_system_size_gb": vm_cluster_file_system_configuration_details_file_system_size_gb,
|
1058
1161
|
"mount_point": vm_cluster_file_system_configuration_details_mount_point,
|
@@ -1065,7 +1168,8 @@ class VmCluster(pulumi.CustomResource):
|
|
1065
1168
|
license_model=vm_cluster_license_model,
|
1066
1169
|
memory_size_in_gbs=vm_cluster_memory_size_in_gbs,
|
1067
1170
|
system_version=vm_cluster_system_version,
|
1068
|
-
time_zone=vm_cluster_time_zone
|
1171
|
+
time_zone=vm_cluster_time_zone,
|
1172
|
+
vm_cluster_type=vm_cluster_vm_cluster_type)
|
1069
1173
|
```
|
1070
1174
|
|
1071
1175
|
## Import
|
@@ -1102,6 +1206,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1102
1206
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1103
1207
|
display_name: Optional[pulumi.Input[str]] = None,
|
1104
1208
|
exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
|
1209
|
+
exascale_db_storage_vault_id: Optional[pulumi.Input[str]] = None,
|
1105
1210
|
file_system_configuration_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VmClusterFileSystemConfigurationDetailArgs', 'VmClusterFileSystemConfigurationDetailArgsDict']]]]] = None,
|
1106
1211
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1107
1212
|
gi_version: Optional[pulumi.Input[str]] = None,
|
@@ -1114,6 +1219,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1114
1219
|
system_version: Optional[pulumi.Input[str]] = None,
|
1115
1220
|
time_zone: Optional[pulumi.Input[str]] = None,
|
1116
1221
|
vm_cluster_network_id: Optional[pulumi.Input[str]] = None,
|
1222
|
+
vm_cluster_type: Optional[pulumi.Input[str]] = None,
|
1117
1223
|
__props__=None):
|
1118
1224
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
1119
1225
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -1142,6 +1248,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1142
1248
|
if exadata_infrastructure_id is None and not opts.urn:
|
1143
1249
|
raise TypeError("Missing required property 'exadata_infrastructure_id'")
|
1144
1250
|
__props__.__dict__["exadata_infrastructure_id"] = exadata_infrastructure_id
|
1251
|
+
__props__.__dict__["exascale_db_storage_vault_id"] = exascale_db_storage_vault_id
|
1145
1252
|
__props__.__dict__["file_system_configuration_details"] = file_system_configuration_details
|
1146
1253
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1147
1254
|
if gi_version is None and not opts.urn:
|
@@ -1160,13 +1267,16 @@ class VmCluster(pulumi.CustomResource):
|
|
1160
1267
|
if vm_cluster_network_id is None and not opts.urn:
|
1161
1268
|
raise TypeError("Missing required property 'vm_cluster_network_id'")
|
1162
1269
|
__props__.__dict__["vm_cluster_network_id"] = vm_cluster_network_id
|
1270
|
+
__props__.__dict__["vm_cluster_type"] = vm_cluster_type
|
1163
1271
|
__props__.__dict__["availability_domain"] = None
|
1272
|
+
__props__.__dict__["compute_model"] = None
|
1164
1273
|
__props__.__dict__["cpus_enabled"] = None
|
1165
1274
|
__props__.__dict__["last_patch_history_entry_id"] = None
|
1166
1275
|
__props__.__dict__["lifecycle_details"] = None
|
1167
1276
|
__props__.__dict__["ocpus_enabled"] = None
|
1168
1277
|
__props__.__dict__["shape"] = None
|
1169
1278
|
__props__.__dict__["state"] = None
|
1279
|
+
__props__.__dict__["storage_management_type"] = None
|
1170
1280
|
__props__.__dict__["time_created"] = None
|
1171
1281
|
super(VmCluster, __self__).__init__(
|
1172
1282
|
'oci:Database/vmCluster:VmCluster',
|
@@ -1181,6 +1291,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1181
1291
|
availability_domain: Optional[pulumi.Input[str]] = None,
|
1182
1292
|
cloud_automation_update_details: Optional[pulumi.Input[Union['VmClusterCloudAutomationUpdateDetailsArgs', 'VmClusterCloudAutomationUpdateDetailsArgsDict']]] = None,
|
1183
1293
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
1294
|
+
compute_model: Optional[pulumi.Input[str]] = None,
|
1184
1295
|
cpu_core_count: Optional[pulumi.Input[int]] = None,
|
1185
1296
|
cpus_enabled: Optional[pulumi.Input[int]] = None,
|
1186
1297
|
data_collection_options: Optional[pulumi.Input[Union['VmClusterDataCollectionOptionsArgs', 'VmClusterDataCollectionOptionsArgsDict']]] = None,
|
@@ -1191,6 +1302,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1191
1302
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1192
1303
|
display_name: Optional[pulumi.Input[str]] = None,
|
1193
1304
|
exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
|
1305
|
+
exascale_db_storage_vault_id: Optional[pulumi.Input[str]] = None,
|
1194
1306
|
file_system_configuration_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VmClusterFileSystemConfigurationDetailArgs', 'VmClusterFileSystemConfigurationDetailArgsDict']]]]] = None,
|
1195
1307
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1196
1308
|
gi_version: Optional[pulumi.Input[str]] = None,
|
@@ -1205,10 +1317,12 @@ class VmCluster(pulumi.CustomResource):
|
|
1205
1317
|
shape: Optional[pulumi.Input[str]] = None,
|
1206
1318
|
ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1207
1319
|
state: Optional[pulumi.Input[str]] = None,
|
1320
|
+
storage_management_type: Optional[pulumi.Input[str]] = None,
|
1208
1321
|
system_version: Optional[pulumi.Input[str]] = None,
|
1209
1322
|
time_created: Optional[pulumi.Input[str]] = None,
|
1210
1323
|
time_zone: Optional[pulumi.Input[str]] = None,
|
1211
|
-
vm_cluster_network_id: Optional[pulumi.Input[str]] = None
|
1324
|
+
vm_cluster_network_id: Optional[pulumi.Input[str]] = None,
|
1325
|
+
vm_cluster_type: Optional[pulumi.Input[str]] = None) -> 'VmCluster':
|
1212
1326
|
"""
|
1213
1327
|
Get an existing VmCluster resource's state with the given name, id, and optional extra
|
1214
1328
|
properties used to qualify the lookup.
|
@@ -1219,6 +1333,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1219
1333
|
:param pulumi.Input[str] availability_domain: The name of the availability domain that the VM cluster is located in.
|
1220
1334
|
:param pulumi.Input[Union['VmClusterCloudAutomationUpdateDetailsArgs', 'VmClusterCloudAutomationUpdateDetailsArgsDict']] cloud_automation_update_details: (Updatable) Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period.
|
1221
1335
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
1336
|
+
:param pulumi.Input[str] compute_model: The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
1222
1337
|
:param pulumi.Input[int] cpus_enabled: The number of enabled CPU cores.
|
1223
1338
|
:param pulumi.Input[Union['VmClusterDataCollectionOptionsArgs', 'VmClusterDataCollectionOptionsArgsDict']] data_collection_options: (Updatable) Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
|
1224
1339
|
:param pulumi.Input[float] data_storage_size_in_gb: (Updatable) The data disk group size to be allocated in GBs.
|
@@ -1228,6 +1343,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1228
1343
|
:param pulumi.Input[Mapping[str, pulumi.Input[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).
|
1229
1344
|
:param pulumi.Input[str] display_name: The user-friendly name for the VM cluster. The name does not need to be unique.
|
1230
1345
|
:param pulumi.Input[str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
1346
|
+
:param pulumi.Input[str] exascale_db_storage_vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
1231
1347
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VmClusterFileSystemConfigurationDetailArgs', 'VmClusterFileSystemConfigurationDetailArgsDict']]]] file_system_configuration_details: (Updatable) Details of the file system configuration of the VM cluster.
|
1232
1348
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
1233
1349
|
:param pulumi.Input[str] gi_version: The Oracle Grid Infrastructure software version for the VM cluster.
|
@@ -1240,10 +1356,12 @@ class VmCluster(pulumi.CustomResource):
|
|
1240
1356
|
:param pulumi.Input[str] shape: The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
|
1241
1357
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_public_keys: (Updatable) The public key portion of one or more key pairs used for SSH access to the VM cluster.
|
1242
1358
|
:param pulumi.Input[str] state: The current state of the VM cluster.
|
1359
|
+
:param pulumi.Input[str] storage_management_type: Specifies whether the type of storage management for the VM cluster is ASM or Exascale.
|
1243
1360
|
:param pulumi.Input[str] system_version: Operating system version of the image.
|
1244
1361
|
:param pulumi.Input[str] time_created: The date and time that the VM cluster was created.
|
1245
1362
|
:param pulumi.Input[str] time_zone: The time zone to use for the VM cluster. For details, see [DB System Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
1246
1363
|
:param pulumi.Input[str] vm_cluster_network_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster network.
|
1364
|
+
:param pulumi.Input[str] vm_cluster_type: The vmcluster type for the VM cluster/Cloud VM cluster.
|
1247
1365
|
|
1248
1366
|
|
1249
1367
|
** IMPORTANT **
|
@@ -1256,6 +1374,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1256
1374
|
__props__.__dict__["availability_domain"] = availability_domain
|
1257
1375
|
__props__.__dict__["cloud_automation_update_details"] = cloud_automation_update_details
|
1258
1376
|
__props__.__dict__["compartment_id"] = compartment_id
|
1377
|
+
__props__.__dict__["compute_model"] = compute_model
|
1259
1378
|
__props__.__dict__["cpu_core_count"] = cpu_core_count
|
1260
1379
|
__props__.__dict__["cpus_enabled"] = cpus_enabled
|
1261
1380
|
__props__.__dict__["data_collection_options"] = data_collection_options
|
@@ -1266,6 +1385,7 @@ class VmCluster(pulumi.CustomResource):
|
|
1266
1385
|
__props__.__dict__["defined_tags"] = defined_tags
|
1267
1386
|
__props__.__dict__["display_name"] = display_name
|
1268
1387
|
__props__.__dict__["exadata_infrastructure_id"] = exadata_infrastructure_id
|
1388
|
+
__props__.__dict__["exascale_db_storage_vault_id"] = exascale_db_storage_vault_id
|
1269
1389
|
__props__.__dict__["file_system_configuration_details"] = file_system_configuration_details
|
1270
1390
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1271
1391
|
__props__.__dict__["gi_version"] = gi_version
|
@@ -1280,10 +1400,12 @@ class VmCluster(pulumi.CustomResource):
|
|
1280
1400
|
__props__.__dict__["shape"] = shape
|
1281
1401
|
__props__.__dict__["ssh_public_keys"] = ssh_public_keys
|
1282
1402
|
__props__.__dict__["state"] = state
|
1403
|
+
__props__.__dict__["storage_management_type"] = storage_management_type
|
1283
1404
|
__props__.__dict__["system_version"] = system_version
|
1284
1405
|
__props__.__dict__["time_created"] = time_created
|
1285
1406
|
__props__.__dict__["time_zone"] = time_zone
|
1286
1407
|
__props__.__dict__["vm_cluster_network_id"] = vm_cluster_network_id
|
1408
|
+
__props__.__dict__["vm_cluster_type"] = vm_cluster_type
|
1287
1409
|
return VmCluster(resource_name, opts=opts, __props__=__props__)
|
1288
1410
|
|
1289
1411
|
@property
|
@@ -1310,6 +1432,14 @@ class VmCluster(pulumi.CustomResource):
|
|
1310
1432
|
"""
|
1311
1433
|
return pulumi.get(self, "compartment_id")
|
1312
1434
|
|
1435
|
+
@property
|
1436
|
+
@pulumi.getter(name="computeModel")
|
1437
|
+
def compute_model(self) -> pulumi.Output[str]:
|
1438
|
+
"""
|
1439
|
+
The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
1440
|
+
"""
|
1441
|
+
return pulumi.get(self, "compute_model")
|
1442
|
+
|
1313
1443
|
@property
|
1314
1444
|
@pulumi.getter(name="cpuCoreCount")
|
1315
1445
|
def cpu_core_count(self) -> pulumi.Output[int]:
|
@@ -1387,6 +1517,14 @@ class VmCluster(pulumi.CustomResource):
|
|
1387
1517
|
"""
|
1388
1518
|
return pulumi.get(self, "exadata_infrastructure_id")
|
1389
1519
|
|
1520
|
+
@property
|
1521
|
+
@pulumi.getter(name="exascaleDbStorageVaultId")
|
1522
|
+
def exascale_db_storage_vault_id(self) -> pulumi.Output[str]:
|
1523
|
+
"""
|
1524
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
1525
|
+
"""
|
1526
|
+
return pulumi.get(self, "exascale_db_storage_vault_id")
|
1527
|
+
|
1390
1528
|
@property
|
1391
1529
|
@pulumi.getter(name="fileSystemConfigurationDetails")
|
1392
1530
|
def file_system_configuration_details(self) -> pulumi.Output[Sequence['outputs.VmClusterFileSystemConfigurationDetail']]:
|
@@ -1493,6 +1631,14 @@ class VmCluster(pulumi.CustomResource):
|
|
1493
1631
|
"""
|
1494
1632
|
return pulumi.get(self, "state")
|
1495
1633
|
|
1634
|
+
@property
|
1635
|
+
@pulumi.getter(name="storageManagementType")
|
1636
|
+
def storage_management_type(self) -> pulumi.Output[str]:
|
1637
|
+
"""
|
1638
|
+
Specifies whether the type of storage management for the VM cluster is ASM or Exascale.
|
1639
|
+
"""
|
1640
|
+
return pulumi.get(self, "storage_management_type")
|
1641
|
+
|
1496
1642
|
@property
|
1497
1643
|
@pulumi.getter(name="systemVersion")
|
1498
1644
|
def system_version(self) -> pulumi.Output[str]:
|
@@ -1522,10 +1668,18 @@ class VmCluster(pulumi.CustomResource):
|
|
1522
1668
|
def vm_cluster_network_id(self) -> pulumi.Output[str]:
|
1523
1669
|
"""
|
1524
1670
|
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM cluster network.
|
1671
|
+
"""
|
1672
|
+
return pulumi.get(self, "vm_cluster_network_id")
|
1673
|
+
|
1674
|
+
@property
|
1675
|
+
@pulumi.getter(name="vmClusterType")
|
1676
|
+
def vm_cluster_type(self) -> pulumi.Output[str]:
|
1677
|
+
"""
|
1678
|
+
The vmcluster type for the VM cluster/Cloud VM cluster.
|
1525
1679
|
|
1526
1680
|
|
1527
1681
|
** IMPORTANT **
|
1528
1682
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1529
1683
|
"""
|
1530
|
-
return pulumi.get(self, "
|
1684
|
+
return pulumi.get(self, "vm_cluster_type")
|
1531
1685
|
|