pulumi-oci 2.26.0a1741847591__py3-none-any.whl → 2.27.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 (206) hide show
  1. pulumi_oci/__init__.py +211 -0
  2. pulumi_oci/containerengine/_inputs.py +43 -44
  3. pulumi_oci/containerengine/cluster.py +2 -0
  4. pulumi_oci/containerengine/container_instance.py +2 -4
  5. pulumi_oci/containerengine/outputs.py +128 -43
  6. pulumi_oci/containerinstances/outputs.py +0 -14
  7. pulumi_oci/core/__init__.py +7 -0
  8. pulumi_oci/core/_inputs.py +168 -33
  9. pulumi_oci/core/compute_gpu_memory_cluster.py +706 -0
  10. pulumi_oci/core/compute_gpu_memory_fabric.py +667 -0
  11. pulumi_oci/core/get_compute_gpu_memory_cluster.py +281 -0
  12. pulumi_oci/core/get_compute_gpu_memory_cluster_instances.py +144 -0
  13. pulumi_oci/core/get_compute_gpu_memory_clusters.py +232 -0
  14. pulumi_oci/core/get_compute_gpu_memory_fabric.py +309 -0
  15. pulumi_oci/core/get_compute_gpu_memory_fabrics.py +289 -0
  16. pulumi_oci/core/outputs.py +595 -21
  17. pulumi_oci/database/__init__.py +3 -0
  18. pulumi_oci/database/_inputs.py +4116 -1225
  19. pulumi_oci/database/application_vip.py +59 -10
  20. pulumi_oci/database/autonomous_container_database.py +305 -52
  21. pulumi_oci/database/autonomous_container_database_add_standby.py +2183 -0
  22. pulumi_oci/database/autonomous_container_database_dataguard_association.py +80 -40
  23. pulumi_oci/database/autonomous_container_database_snapshot_standby.py +322 -0
  24. pulumi_oci/database/autonomous_database.py +7 -28
  25. pulumi_oci/database/backup.py +153 -5
  26. pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
  27. pulumi_oci/database/cloud_vm_cluster.py +163 -30
  28. pulumi_oci/database/db_node.py +64 -8
  29. pulumi_oci/database/exadata_infrastructure.py +157 -3
  30. pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
  31. pulumi_oci/database/exadb_vm_cluster.py +84 -7
  32. pulumi_oci/database/exascale_db_storage_vault.py +147 -0
  33. pulumi_oci/database/external_container_database.py +4 -4
  34. pulumi_oci/database/external_non_container_database.py +4 -4
  35. pulumi_oci/database/external_pluggable_database.py +4 -4
  36. pulumi_oci/database/get_application_vip.py +16 -2
  37. pulumi_oci/database/get_autonomous_container_database.py +103 -2
  38. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +12 -1
  39. pulumi_oci/database/get_autonomous_container_databases.py +1 -1
  40. pulumi_oci/database/get_autonomous_database.py +0 -3
  41. pulumi_oci/database/get_backups.py +136 -10
  42. pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
  43. pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
  44. pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
  45. pulumi_oci/database/get_database_software_images.py +20 -1
  46. pulumi_oci/database/get_db_node.py +31 -4
  47. pulumi_oci/database/get_db_server.py +15 -1
  48. pulumi_oci/database/get_exadata_infrastructure.py +57 -1
  49. pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
  50. pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
  51. pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
  52. pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
  53. pulumi_oci/database/get_external_container_database.py +1 -1
  54. pulumi_oci/database/get_external_non_container_database.py +1 -1
  55. pulumi_oci/database/get_external_pluggable_database.py +1 -1
  56. pulumi_oci/database/get_flex_components.py +28 -6
  57. pulumi_oci/database/get_maintenance_run.py +15 -1
  58. pulumi_oci/database/get_vm_cluster.py +60 -4
  59. pulumi_oci/database/get_vm_clusters.py +25 -3
  60. pulumi_oci/database/maintenance_run.py +28 -0
  61. pulumi_oci/database/outputs.py +3831 -267
  62. pulumi_oci/database/pluggable_database.py +13 -13
  63. pulumi_oci/database/vm_cluster.py +172 -18
  64. pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
  65. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
  66. pulumi_oci/datasafe/__init__.py +7 -0
  67. pulumi_oci/datasafe/_inputs.py +301 -0
  68. pulumi_oci/datasafe/discovery_mod.py +49 -0
  69. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  70. pulumi_oci/datasafe/get_masking_report.py +46 -4
  71. pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
  72. pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
  73. pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
  74. pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
  75. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  76. pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
  77. pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
  78. pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
  79. pulumi_oci/datasafe/outputs.py +676 -3
  80. pulumi_oci/datasafe/sensitive_data_model.py +49 -0
  81. pulumi_oci/datasafe/sensitive_type_group.py +563 -0
  82. pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
  83. pulumi_oci/datascience/__init__.py +4 -0
  84. pulumi_oci/datascience/_inputs.py +1160 -41
  85. pulumi_oci/datascience/get_model.py +29 -1
  86. pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
  87. pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
  88. pulumi_oci/datascience/get_model_version_set.py +15 -1
  89. pulumi_oci/datascience/get_model_version_sets.py +25 -3
  90. pulumi_oci/datascience/get_models.py +25 -3
  91. pulumi_oci/datascience/get_pipeline.py +15 -1
  92. pulumi_oci/datascience/model.py +64 -0
  93. pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
  94. pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
  95. pulumi_oci/datascience/model_version_set.py +28 -0
  96. pulumi_oci/datascience/outputs.py +4343 -2164
  97. pulumi_oci/datascience/pipeline.py +48 -141
  98. pulumi_oci/datascience/pipeline_run.py +32 -0
  99. pulumi_oci/dblm/__init__.py +17 -0
  100. pulumi_oci/dblm/_inputs.py +275 -0
  101. pulumi_oci/dblm/get_vulnerability.py +242 -0
  102. pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
  103. pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
  104. pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
  105. pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
  106. pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
  107. pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
  108. pulumi_oci/dblm/outputs.py +1294 -0
  109. pulumi_oci/dblm/vulnerability_scan.py +521 -0
  110. pulumi_oci/email/dkim.py +120 -20
  111. pulumi_oci/email/get_dkim.py +40 -1
  112. pulumi_oci/email/outputs.py +29 -0
  113. pulumi_oci/filestorage/__init__.py +3 -0
  114. pulumi_oci/filestorage/_inputs.py +49 -0
  115. pulumi_oci/filestorage/file_system.py +105 -0
  116. pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
  117. pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
  118. pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
  119. pulumi_oci/filestorage/outputs.py +186 -0
  120. pulumi_oci/goldengate/_inputs.py +128 -0
  121. pulumi_oci/goldengate/deployment.py +103 -0
  122. pulumi_oci/goldengate/deployment_backup.py +28 -0
  123. pulumi_oci/goldengate/get_deployment.py +43 -1
  124. pulumi_oci/goldengate/get_deployment_backup.py +15 -1
  125. pulumi_oci/goldengate/outputs.py +289 -0
  126. pulumi_oci/mysql/_inputs.py +1239 -10
  127. pulumi_oci/mysql/channel.py +28 -0
  128. pulumi_oci/mysql/get_channel.py +15 -1
  129. pulumi_oci/mysql/get_mysql_backup.py +15 -1
  130. pulumi_oci/mysql/get_mysql_configuration.py +15 -1
  131. pulumi_oci/mysql/get_mysql_db_system.py +15 -1
  132. pulumi_oci/mysql/mysql_backup.py +28 -0
  133. pulumi_oci/mysql/mysql_configuration.py +106 -0
  134. pulumi_oci/mysql/mysql_db_system.py +36 -0
  135. pulumi_oci/mysql/outputs.py +2008 -35
  136. pulumi_oci/opensearch/__init__.py +3 -0
  137. pulumi_oci/opensearch/_inputs.py +101 -0
  138. pulumi_oci/opensearch/cluster.py +76 -29
  139. pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
  140. pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
  141. pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
  142. pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
  143. pulumi_oci/opensearch/outputs.py +425 -0
  144. pulumi_oci/osmanagementhub/__init__.py +18 -0
  145. pulumi_oci/osmanagementhub/_inputs.py +677 -12
  146. pulumi_oci/osmanagementhub/event.py +8 -0
  147. pulumi_oci/osmanagementhub/get_entitlements.py +2 -2
  148. pulumi_oci/osmanagementhub/get_event.py +2 -0
  149. pulumi_oci/osmanagementhub/get_events.py +2 -0
  150. pulumi_oci/osmanagementhub/get_managed_instance.py +30 -2
  151. pulumi_oci/osmanagementhub/get_managed_instances.py +75 -63
  152. pulumi_oci/osmanagementhub/get_management_station.py +116 -4
  153. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +1 -1
  154. pulumi_oci/osmanagementhub/get_management_stations.py +47 -4
  155. pulumi_oci/osmanagementhub/get_profile.py +32 -4
  156. pulumi_oci/osmanagementhub/get_profile_available_software_sources.py +207 -0
  157. pulumi_oci/osmanagementhub/get_profile_version.py +388 -0
  158. pulumi_oci/osmanagementhub/get_profiles.py +63 -3
  159. pulumi_oci/osmanagementhub/get_scheduled_job.py +15 -1
  160. pulumi_oci/osmanagementhub/get_software_package.py +2 -2
  161. pulumi_oci/osmanagementhub/get_software_package_software_source.py +7 -7
  162. pulumi_oci/osmanagementhub/get_software_source.py +89 -5
  163. pulumi_oci/osmanagementhub/get_software_source_available_software_packages.py +209 -0
  164. pulumi_oci/osmanagementhub/get_software_source_manifest.py +127 -0
  165. pulumi_oci/osmanagementhub/get_software_sources.py +30 -8
  166. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +6 -39
  167. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +6 -39
  168. pulumi_oci/osmanagementhub/lifecycle_stage_reboot_management.py +297 -0
  169. pulumi_oci/osmanagementhub/managed_instance.py +56 -0
  170. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +49 -0
  171. pulumi_oci/osmanagementhub/managed_instance_group_reboot_management.py +297 -0
  172. pulumi_oci/osmanagementhub/managed_instance_reboot_management.py +299 -0
  173. pulumi_oci/osmanagementhub/management_station.py +251 -4
  174. pulumi_oci/osmanagementhub/management_station_associate_managed_instances_management.py +298 -0
  175. pulumi_oci/osmanagementhub/management_station_refresh_management.py +2 -2
  176. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +9 -9
  177. pulumi_oci/osmanagementhub/outputs.py +1349 -50
  178. pulumi_oci/osmanagementhub/profile.py +70 -14
  179. pulumi_oci/osmanagementhub/profile_attach_lifecycle_stage_management.py +269 -0
  180. pulumi_oci/osmanagementhub/profile_attach_managed_instance_group_management.py +269 -0
  181. pulumi_oci/osmanagementhub/profile_attach_management_station_management.py +269 -0
  182. pulumi_oci/osmanagementhub/profile_attach_software_sources_management.py +269 -0
  183. pulumi_oci/osmanagementhub/profile_detach_software_sources_management.py +269 -0
  184. pulumi_oci/osmanagementhub/scheduled_job.py +72 -21
  185. pulumi_oci/osmanagementhub/software_source.py +365 -26
  186. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +67 -10
  187. pulumi_oci/osmanagementhub/software_source_generate_metadata_management.py +217 -0
  188. pulumi_oci/osmanagementhub/software_source_manifest.py +268 -0
  189. pulumi_oci/osmanagementhub/software_source_remove_packages_management.py +277 -0
  190. pulumi_oci/osmanagementhub/software_source_replace_packages_management.py +277 -0
  191. pulumi_oci/osmanagementhub/work_request_rerun_management.py +325 -0
  192. pulumi_oci/psql/_inputs.py +258 -0
  193. pulumi_oci/psql/backup.py +129 -28
  194. pulumi_oci/psql/db_system.py +10 -0
  195. pulumi_oci/psql/get_backup.py +47 -2
  196. pulumi_oci/psql/get_backups.py +3 -0
  197. pulumi_oci/psql/get_configurations.py +23 -1
  198. pulumi_oci/psql/get_db_system.py +1 -1
  199. pulumi_oci/psql/get_db_systems.py +1 -1
  200. pulumi_oci/psql/outputs.py +541 -5
  201. pulumi_oci/pulumi-plugin.json +1 -1
  202. pulumi_oci/redis/redis_cluster.py +7 -7
  203. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/METADATA +2 -2
  204. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/RECORD +206 -150
  205. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/WHEEL +1 -1
  206. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py CHANGED
