pulumi-oci 2.26.0a1741847591__py3-none-any.whl → 2.26.0a1741943394__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. pulumi_oci/__init__.py +67 -0
  2. pulumi_oci/containerengine/_inputs.py +34 -35
  3. pulumi_oci/containerengine/cluster.py +2 -0
  4. pulumi_oci/containerengine/container_instance.py +2 -4
  5. pulumi_oci/containerengine/outputs.py +110 -21
  6. pulumi_oci/containerinstances/outputs.py +0 -14
  7. pulumi_oci/core/_inputs.py +21 -33
  8. pulumi_oci/core/outputs.py +13 -21
  9. pulumi_oci/database/__init__.py +1 -0
  10. pulumi_oci/database/_inputs.py +704 -0
  11. pulumi_oci/database/application_vip.py +59 -10
  12. pulumi_oci/database/autonomous_database.py +7 -28
  13. pulumi_oci/database/backup.py +153 -5
  14. pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
  15. pulumi_oci/database/cloud_vm_cluster.py +163 -30
  16. pulumi_oci/database/db_node.py +64 -8
  17. pulumi_oci/database/exadata_infrastructure.py +157 -3
  18. pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
  19. pulumi_oci/database/exadb_vm_cluster.py +84 -7
  20. pulumi_oci/database/exascale_db_storage_vault.py +147 -0
  21. pulumi_oci/database/external_container_database.py +4 -4
  22. pulumi_oci/database/external_non_container_database.py +4 -4
  23. pulumi_oci/database/external_pluggable_database.py +4 -4
  24. pulumi_oci/database/get_application_vip.py +16 -2
  25. pulumi_oci/database/get_autonomous_database.py +0 -3
  26. pulumi_oci/database/get_backups.py +136 -10
  27. pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
  28. pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
  29. pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
  30. pulumi_oci/database/get_database_software_images.py +20 -1
  31. pulumi_oci/database/get_db_node.py +31 -4
  32. pulumi_oci/database/get_db_server.py +15 -1
  33. pulumi_oci/database/get_exadata_infrastructure.py +57 -1
  34. pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
  35. pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
  36. pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
  37. pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
  38. pulumi_oci/database/get_external_container_database.py +1 -1
  39. pulumi_oci/database/get_external_non_container_database.py +1 -1
  40. pulumi_oci/database/get_external_pluggable_database.py +1 -1
  41. pulumi_oci/database/get_flex_components.py +28 -6
  42. pulumi_oci/database/get_vm_cluster.py +60 -4
  43. pulumi_oci/database/get_vm_clusters.py +25 -3
  44. pulumi_oci/database/outputs.py +1084 -42
  45. pulumi_oci/database/pluggable_database.py +13 -13
  46. pulumi_oci/database/vm_cluster.py +172 -18
  47. pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
  48. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
  49. pulumi_oci/datasafe/__init__.py +7 -0
  50. pulumi_oci/datasafe/_inputs.py +301 -0
  51. pulumi_oci/datasafe/discovery_mod.py +49 -0
  52. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  53. pulumi_oci/datasafe/get_masking_report.py +46 -4
  54. pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
  55. pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
  56. pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
  57. pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
  58. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  59. pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
  60. pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
  61. pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
  62. pulumi_oci/datasafe/outputs.py +676 -3
  63. pulumi_oci/datasafe/sensitive_data_model.py +49 -0
  64. pulumi_oci/datasafe/sensitive_type_group.py +563 -0
  65. pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
  66. pulumi_oci/datascience/__init__.py +4 -0
  67. pulumi_oci/datascience/_inputs.py +1160 -41
  68. pulumi_oci/datascience/get_model.py +29 -1
  69. pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
  70. pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
  71. pulumi_oci/datascience/get_model_version_set.py +15 -1
  72. pulumi_oci/datascience/get_model_version_sets.py +25 -3
  73. pulumi_oci/datascience/get_models.py +25 -3
  74. pulumi_oci/datascience/get_pipeline.py +15 -1
  75. pulumi_oci/datascience/model.py +64 -0
  76. pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
  77. pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
  78. pulumi_oci/datascience/model_version_set.py +28 -0
  79. pulumi_oci/datascience/outputs.py +4343 -2164
  80. pulumi_oci/datascience/pipeline.py +48 -141
  81. pulumi_oci/datascience/pipeline_run.py +32 -0
  82. pulumi_oci/dblm/__init__.py +17 -0
  83. pulumi_oci/dblm/_inputs.py +275 -0
  84. pulumi_oci/dblm/get_vulnerability.py +242 -0
  85. pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
  86. pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
  87. pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
  88. pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
  89. pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
  90. pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
  91. pulumi_oci/dblm/outputs.py +1294 -0
  92. pulumi_oci/dblm/vulnerability_scan.py +521 -0
  93. pulumi_oci/email/dkim.py +120 -20
  94. pulumi_oci/email/get_dkim.py +40 -1
  95. pulumi_oci/email/outputs.py +29 -0
  96. pulumi_oci/filestorage/__init__.py +3 -0
  97. pulumi_oci/filestorage/_inputs.py +49 -0
  98. pulumi_oci/filestorage/file_system.py +105 -0
  99. pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
  100. pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
  101. pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
  102. pulumi_oci/filestorage/outputs.py +186 -0
  103. pulumi_oci/mysql/_inputs.py +1239 -10
  104. pulumi_oci/mysql/channel.py +28 -0
  105. pulumi_oci/mysql/get_channel.py +15 -1
  106. pulumi_oci/mysql/get_mysql_backup.py +15 -1
  107. pulumi_oci/mysql/get_mysql_configuration.py +15 -1
  108. pulumi_oci/mysql/get_mysql_db_system.py +15 -1
  109. pulumi_oci/mysql/mysql_backup.py +28 -0
  110. pulumi_oci/mysql/mysql_configuration.py +106 -0
  111. pulumi_oci/mysql/mysql_db_system.py +36 -0
  112. pulumi_oci/mysql/outputs.py +2008 -35
  113. pulumi_oci/opensearch/__init__.py +3 -0
  114. pulumi_oci/opensearch/_inputs.py +101 -0
  115. pulumi_oci/opensearch/cluster.py +76 -29
  116. pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
  117. pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
  118. pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
  119. pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
  120. pulumi_oci/opensearch/outputs.py +425 -0
  121. pulumi_oci/psql/_inputs.py +258 -0
  122. pulumi_oci/psql/backup.py +129 -28
  123. pulumi_oci/psql/db_system.py +10 -0
  124. pulumi_oci/psql/get_backup.py +47 -2
  125. pulumi_oci/psql/get_backups.py +3 -0
  126. pulumi_oci/psql/get_configurations.py +23 -1
  127. pulumi_oci/psql/get_db_system.py +1 -1
  128. pulumi_oci/psql/get_db_systems.py +1 -1
  129. pulumi_oci/psql/outputs.py +541 -5
  130. pulumi_oci/pulumi-plugin.json +1 -1
  131. pulumi_oci/redis/redis_cluster.py +7 -7
  132. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/METADATA +1 -1
  133. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/RECORD +135 -106
  134. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/WHEEL +0 -0
  135. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/top_level.txt +0 -0
