pulumi-oci 1.29.0__py3-none-any.whl → 1.29.0a1711606977__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 +0 -8
  2. pulumi_oci/database/autonomous_database.py +14 -155
  3. pulumi_oci/database/get_autonomous_database.py +2 -41
  4. pulumi_oci/database/get_autonomous_databases.py +1 -1
  5. pulumi_oci/database/outputs.py +2 -68
  6. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +6 -111
  7. pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +4 -32
  8. pulumi_oci/databasemanagement/outputs.py +75 -267
  9. pulumi_oci/dataintegration/__init__.py +0 -3
  10. pulumi_oci/dataintegration/_inputs.py +0 -4504
  11. pulumi_oci/dataintegration/outputs.py +4724 -16512
  12. pulumi_oci/devops/_inputs.py +2 -18
  13. pulumi_oci/devops/deploy_artifact.py +0 -2
  14. pulumi_oci/devops/deploy_stage.py +0 -141
  15. pulumi_oci/devops/get_deploy_stage.py +1 -40
  16. pulumi_oci/devops/outputs.py +6 -75
  17. pulumi_oci/logging/_inputs.py +187 -2751
  18. pulumi_oci/logging/outputs.py +772 -4985
  19. pulumi_oci/logging/unified_agent_configuration.py +208 -34
  20. pulumi_oci/monitoring/_inputs.py +0 -136
  21. pulumi_oci/monitoring/alarm.py +0 -173
  22. pulumi_oci/monitoring/get_alarm.py +1 -40
  23. pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
  24. pulumi_oci/monitoring/outputs.py +0 -305
  25. pulumi_oci/networkloadbalancer/_inputs.py +20 -20
  26. pulumi_oci/networkloadbalancer/backend.py +7 -7
  27. pulumi_oci/networkloadbalancer/backend_set.py +11 -11
  28. pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
  29. pulumi_oci/networkloadbalancer/get_listener.py +1 -1
  30. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -14
  31. pulumi_oci/networkloadbalancer/listener.py +7 -7
  32. pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -56
  33. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
  34. pulumi_oci/networkloadbalancer/outputs.py +34 -41
  35. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711606977.dist-info}/METADATA +1 -1
  36. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711606977.dist-info}/RECORD +38 -41
  37. pulumi_oci/dataintegration/get_workspace_task.py +0 -443
  38. pulumi_oci/dataintegration/get_workspace_tasks.py +0 -254
  39. pulumi_oci/dataintegration/workspace_task.py +0 -1364
  40. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711606977.dist-info}/WHEEL +0 -0
  41. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711606977.dist-info}/top_level.txt +0 -0
