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
@@ -142,7 +142,7 @@ class DatabaseInsightConnectionCredentialDetails(dict):
142
142
  :param str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
143
143
  :param str role: database user role.
144
144
  :param str user_name: database user name.
145
- :param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
145
+ :param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
146
146
  """
147
147
  if credential_source_name is not None:
148
148
  pulumi.set(__self__, "credential_source_name", credential_source_name)
@@ -201,7 +201,7 @@ class DatabaseInsightConnectionCredentialDetails(dict):
201
201
  @pulumi.getter(name="walletSecretId")
202
202
  def wallet_secret_id(self) -> Optional[str]:
203
203
  """
204
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
204
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
205
205
  """
206
206
  return pulumi.get(self, "wallet_secret_id")
207
207
 
@@ -380,7 +380,7 @@ class DatabaseInsightCredentialDetails(dict):
380
380
  :param str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
381
381
  :param str role: database user role.
382
382
  :param str user_name: database user name.
383
- :param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
383
+ :param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
384
384
  """
385
385
  pulumi.set(__self__, "credential_type", credential_type)
386
386
  if credential_source_name is not None:
@@ -438,7 +438,7 @@ class DatabaseInsightCredentialDetails(dict):
438
438
  @pulumi.getter(name="walletSecretId")
439
439
  def wallet_secret_id(self) -> Optional[str]:
440
440
  """
441
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
441
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
442
442
  """
443
443
  return pulumi.get(self, "wallet_secret_id")
444
444
 
@@ -595,7 +595,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
595
595
  """
596
596
  :param str compartment_id: (Updatable) Compartment Identifier of database
597
597
  :param 'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs' connection_details: Connection details of the private endpoints.
598
- :param 'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs' credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
598
+ :param 'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs' credential_details: User credential details to connect to the database.
599
599
  :param str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
600
600
  :param str database_resource_type: Oracle Cloud Infrastructure database resource type
601
601
  :param str dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
@@ -654,7 +654,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
654
654
  @pulumi.getter(name="credentialDetails")
655
655
  def credential_details(self) -> Optional['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails']:
656
656
  """
657
- User credential details to connect to the database. This is supplied via the External Database Service.
657
+ User credential details to connect to the database.
658
658
  """
659
659
  return pulumi.get(self, "credential_details")
660
660
 
@@ -2517,6 +2517,8 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2517
2517
  exadata_insight_id: str,
2518
2518
  freeform_tags: Mapping[str, Any],
2519
2519
  id: str,
2520
+ is_heat_wave_cluster_attached: bool,
2521
+ is_highly_available: bool,
2520
2522
  lifecycle_details: str,
2521
2523
  opsi_private_endpoint_id: str,
2522
2524
  parent_id: str,
@@ -2530,9 +2532,9 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2530
2532
  time_updated: str):
2531
2533
  """
2532
2534
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
2533
- :param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetailArgs'] connection_credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
2535
+ :param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetailArgs'] connection_credential_details: User credential details to connect to the database.
2534
2536
  :param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionDetailArgs'] connection_details: Connection details to connect to the database. HostName, protocol, and port should be specified.
2535
- :param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailArgs'] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
2537
+ :param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailArgs'] credential_details: User credential details to connect to the database.
2536
2538
  :param 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.
2537
2539
  :param str database_display_name: Display name of database
2538
2540
  :param str database_id: Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
@@ -2551,6 +2553,8 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2551
2553
  :param str exadata_insight_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
2552
2554
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
2553
2555
  :param str id: Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2556
+ :param bool is_heat_wave_cluster_attached: Specifies if MYSQL DB System has heatwave cluster attached.
2557
+ :param bool is_highly_available: Specifies if MYSQL DB System is highly available.
2554
2558
  :param 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.
2555
2559
  :param str opsi_private_endpoint_id: Unique Operations Insights PrivateEndpoint identifier
2556
2560
  :param 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.
@@ -2587,6 +2591,8 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2587
2591
  pulumi.set(__self__, "exadata_insight_id", exadata_insight_id)
2588
2592
  pulumi.set(__self__, "freeform_tags", freeform_tags)
2589
2593
  pulumi.set(__self__, "id", id)