@@ -7,8 +7,11 @@ import typing
7
7
  # Export this package's modules as members:
8
8
  from .cluster import *
9
9
  from .get_opensearch_cluster import *
10
+ from .get_opensearch_cluster_pipeline import *
11
+ from .get_opensearch_cluster_pipelines import *
10
12
  from .get_opensearch_clusters import *
11
13
  from .get_opensearch_version import *
12
14
  from .get_opensearch_versions import *
15
+ from .opensearch_cluster_pipeline import *
13
16
  from ._inputs import *
14
17
  from . import outputs
@@ -23,6 +23,10 @@ __all__ = [
23
23
  'ClusterOutboundClusterConfigOutboundClusterArgsDict',
24
24
  'ClusterReverseConnectionEndpointArgs',
25
25
  'ClusterReverseConnectionEndpointArgsDict',
26
+ 'OpensearchClusterPipelineReverseConnectionEndpointArgs',
27
+ 'OpensearchClusterPipelineReverseConnectionEndpointArgsDict',
28
+ 'GetOpensearchClusterPipelinesFilterArgs',
29
+ 'GetOpensearchClusterPipelinesFilterArgsDict',
26
30
  'GetOpensearchClustersFilterArgs',
27
31
  'GetOpensearchClustersFilterArgsDict',
28
32
  'GetOpensearchVersionsFilterArgs',
@@ -335,6 +339,103 @@ class ClusterReverseConnectionEndpointArgs:
335
339
  pulumi.set(self, "nat_ip", value)
336
340
 
337
341
 
342
+ if not MYPY:
343
+ class OpensearchClusterPipelineReverseConnectionEndpointArgsDict(TypedDict):
344
+ customer_fqdn: pulumi.Input[str]
345
+ """
346
+ (Updatable) The fully qualified domain name of the customerIp in the customer VCN
347
+ """
348
+ customer_ip: pulumi.Input[str]
349
+ """
350
+ (Updatable) The IPv4 address in the customer VCN
351
+ """
352
+ elif False:
353
+ OpensearchClusterPipelineReverseConnectionEndpointArgsDict: TypeAlias = Mapping[str, Any]
354
+
355
+ @pulumi.input_type
356
+ class OpensearchClusterPipelineReverseConnectionEndpointArgs:
357
+ def __init__(__self__, *,
358
+ customer_fqdn: pulumi.Input[str],
359
+ customer_ip: pulumi.Input[str]):
360
+ """
361
+ :param pulumi.Input[str] customer_fqdn: (Updatable) The fully qualified domain name of the customerIp in the customer VCN
362
+ :param pulumi.Input[str] customer_ip: (Updatable) The IPv4 address in the customer VCN
363
+ """
364
+ pulumi.set(__self__, "customer_fqdn", customer_fqdn)
365
+ pulumi.set(__self__, "customer_ip", customer_ip)
366
+
367
+ @property
368
+ @pulumi.getter(name="customerFqdn")
369
+ def customer_fqdn(self) -> pulumi.Input[str]:
370
+ """
371
+ (Updatable) The fully qualified domain name of the customerIp in the customer VCN
372
+ """
373
+ return pulumi.get(self, "customer_fqdn")
374
+
375
+ @customer_fqdn.setter
376
+ def customer_fqdn(self, value: pulumi.Input[str]):
377
+ pulumi.set(self, "customer_fqdn", value)
378
+
379
+ @property
380
+ @pulumi.getter(name="customerIp")
381
+ def customer_ip(self) -> pulumi.Input[str]:
382
+ """
383
+ (Updatable) The IPv4 address in the customer VCN
384
+ """
385
+ return pulumi.get(self, "customer_ip")
386
+
387
+ @customer_ip.setter
388
+ def customer_ip(self, value: pulumi.Input[str]):
389
+ pulumi.set(self, "customer_ip", value)
390
+
391
+
392
+ if not MYPY:
393
+ class GetOpensearchClusterPipelinesFilterArgsDict(TypedDict):
394
+ name: str
395
+ values: Sequence[str]
396
+ regex: NotRequired[bool]
397
+ elif False:
398
+ GetOpensearchClusterPipelinesFilterArgsDict: TypeAlias = Mapping[str, Any]
399
+
400
+ @pulumi.input_type
401
+ class GetOpensearchClusterPipelinesFilterArgs:
402
+ def __init__(__self__, *,
403
+ name: str,
404
+ values: Sequence[str],
405
+ regex: Optional[bool] = None):
406
+ pulumi.set(__self__, "name", name)
407
+ pulumi.set(__self__, "values", values)
408
+ if regex is not None:
409
+ pulumi.set(__self__, "regex", regex)
410
+
411
+ @property
412
+ @pulumi.getter
413
+ def name(self) -> str:
414
+ return pulumi.get(self, "name")
415
+
416
+ @name.setter
417
+ def name(self, value: str):
418
+ pulumi.set(self, "name", value)
419
+
420
+ @property
421
+ @pulumi.getter
422
+ def values(self) -> Sequence[str]:
423
+ return pulumi.get(self, "values")
424
+
425
+ @values.setter
426
+ def values(self, value: Sequence[str]):
427
+ pulumi.set(self, "values", value)
428
+
429
+ @property
430
+ @pulumi.getter
431
+ def regex(self) -> Optional[bool]:
432
+ return pulumi.get(self, "regex")
433
+
434
+ @regex.setter
435
+ def regex(self, value: Optional[bool]):
436
+ pulumi.set(self, "regex", value)
437
+
438
+
338
439
  if not MYPY:
339
440
  class GetOpensearchClustersFilterArgsDict(TypedDict):
340
441
  name: str
@@ -52,7 +52,8 @@ class ClusterArgs:
52
52
  security_master_user_name: Optional[pulumi.Input[str]] = None,
53
53
  security_master_user_password_hash: Optional[pulumi.Input[str]] = None,
54
54
  security_mode: Optional[pulumi.Input[str]] = None,
55
- system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
55
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
56
+ upgrade_major_version_trigger: Optional[pulumi.Input[int]] = None):
56
57
  """
57
58
  The set of arguments for constructing a Cluster resource.
58
59
  :param pulumi.Input[str] compartment_id: The OCID of the compartment to create the cluster in.
@@ -75,10 +76,6 @@ class ClusterArgs:
75
76
  :param pulumi.Input[str] vcn_compartment_id: The OCID for the compartment where the cluster's VCN is located.
76
77
  :param pulumi.Input[str] vcn_id: The OCID of the cluster's VCN.
77
78
  :param pulumi.Input[int] configure_outbound_cluster_trigger: (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
78
-
79
-
80
- ** IMPORTANT **
81
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
82
79
  :param pulumi.Input[str] data_node_host_bare_metal_shape: The bare metal shape for the cluster's data nodes.
83
80
  :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. Example: `{"foo-namespace.bar-key": "value"}`
84
81
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
@@ -91,6 +88,11 @@ class ClusterArgs:
91
88
  :param pulumi.Input[str] security_master_user_password_hash: (Updatable) The password hash of the master user that are used to manage security config
92
89
  :param pulumi.Input[str] security_mode: (Updatable) The security mode of the cluster.
93
90
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
91
+ :param pulumi.Input[int] upgrade_major_version_trigger: An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
92
+
93
+
94
+ ** IMPORTANT **
95
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
94
96
  """