@@ -371,14 +371,12 @@ __all__ = [
371
371
  'GetManagedMySqlDatabaseConfigurationDataFilterResult',
372
372
  'GetManagedMySqlDatabaseConfigurationDataMySqlConfigurationDataCollectionResult',
373
373
  'GetManagedMySqlDatabaseConfigurationDataMySqlConfigurationDataCollectionItemResult',
374
- 'GetManagedMySqlDatabaseHeatWaveNodeResult',
375
374
  'GetManagedMySqlDatabaseSqlDataFilterResult',
376
375
  'GetManagedMySqlDatabaseSqlDataMySqlDataCollectionResult',
377
376
  'GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult',
378
377
  'GetManagedMySqlDatabasesFilterResult',
379
378
  'GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionResult',
380
379
  'GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult',
381
- 'GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemHeatWaveNodeResult',
382
380
  'GetNamedCredentialContentResult',
383
381
  'GetNamedCredentialsFilterResult',
384
382
  'GetNamedCredentialsNamedCredentialCollectionResult',
@@ -26078,46 +26076,6 @@ class GetManagedMySqlDatabaseConfigurationDataMySqlConfigurationDataCollectionIt
26078
26076
  return pulumi.get(self, "value")
26079
26077
 
26080
26078
 
26081
- @pulumi.output_type
26082
- class GetManagedMySqlDatabaseHeatWaveNodeResult(dict):
26083
- def __init__(__self__, *,
26084
- id: str,
26085
- status: str,
26086
- time_created: str):
26087
- """
26088
- :param str id: The ID associated with the HeatWave node.
26089
- :param str status: The status of the HeatWave node. Indicates whether the status of the node is UP, DOWN, or UNKNOWN at the current time.
26090
- :param str time_created: The date and time the node was created.
26091
- """
26092
- pulumi.set(__self__, "id", id)
26093
- pulumi.set(__self__, "status", status)
26094
- pulumi.set(__self__, "time_created", time_created)
26095
-
26096
- @property
26097
- @pulumi.getter
26098
- def id(self) -> str:
26099
- """
26100
- The ID associated with the HeatWave node.
26101
- """
26102
- return pulumi.get(self, "id")
26103
-
26104
- @property
26105
- @pulumi.getter
26106
- def status(self) -> str:
26107
- """
26108
- The status of the HeatWave node. Indicates whether the status of the node is UP, DOWN, or UNKNOWN at the current time.
26109
- """
26110
- return pulumi.get(self, "status")
26111
-
26112
- @property
26113
- @pulumi.getter(name="timeCreated")
26114
- def time_created(self) -> str:
26115
- """
26116
- The date and time the node was created.
26117
- """
26118
- return pulumi.get(self, "time_created")
26119
-
26120
-
26121
26079
  @pulumi.output_type
26122
26080
  class GetManagedMySqlDatabaseSqlDataFilterResult(dict):
26123
26081
  def __init__(__self__, *,
@@ -26150,7 +26108,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionResult(dict):
26150
26108
  def __init__(__self__, *,
26151
26109
  items: Sequence['outputs.GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult']):
26152
26110
  """
26153
- :param Sequence['GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemArgs'] items: The list of SQLDataSummary records.
26111
+ :param Sequence['GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemArgs'] items: List of SQLDataSummary.
26154
26112
  """
26155
26113
  pulumi.set(__self__, "items", items)
26156
26114
 
@@ -26158,7 +26116,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionResult(dict):
26158
26116
  @pulumi.getter
26159
26117
  def items(self) -> Sequence['outputs.GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult']:
26160
26118
  """
26161
- The list of SQLDataSummary records.
26119
+ List of SQLDataSummary.
26162
26120
  """
26163
26121
  return pulumi.get(self, "items")
26164
26122
 
@@ -26171,8 +26129,6 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26171
26129
  digest: str,
26172
26130
  digest_text: str,
26173
26131
  first_seen: str,
26174
- heat_wave_offloaded: float,
26175
- heat_wave_out_of_memory: float,
26176
26132
  last_seen: str,
26177
26133
  max_timer_wait: float,
26178
26134
  min_timer_wait: float,
@@ -26201,48 +26157,44 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26201
26157
  sum_timer_wait: float,
26202
26158
  sum_warnings: float):
26203
26159
  """
26204
- :param float avg_timer_wait: The average execution time.
26205
- :param float count_star: The number Of times the query has been executed.
26206
- :param str digest: The digest information of the normalized query.
26207
- :param str digest_text: The normalized query.
26208
- :param str first_seen: The date and time the query was first seen. If the table is truncated, the first seen value is reset.
26209
- :param float heat_wave_offloaded: The number of query executions offloaded to HeatWave.
26210
- :param float heat_wave_out_of_memory: The number of query executions with HeatWave out-of-memory errors.
26211
- :param str last_seen: The date and time the query was last seen.
26212
- :param float max_timer_wait: The slowest the query has been executed.
26213
- :param float min_timer_wait: The fastest the query has been executed.
26214
- :param float quantile95: The 95th percentile of the query latency. That is, 95%!o(MISSING)f the queries complete in the time given or in less time.
26215
- :param float quantile99: The 99th percentile of the query latency.
26216
- :param float quantile999: The 99.9th percentile of the query latency.
26217
- :param str schema_name: The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
26218
- :param float sum_created_temp_disk_tables: The total number of On-Disk internal temporary tables that have been created by the query.
26219
- :param float sum_created_temp_tables: The total number of internal temporary tables (in memory or on disk), which have been created by the query.
26220
- :param float sum_errors: The total number of errors that have been encountered executing the query.
26221
- :param float sum_lock_time: The total amount of time that has been spent waiting for table locks.
26222
- :param float sum_no_good_index_used: The total number of times no good index was used. This means that the extra column in The EXPLAIN output includes “Range Checked For Each Record.”
26223
- :param float sum_no_index_used: The total number of times no index was used to execute the query.
26224
- :param float sum_rows_affected: The total number of rows that have been modified by the query.
26225
- :param float sum_rows_examined: The total number of rows that have been examined by the query.
26226
- :param float sum_rows_sent: The total number of rows that have been returned (sent) to the client.
26227
- :param float sum_select_full_join: The total number of joins that have performed full table scans as there was no join condition or no index for the join condition. This is the same as the select_full_join status variable.
26228
- :param float sum_select_full_range_join: The total number of joins that use a full range search. This is the same as the select_full_range_join status variable.
26229
- :param float sum_select_range: The total number of times the query has used a range search. This is the same as the select_range status variable.
26230
- :param float sum_select_range_check: The total number of joins by the query where the join does not have an index that checks for the index usage after each row. This is the same as the select_range_check status variable.
26231
- :param float sum_select_scan: The total number of times the query has performed a full table scan on the first table in the join. This is the same as the select_scan status variable.
26232
- :param float sum_sort_merge_passes: The total number of sort merge passes that have been done to sort the result of the query. This is the same as the sort_merge_passes status variable.
26233
- :param float sum_sort_range: The total number of times a sort was done using ranges. This is the same as the sort_range status variable.
26234
- :param float sum_sort_rows: The total number of rows sorted. This is the same as the sort_rowsStatus variable.
26235
- :param float sum_sort_scan: The total number of times a sort was done by scanning the table. This is the same as the sort_scan status variable.
26236
- :param float sum_timer_wait: The total amount of time that has been spent executing the query.
26237
- :param float sum_warnings: The total number of warnings that have been encountered executing the query.
26160
+ :param float avg_timer_wait: The Average Execution Time.
26161
+ :param float count_star: The Number Of Times The Query Has Been Executed.
26162
+ :param str digest: The Digest Of The Normalized Query.
26163
+ :param str digest_text: The Normalized Query.
26164
+ :param str first_seen: When The Query Was First Seen. When The Table Is Truncated, The First Seen Value Is Also Reset.
26165
+ :param str last_seen: When The Query Was Seen The Last Time.
26166
+ :param float max_timer_wait: The Slowest The Query Has Been Executed.
26167
+ :param float min_timer_wait: The Fastest The Query Has Been Executed.
26168
+ :param float quantile95: The 95th Percentile Of The Query Latency. That Is, 95%!O(MISSING)f The Queries Complete In The Time Given Or In Less Time.
26169
+ :param float quantile99: The 99th Percentile Of The Query Latency.
26170
+ :param float quantile999: The 99.9th Percentile Of The Query Latency.
26171
+ :param str schema_name: The Schema That Was The Default Schema When Executing The Query. If No Schema Was The Default, The Value Is NULL.
26172
+ :param float sum_created_temp_disk_tables: The Total Number Of On-Disk Internal Temporary Tables That Have Been Created By The Query.
26173
+ :param float sum_created_temp_tables: The Total Number Of Internal Temporary Tables Whether Created In Memory Or On Disk That Have Been Created By The Query.
26174
+ :param float sum_errors: The Total Number Of Errors That Have Been Encountered Executing The Query.
26175
+ :param float sum_lock_time: The Total Amount Of Time That Has Been Spent Waiting For Table Locks.
26176
+ :param float sum_no_good_index_used: The Total Number Of Times No Good Index Was Used. This Means That The ExtraColumn In The EXPLAIN Output Includes “Range Checked For Each Record.”
26177
+ :param float sum_no_index_used: The Total Number Of Times No Index Was Used To Execute The Query.
26178
+ :param float sum_rows_affected: The Total Number Of Rows That Have Been Modified By The Query.
26179
+ :param float sum_rows_examined: The Total Number Of Rows That Have Been Examined By The Query.
26180
+ :param float sum_rows_sent: The Total Number Of Rows That Have Been Returned (Sent) To The Client.
26181
+ :param float sum_select_full_join: The Total Number Of Joins That Have Performed Full Table Scans As There Is No Index For The Join Condition Or There Is No Join Condition. This Is The Same That Increments The Select_full_join Status Variable.
26182
+ :param float sum_select_full_range_join: The Total Number Of Joins That Use A Full Range Search. This Is The Same That Increments The Select_full_range_join Status Variable.
26183
+ :param float sum_select_range: The Total Number Of Times The Query Has Used A Range Search. This Is The Same That Increments The Select_range Status Variable.
26184
+ :param float sum_select_range_check: The Total Number Of Joins By The Query Where The Join Does Not Have An Index That Checks For The Index Usage After Each Row. This Is The Same That Increments The Select_range_check Status Variable.
26185
+ :param float sum_select_scan: The Total Number Of Times The Query Has Performed A Full Table Scan On The First Table In The Join. This Is The Same That Increments The Select_scan Status Variable.
26186
+ :param float sum_sort_merge_passes: The Total Number Of Sort Merge Passes That Have Been Done To Sort The Result Of The Query. This Is The Same That Increments The Sort_merge_passes Status Variable.
26187
+ :param float sum_sort_range: The Total Number Of Times A Sort Was Done Using Ranges. This Is The Same That Increments The Sort_range Status Variable.
26188
+ :param float sum_sort_rows: The Total Number Of Rows Sorted. This Is The Same That Increments The Sort_rowsStatus Variable.
26189
+ :param float sum_sort_scan: The Total Number Of Times A Sort Was Done By Scanning The Table. This Is The Same That Increments The Sort_scan Status Variable.
26190
+ :param float sum_timer_wait: The Total Amount Of Time That Has Been Spent Executing The Query.
26191
+ :param float sum_warnings: The Total Number Of Warnings That Have Been Encountered Executing The Query.
26238
26192
  """
26239
26193
  pulumi.set(__self__, "avg_timer_wait", avg_timer_wait)
26240
26194
  pulumi.set(__self__, "count_star", count_star)
26241
26195
  pulumi.set(__self__, "digest", digest)
26242
26196
  pulumi.set(__self__, "digest_text", digest_text)
26243
26197
  pulumi.set(__self__, "first_seen", first_seen)
26244
- pulumi.set(__self__, "heat_wave_offloaded", heat_wave_offloaded)
26245
- pulumi.set(__self__, "heat_wave_out_of_memory", heat_wave_out_of_memory)
26246
26198
  pulumi.set(__self__, "last_seen", last_seen)
26247
26199
  pulumi.set(__self__, "max_timer_wait", max_timer_wait)
26248
26200
  pulumi.set(__self__, "min_timer_wait", min_timer_wait)
@@ -26275,7 +26227,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26275
26227
  @pulumi.getter(name="avgTimerWait")
26276
26228
  def avg_timer_wait(self) -> float:
26277
26229
  """
26278
- The average execution time.
26230
+ The Average Execution Time.
26279
26231
  """
26280
26232
  return pulumi.get(self, "avg_timer_wait")
26281
26233
 
@@ -26283,7 +26235,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26283
26235
  @pulumi.getter(name="countStar")
26284
26236
  def count_star(self) -> float:
26285
26237
  """
26286
- The number Of times the query has been executed.
26238
+ The Number Of Times The Query Has Been Executed.
26287
26239
  """
26288
26240
  return pulumi.get(self, "count_star")
26289
26241
 
@@ -26291,7 +26243,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26291
26243
  @pulumi.getter
26292
26244
  def digest(self) -> str:
26293
26245
  """
26294
- The digest information of the normalized query.
26246
+ The Digest Of The Normalized Query.
26295
26247
  """
26296
26248
  return pulumi.get(self, "digest")
26297
26249
 
@@ -26299,7 +26251,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26299
26251
  @pulumi.getter(name="digestText")
26300
26252
  def digest_text(self) -> str:
26301
26253
  """
26302
- The normalized query.
26254
+ The Normalized Query.
26303
26255
  """
26304
26256
  return pulumi.get(self, "digest_text")
26305
26257
 
@@ -26307,31 +26259,15 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26307
26259
  @pulumi.getter(name="firstSeen")
26308
26260
  def first_seen(self) -> str:
26309
26261
  """
26310
- The date and time the query was first seen. If the table is truncated, the first seen value is reset.
26262
+ When The Query Was First Seen. When The Table Is Truncated, The First Seen Value Is Also Reset.
26311
26263
  """
26312
26264
  return pulumi.get(self, "first_seen")
26313
26265
 
26314
- @property
26315
- @pulumi.getter(name="heatWaveOffloaded")
26316
- def heat_wave_offloaded(self) -> float:
26317
- """
26318
- The number of query executions offloaded to HeatWave.
26319
- """
26320
- return pulumi.get(self, "heat_wave_offloaded")
26321
-
26322
- @property
26323
- @pulumi.getter(name="heatWaveOutOfMemory")
26324
- def heat_wave_out_of_memory(self) -> float:
26325
- """
26326
- The number of query executions with HeatWave out-of-memory errors.
26327
- """
26328
- return pulumi.get(self, "heat_wave_out_of_memory")
26329
-
26330
26266
  @property
26331
26267
  @pulumi.getter(name="lastSeen")
26332
26268
  def last_seen(self) -> str:
26333
26269
  """
26334
- The date and time the query was last seen.
26270
+ When The Query Was Seen The Last Time.
26335
26271
  """
26336
26272
  return pulumi.get(self, "last_seen")
26337
26273
 
@@ -26339,7 +26275,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26339
26275
  @pulumi.getter(name="maxTimerWait")
26340
26276
  def max_timer_wait(self) -> float:
26341
26277
  """
26342
- The slowest the query has been executed.
26278
+ The Slowest The Query Has Been Executed.
26343
26279
  """
26344
26280
  return pulumi.get(self, "max_timer_wait")
26345
26281
 
@@ -26347,7 +26283,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26347
26283
  @pulumi.getter(name="minTimerWait")
26348
26284
  def min_timer_wait(self) -> float:
26349
26285
  """
26350
- The fastest the query has been executed.
26286
+ The Fastest The Query Has Been Executed.
26351
26287
  """
26352
26288
  return pulumi.get(self, "min_timer_wait")
26353
26289
 
@@ -26355,7 +26291,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26355
26291
  @pulumi.getter
26356
26292
  def quantile95(self) -> float:
26357
26293
  """
26358
- The 95th percentile of the query latency. That is, 95%!o(MISSING)f the queries complete in the time given or in less time.
26294
+ The 95th Percentile Of The Query Latency. That Is, 95%!O(MISSING)f The Queries Complete In The Time Given Or In Less Time.
26359
26295
  """
26360
26296
  return pulumi.get(self, "quantile95")
26361
26297
 
@@ -26363,7 +26299,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26363
26299
  @pulumi.getter
26364
26300
  def quantile99(self) -> float:
26365
26301
  """
26366
- The 99th percentile of the query latency.
26302
+ The 99th Percentile Of The Query Latency.
26367
26303
  """
26368
26304
  return pulumi.get(self, "quantile99")
26369
26305
 
@@ -26371,7 +26307,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26371
26307
  @pulumi.getter
26372
26308
  def quantile999(self) -> float:
26373
26309
  """
26374
- The 99.9th percentile of the query latency.
26310
+ The 99.9th Percentile Of The Query Latency.
26375
26311
  """
26376
26312
  return pulumi.get(self, "quantile999")
26377
26313
 
@@ -26379,7 +26315,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26379
26315
  @pulumi.getter(name="schemaName")
26380
26316
  def schema_name(self) -> str:
26381
26317
  """
26382
- The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
26318
+ The Schema That Was The Default Schema When Executing The Query. If No Schema Was The Default, The Value Is NULL.
26383
26319
  """
26384
26320
  return pulumi.get(self, "schema_name")
26385
26321
 
@@ -26387,7 +26323,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26387
26323
  @pulumi.getter(name="sumCreatedTempDiskTables")
26388
26324
  def sum_created_temp_disk_tables(self) -> float:
26389
26325
  """
26390
- The total number of On-Disk internal temporary tables that have been created by the query.
26326
+ The Total Number Of On-Disk Internal Temporary Tables That Have Been Created By The Query.
26391
26327
  """
26392
26328
  return pulumi.get(self, "sum_created_temp_disk_tables")
26393
26329
 
@@ -26395,7 +26331,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26395
26331
  @pulumi.getter(name="sumCreatedTempTables")
26396
26332
  def sum_created_temp_tables(self) -> float:
26397
26333
  """
26398
- The total number of internal temporary tables (in memory or on disk), which have been created by the query.
26334
+ The Total Number Of Internal Temporary Tables Whether Created In Memory Or On Disk That Have Been Created By The Query.
26399
26335
  """
26400
26336
  return pulumi.get(self, "sum_created_temp_tables")
26401
26337
 
@@ -26403,7 +26339,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26403
26339
  @pulumi.getter(name="sumErrors")
26404
26340
  def sum_errors(self) -> float:
26405
26341
  """
26406
- The total number of errors that have been encountered executing the query.
26342
+ The Total Number Of Errors That Have Been Encountered Executing The Query.
26407
26343
  """
26408
26344
  return pulumi.get(self, "sum_errors")
26409
26345
 
@@ -26411,7 +26347,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26411
26347
  @pulumi.getter(name="sumLockTime")
26412
26348
  def sum_lock_time(self) -> float:
26413
26349
  """
26414
- The total amount of time that has been spent waiting for table locks.
26350
+ The Total Amount Of Time That Has Been Spent Waiting For Table Locks.
26415
26351
  """
26416
26352
  return pulumi.get(self, "sum_lock_time")
26417
26353
 
@@ -26419,7 +26355,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26419
26355
  @pulumi.getter(name="sumNoGoodIndexUsed")
26420
26356
  def sum_no_good_index_used(self) -> float:
26421
26357
  """
26422
- The total number of times no good index was used. This means that the extra column in The EXPLAIN output includes “Range Checked For Each Record.”
26358
+ The Total Number Of Times No Good Index Was Used. This Means That The ExtraColumn In The EXPLAIN Output Includes “Range Checked For Each Record.”
26423
26359
  """
26424
26360
  return pulumi.get(self, "sum_no_good_index_used")
26425
26361
 
@@ -26427,7 +26363,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26427
26363
  @pulumi.getter(name="sumNoIndexUsed")
26428
26364
  def sum_no_index_used(self) -> float:
26429
26365
  """
26430
- The total number of times no index was used to execute the query.
26366
+ The Total Number Of Times No Index Was Used To Execute The Query.
26431
26367
  """
26432
26368
  return pulumi.get(self, "sum_no_index_used")
26433
26369
 
@@ -26435,7 +26371,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26435
26371
  @pulumi.getter(name="sumRowsAffected")
26436
26372
  def sum_rows_affected(self) -> float:
26437
26373
  """
26438
- The total number of rows that have been modified by the query.
26374
+ The Total Number Of Rows That Have Been Modified By The Query.
26439
26375
  """
26440
26376
  return pulumi.get(self, "sum_rows_affected")
26441
26377
 
@@ -26443,7 +26379,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26443
26379
  @pulumi.getter(name="sumRowsExamined")
26444
26380
  def sum_rows_examined(self) -> float:
26445
26381
  """
26446
- The total number of rows that have been examined by the query.
26382
+ The Total Number Of Rows That Have Been Examined By The Query.
26447
26383
  """
26448
26384
  return pulumi.get(self, "sum_rows_examined")
26449
26385
 
@@ -26451,7 +26387,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26451
26387
  @pulumi.getter(name="sumRowsSent")
26452
26388
  def sum_rows_sent(self) -> float:
26453
26389
  """
26454
- The total number of rows that have been returned (sent) to the client.
26390
+ The Total Number Of Rows That Have Been Returned (Sent) To The Client.
26455
26391
  """
26456
26392
  return pulumi.get(self, "sum_rows_sent")
26457
26393
 
@@ -26459,7 +26395,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26459
26395
  @pulumi.getter(name="sumSelectFullJoin")
26460
26396
  def sum_select_full_join(self) -> float:
26461
26397
  """
26462
- The total number of joins that have performed full table scans as there was no join condition or no index for the join condition. This is the same as the select_full_join status variable.
26398
+ The Total Number Of Joins That Have Performed Full Table Scans As There Is No Index For The Join Condition Or There Is No Join Condition. This Is The Same That Increments The Select_full_join Status Variable.
26463
26399
  """
26464
26400
  return pulumi.get(self, "sum_select_full_join")
26465
26401
 
@@ -26467,7 +26403,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26467
26403
  @pulumi.getter(name="sumSelectFullRangeJoin")
26468
26404
  def sum_select_full_range_join(self) -> float:
26469
26405
  """
26470
- The total number of joins that use a full range search. This is the same as the select_full_range_join status variable.
26406
+ The Total Number Of Joins That Use A Full Range Search. This Is The Same That Increments The Select_full_range_join Status Variable.
26471
26407
  """
26472
26408
  return pulumi.get(self, "sum_select_full_range_join")
26473
26409
 
@@ -26475,7 +26411,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26475
26411
  @pulumi.getter(name="sumSelectRange")
26476
26412
  def sum_select_range(self) -> float:
26477
26413
  """
26478
- The total number of times the query has used a range search. This is the same as the select_range status variable.
26414
+ The Total Number Of Times The Query Has Used A Range Search. This Is The Same That Increments The Select_range Status Variable.
26479
26415
  """
26480
26416
  return pulumi.get(self, "sum_select_range")
26481
26417
 
@@ -26483,7 +26419,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26483
26419
  @pulumi.getter(name="sumSelectRangeCheck")
26484
26420
  def sum_select_range_check(self) -> float:
26485
26421
  """
26486
- The total number of joins by the query where the join does not have an index that checks for the index usage after each row. This is the same as the select_range_check status variable.
26422
+ The Total Number Of Joins By The Query Where The Join Does Not Have An Index That Checks For The Index Usage After Each Row. This Is The Same That Increments The Select_range_check Status Variable.
26487
26423
  """
26488
26424
  return pulumi.get(self, "sum_select_range_check")
26489
26425
 
@@ -26491,7 +26427,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26491
26427
  @pulumi.getter(name="sumSelectScan")
26492
26428
  def sum_select_scan(self) -> float:
26493
26429
  """
26494
- The total number of times the query has performed a full table scan on the first table in the join. This is the same as the select_scan status variable.
26430
+ The Total Number Of Times The Query Has Performed A Full Table Scan On The First Table In The Join. This Is The Same That Increments The Select_scan Status Variable.
26495
26431
  """
26496
26432
  return pulumi.get(self, "sum_select_scan")
26497
26433
 
@@ -26499,7 +26435,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26499
26435
  @pulumi.getter(name="sumSortMergePasses")
26500
26436
  def sum_sort_merge_passes(self) -> float:
26501
26437
  """
26502
- The total number of sort merge passes that have been done to sort the result of the query. This is the same as the sort_merge_passes status variable.
26438
+ The Total Number Of Sort Merge Passes That Have Been Done To Sort The Result Of The Query. This Is The Same That Increments The Sort_merge_passes Status Variable.
26503
26439
  """
26504
26440
  return pulumi.get(self, "sum_sort_merge_passes")
26505
26441
 
@@ -26507,7 +26443,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26507
26443
  @pulumi.getter(name="sumSortRange")
26508
26444
  def sum_sort_range(self) -> float:
26509
26445
  """
26510
- The total number of times a sort was done using ranges. This is the same as the sort_range status variable.
26446
+ The Total Number Of Times A Sort Was Done Using Ranges. This Is The Same That Increments The Sort_range Status Variable.
26511
26447
  """
26512
26448
  return pulumi.get(self, "sum_sort_range")
26513
26449
 
@@ -26515,7 +26451,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26515
26451
  @pulumi.getter(name="sumSortRows")
26516
26452
  def sum_sort_rows(self) -> float:
26517
26453
  """
26518
- The total number of rows sorted. This is the same as the sort_rowsStatus variable.
26454
+ The Total Number Of Rows Sorted. This Is The Same That Increments The Sort_rowsStatus Variable.
26519
26455
  """
26520
26456
  return pulumi.get(self, "sum_sort_rows")
26521
26457
 
@@ -26523,7 +26459,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26523
26459
  @pulumi.getter(name="sumSortScan")
26524
26460
  def sum_sort_scan(self) -> float:
26525
26461
  """
26526
- The total number of times a sort was done by scanning the table. This is the same as the sort_scan status variable.
26462
+ The Total Number Of Times A Sort Was Done By Scanning The Table. This Is The Same That Increments The Sort_scan Status Variable.
26527
26463
  """
26528
26464
  return pulumi.get(self, "sum_sort_scan")
26529
26465
 
@@ -26531,7 +26467,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26531
26467
  @pulumi.getter(name="sumTimerWait")
26532
26468
  def sum_timer_wait(self) -> float:
26533
26469
  """
26534
- The total amount of time that has been spent executing the query.
26470
+ The Total Amount Of Time That Has Been Spent Executing The Query.
26535
26471
  """
26536
26472
  return pulumi.get(self, "sum_timer_wait")
26537
26473
 
@@ -26539,7 +26475,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
26539
26475
  @pulumi.getter(name="sumWarnings")
26540
26476
  def sum_warnings(self) -> float:
26541
26477
  """
26542
- The total number of warnings that have been encountered executing the query.
26478
+ The Total Number Of Warnings That Have Been Encountered Executing The Query.
26543
26479
  """
26544
26480
  return pulumi.get(self, "sum_warnings")
26545
26481
 
@@ -26595,47 +26531,23 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
26595
26531
  compartment_id: str,
26596
26532
  db_name: str,
26597
26533
  db_version: str,
26598
- heat_wave_cluster_display_name: str,
26599
- heat_wave_memory_size: int,
26600
- heat_wave_node_shape: str,
26601
- heat_wave_nodes: Sequence['outputs.GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemHeatWaveNodeResult'],
26602
26534
  id: str,
26603
- is_heat_wave_active: bool,
26604
- is_heat_wave_enabled: bool,
26605
- is_lakehouse_enabled: bool,
26606
26535
  name: str,
26607
- time_created: str,
26608
- time_created_heat_wave: str):
26536
+ time_created: str):
26609
26537
  """
26610
26538
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
26611
- :param str db_name: The name of the MySQL Database.
26612
- :param str db_version: The version of the MySQL Database.
26613
- :param str heat_wave_cluster_display_name: The name of the HeatWave cluster.
26614
- :param int heat_wave_memory_size: The total memory belonging to the HeatWave cluster in GBs.
26615
- :param str heat_wave_node_shape: Shape of the nodes in the HeatWave cluster.
26616
- :param Sequence['GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemHeatWaveNodeArgs'] heat_wave_nodes: The information about an individual HeatWave nodes in the cluster.
26617
- :param str id: The ID associated with the HeatWave node.
26618
- :param bool is_heat_wave_active: If the HeatWave cluster is active or not.
26619
- :param bool is_heat_wave_enabled: If HeatWave is enabled for this db system or not.
26620
- :param bool is_lakehouse_enabled: If HeatWave Lakehouse is enabled for the db system or not.
26539
+ :param str db_name: MySQL Database Name
26540
+ :param str db_version: MySQL Database Version
26541
+ :param str id: The OCID of the Managed MySql Database.
26621
26542
  :param str name: The name of the Managed MySQL Database.
26622
- :param str time_created: The date and time the node was created.
26623
- :param str time_created_heat_wave: The date and time the Managed MySQL Database was created.
26543
+ :param str time_created: The date and time the Managed Database was created.
26624
26544
  """