@@ -93,6 +93,8 @@ if typing.TYPE_CHECKING:
93
93
  datasafe = __datasafe
94
94
  import pulumi_oci.datascience as __datascience
95
95
  datascience = __datascience
96
+ import pulumi_oci.dblm as __dblm
97
+ dblm = __dblm
96
98
  import pulumi_oci.delegateaccesscontrol as __delegateaccesscontrol
97
99
  delegateaccesscontrol = __delegateaccesscontrol
98
100
  import pulumi_oci.demandsignal as __demandsignal
@@ -298,6 +300,7 @@ else:
298
300
  datalabellingservice = _utilities.lazy_import('pulumi_oci.datalabellingservice')
299
301
  datasafe = _utilities.lazy_import('pulumi_oci.datasafe')
300
302
  datascience = _utilities.lazy_import('pulumi_oci.datascience')
303
+ dblm = _utilities.lazy_import('pulumi_oci.dblm')
301
304
  delegateaccesscontrol = _utilities.lazy_import('pulumi_oci.delegateaccesscontrol')
302
305
  demandsignal = _utilities.lazy_import('pulumi_oci.demandsignal')
303
306
  desktops = _utilities.lazy_import('pulumi_oci.desktops')
@@ -1295,6 +1298,22 @@ _utilities.register(
1295
1298
  "oci:Core/computeCluster:ComputeCluster": "ComputeCluster"
1296
1299
  }
