pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.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 (313) hide show
  1. pulumi_oci/__init__.py +248 -43
  2. pulumi_oci/aidocument/__init__.py +1 -0
  3. pulumi_oci/aidocument/_inputs.py +476 -6
  4. pulumi_oci/aidocument/get_model.py +63 -2
  5. pulumi_oci/aidocument/get_model_type.py +179 -0
  6. pulumi_oci/aidocument/get_models.py +1 -1
  7. pulumi_oci/aidocument/get_project.py +17 -2
  8. pulumi_oci/aidocument/get_projects.py +1 -1
  9. pulumi_oci/aidocument/model.py +188 -0
  10. pulumi_oci/aidocument/outputs.py +883 -8
  11. pulumi_oci/aidocument/processor_job.py +22 -4
  12. pulumi_oci/aidocument/project.py +50 -1
  13. pulumi_oci/apigateway/_inputs.py +608 -12
  14. pulumi_oci/apigateway/api.py +127 -38
  15. pulumi_oci/apigateway/certificate.py +122 -3
  16. pulumi_oci/apigateway/deployment.py +120 -3
  17. pulumi_oci/apigateway/gateway.py +124 -7
  18. pulumi_oci/apigateway/get_api.py +40 -1
  19. pulumi_oci/apigateway/get_certificate.py +41 -1
  20. pulumi_oci/apigateway/get_deployment.py +40 -1
  21. pulumi_oci/apigateway/get_gateway.py +40 -1
  22. pulumi_oci/apigateway/get_subscriber.py +40 -1
  23. pulumi_oci/apigateway/get_usage_plan.py +40 -1
  24. pulumi_oci/apigateway/outputs.py +1413 -39
  25. pulumi_oci/apigateway/subscriber.py +120 -3
  26. pulumi_oci/apigateway/usage_plan.py +127 -38
  27. pulumi_oci/apmconfig/_inputs.py +199 -15
  28. pulumi_oci/apmconfig/config.py +535 -17
  29. pulumi_oci/apmconfig/get_config.py +141 -1
  30. pulumi_oci/apmconfig/get_configs.py +2 -2
  31. pulumi_oci/apmconfig/outputs.py +509 -13
  32. pulumi_oci/apmtraces/__init__.py +5 -0
  33. pulumi_oci/apmtraces/_inputs.py +413 -0
  34. pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
  35. pulumi_oci/apmtraces/get_log.py +356 -0
  36. pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
  37. pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
  38. pulumi_oci/apmtraces/get_trace.py +4 -4
  39. pulumi_oci/apmtraces/outputs.py +971 -0
  40. pulumi_oci/apmtraces/scheduled_query.py +925 -0
  41. pulumi_oci/autoscaling/_inputs.py +177 -13
  42. pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
  43. pulumi_oci/autoscaling/outputs.py +269 -23
  44. pulumi_oci/core/_inputs.py +184 -0
  45. pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
  46. pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
  47. pulumi_oci/core/get_ipv6.py +15 -1
  48. pulumi_oci/core/ipv6.py +49 -0
  49. pulumi_oci/core/outputs.py +376 -0
  50. pulumi_oci/database/__init__.py +3 -0
  51. pulumi_oci/database/_inputs.py +396 -19
  52. pulumi_oci/database/autonomous_container_database.py +94 -0
  53. pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
  54. pulumi_oci/database/autonomous_database.py +578 -568
  55. pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
  56. pulumi_oci/database/data_guard_association.py +98 -0
  57. pulumi_oci/database/database.py +28 -0
  58. pulumi_oci/database/db_node.py +56 -0
  59. pulumi_oci/database/db_system.py +108 -14
  60. pulumi_oci/database/exadb_vm_cluster.py +49 -0
  61. pulumi_oci/database/exascale_db_storage_vault.py +28 -0
  62. pulumi_oci/database/get_autonomous_container_database.py +29 -1
  63. pulumi_oci/database/get_autonomous_database.py +65 -1
  64. pulumi_oci/database/get_autonomous_databases.py +6 -1
  65. pulumi_oci/database/get_data_guard_association.py +23 -1
  66. pulumi_oci/database/get_database.py +15 -1
  67. pulumi_oci/database/get_db_node.py +29 -1
  68. pulumi_oci/database/get_db_system_shapes.py +25 -6
  69. pulumi_oci/database/get_db_system_storage_performances.py +20 -3
  70. pulumi_oci/database/get_db_versions.py +20 -1
  71. pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
  72. pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
  73. pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
  74. pulumi_oci/database/get_gi_versions.py +25 -6
  75. pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
  76. pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
  77. pulumi_oci/database/outputs.py +1045 -83
  78. pulumi_oci/database/pluggable_database.py +0 -14
  79. pulumi_oci/database/pluggable_database_snapshot.py +539 -0
  80. pulumi_oci/databasemanagement/__init__.py +37 -0
  81. pulumi_oci/databasemanagement/_inputs.py +9516 -3414
  82. pulumi_oci/databasemanagement/cloud_asm.py +791 -0
  83. pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
  84. pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
  85. pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
  86. pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
  87. pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
  88. pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
  89. pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
  90. pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
  91. pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
  92. pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
  93. pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
  94. pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
  95. pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
  96. pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
  97. pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
  98. pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
  99. pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
  100. pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
  101. pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
  102. pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
  103. pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
  104. pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
  105. pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
  106. pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
  107. pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
  108. pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
  109. pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
  110. pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
  111. pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
  112. pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
  113. pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
  114. pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
  115. pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
  116. pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
  117. pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
  118. pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
  119. pulumi_oci/databasemanagement/get_managed_database.py +2 -2
  120. pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
  121. pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
  122. pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
  123. pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
  124. pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
  125. pulumi_oci/databasemanagement/outputs.py +18049 -4222
  126. pulumi_oci/datasafe/__init__.py +24 -0
  127. pulumi_oci/datasafe/_inputs.py +3669 -1537
  128. pulumi_oci/datasafe/attribute_set.py +693 -0
  129. pulumi_oci/datasafe/audit_profile.py +356 -95
  130. pulumi_oci/datasafe/audit_profile_management.py +389 -129
  131. pulumi_oci/datasafe/audit_trail.py +47 -0
  132. pulumi_oci/datasafe/audit_trail_management.py +49 -0
  133. pulumi_oci/datasafe/get_alerts.py +2 -2
  134. pulumi_oci/datasafe/get_attribute_set.py +295 -0
  135. pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
  136. pulumi_oci/datasafe/get_attribute_sets.py +340 -0
  137. pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
  138. pulumi_oci/datasafe/get_audit_events.py +2 -2
  139. pulumi_oci/datasafe/get_audit_policies.py +20 -1
  140. pulumi_oci/datasafe/get_audit_profile.py +78 -8
  141. pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
  142. pulumi_oci/datasafe/get_audit_profiles.py +50 -9
  143. pulumi_oci/datasafe/get_audit_trail.py +15 -1
  144. pulumi_oci/datasafe/get_audit_trails.py +20 -1
  145. pulumi_oci/datasafe/get_database_security_configs.py +20 -1
  146. pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
  147. pulumi_oci/datasafe/get_masking_analytics.py +42 -1
  148. pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
  149. pulumi_oci/datasafe/get_report.py +43 -1
  150. pulumi_oci/datasafe/get_reports.py +23 -1
  151. pulumi_oci/datasafe/get_security_assessment.py +116 -2
  152. pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
  153. pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
  154. pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
  155. pulumi_oci/datasafe/get_security_assessment_findings.py +75 -8
  156. pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
  157. pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
  158. pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
  159. pulumi_oci/datasafe/get_security_assessments.py +70 -4
  160. pulumi_oci/datasafe/get_security_policies.py +23 -1
  161. pulumi_oci/datasafe/get_security_policy.py +15 -1
  162. pulumi_oci/datasafe/get_security_policy_config.py +296 -0
  163. pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
  164. pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
  165. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
  166. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
  167. pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
  168. pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
  169. pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
  170. pulumi_oci/datasafe/get_sql_collections.py +20 -1
  171. pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
  172. pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
  173. pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
  174. pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
  175. pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
  176. pulumi_oci/datasafe/get_target_database_group.py +296 -0
  177. pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
  178. pulumi_oci/datasafe/get_target_database_groups.py +313 -0
  179. pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
  180. pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
  181. pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
  182. pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
  183. pulumi_oci/datasafe/get_user_assessment.py +29 -1
  184. pulumi_oci/datasafe/get_user_assessments.py +45 -1
  185. pulumi_oci/datasafe/outputs.py +7975 -1013
  186. pulumi_oci/datasafe/report.py +84 -0
  187. pulumi_oci/datasafe/report_definition.py +4 -0
  188. pulumi_oci/datasafe/security_assessment.py +425 -82
  189. pulumi_oci/datasafe/security_assessment_check.py +456 -0
  190. pulumi_oci/datasafe/security_assessment_finding.py +818 -0
  191. pulumi_oci/datasafe/security_policy.py +94 -77
  192. pulumi_oci/datasafe/security_policy_config.py +698 -0
  193. pulumi_oci/datasafe/security_policy_deployment.py +272 -67
  194. pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
  195. pulumi_oci/datasafe/security_policy_management.py +87 -30
  196. pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
  197. pulumi_oci/datasafe/target_database.py +4 -0
  198. pulumi_oci/datasafe/target_database_group.py +679 -0
  199. pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
  200. pulumi_oci/datasafe/unified_audit_policy.py +836 -0
  201. pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
  202. pulumi_oci/datasafe/user_assessment.py +105 -28
  203. pulumi_oci/datascience/__init__.py +10 -0
  204. pulumi_oci/datascience/_inputs.py +6760 -2206
  205. pulumi_oci/datascience/get_job.py +15 -1
  206. pulumi_oci/datascience/get_job_run.py +44 -2
  207. pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
  208. pulumi_oci/datascience/get_model_group.py +405 -0
  209. pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
  210. pulumi_oci/datascience/get_model_group_models.py +240 -0
  211. pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
  212. pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
  213. pulumi_oci/datascience/get_model_groups.py +265 -0
  214. pulumi_oci/datascience/get_pipeline_run.py +15 -1
  215. pulumi_oci/datascience/job.py +81 -154
  216. pulumi_oci/datascience/job_run.py +250 -4
  217. pulumi_oci/datascience/model_group.py +1111 -0
  218. pulumi_oci/datascience/model_group_artifact.py +369 -0
  219. pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
  220. pulumi_oci/datascience/notebook_session.py +4 -0
  221. pulumi_oci/datascience/outputs.py +17168 -8021
  222. pulumi_oci/datascience/pipeline_run.py +87 -0
  223. pulumi_oci/disasterrecovery/_inputs.py +231 -3
  224. pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
  225. pulumi_oci/disasterrecovery/outputs.py +446 -12
  226. pulumi_oci/generativeai/_inputs.py +572 -63
  227. pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
  228. pulumi_oci/generativeai/agent_data_source.py +7 -81
  229. pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
  230. pulumi_oci/generativeai/agent_tool.py +172 -0
  231. pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
  232. pulumi_oci/generativeai/get_agent_data_source.py +1 -5
  233. pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
  234. pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
  235. pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
  236. pulumi_oci/generativeai/outputs.py +1128 -106
  237. pulumi_oci/goldengate/_inputs.py +3 -3
  238. pulumi_oci/goldengate/connection.py +175 -56
  239. pulumi_oci/goldengate/deployment.py +94 -0
  240. pulumi_oci/goldengate/get_connection.py +20 -4
  241. pulumi_oci/goldengate/get_deployment.py +29 -1
  242. pulumi_oci/goldengate/get_deployments.py +23 -1
  243. pulumi_oci/goldengate/outputs.py +62 -10
  244. pulumi_oci/managementagent/__init__.py +4 -0
  245. pulumi_oci/managementagent/_inputs.py +129 -0
  246. pulumi_oci/managementagent/get_management_agent.py +26 -1
  247. pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
  248. pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
  249. pulumi_oci/managementagent/get_named_credential.py +268 -0
  250. pulumi_oci/managementagent/get_named_credentials.py +221 -0
  251. pulumi_oci/managementagent/management_agent.py +48 -0
  252. pulumi_oci/managementagent/management_agent_install_key.py +84 -0
  253. pulumi_oci/managementagent/named_credential.py +706 -0
  254. pulumi_oci/managementagent/outputs.py +515 -0
  255. pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
  256. pulumi_oci/oci/__init__.py +12 -0
  257. pulumi_oci/oci/_inputs.py +566 -0
  258. pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
  259. pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
  260. pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
  261. pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
  262. pulumi_oci/{aianomalydetection/get_ai_private_endpoint.py → oci/get_managed_kafka_kafka_cluster_config.py} +63 -90
  263. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
  264. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
  265. pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
  266. pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
  267. pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
  268. pulumi_oci/{aianomalydetection/ai_private_endpoint.py → oci/managed_kafka_kafka_cluster_config.py} +138 -232
  269. pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
  270. pulumi_oci/oci/outputs.py +1540 -164
  271. pulumi_oci/opsi/_inputs.py +1001 -149
  272. pulumi_oci/opsi/database_insight.py +22 -3
  273. pulumi_oci/opsi/exadata_insight.py +86 -6
  274. pulumi_oci/opsi/outputs.py +1438 -178
  275. pulumi_oci/psql/configuration.py +109 -19
  276. pulumi_oci/psql/db_system.py +7 -7
  277. pulumi_oci/psql/get_configuration.py +30 -2
  278. pulumi_oci/psql/get_configurations.py +49 -5
  279. pulumi_oci/psql/get_db_system.py +1 -1
  280. pulumi_oci/psql/get_default_configuration.py +30 -4
  281. pulumi_oci/psql/get_default_configurations.py +49 -5
  282. pulumi_oci/psql/outputs.py +47 -14
  283. pulumi_oci/pulumi-plugin.json +1 -1
  284. pulumi_oci/redis/__init__.py +6 -0
  285. pulumi_oci/redis/_inputs.py +217 -0
  286. pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
  287. pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
  288. pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
  289. pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
  290. pulumi_oci/redis/get_redis_cluster.py +15 -1
  291. pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
  292. pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
  293. pulumi_oci/redis/outputs.py +713 -0
  294. pulumi_oci/redis/redis_cluster.py +49 -0
  295. pulumi_oci/vault/_inputs.py +198 -0
  296. pulumi_oci/vault/get_secret.py +43 -1
  297. pulumi_oci/vault/outputs.py +434 -0
  298. pulumi_oci/vault/secret.py +103 -0
  299. {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0.dist-info}/METADATA +1 -1
  300. {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0.dist-info}/RECORD +302 -218
  301. pulumi_oci/aianomalydetection/__init__.py +0 -25
  302. pulumi_oci/aianomalydetection/_inputs.py +0 -1742
  303. pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
  304. pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
  305. pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
  306. pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
  307. pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
  308. pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
  309. pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
  310. pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
  311. pulumi_oci/aianomalydetection/outputs.py +0 -3699
  312. {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0.dist-info}/WHEEL +0 -0
  313. {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0.dist-info}/top_level.txt +0 -0
