pulumi-oci 1.29.0a1711606977__py3-none-any.whl → 1.29.0a1711616250__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 (41) hide show
  1. pulumi_oci/__init__.py +8 -0
  2. pulumi_oci/database/autonomous_database.py +155 -14
  3. pulumi_oci/database/get_autonomous_database.py +41 -2
  4. pulumi_oci/database/get_autonomous_databases.py +1 -1
  5. pulumi_oci/database/outputs.py +68 -2
  6. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +111 -6
  7. pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +32 -4
  8. pulumi_oci/databasemanagement/outputs.py +267 -75
  9. pulumi_oci/dataintegration/__init__.py +3 -0
  10. pulumi_oci/dataintegration/_inputs.py +4504 -0
  11. pulumi_oci/dataintegration/get_workspace_task.py +443 -0
  12. pulumi_oci/dataintegration/get_workspace_tasks.py +254 -0
  13. pulumi_oci/dataintegration/outputs.py +16511 -4723
  14. pulumi_oci/dataintegration/workspace_task.py +1364 -0
  15. pulumi_oci/devops/_inputs.py +18 -2
  16. pulumi_oci/devops/deploy_artifact.py +2 -0
  17. pulumi_oci/devops/deploy_stage.py +141 -0
  18. pulumi_oci/devops/get_deploy_stage.py +40 -1
  19. pulumi_oci/devops/outputs.py +75 -6
  20. pulumi_oci/logging/_inputs.py +2751 -187
  21. pulumi_oci/logging/outputs.py +4981 -768
  22. pulumi_oci/logging/unified_agent_configuration.py +34 -208
  23. pulumi_oci/monitoring/_inputs.py +136 -0
  24. pulumi_oci/monitoring/alarm.py +173 -0
  25. pulumi_oci/monitoring/get_alarm.py +40 -1
  26. pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
  27. pulumi_oci/monitoring/outputs.py +305 -0
  28. pulumi_oci/networkloadbalancer/_inputs.py +20 -20
  29. pulumi_oci/networkloadbalancer/backend.py +7 -7
  30. pulumi_oci/networkloadbalancer/backend_set.py +11 -11
  31. pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
  32. pulumi_oci/networkloadbalancer/get_listener.py +1 -1
  33. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +14 -1
  34. pulumi_oci/networkloadbalancer/listener.py +7 -7
  35. pulumi_oci/networkloadbalancer/network_load_balancer.py +56 -7
  36. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
  37. pulumi_oci/networkloadbalancer/outputs.py +41 -34
  38. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/METADATA +1 -1
  39. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/RECORD +41 -38
  40. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/WHEEL +0 -0
  41. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/top_level.txt +0 -0
@@ -15524,6 +15524,8 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
15524
15524
  allocated_storage_size_in_tbs: float,
15525
15525
  apex_details: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseApexDetailResult'],
15526
15526
  are_primary_whitelisted_ips_used: bool,
15527
+ auto_refresh_frequency_in_seconds: int,
15528
+ auto_refresh_point_lag_in_seconds: int,
15527
15529
  autonomous_container_database_id: str,
15528
15530
  autonomous_database_backup_id: str,
15529
15531
  autonomous_database_id: str,
@@ -15632,6 +15634,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
15632
15634
  time_local_data_guard_enabled: str,
15633
15635
  time_maintenance_begin: str,
15634
15636
  time_maintenance_end: str,
15637
+ time_of_auto_refresh_start: str,
15635
15638
  time_of_joining_resource_pool: str,
15636
15639
  time_of_last_failover: str,
15637
15640
  time_of_last_refresh: str,
@@ -15652,6 +15655,8 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
15652
15655
  :param float allocated_storage_size_in_tbs: The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the `dataStorageSizeInTBs` value. You can compare this value to the `actualUsedDataStorageSizeInTBs` value to determine if a manual shrink operation is appropriate for your allocated storage.
15653
15656
  :param Sequence['GetAutonomousDatabasesAutonomousDatabaseApexDetailArgs'] apex_details: Information about Oracle APEX Application Development.