1297
1300
  },
1301
+ {
1302
+ "pkg": "oci",
1303
+ "mod": "Core/computeGpuMemoryCluster",
1304
+ "fqn": "pulumi_oci.core",
1305
+ "classes": {
1306
+ "oci:Core/computeGpuMemoryCluster:ComputeGpuMemoryCluster": "ComputeGpuMemoryCluster"
1307
+ }
1308
+ },
1309
+ {
1310
+ "pkg": "oci",
1311
+ "mod": "Core/computeGpuMemoryFabric",
1312
+ "fqn": "pulumi_oci.core",
1313
+ "classes": {
1314
+ "oci:Core/computeGpuMemoryFabric:ComputeGpuMemoryFabric": "ComputeGpuMemoryFabric"
1315
+ }
1316
+ },
1298
1317
  {
1299
1318
  "pkg": "oci",
1300
1319
  "mod": "Core/computeImageCapabilitySchema",
@@ -2279,6 +2298,22 @@ _utilities.register(
2279
2298
  "oci:DataSafe/sensitiveType:SensitiveType": "SensitiveType"
2280
2299
  }
2281
2300
  },
2301
+ {
2302
+ "pkg": "oci",
2303
+ "mod": "DataSafe/sensitiveTypeGroup",
2304
+ "fqn": "pulumi_oci.datasafe",
2305
+ "classes": {
2306
+ "oci:DataSafe/sensitiveTypeGroup:SensitiveTypeGroup": "SensitiveTypeGroup"
2307
+ }
2308
+ },
2309
+ {
2310
+ "pkg": "oci",
2311
+ "mod": "DataSafe/sensitiveTypeGroupGroupedSensitiveType",
2312
+ "fqn": "pulumi_oci.datasafe",
2313
+ "classes": {
2314
+ "oci:DataSafe/sensitiveTypeGroupGroupedSensitiveType:SensitiveTypeGroupGroupedSensitiveType": "SensitiveTypeGroupGroupedSensitiveType"
2315
+ }
2316
+ },
2282
2317
  {
2283
2318
  "pkg": "oci",
2284
2319
  "mod": "DataSafe/sensitiveTypesExport",
@@ -2447,6 +2482,22 @@ _utilities.register(
2447
2482
  "oci:DataScience/modelArtifactImport:ModelArtifactImport": "ModelArtifactImport"
2448
2483
  }
2449
2484
  },
2485
+ {
2486
+ "pkg": "oci",
2487
+ "mod": "DataScience/modelCustomMetadataArtifact",
2488
+ "fqn": "pulumi_oci.datascience",
2489
+ "classes": {
2490
+ "oci:DataScience/modelCustomMetadataArtifact:ModelCustomMetadataArtifact": "ModelCustomMetadataArtifact"
2491
+ }
2492
+ },
2493
+ {
2494
+ "pkg": "oci",
2495
+ "mod": "DataScience/modelDefinedMetadataArtifact",
2496
+ "fqn": "pulumi_oci.datascience",
2497
+ "classes": {
2498
+ "oci:DataScience/modelDefinedMetadataArtifact:ModelDefinedMetadataArtifact": "ModelDefinedMetadataArtifact"
2499
+ }
2500
+ },
2450
2501
  {
2451
2502
  "pkg": "oci",
2452
2503
  "mod": "DataScience/modelDeployment",
@@ -2535,6 +2586,14 @@ _utilities.register(
2535
2586
  "oci:Database/autonomousContainerDatabase:AutonomousContainerDatabase": "AutonomousContainerDatabase"
2536
2587
  }
2537
2588
  },
2589
+ {
2590
+ "pkg": "oci",
2591
+ "mod": "Database/autonomousContainerDatabaseAddStandby",
2592
+ "fqn": "pulumi_oci.database",
2593
+ "classes": {
2594
+ "oci:Database/autonomousContainerDatabaseAddStandby:AutonomousContainerDatabaseAddStandby": "AutonomousContainerDatabaseAddStandby"
2595
+ }
2596
+ },
2538
2597
  {
2539
2598
  "pkg": "oci",
2540
2599
  "mod": "Database/autonomousContainerDatabaseDataguardAssociation",
@@ -2559,6 +2618,14 @@ _utilities.register(
2559
2618
  "oci:Database/autonomousContainerDatabaseDataguardRoleChange:AutonomousContainerDatabaseDataguardRoleChange": "AutonomousContainerDatabaseDataguardRoleChange"
2560
2619
  }
2561
2620
  },
2621
+ {
2622
+ "pkg": "oci",
2623
+ "mod": "Database/autonomousContainerDatabaseSnapshotStandby",
2624
+ "fqn": "pulumi_oci.database",
2625
+ "classes": {
2626
+ "oci:Database/autonomousContainerDatabaseSnapshotStandby:AutonomousContainerDatabaseSnapshotStandby": "AutonomousContainerDatabaseSnapshotStandby"
2627
+ }
2628
+ },
2562
2629
  {
2563
2630
  "pkg": "oci",
2564
2631
  "mod": "Database/autonomousDatabase",
@@ -2807,6 +2874,14 @@ _utilities.register(
2807
2874
  "oci:Database/exadataInfrastructureCompute:ExadataInfrastructureCompute": "ExadataInfrastructureCompute"
2808
2875
  }
2809
2876
  },