@@ -117,7 +117,7 @@ if not MYPY:
117
117
  """
118
118
  resource_action: NotRequired[pulumi.Input['AutoScalingConfigurationPolicyResourceActionArgsDict']]
119
119
  """
120
- An action that can be executed against a resource.
120
+ An action to run on a resource, such as stopping or starting an instance pool.
121
121
  """
122
122
  rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['AutoScalingConfigurationPolicyRuleArgsDict']]]]
123
123
  time_created: NotRequired[pulumi.Input[_builtins.str]]
@@ -146,7 +146,7 @@ class AutoScalingConfigurationPolicyArgs:
146
146
  :param pulumi.Input['AutoScalingConfigurationPolicyExecutionScheduleArgs'] execution_schedule: An execution schedule for an autoscaling policy.
147
147
  :param pulumi.Input[_builtins.str] id: ID of the condition that is assigned after creation.
148
148
  :param pulumi.Input[_builtins.bool] is_enabled: Whether the autoscaling policy is enabled.
149
- :param pulumi.Input['AutoScalingConfigurationPolicyResourceActionArgs'] resource_action: An action that can be executed against a resource.
149
+ :param pulumi.Input['AutoScalingConfigurationPolicyResourceActionArgs'] resource_action: An action to run on a resource, such as stopping or starting an instance pool.
150
150
  :param pulumi.Input[_builtins.str] time_created: The date and time the autoscaling configuration was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
151
151
  """