2594
+ pulumi.set(__self__, "is_heat_wave_cluster_attached", is_heat_wave_cluster_attached)
2595
+ pulumi.set(__self__, "is_highly_available", is_highly_available)
2590
2596
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2591
2597
  pulumi.set(__self__, "opsi_private_endpoint_id", opsi_private_endpoint_id)
2592
2598
  pulumi.set(__self__, "parent_id", parent_id)
@@ -2611,7 +2617,7 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2611
2617
  @pulumi.getter(name="connectionCredentialDetails")
2612
2618
  def connection_credential_details(self) -> Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetailResult']:
2613
2619
  """
2614
- User credential details to connect to the database. This is supplied via the External Database Service.
2620
+ User credential details to connect to the database.
2615
2621
  """
2616
2622
  return pulumi.get(self, "connection_credential_details")
2617
2623
 
@@ -2627,7 +2633,7 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2627
2633
  @pulumi.getter(name="credentialDetails")
2628
2634
  def credential_details(self) -> Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailResult']:
2629
2635
  """
2630
- User credential details to connect to the database. This is supplied via the External Database Service.
2636
+ User credential details to connect to the database.
2631
2637
  """
2632
2638
  return pulumi.get(self, "credential_details")
2633
2639
 
@@ -2785,6 +2791,22 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2785
2791
  """
2786
2792
  return pulumi.get(self, "id")
2787
2793
 
2794
+ @property
2795
+ @pulumi.getter(name="isHeatWaveClusterAttached")
2796
+ def is_heat_wave_cluster_attached(self) -> bool:
2797
+ """
2798
+ Specifies if MYSQL DB System has heatwave cluster attached.
2799
+ """
2800
+ return pulumi.get(self, "is_heat_wave_cluster_attached")
2801
+
2802
+ @property
2803
+ @pulumi.getter(name="isHighlyAvailable")
2804
+ def is_highly_available(self) -> bool:
2805
+ """
2806
+ Specifies if MYSQL DB System is highly available.
2807
+ """
2808
+ return pulumi.get(self, "is_highly_available")
2809
+
2788
2810
  @property
2789
2811
  @pulumi.getter(name="lifecycleDetails")
2790
2812
  def lifecycle_details(self) -> str:
@@ -4269,7 +4291,7 @@ class GetHostInsightsHostInsightSummaryCollectionItemResult(dict):
4269
4291
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
4270
4292
  :param str host_display_name: The user-friendly name for the host. The name does not have to be unique.
4271
4293
  :param str host_name: The host name. The host name is unique amongst the hosts managed by the same management agent.
4272
- :param str host_type: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST
4294
+ :param str host_type: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
4273
4295
  :param str id: Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
4274
4296
  :param 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.
4275
4297
  :param str management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
@@ -4427,7 +4449,7 @@ class GetHostInsightsHostInsightSummaryCollectionItemResult(dict):
4427
4449
  @pulumi.getter(name="hostType")
4428
4450
  def host_type(self) -> str:
4429
4451
  """
4430
- Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST
4452
+ Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
4431
4453
  """
4432
4454
  return pulumi.get(self, "host_type")
4433
4455
 
@@ -5445,7 +5467,7 @@ class GetOperationsInsightsWarehouseUsersFilterResult(dict):
5445
5467
  values: Sequence[str],
5446
5468
  regex: Optional[bool] = None):
5447
5469
  """
5448
- :param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5470
+ :param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5449
5471
  """
5450
5472
  pulumi.set(__self__, "name", name)
5451
5473
  pulumi.set(__self__, "values", values)
@@ -5456,7 +5478,7 @@ class GetOperationsInsightsWarehouseUsersFilterResult(dict):
5456
5478
  @pulumi.getter
5457
5479
  def name(self) -> str:
5458
5480
  """
5459
- Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5481
+ Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5460
5482
  """
5461
5483
  return pulumi.get(self, "name")
5462
5484
 
@@ -5503,7 +5525,7 @@ class GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryC
5503
5525
  time_updated: str):
5504
5526
  """
5505
5527
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
5506
- :param str connection_password: User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5528
+ :param str connection_password: User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5507
5529
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5508
5530
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5509
5531
  :param str id: Unique Operations Insights Warehouse User identifier
@@ -5511,7 +5533,7 @@ class GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryC
5511
5533
  :param bool is_em_data_access: Indicate whether user has access to EM data.
5512
5534
  :param bool is_opsi_data_access: Indicate whether user has access to OPSI data.