2877
+ {
2878
+ "pkg": "oci",
2879
+ "mod": "Database/exadataInfrastructureConfigureExascaleManagement",
2880
+ "fqn": "pulumi_oci.database",
2881
+ "classes": {
2882
+ "oci:Database/exadataInfrastructureConfigureExascaleManagement:ExadataInfrastructureConfigureExascaleManagement": "ExadataInfrastructureConfigureExascaleManagement"
2883
+ }
2884
+ },
2810
2885
  {
2811
2886
  "pkg": "oci",
2812
2887
  "mod": "Database/exadataInfrastructureStorage",
@@ -3367,6 +3442,14 @@ _utilities.register(
3367
3442
  "oci:DatabaseTools/databaseToolsPrivateEndpoint:DatabaseToolsPrivateEndpoint": "DatabaseToolsPrivateEndpoint"
3368
3443
  }
3369
3444
  },
3445
+ {
3446
+ "pkg": "oci",
3447
+ "mod": "Dblm/vulnerabilityScan",
3448
+ "fqn": "pulumi_oci.dblm",
3449
+ "classes": {
3450
+ "oci:Dblm/vulnerabilityScan:VulnerabilityScan": "VulnerabilityScan"
3451
+ }
3452
+ },
3370
3453
  {
3371
3454
  "pkg": "oci",
3372
3455
  "mod": "DelegateAccessControl/delegationControl",
@@ -3727,6 +3810,14 @@ _utilities.register(
3727
3810
  "oci:FileStorage/fileSystem:FileSystem": "FileSystem"
3728
3811
  }
3729
3812
  },
3813
+ {
3814
+ "pkg": "oci",
3815
+ "mod": "FileStorage/fileSystemQuotaRule",
3816
+ "fqn": "pulumi_oci.filestorage",
3817
+ "classes": {
3818
+ "oci:FileStorage/fileSystemQuotaRule:FileSystemQuotaRule": "FileSystemQuotaRule"
3819
+ }
3820
+ },
3730
3821
  {
3731
3822
  "pkg": "oci",
3732
3823
  "mod": "FileStorage/filesystemSnapshotPolicy",
@@ -5615,6 +5706,14 @@ _utilities.register(
5615
5706
  "oci:Opensearch/cluster:Cluster": "Cluster"
5616
5707
  }
5617
5708
  },
5709
+ {
5710
+ "pkg": "oci",
5711
+ "mod": "Opensearch/opensearchClusterPipeline",
5712
+ "fqn": "pulumi_oci.opensearch",
5713
+ "classes": {
5714
+ "oci:Opensearch/opensearchClusterPipeline:OpensearchClusterPipeline": "OpensearchClusterPipeline"
5715
+ }
5716
+ },
5618
5717
  {
5619
5718
  "pkg": "oci",
5620
5719
  "mod": "OperatorAccessControl/operatorControl",
@@ -5847,6 +5946,14 @@ _utilities.register(
5847
5946
  "oci:OsManagementHub/lifecycleStagePromoteSoftwareSourceManagement:LifecycleStagePromoteSoftwareSourceManagement": "LifecycleStagePromoteSoftwareSourceManagement"
5848
5947
  }
5849
5948
  },
5949
+ {
5950
+ "pkg": "oci",
5951
+ "mod": "OsManagementHub/lifecycleStageRebootManagement",
5952
+ "fqn": "pulumi_oci.osmanagementhub",
5953
+ "classes": {
5954
+ "oci:OsManagementHub/lifecycleStageRebootManagement:LifecycleStageRebootManagement": "LifecycleStageRebootManagement"
5955
+ }
5956
+ },
5850
5957
  {
5851
5958
  "pkg": "oci",
5852
5959
  "mod": "OsManagementHub/managedInstance",
@@ -5935,6 +6042,14 @@ _utilities.register(
5935
6042
  "oci:OsManagementHub/managedInstanceGroupManageModuleStreamsManagement:ManagedInstanceGroupManageModuleStreamsManagement": "ManagedInstanceGroupManageModuleStreamsManagement"
5936
6043
  }
5937
6044
  },
6045
+ {
6046
+ "pkg": "oci",
6047
+ "mod": "OsManagementHub/managedInstanceGroupRebootManagement",
6048
+ "fqn": "pulumi_oci.osmanagementhub",
6049
+ "classes": {
6050
+ "oci:OsManagementHub/managedInstanceGroupRebootManagement:ManagedInstanceGroupRebootManagement": "ManagedInstanceGroupRebootManagement"
6051
+ }
6052
+ },
5938
6053
  {
5939
6054
  "pkg": "oci",
5940
6055
  "mod": "OsManagementHub/managedInstanceGroupRemovePackagesManagement",
@@ -5959,6 +6074,14 @@ _utilities.register(
5959
6074
  "oci:OsManagementHub/managedInstanceInstallWindowsUpdatesManagement:ManagedInstanceInstallWindowsUpdatesManagement": "ManagedInstanceInstallWindowsUpdatesManagement"
5960
6075
  }
5961
6076
  },
6077
+ {
6078
+ "pkg": "oci",
6079
+ "mod": "OsManagementHub/managedInstanceRebootManagement",
6080
+ "fqn": "pulumi_oci.osmanagementhub",
6081
+ "classes": {
6082
+ "oci:OsManagementHub/managedInstanceRebootManagement:ManagedInstanceRebootManagement": "ManagedInstanceRebootManagement"
6083
+ }
6084
+ },
5962
6085
  {
5963
6086
  "pkg": "oci",
5964
6087
  "mod": "OsManagementHub/managedInstanceUpdatePackagesManagement",
@@ -5975,6 +6098,14 @@ _utilities.register(
5975
6098
  "oci:OsManagementHub/managementStation:ManagementStation": "ManagementStation"
5976
6099
  }
5977
6100
  },
6101
+ {
6102
+ "pkg": "oci",
6103
+ "mod": "OsManagementHub/managementStationAssociateManagedInstancesManagement",
6104
+ "fqn": "pulumi_oci.osmanagementhub",
6105
+ "classes": {
6106
+ "oci:OsManagementHub/managementStationAssociateManagedInstancesManagement:ManagementStationAssociateManagedInstancesManagement": "ManagementStationAssociateManagedInstancesManagement"
6107
+ }
6108
+ },
5978
6109
  {
5979
6110
  "pkg": "oci",
5980
6111
  "mod": "OsManagementHub/managementStationMirrorSynchronizeManagement",
@@ -6007,6 +6138,46 @@ _utilities.register(
6007
6138
  "oci:OsManagementHub/profile:Profile": "Profile"
6008
6139
  }
6009
6140
  },