152
152
  pulumi.set(__self__, "policy_type", policy_type)
@@ -243,7 +243,7 @@ class AutoScalingConfigurationPolicyArgs:
243
243
  @pulumi.getter(name="resourceAction")
244
244
  def resource_action(self) -> Optional[pulumi.Input['AutoScalingConfigurationPolicyResourceActionArgs']]:
245
245
  """
246
- An action that can be executed against a resource.
246
+ An action to run on a resource, such as stopping or starting an instance pool.
247
247
  """
248
248
  return pulumi.get(self, "resource_action")
249
249
 
@@ -461,7 +461,7 @@ if not MYPY:
461
461
  action: pulumi.Input[_builtins.str]
462
462
  action_type: pulumi.Input[_builtins.str]
463
463
  """
464
- The type of resource action.
464
+ The category of action to run on the resource.
465
465
  """
466
466
  elif False:
467
467
  AutoScalingConfigurationPolicyResourceActionArgsDict: TypeAlias = Mapping[str, Any]
@@ -472,7 +472,7 @@ class AutoScalingConfigurationPolicyResourceActionArgs:
472
472
  action: pulumi.Input[_builtins.str],
473
473
  action_type: pulumi.Input[_builtins.str]):
474
474
  """
475
- :param pulumi.Input[_builtins.str] action_type: The type of resource action.
475
+ :param pulumi.Input[_builtins.str] action_type: The category of action to run on the resource.
476
476
  """