5513
5535
  :param 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.
5514
- :param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5536
+ :param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5515
5537
  :param str operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
5516
5538
  :param str state: Lifecycle states
5517
5539
  :param 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"}`
@@ -5546,7 +5568,7 @@ class GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryC
5546
5568
  @pulumi.getter(name="connectionPassword")
5547
5569
  def connection_password(self) -> str:
5548
5570
  """
5549
- User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5571
+ User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5550
5572
  """
5551
5573
  return pulumi.get(self, "connection_password")
5552
5574
 
@@ -5610,7 +5632,7 @@ class GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryC
5610
5632
  @pulumi.getter
5611
5633
  def name(self) -> str:
5612
5634
  """
5613
- Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5635
+ Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5614
5636
  """
5615
5637
  return pulumi.get(self, "name")
5616
5638
 
@@ -5722,15 +5744,15 @@ class GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectio
5722
5744
  :param str display_name: A filter to return only resources that match the entire display name.
5723
5745
  :param str dynamic_group_id: OCID of the dynamic group created for the warehouse
5724
5746
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5725
- :param str id: Unique Operations Insights Warehouse identifier
5747
+ :param str id: Unique Ops Insights Warehouse identifier
5726
5748
  :param 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.
5727
- :param str operations_insights_tenancy_id: Tenancy Identifier of Operations Insights service
5749
+ :param str operations_insights_tenancy_id: Tenancy Identifier of Ops Insights service
5728
5750
  :param str state: Lifecycle states
5729
5751
  :param float storage_allocated_in_gbs: Storage allocated to OPSI Warehouse ADW.
5730
5752
  :param float storage_used_in_gbs: Storage by OPSI Warehouse ADW in GB.
5731
5753
  :param 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"}`
5732
5754
  :param str time_created: The time at which the resource was first created. An RFC3339 formatted datetime string
5733
- :param str time_last_wallet_rotated: The time at which the ADW wallet was last rotated for the Operations Insights Warehouse. An RFC3339 formatted datetime string
5755
+ :param str time_last_wallet_rotated: The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
5734
5756
  :param str time_updated: The time at which the resource was last updated. An RFC3339 formatted datetime string
5735
5757
  """
5736
5758
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -5811,7 +5833,7 @@ class GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectio
5811
5833
  @pulumi.getter
5812
5834
  def id(self) -> str:
5813
5835
  """
5814
- Unique Operations Insights Warehouse identifier
5836
+ Unique Ops Insights Warehouse identifier
5815
5837
  """
5816
5838
  return pulumi.get(self, "id")
5817
5839
 
@@ -5827,7 +5849,7 @@ class GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectio
5827
5849
  @pulumi.getter(name="operationsInsightsTenancyId")
5828
5850
  def operations_insights_tenancy_id(self) -> str:
5829
5851
  """
5830
- Tenancy Identifier of Operations Insights service
5852
+ Tenancy Identifier of Ops Insights service
5831
5853
  """
5832
5854
  return pulumi.get(self, "operations_insights_tenancy_id")
5833
5855
 
@@ -5875,7 +5897,7 @@ class GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectio
5875
5897
  @pulumi.getter(name="timeLastWalletRotated")
5876
5898
  def time_last_wallet_rotated(self) -> str:
5877
5899
  """
5878
- The time at which the ADW wallet was last rotated for the Operations Insights Warehouse. An RFC3339 formatted datetime string
5900
+ The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
5879
5901
  """
5880
5902
  return pulumi.get(self, "time_last_wallet_rotated")
5881
5903
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "2.4.0-alpha.1721890421"
4
+ "version": "2.5.0"
5
5
  }
@@ -163,7 +163,7 @@ class GetRedisClusterResult:
163
163
  @pulumi.getter(name="nsgIds")
164
164
  def nsg_ids(self) -> Sequence[str]:
165
165
  """
166
- OCIDs of the NSGs to control access in the customer network
166
+ A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
167
167
  """
168
168
  return pulumi.get(self, "nsg_ids")
169
169
 
@@ -241,7 +241,7 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
241
241
  :param Sequence['GetRedisClustersRedisClusterCollectionItemNodeCollectionArgs'] node_collections: The collection of Redis cluster nodes.
242
242
  :param int node_count: The number of nodes in the Redis cluster.
243
243
  :param float node_memory_in_gbs: The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
244
- :param Sequence[str] nsg_ids: OCIDs of the NSGs to control access in the customer network
244
+ :param Sequence[str] nsg_ids: A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
245
245
  :param str primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
246
246
  :param str primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
247
247
  :param str replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
@@ -350,7 +350,7 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
350
350
  @pulumi.getter(name="nsgIds")
351
351
  def nsg_ids(self) -> Sequence[str]:
352
352
  """