6141
+ {
6142
+ "pkg": "oci",
6143
+ "mod": "OsManagementHub/profileAttachLifecycleStageManagement",
6144
+ "fqn": "pulumi_oci.osmanagementhub",
6145
+ "classes": {
6146
+ "oci:OsManagementHub/profileAttachLifecycleStageManagement:ProfileAttachLifecycleStageManagement": "ProfileAttachLifecycleStageManagement"
6147
+ }
6148
+ },
6149
+ {
6150
+ "pkg": "oci",
6151
+ "mod": "OsManagementHub/profileAttachManagedInstanceGroupManagement",
6152
+ "fqn": "pulumi_oci.osmanagementhub",
6153
+ "classes": {
6154
+ "oci:OsManagementHub/profileAttachManagedInstanceGroupManagement:ProfileAttachManagedInstanceGroupManagement": "ProfileAttachManagedInstanceGroupManagement"
6155
+ }
6156
+ },
6157
+ {
6158
+ "pkg": "oci",
6159
+ "mod": "OsManagementHub/profileAttachManagementStationManagement",
6160
+ "fqn": "pulumi_oci.osmanagementhub",
6161
+ "classes": {
6162
+ "oci:OsManagementHub/profileAttachManagementStationManagement:ProfileAttachManagementStationManagement": "ProfileAttachManagementStationManagement"
6163
+ }
6164
+ },
6165
+ {
6166
+ "pkg": "oci",
6167
+ "mod": "OsManagementHub/profileAttachSoftwareSourcesManagement",
6168
+ "fqn": "pulumi_oci.osmanagementhub",
6169
+ "classes": {
6170
+ "oci:OsManagementHub/profileAttachSoftwareSourcesManagement:ProfileAttachSoftwareSourcesManagement": "ProfileAttachSoftwareSourcesManagement"
6171
+ }
6172
+ },
6173
+ {
6174
+ "pkg": "oci",
6175
+ "mod": "OsManagementHub/profileDetachSoftwareSourcesManagement",
6176
+ "fqn": "pulumi_oci.osmanagementhub",
6177
+ "classes": {
6178
+ "oci:OsManagementHub/profileDetachSoftwareSourcesManagement:ProfileDetachSoftwareSourcesManagement": "ProfileDetachSoftwareSourcesManagement"
6179
+ }
6180
+ },
6010
6181
  {
6011
6182
  "pkg": "oci",
6012
6183
  "mod": "OsManagementHub/scheduledJob",
@@ -6039,6 +6210,46 @@ _utilities.register(
6039
6210
  "oci:OsManagementHub/softwareSourceChangeAvailabilityManagement:SoftwareSourceChangeAvailabilityManagement": "SoftwareSourceChangeAvailabilityManagement"
6040
6211
  }
6041
6212
  },