477
477
  pulumi.set(__self__, "action", action)
478
478
  pulumi.set(__self__, "action_type", action_type)
@@ -490,7 +490,7 @@ class AutoScalingConfigurationPolicyResourceActionArgs:
490
490
  @pulumi.getter(name="actionType")
491
491
  def action_type(self) -> pulumi.Input[_builtins.str]:
492
492
  """
493
- The type of resource action.
493
+ The category of action to run on the resource.
494
494
  """
495
495
  return pulumi.get(self, "action_type")
496
496
 
@@ -502,6 +502,9 @@ class AutoScalingConfigurationPolicyResourceActionArgs:
502
502
  if not MYPY:
503
503
  class AutoScalingConfigurationPolicyRuleArgsDict(TypedDict):
504
504
  display_name: pulumi.Input[_builtins.str]
505
+ """
506
+ A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
507
+ """
505
508
  action: NotRequired[pulumi.Input['AutoScalingConfigurationPolicyRuleActionArgsDict']]
506
509
  """
507
510
  The action to take when autoscaling is triggered.
@@ -511,9 +514,6 @@ if not MYPY:
511
514
  ID of the condition that is assigned after creation.
512
515
  """
513
516
  metric: NotRequired[pulumi.Input['AutoScalingConfigurationPolicyRuleMetricArgsDict']]