95
97
  pulumi.set(__self__, "compartment_id", compartment_id)
96
98
  pulumi.set(__self__, "data_node_count", data_node_count)
@@ -137,6 +139,8 @@ class ClusterArgs:
137
139
  pulumi.set(__self__, "security_mode", security_mode)
138
140
  if system_tags is not None:
139
141
  pulumi.set(__self__, "system_tags", system_tags)
142
+ if upgrade_major_version_trigger is not None:
143
+ pulumi.set(__self__, "upgrade_major_version_trigger", upgrade_major_version_trigger)
140
144
 
141
145
  @property
142
146
  @pulumi.getter(name="compartmentId")
@@ -371,10 +375,6 @@ class ClusterArgs:
371
375
  def configure_outbound_cluster_trigger(self) -> Optional[pulumi.Input[int]]:
372
376
  """
373
377
  (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
374
-
375
-
376
- ** IMPORTANT **
377
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
378
378
  """
379
379
  return pulumi.get(self, "configure_outbound_cluster_trigger")
380
380
 
@@ -526,6 +526,22 @@ class ClusterArgs:
526
526
  def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
527
527
  pulumi.set(self, "system_tags", value)
528
528
 
529
+ @property
530
+ @pulumi.getter(name="upgradeMajorVersionTrigger")
531
+ def upgrade_major_version_trigger(self) -> Optional[pulumi.Input[int]]:
532
+ """
533
+ An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
534
+
535
+
536
+ ** IMPORTANT **
537
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
538
+ """
539
+ return pulumi.get(self, "upgrade_major_version_trigger")
540
+
541
+ @upgrade_major_version_trigger.setter
542
+ def upgrade_major_version_trigger(self, value: Optional[pulumi.Input[int]]):
543
+ pulumi.set(self, "upgrade_major_version_trigger", value)
544
+
529
545
 