6213
+ {
6214
+ "pkg": "oci",
6215
+ "mod": "OsManagementHub/softwareSourceGenerateMetadataManagement",
6216
+ "fqn": "pulumi_oci.osmanagementhub",
6217
+ "classes": {
6218
+ "oci:OsManagementHub/softwareSourceGenerateMetadataManagement:SoftwareSourceGenerateMetadataManagement": "SoftwareSourceGenerateMetadataManagement"
6219
+ }
6220
+ },
6221
+ {
6222
+ "pkg": "oci",
6223
+ "mod": "OsManagementHub/softwareSourceManifest",
6224
+ "fqn": "pulumi_oci.osmanagementhub",
6225
+ "classes": {
6226
+ "oci:OsManagementHub/softwareSourceManifest:SoftwareSourceManifest": "SoftwareSourceManifest"
6227
+ }
6228
+ },
6229
+ {
6230
+ "pkg": "oci",
6231
+ "mod": "OsManagementHub/softwareSourceRemovePackagesManagement",
6232
+ "fqn": "pulumi_oci.osmanagementhub",
6233
+ "classes": {
6234
+ "oci:OsManagementHub/softwareSourceRemovePackagesManagement:SoftwareSourceRemovePackagesManagement": "SoftwareSourceRemovePackagesManagement"
6235
+ }
6236
+ },
6237
+ {
6238
+ "pkg": "oci",
6239
+ "mod": "OsManagementHub/softwareSourceReplacePackagesManagement",
6240
+ "fqn": "pulumi_oci.osmanagementhub",
6241
+ "classes": {
6242
+ "oci:OsManagementHub/softwareSourceReplacePackagesManagement:SoftwareSourceReplacePackagesManagement": "SoftwareSourceReplacePackagesManagement"
6243
+ }
6244
+ },
6245
+ {
6246
+ "pkg": "oci",
6247
+ "mod": "OsManagementHub/workRequestRerunManagement",
6248
+ "fqn": "pulumi_oci.osmanagementhub",
6249
+ "classes": {
6250
+ "oci:OsManagementHub/workRequestRerunManagement:WorkRequestRerunManagement": "WorkRequestRerunManagement"
6251
+ }
6252
+ },
6042
6253
  {
6043
6254
  "pkg": "oci",
6044
6255
  "mod": "OspGateway/addressActionVerification",
@@ -781,7 +781,7 @@ if not MYPY:
781
781
  """
782
782
  ip_families: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
783
783
  """
784
- IP family to use for single stack or define the order of IP families for dual-stack
784
+ IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
785
785
  """
786
786
  kubernetes_network_config: NotRequired[pulumi.Input['ClusterOptionsKubernetesNetworkConfigArgsDict']]
787
787
  """
@@ -825,7 +825,7 @@ class ClusterOptionsArgs:
825
825
  """
826
826
  :param pulumi.Input['ClusterOptionsAddOnsArgs'] add_ons: Configurable cluster add-ons
827
827
  :param pulumi.Input['ClusterOptionsAdmissionControllerOptionsArgs'] admission_controller_options: (Updatable) Configurable cluster admission controllers
828
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_families: IP family to use for single stack or define the order of IP families for dual-stack
828
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_families: IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
829
829
  :param pulumi.Input['ClusterOptionsKubernetesNetworkConfigArgs'] kubernetes_network_config: Network configuration for Kubernetes.
830
830
  :param pulumi.Input['ClusterOptionsOpenIdConnectDiscoveryArgs'] open_id_connect_discovery: (Updatable) The property that define the status of the OIDC Discovery feature for a cluster.
831
831
  :param pulumi.Input['ClusterOptionsOpenIdConnectTokenAuthenticationConfigArgs'] open_id_connect_token_authentication_config: (Updatable) The properties that configure OIDC token authentication in kube-apiserver. For more information, see [Configuring the API Server](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-flags).
@@ -880,7 +880,7 @@ class ClusterOptionsArgs:
880
880
  @pulumi.getter(name="ipFamilies")
881
881
  def ip_families(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
882
882
  """
883
- IP family to use for single stack or define the order of IP families for dual-stack
883
+ IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
884
884
  """
885
885
  return pulumi.get(self, "ip_families")
886
886
 
@@ -1049,11 +1049,11 @@ if not MYPY:
1049
1049
  class ClusterOptionsKubernetesNetworkConfigArgsDict(TypedDict):
1050
1050
  pods_cidr: NotRequired[pulumi.Input[str]]
1051
1051
  """
1052
- The CIDR block for Kubernetes pods. Optional, defaults to 10.244.0.0/16.
1052
+ The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
1053
1053
  """
1054
1054
  services_cidr: NotRequired[pulumi.Input[str]]
1055
1055
  """
1056
- The CIDR block for Kubernetes services. Optional, defaults to 10.96.0.0/16.
1056
+ The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
1057
1057
  """
1058
1058
  elif False:
1059
1059
  ClusterOptionsKubernetesNetworkConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -1064,8 +1064,8 @@ class ClusterOptionsKubernetesNetworkConfigArgs:
1064
1064
  pods_cidr: Optional[pulumi.Input[str]] = None,
1065
1065
  services_cidr: Optional[pulumi.Input[str]] = None):
1066
1066
  """
1067
- :param pulumi.Input[str] pods_cidr: The CIDR block for Kubernetes pods. Optional, defaults to 10.244.0.0/16.
1068
- :param pulumi.Input[str] services_cidr: The CIDR block for Kubernetes services. Optional, defaults to 10.96.0.0/16.
1067
+ :param pulumi.Input[str] pods_cidr: The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
1068
+ :param pulumi.Input[str] services_cidr: The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
1069
1069
  """
1070
1070
  if pods_cidr is not None:
1071
1071
  pulumi.set(__self__, "pods_cidr", pods_cidr)
@@ -1076,7 +1076,7 @@ class ClusterOptionsKubernetesNetworkConfigArgs:
1076
1076
  @pulumi.getter(name="podsCidr")
1077
1077
  def pods_cidr(self) -> Optional[pulumi.Input[str]]:
1078
1078
  """
1079
- The CIDR block for Kubernetes pods. Optional, defaults to 10.244.0.0/16.
1079
+ The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
1080
1080
  """
1081
1081
  return pulumi.get(self, "pods_cidr")
1082
1082
 
@@ -1088,7 +1088,7 @@ class ClusterOptionsKubernetesNetworkConfigArgs:
1088
1088
  @pulumi.getter(name="servicesCidr")
1089
1089
  def services_cidr(self) -> Optional[pulumi.Input[str]]:
1090
1090
  """
1091
- The CIDR block for Kubernetes services. Optional, defaults to 10.96.0.0/16.
1091
+ The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
1092
1092
  """
1093
1093
  return pulumi.get(self, "services_cidr")
1094
1094
 
@@ -1143,6 +1143,10 @@ if not MYPY:
1143
1143
  """
1144
1144
  (Updatable) A client id that all tokens must be issued for.
1145
1145
  """
1146
+ configuration_file: NotRequired[pulumi.Input[str]]
1147
+ """
1148
+ (Updatable) A Base64 encoded string of a Kubernetes OIDC Auth Config file. More info [here](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration)
1149
+ """
1146
1150
  groups_claim: NotRequired[pulumi.Input[str]]
1147
1151
  """
1148
1152
  (Updatable) JWT claim to use as the user's group. If the claim is present it must be an array of strings.
@@ -1180,6 +1184,7 @@ class ClusterOptionsOpenIdConnectTokenAuthenticationConfigArgs:
1180
1184
  is_open_id_connect_auth_enabled: pulumi.Input[bool],
1181
1185
  ca_certificate: Optional[pulumi.Input[str]] = None,
1182
1186
  client_id: Optional[pulumi.Input[str]] = None,
1187
+ configuration_file: Optional[pulumi.Input[str]] = None,
1183
1188
  groups_claim: Optional[pulumi.Input[str]] = None,
1184
1189
  groups_prefix: Optional[pulumi.Input[str]] = None,
1185
1190
  issuer_url: Optional[pulumi.Input[str]] = None,
@@ -1191,6 +1196,7 @@ class ClusterOptionsOpenIdConnectTokenAuthenticationConfigArgs:
1191
1196
  :param pulumi.Input[bool] is_open_id_connect_auth_enabled: (Updatable) Whether the cluster has OIDC Auth Config enabled. Defaults to false.
1192
1197
  :param pulumi.Input[str] ca_certificate: (Updatable) A Base64 encoded public RSA or ECDSA certificates used to signed your identity provider's web certificate.
1193
1198
  :param pulumi.Input[str] client_id: (Updatable) A client id that all tokens must be issued for.
1199
+ :param pulumi.Input[str] configuration_file: (Updatable) A Base64 encoded string of a Kubernetes OIDC Auth Config file. More info [here](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration)
1194
1200
  :param pulumi.Input[str] groups_claim: (Updatable) JWT claim to use as the user's group. If the claim is present it must be an array of strings.
1195
1201
  :param pulumi.Input[str] groups_prefix: (Updatable) Prefix prepended to group claims to prevent clashes with existing names (such as system:groups).
1196
1202
  :param pulumi.Input[str] issuer_url: (Updatable) URL of the provider that allows the API server to discover public signing keys. Only URLs that use the https:// scheme are accepted. This is typically the provider's discovery URL, changed to have an empty path.
@@ -1204,6 +1210,8 @@ class ClusterOptionsOpenIdConnectTokenAuthenticationConfigArgs:
1204
1210
  pulumi.set(__self__, "ca_certificate", ca_certificate)
1205
1211
  if client_id is not None:
1206
1212
  pulumi.set(__self__, "client_id", client_id)
1213
+ if configuration_file is not None:
1214
+ pulumi.set(__self__, "configuration_file", configuration_file)
1207
1215
  if groups_claim is not None:
1208
1216
  pulumi.set(__self__, "groups_claim", groups_claim)
1209
1217
  if groups_prefix is not None:
@@ -1255,6 +1263,18 @@ class ClusterOptionsOpenIdConnectTokenAuthenticationConfigArgs:
1255
1263
  def client_id(self, value: Optional[pulumi.Input[str]]):
1256
1264
  pulumi.set(self, "client_id", value)
1257
1265
 
1266
+ @property
1267
+ @pulumi.getter(name="configurationFile")
1268
+ def configuration_file(self) -> Optional[pulumi.Input[str]]:
1269
+ """
1270
+ (Updatable) A Base64 encoded string of a Kubernetes OIDC Auth Config file. More info [here](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration)
1271
+ """
1272
+ return pulumi.get(self, "configuration_file")
1273
+
1274
+ @configuration_file.setter
1275
+ def configuration_file(self, value: Optional[pulumi.Input[str]]):
1276
+ pulumi.set(self, "configuration_file", value)
1277
+
1258
1278
  @property
1259
1279
  @pulumi.getter(name="groupsClaim")
1260
1280
  def groups_claim(self) -> Optional[pulumi.Input[str]]:
@@ -1556,7 +1576,7 @@ if not MYPY:
1556
1576
  """
1557
1577
  health_checks: NotRequired[pulumi.Input[Sequence[pulumi.Input['ContainerInstanceContainerHealthCheckArgsDict']]]]
1558
1578
  """
1559
- list of container health checks to check container status and take appropriate action if container status is failed. There are three types of health checks that we currently support HTTP, TCP, and Command.
1579
+ list of container health checks to check container status and take appropriate action if container status is failed. There are two types of health checks that we currently support HTTP and TCP.
1560
1580
  """
1561
1581
  is_resource_principal_disabled: NotRequired[pulumi.Input[bool]]
1562
1582
  """
@@ -1658,7 +1678,7 @@ class ContainerInstanceContainerArgs:
1658
1678
  The total size of all environment variables combined, name and values, must be 64 KB or smaller.
1659
1679
  :param pulumi.Input[str] fault_domain: The fault domain where the container instance runs.
1660
1680
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
1661
- :param pulumi.Input[Sequence[pulumi.Input['ContainerInstanceContainerHealthCheckArgs']]] health_checks: list of container health checks to check container status and take appropriate action if container status is failed. There are three types of health checks that we currently support HTTP, TCP, and Command.
1681
+ :param pulumi.Input[Sequence[pulumi.Input['ContainerInstanceContainerHealthCheckArgs']]] health_checks: list of container health checks to check container status and take appropriate action if container status is failed. There are two types of health checks that we currently support HTTP and TCP.
1662
1682
  :param pulumi.Input[bool] is_resource_principal_disabled: Determines if the container will have access to the container instance resource principal.
1663
1683
 
1664
1684
  This method utilizes resource principal version 2.2. For information on how to use the exposed resource principal elements, see https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdk_authentication_methods.htm#sdk_authentication_methods_resource_principal.
@@ -1890,7 +1910,7 @@ class ContainerInstanceContainerArgs:
1890
1910
  @pulumi.getter(name="healthChecks")
1891
1911
  def health_checks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerInstanceContainerHealthCheckArgs']]]]:
1892
1912
  """
1893
- list of container health checks to check container status and take appropriate action if container status is failed. There are three types of health checks that we currently support HTTP, TCP, and Command.
1913
+ list of container health checks to check container status and take appropriate action if container status is failed. There are two types of health checks that we currently support HTTP and TCP.
1894
1914
  """
1895
1915
  return pulumi.get(self, "health_checks")
1896
1916
 
@@ -2040,9 +2060,9 @@ if not MYPY:
2040
2060
  """
2041
2061
  Container health check type.
2042
2062
  """
2043
- commands: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2063
+ port: pulumi.Input[int]
2044
2064
  """
2045
- The list of strings that will be simplified to a single command for checking the status of the container.
2065
+ Container health check HTTP port.
2046
2066
  """
2047
2067
  failure_action: NotRequired[pulumi.Input[str]]
2048
2068
  """
@@ -2072,10 +2092,6 @@ if not MYPY:
2072
2092
  """
2073
2093
  Container health check HTTP path.
2074
2094
  """
2075
- port: NotRequired[pulumi.Input[int]]
2076
- """
2077
- Container health check HTTP port.
2078
- """
2079
2095
  status: NotRequired[pulumi.Input[str]]
2080
2096
  status_details: NotRequired[pulumi.Input[str]]
2081
2097
  success_threshold: NotRequired[pulumi.Input[int]]
@@ -2093,7 +2109,7 @@ elif False:
2093
2109
  class ContainerInstanceContainerHealthCheckArgs:
2094
2110
  def __init__(__self__, *,
2095
2111
  health_check_type: pulumi.Input[str],
2096
- commands: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2112
+ port: pulumi.Input[int],
2097
2113
  failure_action: Optional[pulumi.Input[str]] = None,
2098
2114
  failure_threshold: Optional[pulumi.Input[int]] = None,
2099
2115
  headers: Optional[pulumi.Input[Sequence[pulumi.Input['ContainerInstanceContainerHealthCheckHeaderArgs']]]] = None,
@@ -2101,14 +2117,13 @@ class ContainerInstanceContainerHealthCheckArgs:
2101
2117
  interval_in_seconds: Optional[pulumi.Input[int]] = None,
2102
2118
  name: Optional[pulumi.Input[str]] = None,
2103
2119
  path: Optional[pulumi.Input[str]] = None,
2104
- port: Optional[pulumi.Input[int]] = None,
2105
2120
  status: Optional[pulumi.Input[str]] = None,
2106
2121
  status_details: Optional[pulumi.Input[str]] = None,
2107
2122
  success_threshold: Optional[pulumi.Input[int]] = None,
2108
2123
  timeout_in_seconds: Optional[pulumi.Input[int]] = None):
2109
2124
  """
2110
2125
  :param pulumi.Input[str] health_check_type: Container health check type.
2111
- :param pulumi.Input[Sequence[pulumi.Input[str]]] commands: The list of strings that will be simplified to a single command for checking the status of the container.
2126
+ :param pulumi.Input[int] port: Container health check HTTP port.
2112
2127
  :param pulumi.Input[str] failure_action: The action will be triggered when the container health check fails. There are two types of action: KILL or NONE. The default action is KILL. If failure action is KILL, the container will be subject to the container restart policy.
2113
2128
  :param pulumi.Input[int] failure_threshold: Number of consecutive failures at which we consider the check failed.
2114
2129
  :param pulumi.Input[Sequence[pulumi.Input['ContainerInstanceContainerHealthCheckHeaderArgs']]] headers: Container health check HTTP headers.
@@ -2116,13 +2131,11 @@ class ContainerInstanceContainerHealthCheckArgs:
2116
2131
  :param pulumi.Input[int] interval_in_seconds: Number of seconds between two consecutive runs for checking container health.
2117
2132
  :param pulumi.Input[str] name: Health check name.
2118
2133
  :param pulumi.Input[str] path: Container health check HTTP path.
2119
- :param pulumi.Input[int] port: Container health check HTTP port.
2120
2134
  :param pulumi.Input[int] success_threshold: Number of consecutive successes at which we consider the check succeeded again after it was in failure state.
2121
2135
  :param pulumi.Input[int] timeout_in_seconds: Length of waiting time in seconds before marking health check failed.
2122
2136
  """
2123
2137
  pulumi.set(__self__, "health_check_type", health_check_type)
2124
- if commands is not None:
2125
- pulumi.set(__self__, "commands", commands)
2138
+ pulumi.set(__self__, "port", port)
2126
2139
  if failure_action is not None:
2127
2140
  pulumi.set(__self__, "failure_action", failure_action)
2128
2141
  if failure_threshold is not None:
@@ -2137,8 +2150,6 @@ class ContainerInstanceContainerHealthCheckArgs:
2137
2150
  pulumi.set(__self__, "name", name)
2138
2151
  if path is not None:
2139
2152
  pulumi.set(__self__, "path", path)
2140
- if port is not None:
2141
- pulumi.set(__self__, "port", port)
2142
2153
  if status is not None:
2143
2154
  pulumi.set(__self__, "status", status)
2144
2155
  if status_details is not None:
@@ -2162,15 +2173,15 @@ class ContainerInstanceContainerHealthCheckArgs:
2162
2173
 
2163
2174
  @property
2164
2175
  @pulumi.getter
2165
- def commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2176
+ def port(self) -> pulumi.Input[int]:
2166
2177
  """
2167
- The list of strings that will be simplified to a single command for checking the status of the container.
2178
+ Container health check HTTP port.
2168
2179
  """
2169
- return pulumi.get(self, "commands")
2180
+ return pulumi.get(self, "port")
2170
2181
 
2171
- @commands.setter
2172
- def commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2173
- pulumi.set(self, "commands", value)
2182
+ @port.setter
2183
+ def port(self, value: pulumi.Input[int]):
2184
+ pulumi.set(self, "port", value)
2174
2185
 
2175
2186
  @property
2176
2187
  @pulumi.getter(name="failureAction")
@@ -2256,18 +2267,6 @@ class ContainerInstanceContainerHealthCheckArgs:
2256
2267
  def path(self, value: Optional[pulumi.Input[str]]):
2257
2268
  pulumi.set(self, "path", value)
2258
2269
 
2259
- @property
2260
- @pulumi.getter
2261
- def port(self) -> Optional[pulumi.Input[int]]:
2262
- """
2263
- Container health check HTTP port.
2264
- """
2265
- return pulumi.get(self, "port")
2266
-
2267
- @port.setter
2268
- def port(self, value: Optional[pulumi.Input[int]]):
2269
- pulumi.set(self, "port", value)
2270
-
2271
2270
  @property
2272
2271
  @pulumi.getter
2273
2272
  def status(self) -> Optional[pulumi.Input[str]]:
@@ -599,6 +599,7 @@ class Cluster(pulumi.CustomResource):
599
599
  "is_open_id_connect_auth_enabled": cluster_options_open_id_connect_token_authentication_config_is_open_id_connect_auth_enabled,
600
600
  "ca_certificate": cluster_options_open_id_connect_token_authentication_config_ca_certificate,
601
601
  "client_id": test_client["id"],
602
+ "configuration_file": cluster_options_open_id_connect_token_authentication_config_configuration_file,
602
603
  "groups_claim": cluster_options_open_id_connect_token_authentication_config_groups_claim,
603
604
  "groups_prefix": cluster_options_open_id_connect_token_authentication_config_groups_prefix,
604
605
  "issuer_url": cluster_options_open_id_connect_token_authentication_config_issuer_url,
@@ -721,6 +722,7 @@ class Cluster(pulumi.CustomResource):
721
722
  "is_open_id_connect_auth_enabled": cluster_options_open_id_connect_token_authentication_config_is_open_id_connect_auth_enabled,
722
723
  "ca_certificate": cluster_options_open_id_connect_token_authentication_config_ca_certificate,
723
724
  "client_id": test_client["id"],
725
+ "configuration_file": cluster_options_open_id_connect_token_authentication_config_configuration_file,
724
726
  "groups_claim": cluster_options_open_id_connect_token_authentication_config_groups_claim,
725
727
  "groups_prefix": cluster_options_open_id_connect_token_authentication_config_groups_prefix,
726
728
  "issuer_url": cluster_options_open_id_connect_token_authentication_config_issuer_url,
@@ -706,7 +706,7 @@ class ContainerInstance(pulumi.CustomResource):
706
706
  "freeform_tags": container_instance_containers_freeform_tags,
707
707
  "health_checks": [{
708
708
  "health_check_type": container_instance_containers_health_checks_health_check_type,
709
- "commands": container_instance_containers_health_checks_command,
709
+ "port": container_instance_containers_health_checks_port,
710
710
  "failure_action": container_instance_containers_health_checks_failure_action,
711
711
  "failure_threshold": container_instance_containers_health_checks_failure_threshold,
712
712
  "headers": [{
@@ -717,7 +717,6 @@ class ContainerInstance(pulumi.CustomResource):
717
717
  "interval_in_seconds": container_instance_containers_health_checks_interval_in_seconds,
718
718
  "name": container_instance_containers_health_checks_name,
719
719
  "path": container_instance_containers_health_checks_path,
720
- "port": container_instance_containers_health_checks_port,
721
720
  "success_threshold": container_instance_containers_health_checks_success_threshold,
722
721
  "timeout_in_seconds": container_instance_containers_health_checks_timeout_in_seconds,
723
722
  }],
@@ -859,7 +858,7 @@ class ContainerInstance(pulumi.CustomResource):
859
858
  "freeform_tags": container_instance_containers_freeform_tags,
860
859
  "health_checks": [{
861
860
  "health_check_type": container_instance_containers_health_checks_health_check_type,
862
- "commands": container_instance_containers_health_checks_command,
861
+ "port": container_instance_containers_health_checks_port,
863
862
  "failure_action": container_instance_containers_health_checks_failure_action,
864
863
  "failure_threshold": container_instance_containers_health_checks_failure_threshold,
865
864
  "headers": [{
@@ -870,7 +869,6 @@ class ContainerInstance(pulumi.CustomResource):
870
869
  "interval_in_seconds": container_instance_containers_health_checks_interval_in_seconds,
871
870
  "name": container_instance_containers_health_checks_name,
872
871
  "path": container_instance_containers_health_checks_path,
873
- "port": container_instance_containers_health_checks_port,
874
872
  "success_threshold": container_instance_containers_health_checks_success_threshold,
875
873
  "timeout_in_seconds": container_instance_containers_health_checks_timeout_in_seconds,
876
874
  }],