514
- """
515
- Metric and threshold details for triggering an autoscaling action.
516
- """
517
517
  elif False:
518
518
  AutoScalingConfigurationPolicyRuleArgsDict: TypeAlias = Mapping[str, Any]
519
519
 
@@ -525,9 +525,9 @@ class AutoScalingConfigurationPolicyRuleArgs:
525
525
  id: Optional[pulumi.Input[_builtins.str]] = None,
526
526
  metric: Optional[pulumi.Input['AutoScalingConfigurationPolicyRuleMetricArgs']] = None):
527
527
  """
528
+ :param pulumi.Input[_builtins.str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
528
529
  :param pulumi.Input['AutoScalingConfigurationPolicyRuleActionArgs'] action: The action to take when autoscaling is triggered.
529
530
  :param pulumi.Input[_builtins.str] id: ID of the condition that is assigned after creation.
530
- :param pulumi.Input['AutoScalingConfigurationPolicyRuleMetricArgs'] metric: Metric and threshold details for triggering an autoscaling action.
531
531
  """
532
532
  pulumi.set(__self__, "display_name", display_name)
533
533
  if action is not None:
@@ -540,6 +540,9 @@ class AutoScalingConfigurationPolicyRuleArgs:
540
540
  @_builtins.property
541
541
  @pulumi.getter(name="displayName")