26625
26545
  pulumi.set(__self__, "compartment_id", compartment_id)
26626
26546
  pulumi.set(__self__, "db_name", db_name)
26627
26547
  pulumi.set(__self__, "db_version", db_version)
26628
- pulumi.set(__self__, "heat_wave_cluster_display_name", heat_wave_cluster_display_name)
26629
- pulumi.set(__self__, "heat_wave_memory_size", heat_wave_memory_size)
26630
- pulumi.set(__self__, "heat_wave_node_shape", heat_wave_node_shape)
26631
- pulumi.set(__self__, "heat_wave_nodes", heat_wave_nodes)
26632
26548
  pulumi.set(__self__, "id", id)
26633
- pulumi.set(__self__, "is_heat_wave_active", is_heat_wave_active)
26634
- pulumi.set(__self__, "is_heat_wave_enabled", is_heat_wave_enabled)
26635
- pulumi.set(__self__, "is_lakehouse_enabled", is_lakehouse_enabled)
26636
26549
  pulumi.set(__self__, "name", name)
26637
26550
  pulumi.set(__self__, "time_created", time_created)
26638
- pulumi.set(__self__, "time_created_heat_wave", time_created_heat_wave)
26639
26551
 
26640
26552
  @property
26641
26553
  @pulumi.getter(name="compartmentId")
