pulumi-oci 3.1.0a1750230541__py3-none-any.whl → 3.2.0a1752121229__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 +339 -0
  2. pulumi_oci/bigdataservice/__init__.py +10 -0
  3. pulumi_oci/bigdataservice/_inputs.py +378 -0
  4. pulumi_oci/bigdataservice/bds_instance_node_backup.py +481 -0
  5. pulumi_oci/bigdataservice/bds_instance_node_backup_configuration.py +611 -0
  6. pulumi_oci/bigdataservice/bds_instance_node_replace_configuration.py +538 -0
  7. pulumi_oci/bigdataservice/bds_instance_replace_node_action.py +406 -0
  8. pulumi_oci/bigdataservice/get_bds_instance_node_backup.py +245 -0
  9. pulumi_oci/bigdataservice/get_bds_instance_node_backup_configuration.py +263 -0
  10. pulumi_oci/bigdataservice/get_bds_instance_node_backup_configurations.py +192 -0
  11. pulumi_oci/bigdataservice/get_bds_instance_node_backups.py +211 -0
  12. pulumi_oci/bigdataservice/get_bds_instance_node_replace_configuration.py +246 -0
  13. pulumi_oci/bigdataservice/get_bds_instance_node_replace_configurations.py +192 -0
  14. pulumi_oci/bigdataservice/outputs.py +798 -0
  15. pulumi_oci/capacitymanagement/__init__.py +18 -0
  16. pulumi_oci/capacitymanagement/_inputs.py +459 -0
  17. pulumi_oci/capacitymanagement/get_internal_occm_demand_signal.py +268 -0
  18. pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_catalog.py +254 -0
  19. pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_catalog_resources.py +233 -0
  20. pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_catalogs.py +192 -0
  21. pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_deliveries.py +197 -0
  22. pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_delivery.py +296 -0
  23. pulumi_oci/capacitymanagement/get_internal_occm_demand_signal_items.py +233 -0
  24. pulumi_oci/capacitymanagement/get_internal_occm_demand_signals.py +222 -0
  25. pulumi_oci/capacitymanagement/get_occm_demand_signal.py +254 -0
  26. pulumi_oci/capacitymanagement/get_occm_demand_signal_catalog_resources.py +189 -0
  27. pulumi_oci/capacitymanagement/get_occm_demand_signal_deliveries.py +175 -0
  28. pulumi_oci/capacitymanagement/get_occm_demand_signal_item.py +352 -0
  29. pulumi_oci/capacitymanagement/get_occm_demand_signal_items.py +211 -0
  30. pulumi_oci/capacitymanagement/get_occm_demand_signals.py +200 -0
  31. pulumi_oci/capacitymanagement/internal_occm_demand_signal.py +564 -0
  32. pulumi_oci/capacitymanagement/internal_occm_demand_signal_delivery.py +760 -0
  33. pulumi_oci/capacitymanagement/occm_demand_signal.py +585 -0
  34. pulumi_oci/capacitymanagement/occm_demand_signal_item.py +950 -0
  35. pulumi_oci/capacitymanagement/outputs.py +3499 -1230
  36. pulumi_oci/containerengine/get_cluster.py +7 -7
  37. pulumi_oci/core/__init__.py +4 -0
  38. pulumi_oci/core/_inputs.py +477 -0
  39. pulumi_oci/core/compute_host.py +910 -0
  40. pulumi_oci/core/compute_host_group.py +648 -0
  41. pulumi_oci/core/dedicated_vm_host.py +56 -0
  42. pulumi_oci/core/get_compute_host.py +72 -1
  43. pulumi_oci/core/get_compute_host_group.py +269 -0
  44. pulumi_oci/core/get_compute_host_groups.py +148 -0
  45. pulumi_oci/core/get_compute_hosts.py +37 -1
  46. pulumi_oci/core/get_dedicated_vm_host.py +29 -1
  47. pulumi_oci/core/outputs.py +912 -24
  48. pulumi_oci/database/__init__.py +2 -0
  49. pulumi_oci/database/_inputs.py +739 -52
  50. pulumi_oci/database/autonomous_container_database.py +141 -12
  51. pulumi_oci/database/autonomous_container_database_add_standby.py +8 -10
  52. pulumi_oci/database/autonomous_container_database_dataguard_association.py +8 -16
  53. pulumi_oci/database/autonomous_container_database_snapshot_standby.py +4 -6
  54. pulumi_oci/database/autonomous_database_software_image.py +28 -0
  55. pulumi_oci/database/autonomous_vm_cluster.py +28 -0
  56. pulumi_oci/database/backup_destination.py +28 -0
  57. pulumi_oci/database/cloud_autonomous_vm_cluster.py +126 -0
  58. pulumi_oci/database/cloud_vm_cluster.py +82 -7
  59. pulumi_oci/database/database.py +28 -0
  60. pulumi_oci/database/database_software_image.py +28 -0
  61. pulumi_oci/database/database_upgrade.py +28 -0
  62. pulumi_oci/database/db_home.py +28 -0
  63. pulumi_oci/database/db_node.py +28 -0
  64. pulumi_oci/database/db_system.py +28 -0
  65. pulumi_oci/database/exadata_infrastructure.py +28 -0
  66. pulumi_oci/database/exadata_infrastructure_compute.py +39 -24
  67. pulumi_oci/database/external_container_database.py +28 -0
  68. pulumi_oci/database/external_database_connector.py +28 -0
  69. pulumi_oci/database/external_non_container_database.py +28 -0
  70. pulumi_oci/database/external_pluggable_database.py +28 -0
  71. pulumi_oci/database/get_autonomous_container_database.py +52 -2
  72. pulumi_oci/database/get_autonomous_container_database_backups.py +255 -0
  73. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +2 -2
  74. pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +2 -2
  75. pulumi_oci/database/get_autonomous_database_dataguard_associations.py +2 -2
  76. pulumi_oci/database/get_autonomous_database_resource_pool_members.py +145 -0
  77. pulumi_oci/database/get_autonomous_database_software_image.py +15 -1
  78. pulumi_oci/database/get_autonomous_vm_cluster.py +15 -1
  79. pulumi_oci/database/get_backup_destination.py +15 -1
  80. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +40 -1
  81. pulumi_oci/database/get_cloud_vm_cluster.py +30 -2
  82. pulumi_oci/database/get_database.py +15 -1
  83. pulumi_oci/database/get_database_software_image.py +15 -1
  84. pulumi_oci/database/get_db_home.py +15 -1
  85. pulumi_oci/database/get_db_node.py +15 -1
  86. pulumi_oci/database/get_db_nodes.py +2 -2
  87. pulumi_oci/database/get_db_server.py +15 -1
  88. pulumi_oci/database/get_exadata_infrastructure.py +15 -1
  89. pulumi_oci/database/get_external_container_database.py +15 -1
  90. pulumi_oci/database/get_external_database_connector.py +15 -1
  91. pulumi_oci/database/get_external_non_container_database.py +15 -1
  92. pulumi_oci/database/get_external_pluggable_database.py +15 -1
  93. pulumi_oci/database/get_key_store.py +15 -1
  94. pulumi_oci/database/get_maintenance_run.py +15 -1
  95. pulumi_oci/database/get_oneoff_patch.py +15 -1
  96. pulumi_oci/database/get_pluggable_database.py +15 -1
  97. pulumi_oci/database/get_vm_cluster.py +15 -1
  98. pulumi_oci/database/get_vm_cluster_network.py +15 -1
  99. pulumi_oci/database/key_store.py +28 -0
  100. pulumi_oci/database/maintenance_run.py +28 -0
  101. pulumi_oci/database/oneoff_patch.py +28 -0
  102. pulumi_oci/database/outputs.py +1624 -54
  103. pulumi_oci/database/pluggable_database.py +28 -0
  104. pulumi_oci/database/pluggable_databases_local_clone.py +28 -0
  105. pulumi_oci/database/pluggable_databases_remote_clone.py +28 -0
  106. pulumi_oci/database/vm_cluster.py +28 -0
  107. pulumi_oci/database/vm_cluster_network.py +28 -0
  108. pulumi_oci/databasemanagement/__init__.py +7 -0
  109. pulumi_oci/databasemanagement/_inputs.py +196 -0
  110. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +15 -1
  111. pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +198 -0
  112. pulumi_oci/databasemanagement/get_managed_my_sql_database_digest_errors.py +164 -0
  113. pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +352 -0
  114. pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +145 -0
  115. pulumi_oci/databasemanagement/get_managed_my_sql_database_inbound_replications.py +145 -0
  116. pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +145 -0
  117. pulumi_oci/databasemanagement/get_managed_my_sql_database_query_detail.py +176 -0
  118. pulumi_oci/databasemanagement/outputs.py +1330 -19
  119. pulumi_oci/databasemigration/_inputs.py +94 -0
  120. pulumi_oci/databasemigration/get_migration.py +15 -1
  121. pulumi_oci/databasemigration/get_migrations.py +15 -1
  122. pulumi_oci/databasemigration/job.py +28 -0
  123. pulumi_oci/databasemigration/migration.py +52 -3
  124. pulumi_oci/databasemigration/outputs.py +73 -0
  125. pulumi_oci/dataflow/_inputs.py +20 -0
  126. pulumi_oci/dataflow/outputs.py +36 -0
  127. pulumi_oci/fleetappsmanagement/__init__.py +48 -0
  128. pulumi_oci/fleetappsmanagement/_inputs.py +11016 -30
  129. pulumi_oci/fleetappsmanagement/catalog_item.py +1156 -0
  130. pulumi_oci/fleetappsmanagement/compliance_policy_rule.py +811 -0
  131. pulumi_oci/fleetappsmanagement/fleet.py +1003 -0
  132. pulumi_oci/fleetappsmanagement/fleet_credential.py +623 -0
  133. pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
  134. pulumi_oci/fleetappsmanagement/fleet_resource.py +853 -0
  135. pulumi_oci/fleetappsmanagement/get_announcements.py +29 -7
  136. pulumi_oci/fleetappsmanagement/get_catalog_item.py +434 -0
  137. pulumi_oci/fleetappsmanagement/get_catalog_items.py +274 -0
  138. pulumi_oci/fleetappsmanagement/get_compliance_policies.py +36 -12
  139. pulumi_oci/fleetappsmanagement/get_compliance_policy.py +20 -6
  140. pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py +325 -0
  141. pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py +244 -0
  142. pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py +26 -7
  143. pulumi_oci/fleetappsmanagement/get_compliance_records.py +299 -0
  144. pulumi_oci/fleetappsmanagement/get_fleet.py +409 -0
  145. pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +15 -1
  146. pulumi_oci/fleetappsmanagement/get_fleet_credential.py +274 -0
  147. pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +283 -0
  148. pulumi_oci/fleetappsmanagement/get_fleet_products.py +2 -2
  149. pulumi_oci/fleetappsmanagement/get_fleet_properties.py +197 -0
  150. pulumi_oci/fleetappsmanagement/get_fleet_property.py +287 -0
  151. pulumi_oci/fleetappsmanagement/get_fleet_resource.py +399 -0
  152. pulumi_oci/fleetappsmanagement/get_fleet_resources.py +216 -0
  153. pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
  154. pulumi_oci/fleetappsmanagement/get_inventory_records.py +205 -0
  155. pulumi_oci/fleetappsmanagement/get_inventory_resources.py +4 -2
  156. pulumi_oci/fleetappsmanagement/get_maintenance_window.py +338 -0
  157. pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +221 -0
  158. pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py +26 -7
  159. pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +26 -5
  160. pulumi_oci/fleetappsmanagement/get_onboardings.py +180 -0
  161. pulumi_oci/fleetappsmanagement/get_patch.py +364 -0
  162. pulumi_oci/fleetappsmanagement/get_patches.py +338 -0
  163. pulumi_oci/fleetappsmanagement/get_platform_configuration.py +297 -0
  164. pulumi_oci/fleetappsmanagement/get_platform_configurations.py +265 -0
  165. pulumi_oci/fleetappsmanagement/get_properties.py +37 -13
  166. pulumi_oci/fleetappsmanagement/get_property.py +1 -1
  167. pulumi_oci/fleetappsmanagement/get_provision.py +493 -0
  168. pulumi_oci/fleetappsmanagement/get_provisions.py +224 -0
  169. pulumi_oci/fleetappsmanagement/get_runbook.py +406 -0
  170. pulumi_oci/fleetappsmanagement/get_runbook_version.py +319 -0
  171. pulumi_oci/fleetappsmanagement/get_runbook_versions.py +230 -0
  172. pulumi_oci/fleetappsmanagement/get_runbooks.py +265 -0
  173. pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +395 -0
  174. pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +167 -0
  175. pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +347 -0
  176. pulumi_oci/fleetappsmanagement/get_scheduler_executions.py +334 -0
  177. pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py +26 -7
  178. pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py +2 -2
  179. pulumi_oci/fleetappsmanagement/get_task_record.py +308 -0
  180. pulumi_oci/fleetappsmanagement/get_task_records.py +265 -0
  181. pulumi_oci/fleetappsmanagement/maintenance_window.py +840 -0
  182. pulumi_oci/fleetappsmanagement/onboarding.py +631 -0
  183. pulumi_oci/fleetappsmanagement/outputs.py +25528 -1223
  184. pulumi_oci/fleetappsmanagement/patch.py +980 -0
  185. pulumi_oci/fleetappsmanagement/platform_configuration.py +694 -0
  186. pulumi_oci/fleetappsmanagement/property.py +28 -27
  187. pulumi_oci/fleetappsmanagement/provision.py +1195 -0
  188. pulumi_oci/fleetappsmanagement/runbook.py +1277 -0
  189. pulumi_oci/fleetappsmanagement/runbook_version.py +996 -0
  190. pulumi_oci/fleetappsmanagement/scheduler_definition.py +946 -0
  191. pulumi_oci/fleetappsmanagement/task_record.py +786 -0
  192. pulumi_oci/fleetsoftwareupdate/_inputs.py +88 -15
  193. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +71 -42
  194. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +21 -7
  195. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +1 -1
  196. pulumi_oci/fleetsoftwareupdate/outputs.py +172 -15
  197. pulumi_oci/generativeai/__init__.py +3 -0
  198. pulumi_oci/generativeai/_inputs.py +1479 -132
  199. pulumi_oci/generativeai/agent_agent.py +66 -11
  200. pulumi_oci/generativeai/agent_agent_endpoint.py +296 -25
  201. pulumi_oci/generativeai/agent_data_source.py +70 -21
  202. pulumi_oci/generativeai/agent_tool.py +619 -0
  203. pulumi_oci/generativeai/get_agent_agent.py +17 -2
  204. pulumi_oci/generativeai/get_agent_agent_endpoint.py +72 -6
  205. pulumi_oci/generativeai/get_agent_agent_endpoints.py +0 -4
  206. pulumi_oci/generativeai/get_agent_data_source.py +15 -1
  207. pulumi_oci/generativeai/get_agent_tool.py +283 -0
  208. pulumi_oci/generativeai/get_agent_tools.py +214 -0
  209. pulumi_oci/generativeai/outputs.py +4001 -1259
  210. pulumi_oci/goldengate/_inputs.py +449 -3
  211. pulumi_oci/goldengate/connection.py +200 -56
  212. pulumi_oci/goldengate/get_connection.py +59 -28
  213. pulumi_oci/goldengate/get_connections.py +0 -3
  214. pulumi_oci/goldengate/outputs.py +886 -22
  215. pulumi_oci/kms/vault_verification.py +62 -2
  216. pulumi_oci/loadbalancer/_inputs.py +24 -6
  217. pulumi_oci/loadbalancer/backend.py +35 -7
  218. pulumi_oci/loadbalancer/backend_set.py +35 -7
  219. pulumi_oci/loadbalancer/listener.py +7 -7
  220. pulumi_oci/loadbalancer/load_balancer.py +81 -0
  221. pulumi_oci/loadbalancer/outputs.py +29 -10
  222. pulumi_oci/loganalytics/__init__.py +3 -0
  223. pulumi_oci/loganalytics/_inputs.py +123 -0
  224. pulumi_oci/loganalytics/get_log_analytics_entities.py +52 -0
  225. pulumi_oci/loganalytics/get_log_analytics_entity_type.py +254 -0
  226. pulumi_oci/loganalytics/get_log_analytics_entity_types.py +230 -0
  227. pulumi_oci/loganalytics/log_analytics_entity_type.py +508 -0
  228. pulumi_oci/loganalytics/outputs.py +258 -0
  229. pulumi_oci/mysql/_inputs.py +274 -0
  230. pulumi_oci/mysql/get_mysql_backup.py +29 -1
  231. pulumi_oci/mysql/get_mysql_backups.py +23 -1
  232. pulumi_oci/mysql/get_mysql_db_system.py +15 -1
  233. pulumi_oci/mysql/get_replica.py +15 -1
  234. pulumi_oci/mysql/mysql_backup.py +98 -2
  235. pulumi_oci/mysql/mysql_db_system.py +57 -0
  236. pulumi_oci/mysql/outputs.py +594 -0
  237. pulumi_oci/mysql/replica.py +28 -0
  238. pulumi_oci/nosql/__init__.py +2 -0
  239. pulumi_oci/nosql/_inputs.py +129 -3
  240. pulumi_oci/nosql/configuration.py +383 -0
  241. pulumi_oci/nosql/get_configuration.py +162 -0
  242. pulumi_oci/nosql/index.py +7 -7
  243. pulumi_oci/nosql/outputs.py +164 -2
  244. pulumi_oci/nosql/table_replica.py +9 -9
  245. pulumi_oci/oci/__init__.py +56 -0
  246. pulumi_oci/oci/_inputs.py +1615 -0
  247. pulumi_oci/oci/apiaccesscontrol_privileged_api_control.py +930 -0
  248. pulumi_oci/oci/apiaccesscontrol_privileged_api_request.py +1303 -0
  249. pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +675 -0
  250. pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +743 -0
  251. pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +675 -0
  252. pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +740 -0
  253. pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +840 -0
  254. pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +673 -0
  255. pulumi_oci/oci/get_apiaccesscontrol_api_metadata.py +310 -0
  256. pulumi_oci/oci/get_apiaccesscontrol_api_metadata_by_entity_types.py +208 -0
  257. pulumi_oci/oci/get_apiaccesscontrol_api_metadatas.py +208 -0
  258. pulumi_oci/oci/get_apiaccesscontrol_privileged_api_control.py +367 -0
  259. pulumi_oci/oci/get_apiaccesscontrol_privileged_api_controls.py +222 -0
  260. pulumi_oci/oci/get_apiaccesscontrol_privileged_api_request.py +535 -0
  261. pulumi_oci/oci/get_apiaccesscontrol_privileged_api_requests.py +244 -0
  262. pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +252 -0
  263. pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +297 -0
  264. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +310 -0
  265. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +255 -0
  266. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +296 -0
  267. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +255 -0
  268. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +311 -0
  269. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +233 -0
  270. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +282 -0
  271. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +233 -0
  272. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +338 -0
  273. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +296 -0
  274. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +255 -0
  275. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +252 -0
  276. pulumi_oci/oci/get_wlms_managed_instance.py +255 -0
  277. pulumi_oci/oci/get_wlms_managed_instance_scan_results.py +189 -0
  278. pulumi_oci/oci/get_wlms_managed_instance_server.py +378 -0
  279. pulumi_oci/oci/get_wlms_managed_instance_server_installed_patches.py +168 -0
  280. pulumi_oci/oci/get_wlms_managed_instance_servers.py +170 -0
  281. pulumi_oci/oci/get_wlms_managed_instances.py +200 -0
  282. pulumi_oci/oci/get_wlms_wls_domain.py +311 -0
  283. pulumi_oci/oci/get_wlms_wls_domain_agreement_records.py +145 -0
  284. pulumi_oci/oci/get_wlms_wls_domain_applicable_patches.py +145 -0
  285. pulumi_oci/oci/get_wlms_wls_domain_scan_results.py +170 -0
  286. pulumi_oci/oci/get_wlms_wls_domain_server.py +378 -0
  287. pulumi_oci/oci/get_wlms_wls_domain_server_backup.py +230 -0
  288. pulumi_oci/oci/get_wlms_wls_domain_server_backup_content.py +189 -0
  289. pulumi_oci/oci/get_wlms_wls_domain_server_backups.py +168 -0
  290. pulumi_oci/oci/get_wlms_wls_domain_server_installed_patches.py +168 -0
  291. pulumi_oci/oci/get_wlms_wls_domain_servers.py +170 -0
  292. pulumi_oci/oci/get_wlms_wls_domains.py +266 -0
  293. pulumi_oci/oci/outputs.py +5617 -0
  294. pulumi_oci/ospgateway/_inputs.py +20 -0
  295. pulumi_oci/ospgateway/get_subscription.py +15 -1
  296. pulumi_oci/ospgateway/outputs.py +47 -0
  297. pulumi_oci/ospgateway/subscription.py +28 -0
  298. pulumi_oci/pulumi-plugin.json +1 -1
  299. pulumi_oci/redis/__init__.py +8 -0
  300. pulumi_oci/redis/_inputs.py +179 -0
  301. pulumi_oci/redis/get_oci_cache_user.py +283 -0
  302. pulumi_oci/redis/get_oci_cache_users.py +192 -0
  303. pulumi_oci/redis/oci_cache_user.py +695 -0
  304. pulumi_oci/redis/oci_cache_user_get_redis_cluster.py +333 -0
  305. pulumi_oci/redis/outputs.py +330 -0
  306. pulumi_oci/redis/redis_cluster_attach_oci_cache_user.py +263 -0
  307. pulumi_oci/redis/redis_cluster_create_identity_token.py +439 -0
  308. pulumi_oci/redis/redis_cluster_detach_oci_cache_user.py +263 -0
  309. pulumi_oci/redis/redis_cluster_get_oci_cache_user.py +333 -0
  310. {pulumi_oci-3.1.0a1750230541.dist-info → pulumi_oci-3.2.0a1752121229.dist-info}/METADATA +1 -1
  311. {pulumi_oci-3.1.0a1750230541.dist-info → pulumi_oci-3.2.0a1752121229.dist-info}/RECORD +313 -159
  312. {pulumi_oci-3.1.0a1750230541.dist-info → pulumi_oci-3.2.0a1752121229.dist-info}/WHEEL +0 -0
  313. {pulumi_oci-3.1.0a1750230541.dist-info → pulumi_oci-3.2.0a1752121229.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,254 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+ from . import outputs
18
+
19
+ __all__ = [
20
+ 'GetLogAnalyticsEntityTypeResult',
21
+ 'AwaitableGetLogAnalyticsEntityTypeResult',
22
+ 'get_log_analytics_entity_type',
23
+ 'get_log_analytics_entity_type_output',
24
+ ]
25
+
26
+ @pulumi.output_type
27
+ class GetLogAnalyticsEntityTypeResult:
28
+ """
29
+ A collection of values returned by getLogAnalyticsEntityType.
30
+ """
31
+ def __init__(__self__, category=None, cloud_type=None, entity_type_name=None, id=None, internal_name=None, management_agent_eligibility_status=None, name=None, namespace=None, properties=None, state=None, time_created=None, time_updated=None):
32
+ if category and not isinstance(category, str):
33
+ raise TypeError("Expected argument 'category' to be a str")
34
+ pulumi.set(__self__, "category", category)
35
+ if cloud_type and not isinstance(cloud_type, str):
36
+ raise TypeError("Expected argument 'cloud_type' to be a str")
37
+ pulumi.set(__self__, "cloud_type", cloud_type)
38
+ if entity_type_name and not isinstance(entity_type_name, str):
39
+ raise TypeError("Expected argument 'entity_type_name' to be a str")
40
+ pulumi.set(__self__, "entity_type_name", entity_type_name)
41
+ if id and not isinstance(id, str):
42
+ raise TypeError("Expected argument 'id' to be a str")
43
+ pulumi.set(__self__, "id", id)
44
+ if internal_name and not isinstance(internal_name, str):
45
+ raise TypeError("Expected argument 'internal_name' to be a str")
46
+ pulumi.set(__self__, "internal_name", internal_name)
47
+ if management_agent_eligibility_status and not isinstance(management_agent_eligibility_status, str):
48
+ raise TypeError("Expected argument 'management_agent_eligibility_status' to be a str")
49
+ pulumi.set(__self__, "management_agent_eligibility_status", management_agent_eligibility_status)
50
+ if name and not isinstance(name, str):
51
+ raise TypeError("Expected argument 'name' to be a str")
52
+ pulumi.set(__self__, "name", name)
53
+ if namespace and not isinstance(namespace, str):
54
+ raise TypeError("Expected argument 'namespace' to be a str")
55
+ pulumi.set(__self__, "namespace", namespace)
56
+ if properties and not isinstance(properties, list):
57
+ raise TypeError("Expected argument 'properties' to be a list")
58
+ pulumi.set(__self__, "properties", properties)
59
+ if state and not isinstance(state, str):
60
+ raise TypeError("Expected argument 'state' to be a str")
61
+ pulumi.set(__self__, "state", state)
62
+ if time_created and not isinstance(time_created, str):
63
+ raise TypeError("Expected argument 'time_created' to be a str")
64
+ pulumi.set(__self__, "time_created", time_created)
65
+ if time_updated and not isinstance(time_updated, str):
66
+ raise TypeError("Expected argument 'time_updated' to be a str")
67
+ pulumi.set(__self__, "time_updated", time_updated)
68
+
69
+ @property
70
+ @pulumi.getter
71
+ def category(self) -> builtins.str:
72
+ """
73
+ Log analytics entity type category. Category will be used for grouping and filtering.
74
+ """
75
+ return pulumi.get(self, "category")
76
+
77
+ @property
78
+ @pulumi.getter(name="cloudType")
79
+ def cloud_type(self) -> builtins.str:
80
+ """
81
+ Log analytics entity type group. That can be CLOUD (OCI) or NON_CLOUD otherwise.
82
+ """
83
+ return pulumi.get(self, "cloud_type")
84
+
85
+ @property
86
+ @pulumi.getter(name="entityTypeName")
87
+ def entity_type_name(self) -> builtins.str:
88
+ return pulumi.get(self, "entity_type_name")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def id(self) -> builtins.str:
93
+ return pulumi.get(self, "id")
94
+
95
+ @property
96
+ @pulumi.getter(name="internalName")
97
+ def internal_name(self) -> builtins.str:
98
+ """
99
+ Internal name for the log analytics entity type.
100
+ """
101
+ return pulumi.get(self, "internal_name")
102
+
103
+ @property
104
+ @pulumi.getter(name="managementAgentEligibilityStatus")
105
+ def management_agent_eligibility_status(self) -> builtins.str:
106
+ return pulumi.get(self, "management_agent_eligibility_status")
107
+
108
+ @property
109
+ @pulumi.getter
110
+ def name(self) -> builtins.str:
111
+ """
112
+ Log analytics entity type property name.
113
+ """
114
+ return pulumi.get(self, "name")
115
+
116
+ @property
117
+ @pulumi.getter
118
+ def namespace(self) -> builtins.str:
119
+ return pulumi.get(self, "namespace")
120
+
121
+ @property
122
+ @pulumi.getter
123
+ def properties(self) -> Sequence['outputs.GetLogAnalyticsEntityTypePropertyResult']:
124
+ """
125
+ The parameters used in file patterns specified in log sources for this log analytics entity type.
126
+ """
127
+ return pulumi.get(self, "properties")
128
+
129
+ @property
130
+ @pulumi.getter
131
+ def state(self) -> builtins.str:
132
+ """
133
+ The current lifecycle state of the log analytics entity type.
134
+ """
135
+ return pulumi.get(self, "state")
136
+
137
+ @property
138
+ @pulumi.getter(name="timeCreated")
139
+ def time_created(self) -> builtins.str:
140
+ """
141
+ Time the log analytics entity type was created. An RFC3339 formatted datetime string.
142
+ """
143
+ return pulumi.get(self, "time_created")
144
+
145
+ @property
146
+ @pulumi.getter(name="timeUpdated")
147
+ def time_updated(self) -> builtins.str:
148
+ """
149
+ Time the log analytics entity type was updated. An RFC3339 formatted datetime string.
150
+ """
151
+ return pulumi.get(self, "time_updated")
152
+
153
+
154
+ class AwaitableGetLogAnalyticsEntityTypeResult(GetLogAnalyticsEntityTypeResult):
155
+ # pylint: disable=using-constant-test
156
+ def __await__(self):
157
+ if False:
158
+ yield self
159
+ return GetLogAnalyticsEntityTypeResult(
160
+ category=self.category,
161
+ cloud_type=self.cloud_type,
162
+ entity_type_name=self.entity_type_name,
163
+ id=self.id,
164
+ internal_name=self.internal_name,
165
+ management_agent_eligibility_status=self.management_agent_eligibility_status,
166
+ name=self.name,
167
+ namespace=self.namespace,
168
+ properties=self.properties,
169
+ state=self.state,
170
+ time_created=self.time_created,
171
+ time_updated=self.time_updated)
172
+
173
+
174
+ def get_log_analytics_entity_type(entity_type_name: Optional[builtins.str] = None,
175
+ namespace: Optional[builtins.str] = None,
176
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLogAnalyticsEntityTypeResult:
177
+ """
178
+ This data source provides details about a specific Log Analytics Entity Type resource in Oracle Cloud Infrastructure Log Analytics service.
179
+
180
+ Retrieve the log analytics entity type with the given name.
181
+
182
+ ## Example Usage
183
+
184
+ ```python
185
+ import pulumi
186
+ import pulumi_oci as oci
187
+
188
+ test_log_analytics_entity_type = oci.LogAnalytics.get_log_analytics_entity_type(entity_type_name=log_analytics_entity_type_name,
189
+ namespace=log_analytics_entity_type_namespace)
190
+ ```
191
+
192
+
193
+ :param builtins.str entity_type_name: Log analytics entity type name.
194
+ :param builtins.str namespace: The Logging Analytics namespace used for the request.
195
+ """
196
+ __args__ = dict()
197
+ __args__['entityTypeName'] = entity_type_name
198
+ __args__['namespace'] = namespace
199
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
200
+ __ret__ = pulumi.runtime.invoke('oci:LogAnalytics/getLogAnalyticsEntityType:getLogAnalyticsEntityType', __args__, opts=opts, typ=GetLogAnalyticsEntityTypeResult).value
201
+
202
+ return AwaitableGetLogAnalyticsEntityTypeResult(
203
+ category=pulumi.get(__ret__, 'category'),
204
+ cloud_type=pulumi.get(__ret__, 'cloud_type'),
205
+ entity_type_name=pulumi.get(__ret__, 'entity_type_name'),
206
+ id=pulumi.get(__ret__, 'id'),
207
+ internal_name=pulumi.get(__ret__, 'internal_name'),
208
+ management_agent_eligibility_status=pulumi.get(__ret__, 'management_agent_eligibility_status'),
209
+ name=pulumi.get(__ret__, 'name'),
210
+ namespace=pulumi.get(__ret__, 'namespace'),
211
+ properties=pulumi.get(__ret__, 'properties'),
212
+ state=pulumi.get(__ret__, 'state'),
213
+ time_created=pulumi.get(__ret__, 'time_created'),
214
+ time_updated=pulumi.get(__ret__, 'time_updated'))
215
+ def get_log_analytics_entity_type_output(entity_type_name: Optional[pulumi.Input[builtins.str]] = None,
216
+ namespace: Optional[pulumi.Input[builtins.str]] = None,
217
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetLogAnalyticsEntityTypeResult]:
218
+ """
219
+ This data source provides details about a specific Log Analytics Entity Type resource in Oracle Cloud Infrastructure Log Analytics service.
220
+
221
+ Retrieve the log analytics entity type with the given name.
222
+
223
+ ## Example Usage
224
+
225
+ ```python
226
+ import pulumi
227
+ import pulumi_oci as oci
228
+
229
+ test_log_analytics_entity_type = oci.LogAnalytics.get_log_analytics_entity_type(entity_type_name=log_analytics_entity_type_name,
230
+ namespace=log_analytics_entity_type_namespace)
231
+ ```
232
+
233
+
234
+ :param builtins.str entity_type_name: Log analytics entity type name.
235
+ :param builtins.str namespace: The Logging Analytics namespace used for the request.
236
+ """
237
+ __args__ = dict()
238
+ __args__['entityTypeName'] = entity_type_name
239
+ __args__['namespace'] = namespace
240
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
241
+ __ret__ = pulumi.runtime.invoke_output('oci:LogAnalytics/getLogAnalyticsEntityType:getLogAnalyticsEntityType', __args__, opts=opts, typ=GetLogAnalyticsEntityTypeResult)
242
+ return __ret__.apply(lambda __response__: GetLogAnalyticsEntityTypeResult(
243
+ category=pulumi.get(__response__, 'category'),
244
+ cloud_type=pulumi.get(__response__, 'cloud_type'),
245
+ entity_type_name=pulumi.get(__response__, 'entity_type_name'),
246
+ id=pulumi.get(__response__, 'id'),
247
+ internal_name=pulumi.get(__response__, 'internal_name'),
248
+ management_agent_eligibility_status=pulumi.get(__response__, 'management_agent_eligibility_status'),
249
+ name=pulumi.get(__response__, 'name'),
250
+ namespace=pulumi.get(__response__, 'namespace'),
251
+ properties=pulumi.get(__response__, 'properties'),
252
+ state=pulumi.get(__response__, 'state'),
253
+ time_created=pulumi.get(__response__, 'time_created'),
254
+ time_updated=pulumi.get(__response__, 'time_updated')))
@@ -0,0 +1,230 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+ from . import outputs
18
+ from ._inputs import *
19
+
20
+ __all__ = [
21
+ 'GetLogAnalyticsEntityTypesResult',
22
+ 'AwaitableGetLogAnalyticsEntityTypesResult',
23
+ 'get_log_analytics_entity_types',
24
+ 'get_log_analytics_entity_types_output',
25
+ ]
26
+
27
+ @pulumi.output_type
28
+ class GetLogAnalyticsEntityTypesResult:
29
+ """
30
+ A collection of values returned by getLogAnalyticsEntityTypes.
31
+ """
32
+ def __init__(__self__, cloud_type=None, filters=None, id=None, log_analytics_entity_type_collections=None, name=None, name_contains=None, namespace=None, state=None):
33
+ if cloud_type and not isinstance(cloud_type, str):
34
+ raise TypeError("Expected argument 'cloud_type' to be a str")
35
+ pulumi.set(__self__, "cloud_type", cloud_type)
36
+ if filters and not isinstance(filters, list):
37
+ raise TypeError("Expected argument 'filters' to be a list")
38
+ pulumi.set(__self__, "filters", filters)
39
+ if id and not isinstance(id, str):
40
+ raise TypeError("Expected argument 'id' to be a str")
41
+ pulumi.set(__self__, "id", id)
42
+ if log_analytics_entity_type_collections and not isinstance(log_analytics_entity_type_collections, list):
43
+ raise TypeError("Expected argument 'log_analytics_entity_type_collections' to be a list")
44
+ pulumi.set(__self__, "log_analytics_entity_type_collections", log_analytics_entity_type_collections)
45
+ if name and not isinstance(name, str):
46
+ raise TypeError("Expected argument 'name' to be a str")
47
+ pulumi.set(__self__, "name", name)
48
+ if name_contains and not isinstance(name_contains, str):
49
+ raise TypeError("Expected argument 'name_contains' to be a str")
50
+ pulumi.set(__self__, "name_contains", name_contains)
51
+ if namespace and not isinstance(namespace, str):
52
+ raise TypeError("Expected argument 'namespace' to be a str")
53
+ pulumi.set(__self__, "namespace", namespace)
54
+ if state and not isinstance(state, str):
55
+ raise TypeError("Expected argument 'state' to be a str")
56
+ pulumi.set(__self__, "state", state)
57
+
58
+ @property
59
+ @pulumi.getter(name="cloudType")
60
+ def cloud_type(self) -> Optional[builtins.str]:
61
+ """
62
+ Log analytics entity type group. This can be CLOUD (OCI) or NON_CLOUD otherwise.
63
+ """
64
+ return pulumi.get(self, "cloud_type")
65
+
66
+ @property
67
+ @pulumi.getter
68
+ def filters(self) -> Optional[Sequence['outputs.GetLogAnalyticsEntityTypesFilterResult']]:
69
+ return pulumi.get(self, "filters")
70
+
71
+ @property
72
+ @pulumi.getter
73
+ def id(self) -> builtins.str:
74
+ """
75
+ The provider-assigned unique ID for this managed resource.
76
+ """
77
+ return pulumi.get(self, "id")
78
+
79
+ @property
80
+ @pulumi.getter(name="logAnalyticsEntityTypeCollections")
81
+ def log_analytics_entity_type_collections(self) -> Sequence['outputs.GetLogAnalyticsEntityTypesLogAnalyticsEntityTypeCollectionResult']:
82
+ """
83
+ The list of log_analytics_entity_type_collection.
84
+ """
85
+ return pulumi.get(self, "log_analytics_entity_type_collections")
86
+
87
+ @property
88
+ @pulumi.getter
89
+ def name(self) -> Optional[builtins.str]:
90
+ """
91
+ Log analytics entity type name.
92
+ """
93
+ return pulumi.get(self, "name")
94
+
95
+ @property
96
+ @pulumi.getter(name="nameContains")
97
+ def name_contains(self) -> Optional[builtins.str]:
98
+ return pulumi.get(self, "name_contains")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def namespace(self) -> builtins.str:
103
+ return pulumi.get(self, "namespace")
104
+
105
+ @property
106
+ @pulumi.getter
107
+ def state(self) -> Optional[builtins.str]:
108
+ """
109
+ The current lifecycle state of the log analytics entity type.
110
+ """
111
+ return pulumi.get(self, "state")
112
+
113
+
114
+ class AwaitableGetLogAnalyticsEntityTypesResult(GetLogAnalyticsEntityTypesResult):
115
+ # pylint: disable=using-constant-test
116
+ def __await__(self):
117
+ if False:
118
+ yield self
119
+ return GetLogAnalyticsEntityTypesResult(
120
+ cloud_type=self.cloud_type,
121
+ filters=self.filters,
122
+ id=self.id,
123
+ log_analytics_entity_type_collections=self.log_analytics_entity_type_collections,
124
+ name=self.name,
125
+ name_contains=self.name_contains,
126
+ namespace=self.namespace,
127
+ state=self.state)
128
+
129
+
130
+ def get_log_analytics_entity_types(cloud_type: Optional[builtins.str] = None,
131
+ filters: Optional[Sequence[Union['GetLogAnalyticsEntityTypesFilterArgs', 'GetLogAnalyticsEntityTypesFilterArgsDict']]] = None,
132
+ name: Optional[builtins.str] = None,
133
+ name_contains: Optional[builtins.str] = None,
134
+ namespace: Optional[builtins.str] = None,
135
+ state: Optional[builtins.str] = None,
136
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLogAnalyticsEntityTypesResult:
137
+ """
138
+ This data source provides the list of Log Analytics Entity Types in Oracle Cloud Infrastructure Log Analytics service.
139
+
140
+ Return a list of log analytics entity types.
141
+
142
+ ## Example Usage
143
+
144
+ ```python
145
+ import pulumi
146
+ import pulumi_oci as oci
147
+
148
+ test_log_analytics_entity_types = oci.LogAnalytics.get_log_analytics_entity_types(namespace=log_analytics_entity_type_namespace,
149
+ cloud_type=log_analytics_entity_type_cloud_type,
150
+ name=log_analytics_entity_type_name,
151
+ name_contains=log_analytics_entity_type_name_contains,
152
+ state=log_analytics_entity_type_state)
153
+ ```
154
+
155
+
156
+ :param builtins.str cloud_type: A filter to return CLOUD or NON_CLOUD entity types.
157
+ :param builtins.str name: A filter to return only log analytics entity types whose name matches the entire name given. The match is case-insensitive.
158
+ :param builtins.str name_contains: A filter to return only log analytics entity types whose name or internalName contains name given. The match is case-insensitive.
159
+ :param builtins.str namespace: The Logging Analytics namespace used for the request.
160
+ :param builtins.str state: A filter to return only those log analytics entity types with the specified lifecycle state. The state value is case-insensitive.
161
+ """
162
+ __args__ = dict()
163
+ __args__['cloudType'] = cloud_type
164
+ __args__['filters'] = filters
165
+ __args__['name'] = name
166
+ __args__['nameContains'] = name_contains
167
+ __args__['namespace'] = namespace
168
+ __args__['state'] = state
169
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
170
+ __ret__ = pulumi.runtime.invoke('oci:LogAnalytics/getLogAnalyticsEntityTypes:getLogAnalyticsEntityTypes', __args__, opts=opts, typ=GetLogAnalyticsEntityTypesResult).value
171
+
172
+ return AwaitableGetLogAnalyticsEntityTypesResult(
173
+ cloud_type=pulumi.get(__ret__, 'cloud_type'),
174
+ filters=pulumi.get(__ret__, 'filters'),
175
+ id=pulumi.get(__ret__, 'id'),
176
+ log_analytics_entity_type_collections=pulumi.get(__ret__, 'log_analytics_entity_type_collections'),
177
+ name=pulumi.get(__ret__, 'name'),
178
+ name_contains=pulumi.get(__ret__, 'name_contains'),
179
+ namespace=pulumi.get(__ret__, 'namespace'),
180
+ state=pulumi.get(__ret__, 'state'))
181
+ def get_log_analytics_entity_types_output(cloud_type: Optional[pulumi.Input[Optional[builtins.str]]] = None,
182
+ filters: Optional[pulumi.Input[Optional[Sequence[Union['GetLogAnalyticsEntityTypesFilterArgs', 'GetLogAnalyticsEntityTypesFilterArgsDict']]]]] = None,
183
+ name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
184
+ name_contains: Optional[pulumi.Input[Optional[builtins.str]]] = None,
185
+ namespace: Optional[pulumi.Input[builtins.str]] = None,
186
+ state: Optional[pulumi.Input[Optional[builtins.str]]] = None,
187
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetLogAnalyticsEntityTypesResult]:
188
+ """
189
+ This data source provides the list of Log Analytics Entity Types in Oracle Cloud Infrastructure Log Analytics service.
190
+
191
+ Return a list of log analytics entity types.
192
+
193
+ ## Example Usage
194
+
195
+ ```python
196
+ import pulumi
197
+ import pulumi_oci as oci
198
+
199
+ test_log_analytics_entity_types = oci.LogAnalytics.get_log_analytics_entity_types(namespace=log_analytics_entity_type_namespace,
200
+ cloud_type=log_analytics_entity_type_cloud_type,
201
+ name=log_analytics_entity_type_name,
202
+ name_contains=log_analytics_entity_type_name_contains,
203
+ state=log_analytics_entity_type_state)
204
+ ```
205
+
206
+
207
+ :param builtins.str cloud_type: A filter to return CLOUD or NON_CLOUD entity types.
208
+ :param builtins.str name: A filter to return only log analytics entity types whose name matches the entire name given. The match is case-insensitive.
209
+ :param builtins.str name_contains: A filter to return only log analytics entity types whose name or internalName contains name given. The match is case-insensitive.
210
+ :param builtins.str namespace: The Logging Analytics namespace used for the request.
211
+ :param builtins.str state: A filter to return only those log analytics entity types with the specified lifecycle state. The state value is case-insensitive.
212
+ """
213
+ __args__ = dict()
214
+ __args__['cloudType'] = cloud_type
215
+ __args__['filters'] = filters
216
+ __args__['name'] = name
217
+ __args__['nameContains'] = name_contains
218
+ __args__['namespace'] = namespace
219
+ __args__['state'] = state
220
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
221
+ __ret__ = pulumi.runtime.invoke_output('oci:LogAnalytics/getLogAnalyticsEntityTypes:getLogAnalyticsEntityTypes', __args__, opts=opts, typ=GetLogAnalyticsEntityTypesResult)
222
+ return __ret__.apply(lambda __response__: GetLogAnalyticsEntityTypesResult(
223
+ cloud_type=pulumi.get(__response__, 'cloud_type'),
224
+ filters=pulumi.get(__response__, 'filters'),
225
+ id=pulumi.get(__response__, 'id'),
226
+ log_analytics_entity_type_collections=pulumi.get(__response__, 'log_analytics_entity_type_collections'),
227
+ name=pulumi.get(__response__, 'name'),
228
+ name_contains=pulumi.get(__response__, 'name_contains'),
229
+ namespace=pulumi.get(__response__, 'namespace'),
230
+ state=pulumi.get(__response__, 'state')))