542
542
  def display_name(self) -> pulumi.Input[_builtins.str]:
543
+ """
544
+ A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
545
+ """
543
546
  return pulumi.get(self, "display_name")
544
547
 
545
548
  @display_name.setter
@@ -573,9 +576,6 @@ class AutoScalingConfigurationPolicyRuleArgs:
573
576
  @_builtins.property
574
577
  @pulumi.getter
575
578
  def metric(self) -> Optional[pulumi.Input['AutoScalingConfigurationPolicyRuleMetricArgs']]:
576
- """
577
- Metric and threshold details for triggering an autoscaling action.
578
- """
579
579
  return pulumi.get(self, "metric")
580
580
 
581
581
  @metric.setter
@@ -637,7 +637,45 @@ class AutoScalingConfigurationPolicyRuleActionArgs:
637
637
 
638
638
  if not MYPY:
639
639
  class AutoScalingConfigurationPolicyRuleMetricArgsDict(TypedDict):
640
+ metric_compartment_id: NotRequired[pulumi.Input[_builtins.str]]
641
+ """
642
+ The OCID of the compartment containing the metrics.
643
+ """
644
+ metric_source: NotRequired[pulumi.Input[_builtins.str]]
645
+ """
646
+ Source of the metric data for creating the alarm used to trigger autoscaling actions.
647
+
648
+ The following values are supported:
649
+ * `COMPUTE_AGENT`: CPU or memory metrics emitted by the Compute Instance Monitoring plugin.
650
+ * `CUSTOM_QUERY`: A custom Monitoring Query Language (MQL) expression.
651
+ """
640
652
  metric_type: NotRequired[pulumi.Input[_builtins.str]]
653
+ namespace: NotRequired[pulumi.Input[_builtins.str]]
654
+ """
655
+ The namespace for the query.
656
+ """
657
+ pending_duration: NotRequired[pulumi.Input[_builtins.str]]
658
+ """
659
+ The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
660
+
661
+ The duration is specified as a string in ISO 8601 format (`PT10M` for ten minutes or `PT1H` for one hour). Minimum: PT3M. Maximum: PT1H. Default: PT3M.
662
+ """
663
+ query: NotRequired[pulumi.Input[_builtins.str]]
664
+ """
665
+ The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: `1m`-`60m` (also `1h`). You can optionally specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
666
+
667
+ Example of threshold alarm:
668
+
669
+ -----
670
+
671
+ CpuUtilization[1m]{availabilityDomain="cumS:PHX-AD-1"}.groupBy(availabilityDomain).percentile(0.9) > 85
672
+
673
+ -----
674
+ """
675
+ resource_group: NotRequired[pulumi.Input[_builtins.str]]
676
+ """
677
+ The resource group for the query.
678
+ """
641
679
  threshold: NotRequired[pulumi.Input['AutoScalingConfigurationPolicyRuleMetricThresholdArgsDict']]
642
680
  elif False:
643
681
  AutoScalingConfigurationPolicyRuleMetricArgsDict: TypeAlias = Mapping[str, Any]
@@ -645,13 +683,81 @@ elif False:
645
683
  @pulumi.input_type
646
684
  class AutoScalingConfigurationPolicyRuleMetricArgs:
647
685
  def __init__(__self__, *,
686
+ metric_compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
687
+ metric_source: Optional[pulumi.Input[_builtins.str]] = None,
648
688
  metric_type: Optional[pulumi.Input[_builtins.str]] = None,
689
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
690
+ pending_duration: Optional[pulumi.Input[_builtins.str]] = None,
691
+ query: Optional[pulumi.Input[_builtins.str]] = None,
692
+ resource_group: Optional[pulumi.Input[_builtins.str]] = None,
649
693
  threshold: Optional[pulumi.Input['AutoScalingConfigurationPolicyRuleMetricThresholdArgs']] = None):