@@ -26649,7 +26561,7 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
26649
26561
  @pulumi.getter(name="dbName")
26650
26562
  def db_name(self) -> str:
26651
26563
  """
26652
- The name of the MySQL Database.
26564
+ MySQL Database Name
26653
26565
  """
26654
26566
  return pulumi.get(self, "db_name")
26655
26567
 
@@ -26657,74 +26569,18 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
26657
26569
  @pulumi.getter(name="dbVersion")
26658
26570
  def db_version(self) -> str:
26659
26571
  """
26660
- The version of the MySQL Database.
26572
+ MySQL Database Version
26661
26573
  """
26662
26574
  return pulumi.get(self, "db_version")
26663
26575
 
26664
- @property
26665
- @pulumi.getter(name="heatWaveClusterDisplayName")
26666
- def heat_wave_cluster_display_name(self) -> str:
26667
- """
26668
- The name of the HeatWave cluster.
26669
- """
26670
- return pulumi.get(self, "heat_wave_cluster_display_name")
26671
-
26672
- @property
26673
- @pulumi.getter(name="heatWaveMemorySize")
26674
- def heat_wave_memory_size(self) -> int:
26675
- """
26676
- The total memory belonging to the HeatWave cluster in GBs.
26677
- """
26678
- return pulumi.get(self, "heat_wave_memory_size")
26679
-
26680
- @property
26681
- @pulumi.getter(name="heatWaveNodeShape")
26682
- def heat_wave_node_shape(self) -> str:
26683
- """
26684
- Shape of the nodes in the HeatWave cluster.
26685
- """
26686
- return pulumi.get(self, "heat_wave_node_shape")
26687
-
26688
- @property
26689
- @pulumi.getter(name="heatWaveNodes")
26690
- def heat_wave_nodes(self) -> Sequence['outputs.GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemHeatWaveNodeResult']:
26691
- """
26692
- The information about an individual HeatWave nodes in the cluster.
26693
- """
26694
- return pulumi.get(self, "heat_wave_nodes")
26695
-
26696
26576
  @property