15654
15657
  :param bool are_primary_whitelisted_ips_used: This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be `TRUE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would be `FALSE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
15658
+ :param int auto_refresh_frequency_in_seconds: The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
15659
+ :param int auto_refresh_point_lag_in_seconds: The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
15655
15660
  :param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
15656
15661
  :param str autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
15657
15662
  :param Sequence[str] available_upgrade_versions: List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
@@ -15748,6 +15753,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
15748
15753
  :param str time_local_data_guard_enabled: The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
15749
15754
  :param str time_maintenance_begin: The date and time when maintenance will begin.
15750
15755
  :param str time_maintenance_end: The date and time when maintenance will end.
15756
+ :param str time_of_auto_refresh_start: The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
15751
15757
  :param str time_of_joining_resource_pool: The time the member joined the resource pool.
15752
15758
  :param str time_of_last_failover: The timestamp of the last failover operation.
15753
15759
  :param str time_of_last_refresh: The date and time when last refresh happened.
@@ -15767,6 +15773,8 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
15767
15773
  pulumi.set(__self__, "allocated_storage_size_in_tbs", allocated_storage_size_in_tbs)
15768
15774
  pulumi.set(__self__, "apex_details", apex_details)
15769
15775
  pulumi.set(__self__, "are_primary_whitelisted_ips_used", are_primary_whitelisted_ips_used)
15776
+ pulumi.set(__self__, "auto_refresh_frequency_in_seconds", auto_refresh_frequency_in_seconds)
15777
+ pulumi.set(__self__, "auto_refresh_point_lag_in_seconds", auto_refresh_point_lag_in_seconds)
15770
15778
  pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
15771
15779
  pulumi.set(__self__, "autonomous_database_backup_id", autonomous_database_backup_id)
15772
15780
  pulumi.set(__self__, "autonomous_database_id", autonomous_database_id)
@@ -15875,6 +15883,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
15875
15883
  pulumi.set(__self__, "time_local_data_guard_enabled", time_local_data_guard_enabled)
15876
15884
  pulumi.set(__self__, "time_maintenance_begin", time_maintenance_begin)
15877
15885
  pulumi.set(__self__, "time_maintenance_end", time_maintenance_end)
15886
+ pulumi.set(__self__, "time_of_auto_refresh_start", time_of_auto_refresh_start)
15878
15887
  pulumi.set(__self__, "time_of_joining_resource_pool", time_of_joining_resource_pool)
15879
15888
  pulumi.set(__self__, "time_of_last_failover", time_of_last_failover)
15880
15889
  pulumi.set(__self__, "time_of_last_refresh", time_of_last_refresh)
@@ -15928,6 +15937,22 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
15928
15937
  """
15929
15938
  return pulumi.get(self, "are_primary_whitelisted_ips_used")
15930
15939
 
15940
+ @property
15941
+ @pulumi.getter(name="autoRefreshFrequencyInSeconds")
15942
+ def auto_refresh_frequency_in_seconds(self) -> int:
15943
+ """
15944
+ The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
15945
+ """
15946
+ return pulumi.get(self, "auto_refresh_frequency_in_seconds")
15947
+
15948
+ @property
15949
+ @pulumi.getter(name="autoRefreshPointLagInSeconds")
15950
+ def auto_refresh_point_lag_in_seconds(self) -> int:
15951
+ """
15952
+ The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
15953
+ """
15954
+ return pulumi.get(self, "auto_refresh_point_lag_in_seconds")
15955
+
15931
15956
  @property
15932
15957
  @pulumi.getter(name="autonomousContainerDatabaseId")
15933
15958
  def autonomous_container_database_id(self) -> str:
@@ -16757,6 +16782,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
16757
16782
  """
16758
16783
  return pulumi.get(self, "time_maintenance_end")
16759
16784
 
16785
+ @property
16786
+ @pulumi.getter(name="timeOfAutoRefreshStart")
16787
+ def time_of_auto_refresh_start(self) -> str:
16788
+ """
16789
+ The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
16790
+ """
16791
+ return pulumi.get(self, "time_of_auto_refresh_start")
16792
+
16760
16793
  @property