694
+ """
695
+ :param pulumi.Input[_builtins.str] metric_compartment_id: The OCID of the compartment containing the metrics.
696
+ :param pulumi.Input[_builtins.str] metric_source: Source of the metric data for creating the alarm used to trigger autoscaling actions.
697
+
698
+ The following values are supported:
699
+ * `COMPUTE_AGENT`: CPU or memory metrics emitted by the Compute Instance Monitoring plugin.
700
+ * `CUSTOM_QUERY`: A custom Monitoring Query Language (MQL) expression.
701
+ :param pulumi.Input[_builtins.str] namespace: The namespace for the query.
702
+ :param pulumi.Input[_builtins.str] pending_duration: The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
703
+
704
+ The duration is specified as a string in ISO 8601 format (`PT10M` for ten minutes or `PT1H` for one hour). Minimum: PT3M. Maximum: PT1H. Default: PT3M.
705
+ :param pulumi.Input[_builtins.str] query: The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: `1m`-`60m` (also `1h`). You can optionally specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
706
+
707
+ Example of threshold alarm:
708
+
709
+ -----
710
+
711
+ CpuUtilization[1m]{availabilityDomain="cumS:PHX-AD-1"}.groupBy(availabilityDomain).percentile(0.9) > 85
712
+
713
+ -----
714
+ :param pulumi.Input[_builtins.str] resource_group: The resource group for the query.
715
+ """
716
+ if metric_compartment_id is not None:
717
+ pulumi.set(__self__, "metric_compartment_id", metric_compartment_id)
718
+ if metric_source is not None:
719
+ pulumi.set(__self__, "metric_source", metric_source)
650
720
  if metric_type is not None:
651
721
  pulumi.set(__self__, "metric_type", metric_type)
722
+ if namespace is not None:
723
+ pulumi.set(__self__, "namespace", namespace)
724
+ if pending_duration is not None:
725
+ pulumi.set(__self__, "pending_duration", pending_duration)
726
+ if query is not None:
727
+ pulumi.set(__self__, "query", query)
728
+ if resource_group is not None:
729
+ pulumi.set(__self__, "resource_group", resource_group)
652
730
  if threshold is not None:
653
731
  pulumi.set(__self__, "threshold", threshold)
654
732
 
733
+ @_builtins.property
734
+ @pulumi.getter(name="metricCompartmentId")
735
+ def metric_compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
736
+ """
737
+ The OCID of the compartment containing the metrics.
738
+ """
739
+ return pulumi.get(self, "metric_compartment_id")
740
+
741
+ @metric_compartment_id.setter
742
+ def metric_compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
743
+ pulumi.set(self, "metric_compartment_id", value)
744
+
745
+ @_builtins.property
746
+ @pulumi.getter(name="metricSource")
747
+ def metric_source(self) -> Optional[pulumi.Input[_builtins.str]]:
748
+ """
749
+ Source of the metric data for creating the alarm used to trigger autoscaling actions.
750
+
751
+ The following values are supported:
752
+ * `COMPUTE_AGENT`: CPU or memory metrics emitted by the Compute Instance Monitoring plugin.
753
+ * `CUSTOM_QUERY`: A custom Monitoring Query Language (MQL) expression.
754
+ """
755
+ return pulumi.get(self, "metric_source")
756
+
757
+ @metric_source.setter
758
+ def metric_source(self, value: Optional[pulumi.Input[_builtins.str]]):
759
+ pulumi.set(self, "metric_source", value)
760
+
655
761
  @_builtins.property
656
762
  @pulumi.getter(name="metricType")