26697
26577
  @pulumi.getter
26698
26578
  def id(self) -> str:
26699
26579
  """
26700
- The ID associated with the HeatWave node.
26580
+ The OCID of the Managed MySql Database.
26701
26581
  """
26702
26582
  return pulumi.get(self, "id")
26703
26583
 
26704
- @property
26705
- @pulumi.getter(name="isHeatWaveActive")
26706
- def is_heat_wave_active(self) -> bool:
26707
- """
26708
- If the HeatWave cluster is active or not.
26709
- """
26710
- return pulumi.get(self, "is_heat_wave_active")
26711
-
26712
- @property
26713
- @pulumi.getter(name="isHeatWaveEnabled")
26714
- def is_heat_wave_enabled(self) -> bool:
26715
- """
26716
- If HeatWave is enabled for this db system or not.
26717
- """
26718
- return pulumi.get(self, "is_heat_wave_enabled")
26719
-
26720
- @property
26721
- @pulumi.getter(name="isLakehouseEnabled")
26722
- def is_lakehouse_enabled(self) -> bool:
26723
- """
26724
- If HeatWave Lakehouse is enabled for the db system or not.
26725
- """
26726
- return pulumi.get(self, "is_lakehouse_enabled")
26727
-
26728
26584
  @property
26729
26585
  @pulumi.getter