353
- OCIDs of the NSGs to control access in the customer network
353
+ A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
354
354
  """
355
355
  return pulumi.get(self, "nsg_ids")
356
356
 
@@ -39,7 +39,7 @@ class RedisClusterArgs:
39
39
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
40
40
  :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"}`
41
41
  :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"}`
42
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
42
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
43
43
  """
44
44
  pulumi.set(__self__, "compartment_id", compartment_id)
45
45
  pulumi.set(__self__, "display_name", display_name)
@@ -158,7 +158,7 @@ class RedisClusterArgs:
158
158
  @pulumi.getter(name="nsgIds")
159
159
  def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
160
160
  """
161
- (Updatable) OCIDs of the NSGs to control access in the customer network
161
+ (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
162
162
  """
163
163
  return pulumi.get(self, "nsg_ids")
164
164
 
@@ -199,7 +199,7 @@ class _RedisClusterState:
199
199
  :param pulumi.Input[Sequence[pulumi.Input['RedisClusterNodeCollectionArgs']]] node_collections: The collection of Redis cluster nodes.
200
200
  :param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
201
201
  :param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
202
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
202
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
203
203
  :param pulumi.Input[str] primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
204
204
  :param pulumi.Input[str] primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
205
205
  :param pulumi.Input[str] replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
@@ -354,7 +354,7 @@ class _RedisClusterState:
354
354
  @pulumi.getter(name="nsgIds")
355
355
  def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
356
356
  """
357
- (Updatable) OCIDs of the NSGs to control access in the customer network
357
+ (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
358
358
  """
359
359
  return pulumi.get(self, "nsg_ids")
360
360
 
@@ -545,7 +545,7 @@ class RedisCluster(pulumi.CustomResource):
545
545
  :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"}`
546
546
  :param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
547
547
  :param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
548
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
548
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
549
549
  :param pulumi.Input[str] software_version: The Redis version that the cluster is running.
550
550
  :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Redis cluster's subnet.
551
551
 
@@ -702,7 +702,7 @@ class RedisCluster(pulumi.CustomResource):
702
702
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisClusterNodeCollectionArgs']]]] node_collections: The collection of Redis cluster nodes.
703
703
  :param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
704
704
  :param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
705
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
705
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
706
706
  :param pulumi.Input[str] primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
707
707
  :param pulumi.Input[str] primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
708
708
  :param pulumi.Input[str] replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
@@ -811,7 +811,7 @@ class RedisCluster(pulumi.CustomResource):
811
811
  @pulumi.getter(name="nsgIds")
812
812
  def nsg_ids(self) -> pulumi.Output[Sequence[str]]:
813
813
  """
814
- (Updatable) OCIDs of the NSGs to control access in the customer network
814
+ (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
815
815
  """
816
816
  return pulumi.get(self, "nsg_ids")
817
817
 
@@ -1590,7 +1590,7 @@ class MonitoredResourceTaskTaskDetailsArgs:
1590
1590
  ** IMPORTANT **
1591
1591
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1592
1592
  :param pulumi.Input[int] availability_proxy_metric_collection_interval: Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
1593
- :param pulumi.Input[Sequence[pulumi.Input[str]]] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1593
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1594
1594
  :param pulumi.Input[str] console_path_prefix: The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https://<cloudhostname>/security/bastion/bastions/<resourceOcid>. If not provided, service home page link will not be shown in the stack monitoring home page.
1595
1595
  :param pulumi.Input[str] external_id_mapping: The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
1596
1596
  :param pulumi.Input[Sequence[pulumi.Input[str]]] lifecycle_status_mappings_for_up_statuses: Lifecycle states of the external resource which reflects the status of the resource being up.
@@ -1688,7 +1688,7 @@ class MonitoredResourceTaskTaskDetailsArgs:
1688
1688
  @pulumi.getter(name="availabilityProxyMetrics")
1689
1689
  def availability_proxy_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1690