657
763
  def metric_type(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -661,6 +767,64 @@ class AutoScalingConfigurationPolicyRuleMetricArgs:
661
767
  def metric_type(self, value: Optional[pulumi.Input[_builtins.str]]):
662
768
  pulumi.set(self, "metric_type", value)
663
769
 
770
+ @_builtins.property
771
+ @pulumi.getter
772
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
773
+ """
774
+ The namespace for the query.
775
+ """
776
+ return pulumi.get(self, "namespace")
777
+
778
+ @namespace.setter
779
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
780
+ pulumi.set(self, "namespace", value)
781
+
782
+ @_builtins.property
783
+ @pulumi.getter(name="pendingDuration")
784
+ def pending_duration(self) -> Optional[pulumi.Input[_builtins.str]]:
785
+ """
786
+ The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING" or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes before the alarm updates its state to "FIRING"; likewise, the alarm must persist in not breaching the condition for five minutes before the alarm updates its state to "OK."
787
+
788
+ The duration is specified as a string in ISO 8601 format (`PT10M` for ten minutes or `PT1H` for one hour). Minimum: PT3M. Maximum: PT1H. Default: PT3M.
789
+ """
790
+ return pulumi.get(self, "pending_duration")
791
+
792
+ @pending_duration.setter
793
+ def pending_duration(self, value: Optional[pulumi.Input[_builtins.str]]):
794
+ pulumi.set(self, "pending_duration", value)
795
+
796
+ @_builtins.property
797
+ @pulumi.getter
798
+ def query(self) -> Optional[pulumi.Input[_builtins.str]]:
799
+ """
800
+ The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value represents true. A true value means that the trigger rule condition has been met. The query must specify a metric, statistic, interval, and trigger rule (threshold or absence). Supported values for interval: `1m`-`60m` (also `1h`). You can optionally specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
801
+
802
+ Example of threshold alarm:
803
+
804
+ -----
805
+
806
+ CpuUtilization[1m]{availabilityDomain="cumS:PHX-AD-1"}.groupBy(availabilityDomain).percentile(0.9) > 85
807
+
808
+ -----
809
+ """
810
+ return pulumi.get(self, "query")
811
+
812
+ @query.setter
813
+ def query(self, value: Optional[pulumi.Input[_builtins.str]]):
814
+ pulumi.set(self, "query", value)
815
+
816
+ @_builtins.property
817
+ @pulumi.getter(name="resourceGroup")
818
+ def resource_group(self) -> Optional[pulumi.Input[_builtins.str]]:
819
+ """
820
+ The resource group for the query.
821
+ """
822
+ return pulumi.get(self, "resource_group")
823
+
824
+ @resource_group.setter
825
+ def resource_group(self, value: Optional[pulumi.Input[_builtins.str]]):
826
+ pulumi.set(self, "resource_group", value)
827
+
664
828
  @_builtins.property
665
829
  @pulumi.getter
666
830
  def threshold(self) -> Optional[pulumi.Input['AutoScalingConfigurationPolicyRuleMetricThresholdArgs']]:
@@ -408,7 +408,13 @@ class AutoScalingConfiguration(pulumi.CustomResource):
408
408
  },
409
409
  "display_name": auto_scaling_configuration_policies_rules_display_name,
410
410
  "metric": {
411
+ "metric_compartment_id": test_compartment["id"],
412
+ "metric_source": auto_scaling_configuration_policies_rules_metric_metric_source,
411
413
  "metric_type": auto_scaling_configuration_policies_rules_metric_metric_type,
414
+ "namespace": auto_scaling_configuration_policies_rules_metric_namespace,
415
+ "pending_duration": auto_scaling_configuration_policies_rules_metric_pending_duration,
416
+ "query": auto_scaling_configuration_policies_rules_metric_query,
417
+ "resource_group": auto_scaling_configuration_policies_rules_metric_resource_group,
412
418
  "threshold": {
413
419
  "operator": auto_scaling_configuration_policies_rules_metric_threshold_operator,
414
420
  "value": auto_scaling_configuration_policies_rules_metric_threshold_value,
@@ -498,7 +504,13 @@ class AutoScalingConfiguration(pulumi.CustomResource):
498
504
  },
499
505
  "display_name": auto_scaling_configuration_policies_rules_display_name,
500
506
  "metric": {
507
+ "metric_compartment_id": test_compartment["id"],
508
+ "metric_source": auto_scaling_configuration_policies_rules_metric_metric_source,
501
509
  "metric_type": auto_scaling_configuration_policies_rules_metric_metric_type,
510
+ "namespace": auto_scaling_configuration_policies_rules_metric_namespace,
511
+ "pending_duration": auto_scaling_configuration_policies_rules_metric_pending_duration,
512
+ "query": auto_scaling_configuration_policies_rules_metric_query,
513
+ "resource_group": auto_scaling_configuration_policies_rules_metric_resource_group,
502
514
  "threshold": {
503
515
  "operator": auto_scaling_configuration_policies_rules_metric_threshold_operator,
504
516
  "value": auto_scaling_configuration_policies_rules_metric_threshold_value,