16761
16794
  @pulumi.getter(name="timeOfJoiningResourcePool")
16762
16795
  def time_of_joining_resource_pool(self) -> str:
@@ -17636,6 +17669,8 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
17636
17669
  allocated_storage_size_in_tbs: float,
17637
17670
  apex_details: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseApexDetailResult'],
17638
17671
  are_primary_whitelisted_ips_used: bool,
17672
+ auto_refresh_frequency_in_seconds: int,
17673
+ auto_refresh_point_lag_in_seconds: int,
17639
17674
  autonomous_container_database_id: str,
17640
17675
  autonomous_maintenance_schedule_type: str,
17641
17676
  available_upgrade_versions: Sequence[str],
@@ -17728,6 +17763,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
17728
17763
  time_local_data_guard_enabled: str,
17729
17764
  time_maintenance_begin: str,
17730
17765
  time_maintenance_end: str,
17766
+ time_of_auto_refresh_start: str,
17731
17767
  time_of_joining_resource_pool: str,
17732
17768
  time_of_last_failover: str,
17733
17769
  time_of_last_refresh: str,
@@ -17746,7 +17782,9 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
17746
17782
  :param float allocated_storage_size_in_tbs: The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the `dataStorageSizeInTBs` value. You can compare this value to the `actualUsedDataStorageSizeInTBs` value to determine if a manual shrink operation is appropriate for your allocated storage.
17747
17783
  :param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseApexDetailArgs'] apex_details: Information about Oracle APEX Application Development.
17748
17784
  :param bool are_primary_whitelisted_ips_used: This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be `TRUE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would be `FALSE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
17749
- :param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Used only by Autonomous Database on Dedicated Exadata Infrastructure.
17785
+ :param int auto_refresh_frequency_in_seconds: The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
17786
+ :param int auto_refresh_point_lag_in_seconds: The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
17787
+ :param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
17750
17788
  :param str autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
17751
17789
  :param Sequence[str] available_upgrade_versions: List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
17752
17790
  :param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseBackupConfigArgs'] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
@@ -17843,6 +17881,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
17843
17881
  :param str time_local_data_guard_enabled: The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
17844
17882
  :param str time_maintenance_begin: The date and time when maintenance will begin.
17845
17883
  :param str time_maintenance_end: The date and time when maintenance will end.
17884
+ :param str time_of_auto_refresh_start: The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
17846
17885
  :param str time_of_last_failover: The timestamp of the last failover operation.
17847
17886
  :param str time_of_last_refresh: The date and time when last refresh happened.
17848
17887
  :param str time_of_last_refresh_point: The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
@@ -17860,6 +17899,8 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
17860
17899
  pulumi.set(__self__, "allocated_storage_size_in_tbs", allocated_storage_size_in_tbs)
17861
17900
  pulumi.set(__self__, "apex_details", apex_details)
17862
17901
  pulumi.set(__self__, "are_primary_whitelisted_ips_used", are_primary_whitelisted_ips_used)
17902
+ pulumi.set(__self__, "auto_refresh_frequency_in_seconds", auto_refresh_frequency_in_seconds)
17903
+ pulumi.set(__self__, "auto_refresh_point_lag_in_seconds", auto_refresh_point_lag_in_seconds)
17863
17904
  pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
17864
17905
  pulumi.set(__self__, "autonomous_maintenance_schedule_type", autonomous_maintenance_schedule_type)
17865
17906
  pulumi.set(__self__, "available_upgrade_versions", available_upgrade_versions)
@@ -17952,6 +17993,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
17952
17993
  pulumi.set(__self__, "time_local_data_guard_enabled", time_local_data_guard_enabled)
17953
17994
  pulumi.set(__self__, "time_maintenance_begin", time_maintenance_begin)
17954
17995
  pulumi.set(__self__, "time_maintenance_end", time_maintenance_end)
17996
+ pulumi.set(__self__, "time_of_auto_refresh_start", time_of_auto_refresh_start)
17955
17997
  pulumi.set(__self__, "time_of_joining_resource_pool", time_of_joining_resource_pool)