1690
  """
1691
- List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1691
+ List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1692
1692
  """
1693
1693
  return pulumi.get(self, "availability_proxy_metrics")
1694
1694
 
@@ -17,26 +17,31 @@ class BaselineableMetricArgs:
17
17
  column: pulumi.Input[str],
18
18
  compartment_id: pulumi.Input[str],
19
19
  namespace: pulumi.Input[str],
20
- resource_group: pulumi.Input[str],
21
- name: Optional[pulumi.Input[str]] = None):
20
+ name: Optional[pulumi.Input[str]] = None,
21
+ resource_group: Optional[pulumi.Input[str]] = None,
22
+ resource_type: Optional[pulumi.Input[str]] = None):
22
23
  """
23
24
  The set of arguments for constructing a BaselineableMetric resource.
24
25
  :param pulumi.Input[str] column: (Updatable) metric column name
25
26
  :param pulumi.Input[str] compartment_id: (Updatable) OCID of the compartment
26
27
  :param pulumi.Input[str] namespace: (Updatable) namespace of the metric
28
+ :param pulumi.Input[str] name: (Updatable) name of the metric
27
29
  :param pulumi.Input[str] resource_group: (Updatable) Resource group of the metric
30
+ :param pulumi.Input[str] resource_type: (Updatable) Resource type of the metric
28
31
 
29
32
 
30
33
  ** IMPORTANT **
31
34
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
32
- :param pulumi.Input[str] name: (Updatable) name of the metric
33
35
  """
34
36
  pulumi.set(__self__, "column", column)
35
37
  pulumi.set(__self__, "compartment_id", compartment_id)
36
38
  pulumi.set(__self__, "namespace", namespace)
37
- pulumi.set(__self__, "resource_group", resource_group)
38
39
  if name is not None:
39
40
  pulumi.set(__self__, "name", name)
41
+ if resource_group is not None:
42
+ pulumi.set(__self__, "resource_group", resource_group)
43
+ if resource_type is not None:
44
+ pulumi.set(__self__, "resource_type", resource_type)
40
45
 
41
46
  @property
42
47
  @pulumi.getter
@@ -75,32 +80,44 @@ class BaselineableMetricArgs:
75
80
  pulumi.set(self, "namespace", value)
76
81
 
77
82
  @property
78
- @pulumi.getter(name="resourceGroup")
79
- def resource_group(self) -> pulumi.Input[str]:
83
+ @pulumi.getter
84
+ def name(self) -> Optional[pulumi.Input[str]]:
80
85
  """
81
- (Updatable) Resource group of the metric
86
+ (Updatable) name of the metric
87
+ """
88
+ return pulumi.get(self, "name")
82
89
 
90
+ @name.setter
91
+ def name(self, value: Optional[pulumi.Input[str]]):
92
+ pulumi.set(self, "name", value)
83
93
 
84
- ** IMPORTANT **
85
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
94
+ @property
95
+ @pulumi.getter(name="resourceGroup")
96
+ def resource_group(self) -> Optional[pulumi.Input[str]]:
97
+ """
98
+ (Updatable) Resource group of the metric
86
99
  """
87
100
  return pulumi.get(self, "resource_group")
88
101
 
89
102
  @resource_group.setter
90
- def resource_group(self, value: pulumi.Input[str]):
103
+ def resource_group(self, value: Optional[pulumi.Input[str]]):
91
104
  pulumi.set(self, "resource_group", value)
92
105
 
93
106
  @property
94
- @pulumi.getter
95
- def name(self) -> Optional[pulumi.Input[str]]:
107
+ @pulumi.getter(name="resourceType")
108
+ def resource_type(self) -> Optional[pulumi.Input[str]]:
96
109
  """
97
- (Updatable) name of the metric
110
+ (Updatable) Resource type of the metric
111
+
112
+
113
+ ** IMPORTANT **
114
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
98
115
  """
99
- return pulumi.get(self, "name")
116
+ return pulumi.get(self, "resource_type")
100
117
 
101
- @name.setter
102
- def name(self, value: Optional[pulumi.Input[str]]):
103
- pulumi.set(self, "name", value)
118
+ @resource_type.setter
119
+ def resource_type(self, value: Optional[pulumi.Input[str]]):
120
+ pulumi.set(self, "resource_type", value)
104
121
 