26730
26586
  def name(self) -> str:
@@ -26737,55 +26593,7 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
26737
26593
  @pulumi.getter(name="timeCreated")
26738
26594
  def time_created(self) -> str:
26739
26595
  """
26740
- The date and time the node was created.
26741
- """
26742
- return pulumi.get(self, "time_created")
26743
-
26744
- @property
26745
- @pulumi.getter(name="timeCreatedHeatWave")
26746
- def time_created_heat_wave(self) -> str:
26747
- """
26748
- The date and time the Managed MySQL Database was created.
26749
- """
26750
- return pulumi.get(self, "time_created_heat_wave")
26751
-
26752
-
26753
- @pulumi.output_type
26754
- class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemHeatWaveNodeResult(dict):
26755
- def __init__(__self__, *,
26756
- id: str,
26757
- status: str,
26758
- time_created: str):
26759
- """
26760
- :param str id: The ID associated with the HeatWave node.
26761
- :param str status: The status of the HeatWave node. Indicates whether the status of the node is UP, DOWN, or UNKNOWN at the current time.
26762
- :param str time_created: The date and time the node was created.
26763
- """
26764
- pulumi.set(__self__, "id", id)
26765
- pulumi.set(__self__, "status", status)
26766
- pulumi.set(__self__, "time_created", time_created)
26767
-
26768
- @property
26769
- @pulumi.getter
26770
- def id(self) -> str:
26771
- """
26772
- The ID associated with the HeatWave node.
26773
- """
26774
- return pulumi.get(self, "id")
26775
-
26776
- @property
26777
- @pulumi.getter
26778
- def status(self) -> str:
26779
- """
26780
- The status of the HeatWave node. Indicates whether the status of the node is UP, DOWN, or UNKNOWN at the current time.
26781
- """
26782
- return pulumi.get(self, "status")
26783
-
26784
- @property
26785
- @pulumi.getter(name="timeCreated")
26786
- def time_created(self) -> str:
26787
- """
26788
- The date and time the node was created.
26596
+ The date and time the Managed Database was created.
26789
26597
  """
26790
26598
  return pulumi.get(self, "time_created")
26791
26599