pulumi-oci 2.4.0a1721890421__py3-none-any.whl → 2.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. pulumi_oci/__init__.py +78 -32
  2. pulumi_oci/_utilities.py +2 -0
  3. pulumi_oci/apmsynthetics/_inputs.py +457 -1
  4. pulumi_oci/apmsynthetics/config.py +172 -7
  5. pulumi_oci/apmsynthetics/get_monitor.py +42 -3
  6. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  7. pulumi_oci/apmsynthetics/outputs.py +1129 -9
  8. pulumi_oci/bigdataservice/bds_instance.py +47 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
  10. pulumi_oci/bigdataservice/outputs.py +7 -0
  11. pulumi_oci/core/__init__.py +3 -0
  12. pulumi_oci/core/_inputs.py +48 -8
  13. pulumi_oci/core/get_instance_maintenance_event.py +414 -0
  14. pulumi_oci/core/get_instance_maintenance_events.py +250 -0
  15. pulumi_oci/core/instance_maintenance_event.py +1022 -0
  16. pulumi_oci/core/outputs.py +338 -8
  17. pulumi_oci/database/_inputs.py +16 -0
  18. pulumi_oci/database/autonomous_database.py +111 -9
  19. pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
  20. pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
  21. pulumi_oci/database/cloud_vm_cluster.py +49 -0
  22. pulumi_oci/database/database.py +0 -96
  23. pulumi_oci/database/get_autonomous_database.py +38 -1
  24. pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
  25. pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
  26. pulumi_oci/database/get_key_store.py +11 -1
  27. pulumi_oci/database/key_store.py +34 -0
  28. pulumi_oci/database/outputs.py +115 -0
  29. pulumi_oci/databasemigration/_inputs.py +184 -0
  30. pulumi_oci/databasemigration/job.py +99 -24
  31. pulumi_oci/databasemigration/outputs.py +171 -0
  32. pulumi_oci/datasafe/__init__.py +3 -4
  33. pulumi_oci/datasafe/_inputs.py +185 -0
  34. pulumi_oci/datasafe/alert.py +56 -0
  35. pulumi_oci/datasafe/alert_policy.py +745 -0
  36. pulumi_oci/datasafe/alert_policy_rule.py +446 -0
  37. pulumi_oci/datasafe/discovery_mod.py +67 -38
  38. pulumi_oci/datasafe/get_alert.py +27 -1
  39. pulumi_oci/datasafe/get_alert_policy.py +26 -2
  40. pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
  41. pulumi_oci/datasafe/get_audit_events.py +2 -2
  42. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  43. pulumi_oci/datasafe/get_report.py +15 -2
  44. pulumi_oci/datasafe/get_report_definition.py +15 -2
  45. pulumi_oci/datasafe/get_reports.py +43 -1
  46. pulumi_oci/datasafe/get_security_assessment.py +14 -1
  47. pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
  48. pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
  49. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  50. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
  51. pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
  52. pulumi_oci/datasafe/get_user_assessment.py +14 -1
  53. pulumi_oci/datasafe/outputs.py +761 -33
  54. pulumi_oci/datasafe/report.py +32 -4
  55. pulumi_oci/datasafe/report_definition.py +32 -4
  56. pulumi_oci/datasafe/security_assessment.py +49 -0
  57. pulumi_oci/datasafe/sensitive_data_model.py +60 -3
  58. pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
  59. pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
  60. pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
  61. pulumi_oci/datasafe/user_assessment.py +49 -0
  62. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  63. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  64. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  65. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  66. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  67. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  68. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  69. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  70. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  71. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
  72. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
  73. pulumi_oci/generativeai/get_endpoint.py +6 -9
  74. pulumi_oci/generativeai/get_endpoints.py +3 -3
  75. pulumi_oci/generativeai/get_model.py +36 -6
  76. pulumi_oci/generativeai/get_models.py +6 -0
  77. pulumi_oci/generativeai/outputs.py +228 -16
  78. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  79. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  80. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
  81. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  82. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  83. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  84. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  85. pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
  86. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  87. pulumi_oci/identity/__init__.py +3 -0
  88. pulumi_oci/identity/_inputs.py +1029 -0
  89. pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
  90. pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
  91. pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
  92. pulumi_oci/identity/outputs.py +19544 -17378
  93. pulumi_oci/integration/_inputs.py +0 -2
  94. pulumi_oci/integration/get_integration_instance.py +0 -1
  95. pulumi_oci/integration/integration_instance.py +0 -27
  96. pulumi_oci/integration/outputs.py +4 -12
  97. pulumi_oci/networkfirewall/__init__.py +3 -0
  98. pulumi_oci/networkfirewall/_inputs.py +150 -0
  99. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
  100. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
  101. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
  102. pulumi_oci/networkfirewall/outputs.py +457 -0
  103. pulumi_oci/opsi/_inputs.py +8 -8
  104. pulumi_oci/opsi/database_insight.py +71 -15
  105. pulumi_oci/opsi/get_database_insight.py +29 -3
  106. pulumi_oci/opsi/get_database_insights.py +1 -1
  107. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  108. pulumi_oci/opsi/get_host_insight.py +1 -4
  109. pulumi_oci/opsi/get_host_insights.py +3 -3
  110. pulumi_oci/opsi/get_news_report.py +1 -1
  111. pulumi_oci/opsi/get_news_reports.py +3 -3
  112. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
  113. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
  114. pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
  115. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
  116. pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
  117. pulumi_oci/opsi/host_insight.py +6 -14
  118. pulumi_oci/opsi/news_report.py +2 -2
  119. pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
  120. pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
  121. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
  122. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
  123. pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
  124. pulumi_oci/opsi/outputs.py +46 -24
  125. pulumi_oci/pulumi-plugin.json +1 -1
  126. pulumi_oci/redis/get_redis_cluster.py +1 -1
  127. pulumi_oci/redis/outputs.py +2 -2
  128. pulumi_oci/redis/redis_cluster.py +7 -7
  129. pulumi_oci/stackmonitoring/_inputs.py +2 -2
  130. pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
  131. pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
  132. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
  133. pulumi_oci/stackmonitoring/outputs.py +19 -8
  134. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
  135. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
  136. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
  137. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  138. pulumi_oci/datasafe/masking_report_management.py +0 -693
  139. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  140. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  141. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -41,7 +41,7 @@ class DatabaseInsightArgs:
41
41
  :param pulumi.Input[str] entity_source: (Updatable) Source of the database entity.
42
42
  :param pulumi.Input['DatabaseInsightConnectionCredentialDetailsArgs'] connection_credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
43
43
  :param pulumi.Input['DatabaseInsightConnectionDetailsArgs'] connection_details: Connection details of the private endpoints.
44
- :param pulumi.Input['DatabaseInsightCredentialDetailsArgs'] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
44
+ :param pulumi.Input['DatabaseInsightCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
45
45
  :param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
46
46
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
47
47
  :param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
@@ -149,7 +149,7 @@ class DatabaseInsightArgs:
149
149
  @pulumi.getter(name="credentialDetails")
150
150
  def credential_details(self) -> Optional[pulumi.Input['DatabaseInsightCredentialDetailsArgs']]:
151
151
  """
152
- User credential details to connect to the database. This is supplied via the External Database Service.
152
+ User credential details to connect to the database.
153
153
  """
154
154
  return pulumi.get(self, "credential_details")
155
155
 
@@ -355,6 +355,8 @@ class _DatabaseInsightState:
355
355
  entity_source: Optional[pulumi.Input[str]] = None,
356
356
  exadata_insight_id: Optional[pulumi.Input[str]] = None,
357
357
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
358
+ is_heat_wave_cluster_attached: Optional[pulumi.Input[bool]] = None,
359
+ is_highly_available: Optional[pulumi.Input[bool]] = None,
358
360
  lifecycle_details: Optional[pulumi.Input[str]] = None,
359
361
  opsi_private_endpoint_id: Optional[pulumi.Input[str]] = None,
360
362
  parent_id: Optional[pulumi.Input[str]] = None,
@@ -371,13 +373,13 @@ class _DatabaseInsightState:
371
373
  :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier of database
372
374
  :param pulumi.Input['DatabaseInsightConnectionCredentialDetailsArgs'] connection_credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
373
375
  :param pulumi.Input['DatabaseInsightConnectionDetailsArgs'] connection_details: Connection details of the private endpoints.
374
- :param pulumi.Input['DatabaseInsightCredentialDetailsArgs'] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
376
+ :param pulumi.Input['DatabaseInsightCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
375
377
  :param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
376
378
  :param pulumi.Input[str] database_display_name: Display name of database
377
379
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
378
380
  :param pulumi.Input[str] database_name: Name of database
379
381
  :param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
380
- :param pulumi.Input[str] database_type: Operations Insights internal representation of the database type.
382
+ :param pulumi.Input[str] database_type: Ops Insights internal representation of the database type.
381
383
  :param pulumi.Input[str] database_version: The version of the database.
382
384
  :param pulumi.Input[str] dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint. This field and opsi_private_endpoint_id are mutually exclusive. If DBM private endpoint ID is provided, a new OPSI private endpoint ID will be created.
383
385
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
@@ -391,6 +393,8 @@ class _DatabaseInsightState:
391
393
  :param pulumi.Input[str] entity_source: (Updatable) Source of the database entity.
392
394
  :param pulumi.Input[str] exadata_insight_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata insight.
393
395
  :param pulumi.Input[Mapping[str, Any]] 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"}`
396
+ :param pulumi.Input[bool] is_heat_wave_cluster_attached: Specifies if MYSQL DB System has heatwave cluster attached.
397
+ :param pulumi.Input[bool] is_highly_available: Specifies if MYSQL DB System is highly available.
394
398
  :param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
395
399
  :param pulumi.Input[str] opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
396
400
  :param pulumi.Input[str] parent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
@@ -403,7 +407,7 @@ class _DatabaseInsightState:
403
407
  ** IMPORTANT **
404
408
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values. The resource destruction here is basically a soft delete. User cannot create resource using the same EM managed bridge OCID. If resource is in enabled state during destruction, the resource will be disabled automatically before performing delete operation.
405
409
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
406
- :param pulumi.Input[str] time_created: The time the the database insight was first enabled. An RFC3339 formatted datetime string
410
+ :param pulumi.Input[str] time_created: The time the database insight was first enabled. An RFC3339 formatted datetime string
407
411
  :param pulumi.Input[str] time_updated: The time the database insight was updated. An RFC3339 formatted datetime string
408
412
  """
409
413
  if compartment_id is not None:
@@ -452,6 +456,10 @@ class _DatabaseInsightState:
452
456
  pulumi.set(__self__, "exadata_insight_id", exadata_insight_id)
453
457
  if freeform_tags is not None:
454
458
  pulumi.set(__self__, "freeform_tags", freeform_tags)
459
+ if is_heat_wave_cluster_attached is not None:
460
+ pulumi.set(__self__, "is_heat_wave_cluster_attached", is_heat_wave_cluster_attached)
461
+ if is_highly_available is not None:
462
+ pulumi.set(__self__, "is_highly_available", is_highly_available)
455
463
  if lifecycle_details is not None:
456
464
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
457
465
  if opsi_private_endpoint_id is not None:
@@ -515,7 +523,7 @@ class _DatabaseInsightState:
515
523
  @pulumi.getter(name="credentialDetails")
516
524
  def credential_details(self) -> Optional[pulumi.Input['DatabaseInsightCredentialDetailsArgs']]:
517
525
  """
518
- User credential details to connect to the database. This is supplied via the External Database Service.
526
+ User credential details to connect to the database.
519
527
  """
520
528
  return pulumi.get(self, "credential_details")
521
529
 
@@ -587,7 +595,7 @@ class _DatabaseInsightState:
587
595
  @pulumi.getter(name="databaseType")
588
596
  def database_type(self) -> Optional[pulumi.Input[str]]:
589
597
  """
590
- Operations Insights internal representation of the database type.
598
+ Ops Insights internal representation of the database type.
591
599
  """
592
600
  return pulumi.get(self, "database_type")
593
601
 
@@ -751,6 +759,30 @@ class _DatabaseInsightState:
751
759
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
752
760
  pulumi.set(self, "freeform_tags", value)
753
761
 
762
+ @property
763
+ @pulumi.getter(name="isHeatWaveClusterAttached")
764
+ def is_heat_wave_cluster_attached(self) -> Optional[pulumi.Input[bool]]:
765
+ """
766
+ Specifies if MYSQL DB System has heatwave cluster attached.
767
+ """
768
+ return pulumi.get(self, "is_heat_wave_cluster_attached")
769
+
770
+ @is_heat_wave_cluster_attached.setter
771
+ def is_heat_wave_cluster_attached(self, value: Optional[pulumi.Input[bool]]):
772
+ pulumi.set(self, "is_heat_wave_cluster_attached", value)
773
+
774
+ @property
775
+ @pulumi.getter(name="isHighlyAvailable")
776
+ def is_highly_available(self) -> Optional[pulumi.Input[bool]]:
777
+ """
778
+ Specifies if MYSQL DB System is highly available.
779
+ """
780
+ return pulumi.get(self, "is_highly_available")
781
+
782
+ @is_highly_available.setter
783
+ def is_highly_available(self, value: Optional[pulumi.Input[bool]]):
784
+ pulumi.set(self, "is_highly_available", value)
785
+
754
786
  @property
755
787
  @pulumi.getter(name="lifecycleDetails")
756
788
  def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
@@ -866,7 +898,7 @@ class _DatabaseInsightState:
866
898
  @pulumi.getter(name="timeCreated")
867
899
  def time_created(self) -> Optional[pulumi.Input[str]]:
868
900
  """
869
- The time the the database insight was first enabled. An RFC3339 formatted datetime string
901
+ The time the database insight was first enabled. An RFC3339 formatted datetime string
870
902
  """
871
903
  return pulumi.get(self, "time_created")
872
904
 
@@ -928,7 +960,7 @@ class DatabaseInsight(pulumi.CustomResource):
928
960
  :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier of database
929
961
  :param pulumi.Input[pulumi.InputType['DatabaseInsightConnectionCredentialDetailsArgs']] connection_credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
930
962
  :param pulumi.Input[pulumi.InputType['DatabaseInsightConnectionDetailsArgs']] connection_details: Connection details of the private endpoints.
931
- :param pulumi.Input[pulumi.InputType['DatabaseInsightCredentialDetailsArgs']] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
963
+ :param pulumi.Input[pulumi.InputType['DatabaseInsightCredentialDetailsArgs']] credential_details: User credential details to connect to the database.
932
964
  :param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
933
965
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
934
966
  :param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
@@ -1038,6 +1070,8 @@ class DatabaseInsight(pulumi.CustomResource):
1038
1070
  __props__.__dict__["enterprise_manager_entity_display_name"] = None
1039
1071
  __props__.__dict__["enterprise_manager_entity_name"] = None
1040
1072
  __props__.__dict__["enterprise_manager_entity_type"] = None
1073
+ __props__.__dict__["is_heat_wave_cluster_attached"] = None
1074
+ __props__.__dict__["is_highly_available"] = None
1041
1075
  __props__.__dict__["lifecycle_details"] = None
1042
1076
  __props__.__dict__["parent_id"] = None
1043
1077
  __props__.__dict__["processor_count"] = None
@@ -1079,6 +1113,8 @@ class DatabaseInsight(pulumi.CustomResource):
1079
1113
  entity_source: Optional[pulumi.Input[str]] = None,
1080
1114
  exadata_insight_id: Optional[pulumi.Input[str]] = None,
1081
1115
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1116
+ is_heat_wave_cluster_attached: Optional[pulumi.Input[bool]] = None,
1117
+ is_highly_available: Optional[pulumi.Input[bool]] = None,
1082
1118
  lifecycle_details: Optional[pulumi.Input[str]] = None,
1083
1119
  opsi_private_endpoint_id: Optional[pulumi.Input[str]] = None,
1084
1120
  parent_id: Optional[pulumi.Input[str]] = None,
@@ -1100,13 +1136,13 @@ class DatabaseInsight(pulumi.CustomResource):
1100
1136
  :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier of database
1101
1137
  :param pulumi.Input[pulumi.InputType['DatabaseInsightConnectionCredentialDetailsArgs']] connection_credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
1102
1138
  :param pulumi.Input[pulumi.InputType['DatabaseInsightConnectionDetailsArgs']] connection_details: Connection details of the private endpoints.
1103
- :param pulumi.Input[pulumi.InputType['DatabaseInsightCredentialDetailsArgs']] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
1139
+ :param pulumi.Input[pulumi.InputType['DatabaseInsightCredentialDetailsArgs']] credential_details: User credential details to connect to the database.
1104
1140
  :param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
1105
1141
  :param pulumi.Input[str] database_display_name: Display name of database
1106
1142
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
1107
1143
  :param pulumi.Input[str] database_name: Name of database
1108
1144
  :param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
1109
- :param pulumi.Input[str] database_type: Operations Insights internal representation of the database type.
1145
+ :param pulumi.Input[str] database_type: Ops Insights internal representation of the database type.
1110
1146
  :param pulumi.Input[str] database_version: The version of the database.
1111
1147
  :param pulumi.Input[str] dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint. This field and opsi_private_endpoint_id are mutually exclusive. If DBM private endpoint ID is provided, a new OPSI private endpoint ID will be created.
1112
1148
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
@@ -1120,6 +1156,8 @@ class DatabaseInsight(pulumi.CustomResource):
1120
1156
  :param pulumi.Input[str] entity_source: (Updatable) Source of the database entity.
1121
1157
  :param pulumi.Input[str] exadata_insight_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata insight.
1122
1158
  :param pulumi.Input[Mapping[str, Any]] 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"}`
1159
+ :param pulumi.Input[bool] is_heat_wave_cluster_attached: Specifies if MYSQL DB System has heatwave cluster attached.
1160
+ :param pulumi.Input[bool] is_highly_available: Specifies if MYSQL DB System is highly available.
1123
1161
  :param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
1124
1162
  :param pulumi.Input[str] opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
1125
1163
  :param pulumi.Input[str] parent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
@@ -1132,7 +1170,7 @@ class DatabaseInsight(pulumi.CustomResource):
1132
1170
  ** IMPORTANT **
1133
1171
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values. The resource destruction here is basically a soft delete. User cannot create resource using the same EM managed bridge OCID. If resource is in enabled state during destruction, the resource will be disabled automatically before performing delete operation.
1134
1172
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1135
- :param pulumi.Input[str] time_created: The time the the database insight was first enabled. An RFC3339 formatted datetime string
1173
+ :param pulumi.Input[str] time_created: The time the database insight was first enabled. An RFC3339 formatted datetime string
1136
1174
  :param pulumi.Input[str] time_updated: The time the database insight was updated. An RFC3339 formatted datetime string
1137
1175
  """
1138
1176
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1162,6 +1200,8 @@ class DatabaseInsight(pulumi.CustomResource):
1162
1200
  __props__.__dict__["entity_source"] = entity_source
1163
1201
  __props__.__dict__["exadata_insight_id"] = exadata_insight_id
1164
1202
  __props__.__dict__["freeform_tags"] = freeform_tags
1203
+ __props__.__dict__["is_heat_wave_cluster_attached"] = is_heat_wave_cluster_attached
1204
+ __props__.__dict__["is_highly_available"] = is_highly_available
1165
1205
  __props__.__dict__["lifecycle_details"] = lifecycle_details
1166
1206
  __props__.__dict__["opsi_private_endpoint_id"] = opsi_private_endpoint_id
1167
1207
  __props__.__dict__["parent_id"] = parent_id
@@ -1203,7 +1243,7 @@ class DatabaseInsight(pulumi.CustomResource):
1203
1243
  @pulumi.getter(name="credentialDetails")
1204
1244
  def credential_details(self) -> pulumi.Output[Optional['outputs.DatabaseInsightCredentialDetails']]:
1205
1245
  """
1206
- User credential details to connect to the database. This is supplied via the External Database Service.
1246
+ User credential details to connect to the database.
1207
1247
  """
1208
1248
  return pulumi.get(self, "credential_details")
1209
1249
 
@@ -1251,7 +1291,7 @@ class DatabaseInsight(pulumi.CustomResource):
1251
1291
  @pulumi.getter(name="databaseType")
1252
1292
  def database_type(self) -> pulumi.Output[str]:
1253
1293
  """
1254
- Operations Insights internal representation of the database type.
1294
+ Ops Insights internal representation of the database type.
1255
1295
  """
1256
1296
  return pulumi.get(self, "database_type")
1257
1297
 
@@ -1359,6 +1399,22 @@ class DatabaseInsight(pulumi.CustomResource):
1359
1399
  """
1360
1400
  return pulumi.get(self, "freeform_tags")
1361
1401
 
1402
+ @property
1403
+ @pulumi.getter(name="isHeatWaveClusterAttached")
1404
+ def is_heat_wave_cluster_attached(self) -> pulumi.Output[bool]:
1405
+ """
1406
+ Specifies if MYSQL DB System has heatwave cluster attached.
1407
+ """
1408
+ return pulumi.get(self, "is_heat_wave_cluster_attached")
1409
+
1410
+ @property
1411
+ @pulumi.getter(name="isHighlyAvailable")
1412
+ def is_highly_available(self) -> pulumi.Output[bool]:
1413
+ """
1414
+ Specifies if MYSQL DB System is highly available.
1415
+ """
1416
+ return pulumi.get(self, "is_highly_available")
1417
+
1362
1418
  @property
1363
1419
  @pulumi.getter(name="lifecycleDetails")
1364
1420
  def lifecycle_details(self) -> pulumi.Output[str]:
@@ -1438,7 +1494,7 @@ class DatabaseInsight(pulumi.CustomResource):
1438
1494
  @pulumi.getter(name="timeCreated")
1439
1495
  def time_created(self) -> pulumi.Output[str]:
1440
1496
  """
1441
- The time the the database insight was first enabled. An RFC3339 formatted datetime string
1497
+ The time the database insight was first enabled. An RFC3339 formatted datetime string
1442
1498
  """
1443
1499
  return pulumi.get(self, "time_created")
1444
1500
 
@@ -22,7 +22,7 @@ class GetDatabaseInsightResult:
22
22
  """
23
23
  A collection of values returned by getDatabaseInsight.
24
24
  """
25
- def __init__(__self__, compartment_id=None, connection_credential_details=None, connection_details=None, credential_details=None, database_connection_status_details=None, database_display_name=None, database_id=None, database_insight_id=None, database_name=None, database_resource_type=None, database_type=None, database_version=None, dbm_private_endpoint_id=None, defined_tags=None, deployment_type=None, enterprise_manager_bridge_id=None, enterprise_manager_entity_display_name=None, enterprise_manager_entity_identifier=None, enterprise_manager_entity_name=None, enterprise_manager_entity_type=None, enterprise_manager_identifier=None, entity_source=None, exadata_insight_id=None, freeform_tags=None, id=None, lifecycle_details=None, opsi_private_endpoint_id=None, parent_id=None, processor_count=None, root_id=None, service_name=None, state=None, status=None, system_tags=None, time_created=None, time_updated=None):
25
+ def __init__(__self__, compartment_id=None, connection_credential_details=None, connection_details=None, credential_details=None, database_connection_status_details=None, database_display_name=None, database_id=None, database_insight_id=None, database_name=None, database_resource_type=None, database_type=None, database_version=None, dbm_private_endpoint_id=None, defined_tags=None, deployment_type=None, enterprise_manager_bridge_id=None, enterprise_manager_entity_display_name=None, enterprise_manager_entity_identifier=None, enterprise_manager_entity_name=None, enterprise_manager_entity_type=None, enterprise_manager_identifier=None, entity_source=None, exadata_insight_id=None, freeform_tags=None, id=None, is_heat_wave_cluster_attached=None, is_highly_available=None, lifecycle_details=None, opsi_private_endpoint_id=None, parent_id=None, processor_count=None, root_id=None, service_name=None, state=None, status=None, system_tags=None, time_created=None, time_updated=None):
26
26
  if compartment_id and not isinstance(compartment_id, str):
27
27
  raise TypeError("Expected argument 'compartment_id' to be a str")
28
28
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -98,6 +98,12 @@ class GetDatabaseInsightResult:
98
98
  if id and not isinstance(id, str):
99
99
  raise TypeError("Expected argument 'id' to be a str")
100
100
  pulumi.set(__self__, "id", id)
101
+ if is_heat_wave_cluster_attached and not isinstance(is_heat_wave_cluster_attached, bool):
102
+ raise TypeError("Expected argument 'is_heat_wave_cluster_attached' to be a bool")
103
+ pulumi.set(__self__, "is_heat_wave_cluster_attached", is_heat_wave_cluster_attached)
104
+ if is_highly_available and not isinstance(is_highly_available, bool):
105
+ raise TypeError("Expected argument 'is_highly_available' to be a bool")
106
+ pulumi.set(__self__, "is_highly_available", is_highly_available)
101
107
  if lifecycle_details and not isinstance(lifecycle_details, str):
102
108
  raise TypeError("Expected argument 'lifecycle_details' to be a str")
103
109
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
@@ -144,7 +150,7 @@ class GetDatabaseInsightResult:
144
150
  @pulumi.getter(name="connectionCredentialDetails")
145
151
  def connection_credential_details(self) -> Sequence['outputs.GetDatabaseInsightConnectionCredentialDetailResult']:
146
152
  """
147
- User credential details to connect to the database. This is supplied via the External Database Service.
153
+ User credential details to connect to the database.
148
154
  """
149
155
  return pulumi.get(self, "connection_credential_details")
150
156
 
@@ -213,7 +219,7 @@ class GetDatabaseInsightResult:
213
219
  @pulumi.getter(name="databaseType")
214
220
  def database_type(self) -> str:
215
221
  """
216
- Operations Insights internal representation of the database type.
222
+ Ops Insights internal representation of the database type.
217
223
  """
218
224
  return pulumi.get(self, "database_type")
219
225
 
@@ -323,6 +329,22 @@ class GetDatabaseInsightResult:
323
329
  """
324
330
  return pulumi.get(self, "id")
325
331
 
332
+ @property
333
+ @pulumi.getter(name="isHeatWaveClusterAttached")
334
+ def is_heat_wave_cluster_attached(self) -> bool:
335
+ """
336
+ Specifies if MYSQL DB System has heatwave cluster attached.
337
+ """
338
+ return pulumi.get(self, "is_heat_wave_cluster_attached")
339
+
340
+ @property
341
+ @pulumi.getter(name="isHighlyAvailable")
342
+ def is_highly_available(self) -> bool:
343
+ """
344
+ Specifies if MYSQL DB System is highly available.
345
+ """
346
+ return pulumi.get(self, "is_highly_available")
347
+
326
348
  @property
327
349
  @pulumi.getter(name="lifecycleDetails")
328
350
  def lifecycle_details(self) -> str:
@@ -443,6 +465,8 @@ class AwaitableGetDatabaseInsightResult(GetDatabaseInsightResult):
443
465
  exadata_insight_id=self.exadata_insight_id,
444
466
  freeform_tags=self.freeform_tags,
445
467
  id=self.id,
468
+ is_heat_wave_cluster_attached=self.is_heat_wave_cluster_attached,
469
+ is_highly_available=self.is_highly_available,
446
470
  lifecycle_details=self.lifecycle_details,
447
471
  opsi_private_endpoint_id=self.opsi_private_endpoint_id,
448
472
  parent_id=self.parent_id,
@@ -506,6 +530,8 @@ def get_database_insight(database_insight_id: Optional[str] = None,
506
530
  exadata_insight_id=pulumi.get(__ret__, 'exadata_insight_id'),
507
531
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
508
532
  id=pulumi.get(__ret__, 'id'),
533
+ is_heat_wave_cluster_attached=pulumi.get(__ret__, 'is_heat_wave_cluster_attached'),
534
+ is_highly_available=pulumi.get(__ret__, 'is_highly_available'),
509
535
  lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
510
536
  opsi_private_endpoint_id=pulumi.get(__ret__, 'opsi_private_endpoint_id'),
511
537
  parent_id=pulumi.get(__ret__, 'parent_id'),
@@ -97,7 +97,7 @@ class GetDatabaseInsightsResult:
97
97
  @pulumi.getter(name="databaseTypes")
98
98
  def database_types(self) -> Optional[Sequence[str]]:
99
99
  """
100
- Operations Insights internal representation of the database type.
100
+ Ops Insights internal representation of the database type.
101
101
  """
102
102
  return pulumi.get(self, "database_types")
103
103
 
@@ -122,7 +122,7 @@ def get_enterprise_manager_bridges(compartment_id: Optional[str] = None,
122
122
  """
123
123
  This data source provides the list of Enterprise Manager Bridges in Oracle Cloud Infrastructure Opsi service.
124
124
 
125
- Gets a list of Operations Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
125
+ Gets a list of Ops Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
126
126
  When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
127
127
 
128
128
  ## Example Usage
@@ -176,7 +176,7 @@ def get_enterprise_manager_bridges_output(compartment_id: Optional[pulumi.Input[
176
176
  """
177
177
  This data source provides the list of Enterprise Manager Bridges in Oracle Cloud Infrastructure Opsi service.
178
178
 
179
- Gets a list of Operations Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
179
+ Gets a list of Ops Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
180
180
  When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
181
181
 
182
182
  ## Example Usage
@@ -228,7 +228,7 @@ class GetHostInsightResult:
228
228
  @pulumi.getter(name="hostType")
229
229
  def host_type(self) -> str:
230
230
  """
231
- Operations Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
231
+ Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
232
232
  """
233
233
  return pulumi.get(self, "host_type")
234
234
 
@@ -283,9 +283,6 @@ class GetHostInsightResult:
283
283
  @property
284
284
  @pulumi.getter(name="processorCount")
285
285
  def processor_count(self) -> int:
286
- """
287
- Processor count. This is the OCPU count for Autonomous Database and CPU core count for other database types.
288
- """
289
286
  return pulumi.get(self, "processor_count")
290
287
 
291
288
  @property
@@ -101,7 +101,7 @@ class GetHostInsightsResult:
101
101
  @pulumi.getter(name="hostTypes")
102
102
  def host_types(self) -> Optional[Sequence[str]]:
103
103
  """
104
- Operations Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
104
+ Ops Insights internal representation of the host type. Possible value is EXTERNAL-HOST.
105
105
  """
106
106
  return pulumi.get(self, "host_types")
107
107
 
@@ -185,7 +185,7 @@ def get_host_insights(compartment_id: Optional[str] = None,
185
185
  :param bool compartment_id_in_subtree: A flag to search all resources within a given compartment and all sub-compartments.
186
186
  :param str enterprise_manager_bridge_id: Unique Enterprise Manager bridge identifier
187
187
  :param str exadata_insight_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
188
- :param Sequence[str] host_types: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST
188
+ :param Sequence[str] host_types: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
189
189
  :param str id: Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
190
190
  :param Sequence[str] states: Lifecycle states
191
191
  :param Sequence[str] statuses: Resource Status
@@ -254,7 +254,7 @@ def get_host_insights_output(compartment_id: Optional[pulumi.Input[Optional[str]
254
254
  :param bool compartment_id_in_subtree: A flag to search all resources within a given compartment and all sub-compartments.
255
255
  :param str enterprise_manager_bridge_id: Unique Enterprise Manager bridge identifier
256
256
  :param str exadata_insight_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
257
- :param Sequence[str] host_types: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST
257
+ :param Sequence[str] host_types: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
258
258
  :param str id: Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
259
259
  :param Sequence[str] states: Lifecycle states
260
260
  :param Sequence[str] statuses: Resource Status
@@ -202,7 +202,7 @@ class GetNewsReportResult:
202
202
  @pulumi.getter
203
203
  def status(self) -> str:
204
204
  """
205
- Indicates the status of a news report in Operations Insights.
205
+ Indicates the status of a news report in Ops Insights.
206
206
  """
207
207
  return pulumi.get(self, "status")
208
208
 
@@ -100,7 +100,7 @@ class GetNewsReportsResult:
100
100
  @pulumi.getter
101
101
  def statuses(self) -> Optional[Sequence[str]]:
102
102
  """
103
- Indicates the status of a news report in Operations Insights.
103
+ Indicates the status of a news report in Ops Insights.
104
104
  """
105
105
  return pulumi.get(self, "statuses")
106
106
 
@@ -149,7 +149,7 @@ def get_news_reports(compartment_id: Optional[str] = None,
149
149
 
150
150
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
151
151
  :param bool compartment_id_in_subtree: A flag to search all resources within a given compartment and all sub-compartments.
152
- :param str news_report_id: Unique Operations Insights news report identifier
152
+ :param str news_report_id: Unique Ops Insights news report identifier
153
153
  :param Sequence[str] states: Lifecycle states
154
154
  :param Sequence[str] statuses: Resource Status
155
155
  """
@@ -203,7 +203,7 @@ def get_news_reports_output(compartment_id: Optional[pulumi.Input[Optional[str]]
203
203
 
204
204
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
205
205
  :param bool compartment_id_in_subtree: A flag to search all resources within a given compartment and all sub-compartments.
206
- :param str news_report_id: Unique Operations Insights news report identifier
206
+ :param str news_report_id: Unique Ops Insights news report identifier
207
207
  :param Sequence[str] states: Lifecycle states
208
208
  :param Sequence[str] statuses: Resource Status
209
209
  """
@@ -126,7 +126,7 @@ class GetOperationsInsightsPrivateEndpointResult:
126
126
  @pulumi.getter(name="isUsedForRacDbs")
127
127
  def is_used_for_rac_dbs(self) -> bool:
128
128
  """
129
- The flag is to identify if private endpoint is used for rac database or not
129
+ The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.
130
130
  """
131
131
  return pulumi.get(self, "is_used_for_rac_dbs")
132
132
 
@@ -93,7 +93,7 @@ class GetOperationsInsightsPrivateEndpointsResult:
93
93
  @pulumi.getter(name="isUsedForRacDbs")
94
94
  def is_used_for_rac_dbs(self) -> Optional[bool]:
95
95
  """
96
- The flag is to identify if private endpoint is used for rac database or not
96
+ The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.
97
97
  """
98
98
  return pulumi.get(self, "is_used_for_rac_dbs")
99
99
 
@@ -113,7 +113,7 @@ class GetOperationsInsightsWarehouseResult:
113
113
  @pulumi.getter(name="displayName")
114
114
  def display_name(self) -> str:
115
115
  """
116
- User-friedly name of Operations Insights Warehouse that does not have to be unique.
116
+ User-friedly name of Ops Insights Warehouse that does not have to be unique.
117
117
  """
118
118
  return pulumi.get(self, "display_name")
119
119
 
@@ -153,7 +153,7 @@ class GetOperationsInsightsWarehouseResult:
153
153
  @pulumi.getter(name="operationsInsightsTenancyId")
154
154
  def operations_insights_tenancy_id(self) -> str:
155
155
  """
156
- Tenancy Identifier of Operations Insights service
156
+ Tenancy Identifier of Ops Insights service
157
157
  """
158
158
  return pulumi.get(self, "operations_insights_tenancy_id")
159
159
 
@@ -206,7 +206,7 @@ class GetOperationsInsightsWarehouseResult:
206
206
  @pulumi.getter(name="timeLastWalletRotated")
207
207
  def time_last_wallet_rotated(self) -> str:
208
208
  """
209
- The time at which the ADW wallet was last rotated for the Operations Insights Warehouse. An RFC3339 formatted datetime string
209
+ The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
210
210
  """
211
211
  return pulumi.get(self, "time_last_wallet_rotated")
212
212
 
@@ -250,7 +250,7 @@ def get_operations_insights_warehouse(operations_insights_warehouse_id: Optional
250
250
  """
251
251
  This data source provides details about a specific Operations Insights Warehouse resource in Oracle Cloud Infrastructure Opsi service.
252
252
 
253
- Gets details of an Operations Insights Warehouse.
253
+ Gets details of an Ops Insights Warehouse.
254
254
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
255
255
 
256
256
  ## Example Usage
@@ -263,7 +263,7 @@ def get_operations_insights_warehouse(operations_insights_warehouse_id: Optional
263
263
  ```
264
264
 
265
265
 
266
- :param str operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
266
+ :param str operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
267
267
  """
268
268
  __args__ = dict()
269
269
  __args__['operationsInsightsWarehouseId'] = operations_insights_warehouse_id
@@ -297,7 +297,7 @@ def get_operations_insights_warehouse_output(operations_insights_warehouse_id: O
297
297
  """
298
298
  This data source provides details about a specific Operations Insights Warehouse resource in Oracle Cloud Infrastructure Opsi service.
299
299
 
300
- Gets details of an Operations Insights Warehouse.
300
+ Gets details of an Ops Insights Warehouse.
301
301
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
302
302
 
303
303
  ## Example Usage
@@ -310,6 +310,6 @@ def get_operations_insights_warehouse_output(operations_insights_warehouse_id: O
310
310
  ```
311
311
 
312
312
 
313
- :param str operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
313
+ :param str operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
314
314
  """
315
315
  ...
@@ -83,7 +83,7 @@ class GetOperationsInsightsWarehouseUserResult:
83
83
  @pulumi.getter(name="connectionPassword")
84
84
  def connection_password(self) -> str:
85
85
  """
86
- User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
86
+ User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
87
87
  """
88
88
  return pulumi.get(self, "connection_password")
89
89
 
@@ -147,7 +147,7 @@ class GetOperationsInsightsWarehouseUserResult:
147
147
  @pulumi.getter
148
148
  def name(self) -> str:
149
149
  """
150
- Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
150
+ Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
151
151
  """
152
152
  return pulumi.get(self, "name")
153
153
 
@@ -55,7 +55,7 @@ class GetOperationsInsightsWarehousesResult:
55
55
  @pulumi.getter(name="displayName")
56
56
  def display_name(self) -> Optional[str]:
57
57
  """
58
- User-friedly name of Operations Insights Warehouse that does not have to be unique.
58
+ User-friedly name of Ops Insights Warehouse that does not have to be unique.
59
59
  """
60
60
  return pulumi.get(self, "display_name")
61
61
 
@@ -112,7 +112,7 @@ def get_operations_insights_warehouses(compartment_id: Optional[str] = None,
112
112
  """
113
113
  This data source provides the list of Operations Insights Warehouses in Oracle Cloud Infrastructure Opsi service.
114
114
 
115
- Gets a list of Operations Insights warehouses. Either compartmentId or id must be specified.
115
+ Gets a list of Ops Insights warehouses. Either compartmentId or id must be specified.
116
116
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
117
117
 
118
118
  ## Example Usage
@@ -130,7 +130,7 @@ def get_operations_insights_warehouses(compartment_id: Optional[str] = None,
130
130
 
131
131
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
132
132
  :param str display_name: A filter to return only resources that match the entire display name.
133
- :param str id: Unique Operations Insights Warehouse identifier
133
+ :param str id: Unique Ops Insights Warehouse identifier
134
134
  :param Sequence[str] states: Lifecycle states
135
135
  """
136
136
  __args__ = dict()
@@ -161,7 +161,7 @@ def get_operations_insights_warehouses_output(compartment_id: Optional[pulumi.In
161
161
  """
162
162
  This data source provides the list of Operations Insights Warehouses in Oracle Cloud Infrastructure Opsi service.
163
163
 
164
- Gets a list of Operations Insights warehouses. Either compartmentId or id must be specified.
164
+ Gets a list of Ops Insights warehouses. Either compartmentId or id must be specified.
165
165
  There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
166
166
 
167
167
  ## Example Usage
@@ -179,7 +179,7 @@ def get_operations_insights_warehouses_output(compartment_id: Optional[pulumi.In
179
179
 
180
180
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
181
181
  :param str display_name: A filter to return only resources that match the entire display name.
182
- :param str id: Unique Operations Insights Warehouse identifier
182
+ :param str id: Unique Ops Insights Warehouse identifier
183
183
  :param Sequence[str] states: Lifecycle states
184
184
  """
185
185
  ...