17956
17998
  pulumi.set(__self__, "time_of_last_failover", time_of_last_failover)
17957
17999
  pulumi.set(__self__, "time_of_last_refresh", time_of_last_refresh)
@@ -17998,11 +18040,27 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
17998
18040
  """
17999
18041
  return pulumi.get(self, "are_primary_whitelisted_ips_used")
18000
18042
 
18043
+ @property
18044
+ @pulumi.getter(name="autoRefreshFrequencyInSeconds")
18045
+ def auto_refresh_frequency_in_seconds(self) -> int:
18046
+ """
18047
+ The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
18048
+ """
18049
+ return pulumi.get(self, "auto_refresh_frequency_in_seconds")
18050
+
18051
+ @property
18052
+ @pulumi.getter(name="autoRefreshPointLagInSeconds")
18053
+ def auto_refresh_point_lag_in_seconds(self) -> int:
18054
+ """
18055
+ The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
18056
+ """
18057
+ return pulumi.get(self, "auto_refresh_point_lag_in_seconds")
18058
+
18001
18059
  @property
18002
18060
  @pulumi.getter(name="autonomousContainerDatabaseId")
18003
18061
  def autonomous_container_database_id(self) -> str:
18004
18062
  """
18005
- The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Used only by Autonomous Database on Dedicated Exadata Infrastructure.
18063
+ The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
18006
18064
  """
18007
18065
  return pulumi.get(self, "autonomous_container_database_id")
18008
18066
 
@@ -18739,6 +18797,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
18739
18797
  """
18740
18798
  return pulumi.get(self, "time_maintenance_end")
18741
18799
 
18800
+ @property
18801
+ @pulumi.getter(name="timeOfAutoRefreshStart")
18802
+ def time_of_auto_refresh_start(self) -> str:
18803
+ """
18804
+ The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
18805
+ """
18806
+ return pulumi.get(self, "time_of_auto_refresh_start")
18807
+
18742
18808
  @property
18743
18809
  @pulumi.getter(name="timeOfJoiningResourcePool")
18744
18810
  def time_of_joining_resource_pool(self) -> str:
@@ -8,6 +8,7 @@ import pulumi
8
8
  import pulumi.runtime
9
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
+ from . import outputs
11
12
 