530
546
  @pulumi.input_type
531
547
  class _ClusterState:
@@ -573,6 +589,7 @@ class _ClusterState:
573
589
  time_deleted: Optional[pulumi.Input[str]] = None,
574
590
  time_updated: Optional[pulumi.Input[str]] = None,
575
591
  total_storage_gb: Optional[pulumi.Input[int]] = None,
592
+ upgrade_major_version_trigger: Optional[pulumi.Input[int]] = None,
576
593
  vcn_compartment_id: Optional[pulumi.Input[str]] = None,
577
594
  vcn_id: Optional[pulumi.Input[str]] = None):
578
595
  """
@@ -580,10 +597,6 @@ class _ClusterState:
580
597
  :param pulumi.Input[Sequence[pulumi.Input[str]]] availability_domains: The availability domains to distribute the cluser nodes across.
581
598
  :param pulumi.Input[str] compartment_id: The OCID of the compartment to create the cluster in.
582
599
  :param pulumi.Input[int] configure_outbound_cluster_trigger: (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
583
-
584
-
585
- ** IMPORTANT **
586
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
587
600
  :param pulumi.Input[int] data_node_count: (Updatable) The number of data nodes to configure for the cluster.
588
601
  :param pulumi.Input[str] data_node_host_bare_metal_shape: The bare metal shape for the cluster's data nodes.
589
602
  :param pulumi.Input[int] data_node_host_memory_gb: (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
@@ -624,6 +637,11 @@ class _ClusterState:
624
637
  :param pulumi.Input[str] time_deleted: The amount of time in milliseconds since the cluster was updated.
625
638
  :param pulumi.Input[str] time_updated: The amount of time in milliseconds since the cluster was updated.
626
639
  :param pulumi.Input[int] total_storage_gb: The size in GB of the cluster's total storage.
640
+ :param pulumi.Input[int] upgrade_major_version_trigger: An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
641
+
642
+
643
+ ** IMPORTANT **
644
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
627
645
  :param pulumi.Input[str] vcn_compartment_id: The OCID for the compartment where the cluster's VCN is located.
628
646
  :param pulumi.Input[str] vcn_id: The OCID of the cluster's VCN.
629
647
  """