105
122
 
106
123
  @pulumi.input_type
@@ -116,6 +133,7 @@ class _BaselineableMetricState:
116
133
  name: Optional[pulumi.Input[str]] = None,
117
134
  namespace: Optional[pulumi.Input[str]] = None,
118
135
  resource_group: Optional[pulumi.Input[str]] = None,
136
+ resource_type: Optional[pulumi.Input[str]] = None,
119
137
  state: Optional[pulumi.Input[str]] = None,
120
138
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
121
139
  tenancy_id: Optional[pulumi.Input[str]] = None,
@@ -133,6 +151,7 @@ class _BaselineableMetricState:
133
151
  :param pulumi.Input[str] name: (Updatable) name of the metric
134
152
  :param pulumi.Input[str] namespace: (Updatable) namespace of the metric
135
153
  :param pulumi.Input[str] resource_group: (Updatable) Resource group of the metric
154
+ :param pulumi.Input[str] resource_type: (Updatable) Resource type of the metric
136
155
 
137
156
 
138
157
  ** IMPORTANT **
@@ -163,6 +182,8 @@ class _BaselineableMetricState:
163
182
  pulumi.set(__self__, "namespace", namespace)
164
183
  if resource_group is not None:
165
184
  pulumi.set(__self__, "resource_group", resource_group)
185
+ if resource_type is not None:
186
+ pulumi.set(__self__, "resource_type", resource_type)
166
187
  if state is not None:
167
188
  pulumi.set(__self__, "state", state)
168
189
  if system_tags is not None:
@@ -287,10 +308,6 @@ class _BaselineableMetricState:
287
308
  def resource_group(self) -> Optional[pulumi.Input[str]]:
288
309
  """
289
310
  (Updatable) Resource group of the metric
290
-
291
-
292
- ** IMPORTANT **
293
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
294
311
  """
295
312
  return pulumi.get(self, "resource_group")
296
313
 
@@ -298,6 +315,22 @@ class _BaselineableMetricState:
298
315
  def resource_group(self, value: Optional[pulumi.Input[str]]):
299
316
  pulumi.set(self, "resource_group", value)
300
317
 
318
+ @property
319
+ @pulumi.getter(name="resourceType")
320
+ def resource_type(self) -> Optional[pulumi.Input[str]]:
321
+ """
322
+ (Updatable) Resource type of the metric
323
+
324
+
325
+ ** IMPORTANT **
326
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
327
+ """
328
+ return pulumi.get(self, "resource_type")
329
+
330
+ @resource_type.setter
331
+ def resource_type(self, value: Optional[pulumi.Input[str]]):
332
+ pulumi.set(self, "resource_type", value)
333
+
301
334
  @property
302
335
  @pulumi.getter
303
336
  def state(self) -> Optional[pulumi.Input[str]]:
@@ -369,6 +402,7 @@ class BaselineableMetric(pulumi.CustomResource):
369
402
  name: Optional[pulumi.Input[str]] = None,
370
403
  namespace: Optional[pulumi.Input[str]] = None,
371
404
  resource_group: Optional[pulumi.Input[str]] = None,
405
+ resource_type: Optional[pulumi.Input[str]] = None,
372
406
  __props__=None):