12
13
  __all__ = [
13
14
  'GetManagedMySqlDatabaseResult',
@@ -21,7 +22,7 @@ class GetManagedMySqlDatabaseResult:
21
22
  """
22
23
  A collection of values returned by getManagedMySqlDatabase.
23
24
  """
24
- def __init__(__self__, compartment_id=None, db_name=None, db_version=None, id=None, managed_my_sql_database_id=None, name=None, time_created=None):
25
+ def __init__(__self__, compartment_id=None, db_name=None, db_version=None, heat_wave_cluster_display_name=None, heat_wave_memory_size=None, heat_wave_node_shape=None, heat_wave_nodes=None, id=None, is_heat_wave_active=None, is_heat_wave_enabled=None, is_lakehouse_enabled=None, managed_my_sql_database_id=None, name=None, time_created=None, time_created_heat_wave=None):
25
26
  if compartment_id and not isinstance(compartment_id, str):
26
27
  raise TypeError("Expected argument 'compartment_id' to be a str")
27
28
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -31,9 +32,30 @@ class GetManagedMySqlDatabaseResult:
31
32
  if db_version and not isinstance(db_version, str):
32
33
  raise TypeError("Expected argument 'db_version' to be a str")
33
34
  pulumi.set(__self__, "db_version", db_version)
35
+ if heat_wave_cluster_display_name and not isinstance(heat_wave_cluster_display_name, str):
36
+ raise TypeError("Expected argument 'heat_wave_cluster_display_name' to be a str")
37
+ pulumi.set(__self__, "heat_wave_cluster_display_name", heat_wave_cluster_display_name)
38
+ if heat_wave_memory_size and not isinstance(heat_wave_memory_size, int):
39
+ raise TypeError("Expected argument 'heat_wave_memory_size' to be a int")
40
+ pulumi.set(__self__, "heat_wave_memory_size", heat_wave_memory_size)
41
+ if heat_wave_node_shape and not isinstance(heat_wave_node_shape, str):
42
+ raise TypeError("Expected argument 'heat_wave_node_shape' to be a str")
43
+ pulumi.set(__self__, "heat_wave_node_shape", heat_wave_node_shape)
44
+ if heat_wave_nodes and not isinstance(heat_wave_nodes, list):
45
+ raise TypeError("Expected argument 'heat_wave_nodes' to be a list")
46
+ pulumi.set(__self__, "heat_wave_nodes", heat_wave_nodes)
34
47
  if id and not isinstance(id, str):
35
48
  raise TypeError("Expected argument 'id' to be a str")
36
49
  pulumi.set(__self__, "id", id)
50
+ if is_heat_wave_active and not isinstance(is_heat_wave_active, bool):
51
+ raise TypeError("Expected argument 'is_heat_wave_active' to be a bool")
52
+ pulumi.set(__self__, "is_heat_wave_active", is_heat_wave_active)
53
+ if is_heat_wave_enabled and not isinstance(is_heat_wave_enabled, bool):
54
+ raise TypeError("Expected argument 'is_heat_wave_enabled' to be a bool")
55
+ pulumi.set(__self__, "is_heat_wave_enabled", is_heat_wave_enabled)
56
+ if is_lakehouse_enabled and not isinstance(is_lakehouse_enabled, bool):
57
+ raise TypeError("Expected argument 'is_lakehouse_enabled' to be a bool")
58
+ pulumi.set(__self__, "is_lakehouse_enabled", is_lakehouse_enabled)
37
59
  if managed_my_sql_database_id and not isinstance(managed_my_sql_database_id, str):
38
60
  raise TypeError("Expected argument 'managed_my_sql_database_id' to be a str")
39
61
  pulumi.set(__self__, "managed_my_sql_database_id", managed_my_sql_database_id)
@@ -43,6 +65,9 @@ class GetManagedMySqlDatabaseResult:
43
65
  if time_created and not isinstance(time_created, str):
44
66
  raise TypeError("Expected argument 'time_created' to be a str")
45
67
  pulumi.set(__self__, "time_created", time_created)
68
+ if time_created_heat_wave and not isinstance(time_created_heat_wave, str):
69
+ raise TypeError("Expected argument 'time_created_heat_wave' to be a str")
70
+ pulumi.set(__self__, "time_created_heat_wave", time_created_heat_wave)
46
71
 
47
72
  @property
48
73
  @pulumi.getter(name="compartmentId")
@@ -56,7 +81,7 @@ class GetManagedMySqlDatabaseResult:
56
81
  @pulumi.getter(name="dbName")
57
82
  def db_name(self) -> str:
58
83
  """
59
- MySQL Database Name
84
+ The name of the MySQL Database.
60
85
  """
61
86
  return pulumi.get(self, "db_name")
62
87
 
@@ -64,10 +89,42 @@ class GetManagedMySqlDatabaseResult:
64
89
  @pulumi.getter(name="dbVersion")
65
90
  def db_version(self) -> str:
66
91
  """
67
- MySQL Database Version
92
+ The version of the MySQL Database.
68
93
  """
69
94
  return pulumi.get(self, "db_version")
70
95
 
96
+ @property
97
+ @pulumi.getter(name="heatWaveClusterDisplayName")
98
+ def heat_wave_cluster_display_name(self) -> str:
99
+ """
100
+ The name of the HeatWave cluster.
101
+ """
102
+ return pulumi.get(self, "heat_wave_cluster_display_name")
103
+
104
+ @property
105
+ @pulumi.getter(name="heatWaveMemorySize")
106
+ def heat_wave_memory_size(self) -> int:
107
+ """
108
+ The total memory belonging to the HeatWave cluster in GBs.
109
+ """
110
+ return pulumi.get(self, "heat_wave_memory_size")
111
+
112
+ @property
113
+ @pulumi.getter(name="heatWaveNodeShape")
114
+ def heat_wave_node_shape(self) -> str:
115
+ """
116
+ Shape of the nodes in the HeatWave cluster.
117
+ """
118
+ return pulumi.get(self, "heat_wave_node_shape")
119
+
120
+ @property
121
+ @pulumi.getter(name="heatWaveNodes")
122
+ def heat_wave_nodes(self) -> Sequence['outputs.GetManagedMySqlDatabaseHeatWaveNodeResult']:
123
+ """
124
+ The information about an individual HeatWave nodes in the cluster.
125
+ """
126
+ return pulumi.get(self, "heat_wave_nodes")
127
+
71
128
  @property
72
129
  @pulumi.getter
73
130
  def id(self) -> str:
@@ -76,6 +133,30 @@ class GetManagedMySqlDatabaseResult:
76
133
  """
77
134
  return pulumi.get(self, "id")
78
135
 
136
+ @property
137
+ @pulumi.getter(name="isHeatWaveActive")
138
+ def is_heat_wave_active(self) -> bool:
139
+ """
140
+ If the HeatWave cluster is active or not.
141
+ """
142
+ return pulumi.get(self, "is_heat_wave_active")
143
+
144
+ @property
145
+ @pulumi.getter(name="isHeatWaveEnabled")
146
+ def is_heat_wave_enabled(self) -> bool:
147
+ """
148
+ If HeatWave is enabled for this db system or not.
149
+ """
150
+ return pulumi.get(self, "is_heat_wave_enabled")
151
+
152
+ @property
153
+ @pulumi.getter(name="isLakehouseEnabled")
154
+ def is_lakehouse_enabled(self) -> bool:
155
+ """
156
+ If HeatWave Lakehouse is enabled for the db system or not.
157
+ """
158
+ return pulumi.get(self, "is_lakehouse_enabled")
159
+
79
160
  @property
80
161
  @pulumi.getter(name="managedMySqlDatabaseId")
81
162
  def managed_my_sql_database_id(self) -> str:
@@ -93,10 +174,18 @@ class GetManagedMySqlDatabaseResult:
93
174
  @pulumi.getter(name="timeCreated")
94
175
  def time_created(self) -> str:
95
176
  """
96
- The date and time the Managed Database was created.
177
+ The date and time the node was created.
97
178
  """
98
179
  return pulumi.get(self, "time_created")
99
180
 
181
+ @property
182
+ @pulumi.getter(name="timeCreatedHeatWave")
183
+ def time_created_heat_wave(self) -> str:
184
+ """
185
+ The date and time the Managed MySQL Database was created.
186
+ """
187
+ return pulumi.get(self, "time_created_heat_wave")
188
+
100
189
 
101
190
  class AwaitableGetManagedMySqlDatabaseResult(GetManagedMySqlDatabaseResult):
102
191
  # pylint: disable=using-constant-test
@@ -107,10 +196,18 @@ class AwaitableGetManagedMySqlDatabaseResult(GetManagedMySqlDatabaseResult):
107
196
  compartment_id=self.compartment_id,
108
197
  db_name=self.db_name,
109
198
  db_version=self.db_version,
199
+ heat_wave_cluster_display_name=self.heat_wave_cluster_display_name,
200
+ heat_wave_memory_size=self.heat_wave_memory_size,
201
+ heat_wave_node_shape=self.heat_wave_node_shape,
202
+ heat_wave_nodes=self.heat_wave_nodes,
110
203
  id=self.id,
204
+ is_heat_wave_active=self.is_heat_wave_active,
205
+ is_heat_wave_enabled=self.is_heat_wave_enabled,
206
+ is_lakehouse_enabled=self.is_lakehouse_enabled,
111
207
  managed_my_sql_database_id=self.managed_my_sql_database_id,
112
208
  name=self.name,
113
- time_created=self.time_created)
209
+ time_created=self.time_created,
210
+ time_created_heat_wave=self.time_created_heat_wave)
114
211
 
115
212
 
116
213
  def get_managed_my_sql_database(managed_my_sql_database_id: Optional[str] = None,
@@ -143,10 +240,18 @@ def get_managed_my_sql_database(managed_my_sql_database_id: Optional[str] = None
143
240
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
144
241
  db_name=pulumi.get(__ret__, 'db_name'),
145
242
  db_version=pulumi.get(__ret__, 'db_version'),
243
+ heat_wave_cluster_display_name=pulumi.get(__ret__, 'heat_wave_cluster_display_name'),
244
+ heat_wave_memory_size=pulumi.get(__ret__, 'heat_wave_memory_size'),
245
+ heat_wave_node_shape=pulumi.get(__ret__, 'heat_wave_node_shape'),
246
+ heat_wave_nodes=pulumi.get(__ret__, 'heat_wave_nodes'),
146
247
  id=pulumi.get(__ret__, 'id'),
248
+ is_heat_wave_active=pulumi.get(__ret__, 'is_heat_wave_active'),
249
+ is_heat_wave_enabled=pulumi.get(__ret__, 'is_heat_wave_enabled'),
250
+ is_lakehouse_enabled=pulumi.get(__ret__, 'is_lakehouse_enabled'),
147
251
  managed_my_sql_database_id=pulumi.get(__ret__, 'managed_my_sql_database_id'),
148
252
  name=pulumi.get(__ret__, 'name'),
149
- time_created=pulumi.get(__ret__, 'time_created'))
253
+ time_created=pulumi.get(__ret__, 'time_created'),
254
+ time_created_heat_wave=pulumi.get(__ret__, 'time_created_heat_wave'))
150
255
 
151
256
 
152
257
  @_utilities.lift_output_func(get_managed_my_sql_database)
@@ -130,8 +130,22 @@ def get_managed_my_sql_database_sql_data(end_time: Optional[str] = None,
130
130
 
131
131
 
132
132
  :param str end_time: The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
133
- :param str filter_column: The parameter to filter results by key criteria.
134
- :param str managed_my_sql_database_id: The OCID of ManagedMySqlDatabase.
133
+ :param str filter_column: The parameter to filter results by key criteria which include :
134
+ * AVG_TIMER_WAIT
135
+ * SUM_TIMER_WAIT
136
+ * COUNT_STAR
137
+ * SUM_ERRORS
138
+ * SUM_ROWS_AFFECTED
139
+ * SUM_ROWS_SENT
140
+ * SUM_ROWS_EXAMINED
141
+ * SUM_CREATED_TMP_TABLES
142
+ * SUM_NO_INDEX_USED
143
+ * SUM_NO_GOOD_INDEX_USED
144
+ * FIRST_SEEN
145
+ * LAST_SEEN
146
+ * HEATWAVE_OFFLOADED
147
+ * HEATWAVE_OUT_OF_MEMORY
148
+ :param str managed_my_sql_database_id: The OCID of the Managed MySQL Database.
135
149
  :param str start_time: The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
136
150
  """
137
151
  __args__ = dict()
@@ -181,8 +195,22 @@ def get_managed_my_sql_database_sql_data_output(end_time: Optional[pulumi.Input[
181
195
 
182
196
 
183
197
  :param str end_time: The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
184
- :param str filter_column: The parameter to filter results by key criteria.
185
- :param str managed_my_sql_database_id: The OCID of ManagedMySqlDatabase.
198
+ :param str filter_column: The parameter to filter results by key criteria which include :
199
+ * AVG_TIMER_WAIT
200
+ * SUM_TIMER_WAIT
201
+ * COUNT_STAR
202
+ * SUM_ERRORS
203
+ * SUM_ROWS_AFFECTED
204
+ * SUM_ROWS_SENT
205
+ * SUM_ROWS_EXAMINED
206
+ * SUM_CREATED_TMP_TABLES
207
+ * SUM_NO_INDEX_USED
208
+ * SUM_NO_GOOD_INDEX_USED
209
+ * FIRST_SEEN
210
+ * LAST_SEEN
211
+ * HEATWAVE_OFFLOADED
212
+ * HEATWAVE_OUT_OF_MEMORY
213
+ :param str managed_my_sql_database_id: The OCID of the Managed MySQL Database.
186
214
  :param str start_time: The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
187
215
  """
188
216
  ...