@@ -713,6 +731,8 @@ class _ClusterState:
713
731
  pulumi.set(__self__, "time_updated", time_updated)
714
732
  if total_storage_gb is not None:
715
733
  pulumi.set(__self__, "total_storage_gb", total_storage_gb)
734
+ if upgrade_major_version_trigger is not None:
735
+ pulumi.set(__self__, "upgrade_major_version_trigger", upgrade_major_version_trigger)
716
736
  if vcn_compartment_id is not None:
717
737
  pulumi.set(__self__, "vcn_compartment_id", vcn_compartment_id)
718
738
  if vcn_id is not None:
@@ -747,10 +767,6 @@ class _ClusterState:
747
767
  def configure_outbound_cluster_trigger(self) -> Optional[pulumi.Input[int]]:
748
768
  """
749
769
  (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
750
-
751
-
752
- ** IMPORTANT **
753
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
754
770
  """
755
771
  return pulumi.get(self, "configure_outbound_cluster_trigger")
756
772
 
@@ -1238,6 +1254,22 @@ class _ClusterState:
1238
1254
  def total_storage_gb(self, value: Optional[pulumi.Input[int]]):
1239
1255
  pulumi.set(self, "total_storage_gb", value)
1240
1256
 
1257
+ @property
1258
+ @pulumi.getter(name="upgradeMajorVersionTrigger")
1259
+ def upgrade_major_version_trigger(self) -> Optional[pulumi.Input[int]]:
1260
+ """
1261
+ An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
1262
+
1263
+
1264
+ ** IMPORTANT **
1265
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1266
+ """
1267
+ return pulumi.get(self, "upgrade_major_version_trigger")
1268
+
1269
+ @upgrade_major_version_trigger.setter
1270
+ def upgrade_major_version_trigger(self, value: Optional[pulumi.Input[int]]):
1271
+ pulumi.set(self, "upgrade_major_version_trigger", value)
1272
+
1241
1273
  @property
1242
1274
  @pulumi.getter(name="vcnCompartmentId")
1243
1275
  def vcn_compartment_id(self) -> Optional[pulumi.Input[str]]:
@@ -1298,6 +1330,7 @@ class Cluster(pulumi.CustomResource):
1298
1330
  subnet_compartment_id: Optional[pulumi.Input[str]] = None,
1299
1331
  subnet_id: Optional[pulumi.Input[str]] = None,
1300
1332
  system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1333
+ upgrade_major_version_trigger: Optional[pulumi.Input[int]] = None,
1301
1334
  vcn_compartment_id: Optional[pulumi.Input[str]] = None,
1302
1335
  vcn_id: Optional[pulumi.Input[str]] = None,
1303
1336
  __props__=None):
@@ -1327,10 +1360,6 @@ class Cluster(pulumi.CustomResource):
1327
1360
  :param pulumi.ResourceOptions opts: Options for the resource.
1328
1361
  :param pulumi.Input[str] compartment_id: The OCID of the compartment to create the cluster in.