373
407
  """
374
408
  This resource provides the Baselineable Metric resource in Oracle Cloud Infrastructure Stack Monitoring service.
@@ -384,9 +418,10 @@ class BaselineableMetric(pulumi.CustomResource):
384
418
  test_baselineable_metric = oci.stack_monitoring.BaselineableMetric("test_baselineable_metric",
385
419
  column=baselineable_metric_column,
386
420
  compartment_id=compartment_id,
387
- name=baselineable_metric_name,
388
421
  namespace=baselineable_metric_namespace,
389
- resource_group=baselineable_metric_resource_group)
422
+ name=baselineable_metric_name,
423
+ resource_group=baselineable_metric_resource_group,
424
+ resource_type=baselineable_metric_resource_type)
390
425
  ```
391
426
 
392
427
  ## Import
@@ -404,6 +439,7 @@ class BaselineableMetric(pulumi.CustomResource):
404
439
  :param pulumi.Input[str] name: (Updatable) name of the metric
405
440
  :param pulumi.Input[str] namespace: (Updatable) namespace of the metric
406
441
  :param pulumi.Input[str] resource_group: (Updatable) Resource group of the metric
442
+ :param pulumi.Input[str] resource_type: (Updatable) Resource type of the metric
407
443
 
408
444
 
409
445
  ** IMPORTANT **
@@ -429,9 +465,10 @@ class BaselineableMetric(pulumi.CustomResource):
429
465
  test_baselineable_metric = oci.stack_monitoring.BaselineableMetric("test_baselineable_metric",
430
466
  column=baselineable_metric_column,
431
467
  compartment_id=compartment_id,
432
- name=baselineable_metric_name,
433
468
  namespace=baselineable_metric_namespace,
434
- resource_group=baselineable_metric_resource_group)
469
+ name=baselineable_metric_name,
470
+ resource_group=baselineable_metric_resource_group,
471
+ resource_type=baselineable_metric_resource_type)
435
472
  ```
436
473
 
437
474
  ## Import
@@ -462,6 +499,7 @@ class BaselineableMetric(pulumi.CustomResource):
462
499
  name: Optional[pulumi.Input[str]] = None,
463
500
  namespace: Optional[pulumi.Input[str]] = None,
464
501
  resource_group: Optional[pulumi.Input[str]] = None,
502
+ resource_type: Optional[pulumi.Input[str]] = None,
465
503
  __props__=None):
466
504
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
467
505
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -481,9 +519,8 @@ class BaselineableMetric(pulumi.CustomResource):
481
519
  if namespace is None and not opts.urn:
482
520
  raise TypeError("Missing required property 'namespace'")
483
521
  __props__.__dict__["namespace"] = namespace
484
- if resource_group is None and not opts.urn:
485
- raise TypeError("Missing required property 'resource_group'")
486
522
  __props__.__dict__["resource_group"] = resource_group
523
+ __props__.__dict__["resource_type"] = resource_type
487
524
  __props__.__dict__["created_by"] = None
488
525
  __props__.__dict__["defined_tags"] = None
489
526
  __props__.__dict__["freeform_tags"] = None
@@ -514,6 +551,7 @@ class BaselineableMetric(pulumi.CustomResource):
514
551
  name: Optional[pulumi.Input[str]] = None,
515
552
  namespace: Optional[pulumi.Input[str]] = None,
516
553
  resource_group: Optional[pulumi.Input[str]] = None,
554
+ resource_type: Optional[pulumi.Input[str]] = None,
517
555
  state: Optional[pulumi.Input[str]] = None,
518
556
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
519
557
  tenancy_id: Optional[pulumi.Input[str]] = None,
@@ -536,6 +574,7 @@ class BaselineableMetric(pulumi.CustomResource):
536
574
  :param pulumi.Input[str] name: (Updatable) name of the metric
537
575
  :param pulumi.Input[str] namespace: (Updatable) namespace of the metric
538
576
  :param pulumi.Input[str] resource_group: (Updatable) Resource group of the metric
577
+ :param pulumi.Input[str] resource_type: (Updatable) Resource type of the metric
539
578
 
540
579
 
541
580
  ** IMPORTANT **
@@ -560,6 +599,7 @@ class BaselineableMetric(pulumi.CustomResource):
560
599
  __props__.__dict__["name"] = name
561
600
  __props__.__dict__["namespace"] = namespace
562
601
  __props__.__dict__["resource_group"] = resource_group
602
+ __props__.__dict__["resource_type"] = resource_type
563
603
  __props__.__dict__["state"] = state
564
604
  __props__.__dict__["system_tags"] = system_tags
565
605
  __props__.__dict__["tenancy_id"] = tenancy_id
@@ -644,12 +684,20 @@ class BaselineableMetric(pulumi.CustomResource):
644
684
  def resource_group(self) -> pulumi.Output[str]:
645
685
  """
646
686
  (Updatable) Resource group of the metric
687
+ """
688
+ return pulumi.get(self, "resource_group")
689
+
690
+ @property
691
+ @pulumi.getter(name="resourceType")
692
+ def resource_type(self) -> pulumi.Output[str]:
693
+ """
694
+ (Updatable) Resource type of the metric
647
695
 
648
696
 
649
697
  ** IMPORTANT **
650
698
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
651
699
  """
652
- return pulumi.get(self, "resource_group")
700
+ return pulumi.get(self, "resource_type")
653
701
 
654
702
  @property
655
703
  @pulumi.getter