1329
1362
  :param pulumi.Input[int] configure_outbound_cluster_trigger: (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
1330
-
1331
-
1332
- ** IMPORTANT **
1333
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1334
1363
  :param pulumi.Input[int] data_node_count: (Updatable) The number of data nodes to configure for the cluster.
1335
1364
  :param pulumi.Input[str] data_node_host_bare_metal_shape: The bare metal shape for the cluster's data nodes.
1336
1365
  :param pulumi.Input[int] data_node_host_memory_gb: (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
@@ -1359,6 +1388,11 @@ class Cluster(pulumi.CustomResource):
1359
1388
  :param pulumi.Input[str] subnet_compartment_id: The OCID for the compartment where the cluster's subnet is located.
1360
1389
  :param pulumi.Input[str] subnet_id: The OCID of the cluster's subnet.
1361
1390
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1391
+ :param pulumi.Input[int] upgrade_major_version_trigger: An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
1392
+
1393
+
1394
+ ** IMPORTANT **
1395
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1362
1396
  :param pulumi.Input[str] vcn_compartment_id: The OCID for the compartment where the cluster's VCN is located.
1363
1397
  :param pulumi.Input[str] vcn_id: The OCID of the cluster's VCN.
1364
1398
  """
@@ -1435,6 +1469,7 @@ class Cluster(pulumi.CustomResource):
1435
1469
  subnet_compartment_id: Optional[pulumi.Input[str]] = None,
1436
1470
  subnet_id: Optional[pulumi.Input[str]] = None,
1437
1471
  system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1472
+ upgrade_major_version_trigger: Optional[pulumi.Input[int]] = None,
1438
1473
  vcn_compartment_id: Optional[pulumi.Input[str]] = None,
1439
1474
  vcn_id: Optional[pulumi.Input[str]] = None,
1440
1475
  __props__=None):
@@ -1510,6 +1545,7 @@ class Cluster(pulumi.CustomResource):
1510
1545
  raise TypeError("Missing required property 'subnet_id'")
1511
1546
  __props__.__dict__["subnet_id"] = subnet_id
1512
1547
  __props__.__dict__["system_tags"] = system_tags
1548
+ __props__.__dict__["upgrade_major_version_trigger"] = upgrade_major_version_trigger
1513
1549
  if vcn_compartment_id is None and not opts.urn:
1514
1550
  raise TypeError("Missing required property 'vcn_compartment_id'")
1515
1551
  __props__.__dict__["vcn_compartment_id"] = vcn_compartment_id
@@ -1584,6 +1620,7 @@ class Cluster(pulumi.CustomResource):
1584
1620
  time_deleted: Optional[pulumi.Input[str]] = None,
1585
1621
  time_updated: Optional[pulumi.Input[str]] = None,
1586
1622
  total_storage_gb: Optional[pulumi.Input[int]] = None,
1623
+ upgrade_major_version_trigger: Optional[pulumi.Input[int]] = None,
1587
1624
  vcn_compartment_id: Optional[pulumi.Input[str]] = None,
1588
1625
  vcn_id: Optional[pulumi.Input[str]] = None) -> 'Cluster':
1589
1626
  """
@@ -1596,10 +1633,6 @@ class Cluster(pulumi.CustomResource):
1596
1633
  :param pulumi.Input[Sequence[pulumi.Input[str]]] availability_domains: The availability domains to distribute the cluser nodes across.
1597
1634
  :param pulumi.Input[str] compartment_id: The OCID of the compartment to create the cluster in.
1598
1635
  :param pulumi.Input[int] configure_outbound_cluster_trigger: (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
1599
-
1600
-
1601
- ** IMPORTANT **
1602
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1603
1636
  :param pulumi.Input[int] data_node_count: (Updatable) The number of data nodes to configure for the cluster.
1604
1637
  :param pulumi.Input[str] data_node_host_bare_metal_shape: The bare metal shape for the cluster's data nodes.
1605
1638
  :param pulumi.Input[int] data_node_host_memory_gb: (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
@@ -1640,6 +1673,11 @@ class Cluster(pulumi.CustomResource):
1640
1673
  :param pulumi.Input[str] time_deleted: The amount of time in milliseconds since the cluster was updated.
1641
1674
  :param pulumi.Input[str] time_updated: The amount of time in milliseconds since the cluster was updated.
1642
1675
  :param pulumi.Input[int] total_storage_gb: The size in GB of the cluster's total storage.
1676
+ :param pulumi.Input[int] upgrade_major_version_trigger: An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
1677
+
1678
+
1679
+ ** IMPORTANT **
1680
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1643
1681
  :param pulumi.Input[str] vcn_compartment_id: The OCID for the compartment where the cluster's VCN is located.
1644
1682
  :param pulumi.Input[str] vcn_id: The OCID of the cluster's VCN.
1645
1683
  """
@@ -1690,6 +1728,7 @@ class Cluster(pulumi.CustomResource):
1690
1728
  __props__.__dict__["time_deleted"] = time_deleted
1691
1729
  __props__.__dict__["time_updated"] = time_updated
1692
1730
  __props__.__dict__["total_storage_gb"] = total_storage_gb
1731
+ __props__.__dict__["upgrade_major_version_trigger"] = upgrade_major_version_trigger
1693
1732
  __props__.__dict__["vcn_compartment_id"] = vcn_compartment_id
1694
1733
  __props__.__dict__["vcn_id"] = vcn_id
1695
1734
  return Cluster(resource_name, opts=opts, __props__=__props__)
@@ -1715,10 +1754,6 @@ class Cluster(pulumi.CustomResource):
1715
1754
  def configure_outbound_cluster_trigger(self) -> pulumi.Output[Optional[int]]:
1716
1755
  """
1717
1756
  (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
1718
-
1719
-
1720
- ** IMPORTANT **
1721
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1722
1757
  """
1723
1758
  return pulumi.get(self, "configure_outbound_cluster_trigger")
1724
1759
 
@@ -2042,6 +2077,18 @@ class Cluster(pulumi.CustomResource):
2042
2077
  """
2043
2078
  return pulumi.get(self, "total_storage_gb")
2044
2079
 
2080
+ @property
2081
+ @pulumi.getter(name="upgradeMajorVersionTrigger")
2082
+ def upgrade_major_version_trigger(self) -> pulumi.Output[int]:
2083
+ """
2084
+ An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
2085
+
2086
+
2087
+ ** IMPORTANT **
2088
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2089
+ """
2090
+ return pulumi.get(self, "upgrade_major_version_trigger")
2091
+
2045
2092
  @property
2046
2093
  @pulumi.getter(name="vcnCompartmentId")
2047
2094
  def vcn_compartment_id(self) -> pulumi.Output[str]:
@@ -27,7 +27,7 @@ class GetOpensearchClusterResult:
27
27
  """
28
28
  A collection of values returned by getOpensearchCluster.
29
29
  """
30
- def __init__(__self__, availability_domains=None, compartment_id=None, configure_outbound_cluster_trigger=None, data_node_count=None, data_node_host_bare_metal_shape=None, data_node_host_memory_gb=None, data_node_host_ocpu_count=None, data_node_host_type=None, data_node_storage_gb=None, defined_tags=None, display_name=None, fqdn=None, freeform_tags=None, id=None, inbound_cluster_ids=None, lifecycle_details=None, maintenance_details=None, master_node_count=None, master_node_host_bare_metal_shape=None, master_node_host_memory_gb=None, master_node_host_ocpu_count=None, master_node_host_type=None, opendashboard_fqdn=None, opendashboard_node_count=None, opendashboard_node_host_memory_gb=None, opendashboard_node_host_ocpu_count=None, opendashboard_private_ip=None, opensearch_cluster_id=None, opensearch_fqdn=None, opensearch_private_ip=None, outbound_cluster_configs=None, reverse_connection_endpoint_customer_ips=None, reverse_connection_endpoints=None, security_master_user_name=None, security_master_user_password_hash=None, security_mode=None, software_version=None, state=None, subnet_compartment_id=None, subnet_id=None, system_tags=None, time_created=None, time_deleted=None, time_updated=None, total_storage_gb=None, vcn_compartment_id=None, vcn_id=None):
30
+ def __init__(__self__, availability_domains=None, compartment_id=None, configure_outbound_cluster_trigger=None, data_node_count=None, data_node_host_bare_metal_shape=None, data_node_host_memory_gb=None, data_node_host_ocpu_count=None, data_node_host_type=None, data_node_storage_gb=None, defined_tags=None, display_name=None, fqdn=None, freeform_tags=None, id=None, inbound_cluster_ids=None, lifecycle_details=None, maintenance_details=None, master_node_count=None, master_node_host_bare_metal_shape=None, master_node_host_memory_gb=None, master_node_host_ocpu_count=None, master_node_host_type=None, opendashboard_fqdn=None, opendashboard_node_count=None, opendashboard_node_host_memory_gb=None, opendashboard_node_host_ocpu_count=None, opendashboard_private_ip=None, opensearch_cluster_id=None, opensearch_fqdn=None, opensearch_private_ip=None, outbound_cluster_configs=None, reverse_connection_endpoint_customer_ips=None, reverse_connection_endpoints=None, security_master_user_name=None, security_master_user_password_hash=None, security_mode=None, software_version=None, state=None, subnet_compartment_id=None, subnet_id=None, system_tags=None, time_created=None, time_deleted=None, time_updated=None, total_storage_gb=None, upgrade_major_version_trigger=None, vcn_compartment_id=None, vcn_id=None):
31
31
  if availability_domains and not isinstance(availability_domains, list):
32
32
  raise TypeError("Expected argument 'availability_domains' to be a list")
33
33
  pulumi.set(__self__, "availability_domains", availability_domains)
@@ -163,6 +163,9 @@ class GetOpensearchClusterResult:
163
163
  if total_storage_gb and not isinstance(total_storage_gb, int):
164
164
  raise TypeError("Expected argument 'total_storage_gb' to be a int")
165
165
  pulumi.set(__self__, "total_storage_gb", total_storage_gb)
166
+ if upgrade_major_version_trigger and not isinstance(upgrade_major_version_trigger, int):
167
+ raise TypeError("Expected argument 'upgrade_major_version_trigger' to be a int")
168
+ pulumi.set(__self__, "upgrade_major_version_trigger", upgrade_major_version_trigger)
166
169
  if vcn_compartment_id and not isinstance(vcn_compartment_id, str):
167
170
  raise TypeError("Expected argument 'vcn_compartment_id' to be a str")
168
171
  pulumi.set(__self__, "vcn_compartment_id", vcn_compartment_id)
@@ -524,6 +527,11 @@ class GetOpensearchClusterResult:
524
527
  """
525
528
  return pulumi.get(self, "total_storage_gb")
526
529
 
530
+ @property
531
+ @pulumi.getter(name="upgradeMajorVersionTrigger")
532
+ def upgrade_major_version_trigger(self) -> int:
533
+ return pulumi.get(self, "upgrade_major_version_trigger")
534
+
527
535
  @property
528
536
  @pulumi.getter(name="vcnCompartmentId")
529
537
  def vcn_compartment_id(self) -> str:
@@ -592,6 +600,7 @@ class AwaitableGetOpensearchClusterResult(GetOpensearchClusterResult):
592
600
  time_deleted=self.time_deleted,
593
601
  time_updated=self.time_updated,
594
602
  total_storage_gb=self.total_storage_gb,
603
+ upgrade_major_version_trigger=self.upgrade_major_version_trigger,
595
604
  vcn_compartment_id=self.vcn_compartment_id,
596
605
  vcn_id=self.vcn_id)
597
606
 
@@ -675,6 +684,7 @@ def get_opensearch_cluster(opensearch_cluster_id: Optional[str] = None,
675
684
  time_deleted=pulumi.get(__ret__, 'time_deleted'),
676
685
  time_updated=pulumi.get(__ret__, 'time_updated'),
677
686
  total_storage_gb=pulumi.get(__ret__, 'total_storage_gb'),
687
+ upgrade_major_version_trigger=pulumi.get(__ret__, 'upgrade_major_version_trigger'),
678
688
  vcn_compartment_id=pulumi.get(__ret__, 'vcn_compartment_id'),
679
689
  vcn_id=pulumi.get(__ret__, 'vcn_id'))
680
690
  def get_opensearch_cluster_output(opensearch_cluster_id: Optional[pulumi.Input[str]] = None,
@@ -755,5 +765,6 @@ def get_opensearch_cluster_output(opensearch_cluster_id: Optional[pulumi.Input[s
755
765
  time_deleted=pulumi.get(__response__, 'time_deleted'),
756
766
  time_updated=pulumi.get(__response__, 'time_updated'),
757
767
  total_storage_gb=pulumi.get(__response__, 'total_storage_gb'),
768
+ upgrade_major_version_trigger=pulumi.get(__response__, 'upgrade_major_version_trigger'),
758
769
  vcn_compartment_id=pulumi.get(__response__, 'vcn_compartment_id'),
759
770
  vcn_id=pulumi.get(__response__, 'vcn_id')))