pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__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 (307) hide show
  1. pulumi_oci/__init__.py +0 -40
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +8 -10
  5. pulumi_oci/aianomalydetection/outputs.py +8 -22
  6. pulumi_oci/aidocument/_inputs.py +18 -22
  7. pulumi_oci/aidocument/outputs.py +18 -36
  8. pulumi_oci/ailanguage/_inputs.py +20 -4
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +20 -4
  11. pulumi_oci/aivision/_inputs.py +16 -0
  12. pulumi_oci/aivision/outputs.py +16 -0
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +414 -206
  16. pulumi_oci/apigateway/outputs.py +414 -206
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +26 -18
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +26 -18
  23. pulumi_oci/autoscaling/_inputs.py +16 -14
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
  25. pulumi_oci/autoscaling/outputs.py +16 -14
  26. pulumi_oci/bigdataservice/_inputs.py +44 -32
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +44 -32
  29. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  30. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  31. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  32. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  33. pulumi_oci/cloudbridge/_inputs.py +18 -18
  34. pulumi_oci/cloudbridge/outputs.py +18 -18
  35. pulumi_oci/cloudguard/__init__.py +0 -9
  36. pulumi_oci/cloudguard/_inputs.py +488 -1066
  37. pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
  38. pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
  39. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  40. pulumi_oci/cloudguard/detector_recipe.py +53 -95
  41. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
  42. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  43. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  44. pulumi_oci/cloudguard/get_data_source.py +10 -10
  45. pulumi_oci/cloudguard/get_data_source_events.py +7 -11
  46. pulumi_oci/cloudguard/get_data_sources.py +20 -24
  47. pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
  48. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  49. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  50. pulumi_oci/cloudguard/get_guard_targets.py +17 -19
  51. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  52. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  53. pulumi_oci/cloudguard/get_problem_entities.py +3 -5
  54. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  55. pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
  56. pulumi_oci/cloudguard/get_security_policies.py +12 -14
  57. pulumi_oci/cloudguard/get_security_policy.py +8 -12
  58. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  59. pulumi_oci/cloudguard/get_security_recipes.py +12 -14
  60. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  61. pulumi_oci/cloudguard/get_security_zones.py +15 -17
  62. pulumi_oci/cloudguard/managed_list.py +57 -57
  63. pulumi_oci/cloudguard/outputs.py +1808 -3493
  64. pulumi_oci/cloudguard/responder_recipe.py +39 -41
  65. pulumi_oci/cloudguard/security_recipe.py +27 -43
  66. pulumi_oci/cloudguard/security_zone.py +20 -22
  67. pulumi_oci/cloudguard/target.py +54 -54
  68. pulumi_oci/cloudmigrations/_inputs.py +496 -222
  69. pulumi_oci/cloudmigrations/outputs.py +498 -224
  70. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  71. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  72. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  73. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  74. pulumi_oci/containerengine/_inputs.py +22 -22
  75. pulumi_oci/containerengine/container_instance.py +21 -21
  76. pulumi_oci/containerengine/outputs.py +22 -22
  77. pulumi_oci/containerengine/virtual_node_pool.py +35 -7
  78. pulumi_oci/core/_inputs.py +668 -402
  79. pulumi_oci/core/boot_volume.py +7 -7
  80. pulumi_oci/core/cluster_network.py +22 -22
  81. pulumi_oci/core/cross_connect_group.py +20 -4
  82. pulumi_oci/core/drg_route_table_route_rule.py +0 -7
  83. pulumi_oci/core/get_image.py +0 -4
  84. pulumi_oci/core/get_instance.py +0 -4
  85. pulumi_oci/core/get_public_ip.py +0 -4
  86. pulumi_oci/core/get_public_ips.py +0 -8
  87. pulumi_oci/core/get_vtap.py +0 -2
  88. pulumi_oci/core/get_vtaps.py +0 -2
  89. pulumi_oci/core/image.py +0 -56
  90. pulumi_oci/core/instance.py +48 -48
  91. pulumi_oci/core/instance_configuration.py +28 -70
  92. pulumi_oci/core/instance_pool.py +7 -7
  93. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  94. pulumi_oci/core/network_security_group_security_rule.py +105 -28
  95. pulumi_oci/core/outputs.py +668 -748
  96. pulumi_oci/core/public_ip.py +0 -8
  97. pulumi_oci/core/vnic_attachment.py +24 -8
  98. pulumi_oci/core/volume.py +7 -7
  99. pulumi_oci/core/volume_group.py +7 -7
  100. pulumi_oci/core/vtap.py +0 -14
  101. pulumi_oci/database/_inputs.py +220 -188
  102. pulumi_oci/database/autonomous_database.py +7 -21
  103. pulumi_oci/database/autonomous_database_wallet.py +0 -28
  104. pulumi_oci/database/backup_destination.py +11 -11
  105. pulumi_oci/database/cloud_database_management.py +0 -14
  106. pulumi_oci/database/database.py +44 -28
  107. pulumi_oci/database/database_upgrade.py +4 -4
  108. pulumi_oci/database/db_home.py +13 -0
  109. pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
  110. pulumi_oci/database/outputs.py +220 -188
  111. pulumi_oci/database/vm_cluster_network.py +4 -4
  112. pulumi_oci/databasemanagement/_inputs.py +8 -8
  113. pulumi_oci/databasemanagement/outputs.py +8 -8
  114. pulumi_oci/databasemigration/_inputs.py +34 -34
  115. pulumi_oci/databasemigration/connection.py +7 -7
  116. pulumi_oci/databasemigration/migration.py +7 -7
  117. pulumi_oci/databasemigration/outputs.py +34 -34
  118. pulumi_oci/databasetools/_inputs.py +36 -12
  119. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  120. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  121. pulumi_oci/databasetools/outputs.py +36 -12
  122. pulumi_oci/dataintegration/_inputs.py +330 -318
  123. pulumi_oci/dataintegration/outputs.py +330 -318
  124. pulumi_oci/dataintegration/workspace_application.py +7 -7
  125. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  126. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  127. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  128. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  129. pulumi_oci/dataintegration/workspace_project.py +7 -7
  130. pulumi_oci/dataintegration/workspace_task.py +47 -47
  131. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  132. pulumi_oci/datalabellingservice/outputs.py +10 -10
  133. pulumi_oci/datasafe/__init__.py +0 -2
  134. pulumi_oci/datasafe/_inputs.py +80 -72
  135. pulumi_oci/datasafe/library_masing_format.py +7 -7
  136. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  137. pulumi_oci/datasafe/masking_policy.py +7 -7
  138. pulumi_oci/datasafe/outputs.py +80 -72
  139. pulumi_oci/datasafe/report_definition.py +24 -8
  140. pulumi_oci/datasafe/target_database.py +21 -21
  141. pulumi_oci/datascience/_inputs.py +65 -337
  142. pulumi_oci/datascience/get_job_run.py +1 -11
  143. pulumi_oci/datascience/get_model_deployment.py +1 -11
  144. pulumi_oci/datascience/get_pipeline.py +0 -3
  145. pulumi_oci/datascience/get_pipeline_run.py +1 -14
  146. pulumi_oci/datascience/job_run.py +3 -52
  147. pulumi_oci/datascience/model_deployment.py +2 -51
  148. pulumi_oci/datascience/outputs.py +94 -757
  149. pulumi_oci/datascience/pipeline.py +14 -34
  150. pulumi_oci/datascience/pipeline_run.py +0 -65
  151. pulumi_oci/devops/_inputs.py +462 -80
  152. pulumi_oci/devops/deploy_stage.py +4 -4
  153. pulumi_oci/devops/deployment.py +7 -7
  154. pulumi_oci/devops/outputs.py +1143 -210
  155. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  156. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  157. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  158. pulumi_oci/disasterrecovery/outputs.py +6 -6
  159. pulumi_oci/dns/_inputs.py +8 -20
  160. pulumi_oci/dns/outputs.py +8 -42
  161. pulumi_oci/dns/rrset.py +7 -7
  162. pulumi_oci/dns/steering_policy.py +0 -42
  163. pulumi_oci/events/_inputs.py +12 -4
  164. pulumi_oci/events/outputs.py +12 -4
  165. pulumi_oci/events/rule.py +7 -7
  166. pulumi_oci/functions/_inputs.py +2 -2
  167. pulumi_oci/functions/outputs.py +2 -2
  168. pulumi_oci/goldengate/_inputs.py +4 -2
  169. pulumi_oci/goldengate/outputs.py +4 -2
  170. pulumi_oci/identity/_inputs.py +5954 -4860
  171. pulumi_oci/identity/domains_api_key.py +70 -70
  172. pulumi_oci/identity/domains_app.py +140 -119
  173. pulumi_oci/identity/domains_auth_token.py +21 -21
  174. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  175. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  176. pulumi_oci/identity/domains_my_api_key.py +70 -70
  177. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  178. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  179. pulumi_oci/identity/domains_my_oauth2client_credential.py +70 -49
  180. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  181. pulumi_oci/identity/domains_my_support_account.py +21 -21
  182. pulumi_oci/identity/domains_my_user_db_credential.py +41 -37
  183. pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
  184. pulumi_oci/identity/domains_policy.py +49 -35
  185. pulumi_oci/identity/domains_rule.py +21 -28
  186. pulumi_oci/identity/domains_setting.py +21 -35
  187. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  188. pulumi_oci/identity/domains_user.py +175 -189
  189. pulumi_oci/identity/domains_user_db_credential.py +41 -37
  190. pulumi_oci/identity/outputs.py +6007 -4913
  191. pulumi_oci/integration/_inputs.py +0 -4
  192. pulumi_oci/integration/outputs.py +4 -16
  193. pulumi_oci/jms/_inputs.py +8 -0
  194. pulumi_oci/jms/outputs.py +8 -0
  195. pulumi_oci/kms/_inputs.py +6 -6
  196. pulumi_oci/kms/outputs.py +6 -6
  197. pulumi_oci/loadbalancer/_inputs.py +30 -14
  198. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
  199. pulumi_oci/loadbalancer/outputs.py +30 -14
  200. pulumi_oci/loganalytics/_inputs.py +34 -26
  201. pulumi_oci/loganalytics/outputs.py +34 -26
  202. pulumi_oci/logging/_inputs.py +60 -60
  203. pulumi_oci/logging/outputs.py +60 -60
  204. pulumi_oci/managementagent/_inputs.py +46 -2
  205. pulumi_oci/managementagent/outputs.py +46 -2
  206. pulumi_oci/marketplace/_inputs.py +6 -6
  207. pulumi_oci/marketplace/outputs.py +6 -6
  208. pulumi_oci/marketplace/publication.py +11 -11
  209. pulumi_oci/mediaservices/_inputs.py +32 -8
  210. pulumi_oci/mediaservices/media_asset.py +18 -18
  211. pulumi_oci/mediaservices/media_workflow.py +38 -22
  212. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  213. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  214. pulumi_oci/mediaservices/outputs.py +32 -8
  215. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  216. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  217. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  218. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  219. pulumi_oci/meteringcomputation/outputs.py +2 -2
  220. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  221. pulumi_oci/monitoring/_inputs.py +4 -4
  222. pulumi_oci/monitoring/alarm.py +0 -21
  223. pulumi_oci/monitoring/get_alarm.py +0 -3
  224. pulumi_oci/monitoring/outputs.py +4 -10
  225. pulumi_oci/mysql/_inputs.py +22 -30
  226. pulumi_oci/mysql/outputs.py +22 -30
  227. pulumi_oci/mysql/replica.py +28 -12
  228. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
  229. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
  230. pulumi_oci/networkfirewall/outputs.py +0 -4
  231. pulumi_oci/networkloadbalancer/_inputs.py +26 -10
  232. pulumi_oci/networkloadbalancer/outputs.py +26 -10
  233. pulumi_oci/nosql/_inputs.py +12 -4
  234. pulumi_oci/nosql/outputs.py +12 -4
  235. pulumi_oci/objectstorage/_inputs.py +4 -4
  236. pulumi_oci/objectstorage/outputs.py +4 -4
  237. pulumi_oci/ocvp/_inputs.py +42 -86
  238. pulumi_oci/ocvp/get_retrieve_password.py +0 -1
  239. pulumi_oci/ocvp/outputs.py +42 -86
  240. pulumi_oci/ocvp/sddc.py +77 -49
  241. pulumi_oci/ons/subscription.py +0 -63
  242. pulumi_oci/opa/_inputs.py +2 -6
  243. pulumi_oci/opa/outputs.py +6 -18
  244. pulumi_oci/opsi/_inputs.py +6 -6
  245. pulumi_oci/opsi/exadata_insight.py +28 -28
  246. pulumi_oci/opsi/outputs.py +6 -6
  247. pulumi_oci/optimizer/_inputs.py +4 -4
  248. pulumi_oci/optimizer/outputs.py +4 -4
  249. pulumi_oci/osmanagement/_inputs.py +10 -2
  250. pulumi_oci/osmanagement/outputs.py +10 -2
  251. pulumi_oci/osmanagementhub/_inputs.py +8 -24
  252. pulumi_oci/osmanagementhub/event.py +0 -32
  253. pulumi_oci/osmanagementhub/get_event.py +0 -8
  254. pulumi_oci/osmanagementhub/get_events.py +0 -8
  255. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  256. pulumi_oci/osmanagementhub/outputs.py +8 -40
  257. pulumi_oci/osmanagementhub/software_source.py +7 -7
  258. pulumi_oci/ospgateway/_inputs.py +96 -96
  259. pulumi_oci/ospgateway/outputs.py +96 -96
  260. pulumi_oci/ospgateway/subscription.py +80 -80
  261. pulumi_oci/psql/_inputs.py +18 -10
  262. pulumi_oci/psql/db_system.py +14 -14
  263. pulumi_oci/psql/outputs.py +18 -10
  264. pulumi_oci/pulumi-plugin.json +1 -1
  265. pulumi_oci/queue/get_queue.py +9 -9
  266. pulumi_oci/queue/outputs.py +5 -5
  267. pulumi_oci/queue/queue.py +26 -77
  268. pulumi_oci/sch/_inputs.py +26 -26
  269. pulumi_oci/sch/connector.py +7 -7
  270. pulumi_oci/sch/outputs.py +26 -26
  271. pulumi_oci/servicecatalog/private_application.py +4 -4
  272. pulumi_oci/servicemesh/_inputs.py +24 -8
  273. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  274. pulumi_oci/servicemesh/outputs.py +24 -8
  275. pulumi_oci/stackmonitoring/_inputs.py +56 -40
  276. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  277. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  278. pulumi_oci/stackmonitoring/outputs.py +56 -40
  279. pulumi_oci/visualbuilder/_inputs.py +2 -6
  280. pulumi_oci/visualbuilder/outputs.py +6 -18
  281. pulumi_oci/vnmonitoring/_inputs.py +42 -10
  282. pulumi_oci/vnmonitoring/outputs.py +42 -10
  283. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  284. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  285. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  286. pulumi_oci/waas/_inputs.py +205 -133
  287. pulumi_oci/waas/outputs.py +205 -133
  288. pulumi_oci/waas/policy.py +7 -7
  289. pulumi_oci/waas/protection_rule.py +7 -7
  290. pulumi_oci/waf/_inputs.py +30 -36
  291. pulumi_oci/waf/network_address_list.py +7 -7
  292. pulumi_oci/waf/outputs.py +30 -36
  293. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
  294. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
  295. pulumi_oci/cloudguard/adhoc_query.py +0 -596
  296. pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
  297. pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
  298. pulumi_oci/cloudguard/get_saved_queries.py +0 -190
  299. pulumi_oci/cloudguard/get_saved_query.py +0 -235
  300. pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
  301. pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
  302. pulumi_oci/cloudguard/saved_query.py +0 -595
  303. pulumi_oci/cloudguard/wlp_agent.py +0 -654
  304. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  305. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  306. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/top_level.txt +0 -0
@@ -58,12 +58,10 @@ __all__ = [
58
58
  'PipelineRunLogDetail',
59
59
  'PipelineRunStepOverrideDetail',
60
60
  'PipelineRunStepOverrideDetailStepConfigurationDetails',
61
- 'PipelineRunStepOverrideDetailStepContainerConfigurationDetails',
62
61
  'PipelineRunStepRun',
63
62
  'PipelineStepArtifact',
64
63
  'PipelineStepDetail',
65
64
  'PipelineStepDetailStepConfigurationDetails',
66
- 'PipelineStepDetailStepContainerConfigurationDetails',
67
65
  'PipelineStepDetailStepInfrastructureConfigurationDetails',
68
66
  'PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails',
69
67
  'GetFastLaunchJobConfigsFastLaunchJobConfigResult',
@@ -170,7 +168,6 @@ __all__ = [
170
168
  'GetPipelineRunLogDetailResult',
171
169
  'GetPipelineRunStepOverrideDetailResult',
172
170
  'GetPipelineRunStepOverrideDetailStepConfigurationDetailResult',
173
- 'GetPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult',
174
171
  'GetPipelineRunStepRunResult',
175
172
  'GetPipelineRunsFilterResult',
176
173
  'GetPipelineRunsPipelineRunResult',
@@ -180,12 +177,10 @@ __all__ = [
180
177
  'GetPipelineRunsPipelineRunLogDetailResult',
181
178
  'GetPipelineRunsPipelineRunStepOverrideDetailResult',
182
179
  'GetPipelineRunsPipelineRunStepOverrideDetailStepConfigurationDetailResult',
183
- 'GetPipelineRunsPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult',
184
180
  'GetPipelineRunsPipelineRunStepRunResult',
185
181
  'GetPipelineStepArtifactResult',
186
182
  'GetPipelineStepDetailResult',
187
183
  'GetPipelineStepDetailStepConfigurationDetailResult',
188
- 'GetPipelineStepDetailStepContainerConfigurationDetailResult',
189
184
  'GetPipelineStepDetailStepInfrastructureConfigurationDetailResult',
190
185
  'GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult',
191
186
  'GetPipelinesFilterResult',
@@ -197,7 +192,6 @@ __all__ = [
197
192
  'GetPipelinesPipelineStepArtifactResult',
198
193
  'GetPipelinesPipelineStepDetailResult',
199
194
  'GetPipelinesPipelineStepDetailStepConfigurationDetailResult',
200
- 'GetPipelinesPipelineStepDetailStepContainerConfigurationDetailResult',
201
195
  'GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailResult',
202
196
  'GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult',
203
197
  'GetPrivateEndpointsDataSciencePrivateEndpointResult',
@@ -1268,8 +1262,8 @@ class JobRunLogDetail(dict):
1268
1262
  log_group_id: Optional[str] = None,
1269
1263
  log_id: Optional[str] = None):
1270
1264
  """
1271
- :param str log_group_id: The log group id for where log objects will be for job runs.
1272
- :param str log_id: The log id of the log object the job run logs will be shipped to.
1265
+ :param str log_group_id: The log group id for where log objects are for job runs.
1266
+ :param str log_id: The log id the job run will push logs too.
1273
1267
  """
1274
1268
  if log_group_id is not None:
1275
1269
  pulumi.set(__self__, "log_group_id", log_group_id)
@@ -1280,7 +1274,7 @@ class JobRunLogDetail(dict):
1280
1274
  @pulumi.getter(name="logGroupId")
1281
1275
  def log_group_id(self) -> Optional[str]:
1282
1276
  """
1283
- The log group id for where log objects will be for job runs.
1277
+ The log group id for where log objects are for job runs.
1284
1278
  """
1285
1279
  return pulumi.get(self, "log_group_id")
1286
1280
 
@@ -1288,7 +1282,7 @@ class JobRunLogDetail(dict):
1288
1282
  @pulumi.getter(name="logId")
1289
1283
  def log_id(self) -> Optional[str]:
1290
1284
  """
1291
- The log id of the log object the job run logs will be shipped to.
1285
+ The log id the job run will push logs too.
1292
1286
  """
1293
1287
  return pulumi.get(self, "log_id")
1294
1288
 
@@ -1302,7 +1296,7 @@ class ModelCustomMetadataList(dict):
1302
1296
  value: Optional[str] = None):
1303
1297
  """
1304
1298
  :param str category: (Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,other".
1305
- :param str description: (Updatable) Description of model metadata
1299
+ :param str description: (Updatable) A short description of the model.
1306
1300
  :param str key: (Updatable) Key of the model Metadata. The key can either be user defined or Oracle Cloud Infrastructure defined. List of Oracle Cloud Infrastructure defined keys:
1307
1301
  * useCaseType
1308
1302
  * libraryName
@@ -1335,7 +1329,7 @@ class ModelCustomMetadataList(dict):
1335
1329
  @pulumi.getter
1336
1330
  def description(self) -> Optional[str]:
1337
1331
  """
1338
- (Updatable) Description of model metadata
1332
+ (Updatable) A short description of the model.
1339
1333
  """
1340
1334
  return pulumi.get(self, "description")
1341
1335
 
@@ -1373,7 +1367,7 @@ class ModelDefinedMetadataList(dict):
1373
1367
  value: Optional[str] = None):
1374
1368
  """
1375
1369
  :param str category: (Updatable) Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values "Performance,Training Profile,Training and Validation Datasets,Training Environment,other".
1376
- :param str description: (Updatable) Description of model metadata
1370
+ :param str description: (Updatable) A short description of the model.
1377
1371
  :param str key: (Updatable) Key of the model Metadata. The key can either be user defined or Oracle Cloud Infrastructure defined. List of Oracle Cloud Infrastructure defined keys:
1378
1372
  * useCaseType
1379
1373
  * libraryName
@@ -1406,7 +1400,7 @@ class ModelDefinedMetadataList(dict):
1406
1400
  @pulumi.getter
1407
1401
  def description(self) -> Optional[str]:
1408
1402
  """
1409
- (Updatable) Description of model metadata
1403
+ (Updatable) A short description of the model.
1410
1404
  """
1411
1405
  return pulumi.get(self, "description")
1412
1406
 
@@ -2176,8 +2170,6 @@ class ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetail
2176
2170
  :param str metric_expression_rule_type: (Updatable) The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
2177
2171
 
2178
2172
  The following values are supported:
2179
- * `PREDEFINED_EXPRESSION`: An expression built using CPU or Memory metrics emitted by the Model Deployment Monitoring.
2180
- * `CUSTOM_EXPRESSION`: A custom Monitoring Query Language (MQL) expression.
2181
2173
  :param 'ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleInConfigurationArgs' scale_in_configuration: (Updatable) The scaling configuration for the predefined metric expression rule.
2182
2174
  :param 'ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleOutConfigurationArgs' scale_out_configuration: (Updatable) The scaling configuration for the predefined metric expression rule.
2183
2175
  :param str metric_type: (Updatable) Metric type
@@ -2195,8 +2187,6 @@ class ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetail
2195
2187
  (Updatable) The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
2196
2188
 
2197
2189
  The following values are supported:
2198
- * `PREDEFINED_EXPRESSION`: An expression built using CPU or Memory metrics emitted by the Model Deployment Monitoring.
2199
- * `CUSTOM_EXPRESSION`: A custom Monitoring Query Language (MQL) expression.
2200
2190
  """
2201
2191
  return pulumi.get(self, "metric_expression_rule_type")
2202
2192
 
@@ -2523,11 +2513,11 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2523
2513
  private_endpoint_id: Optional[str] = None,
2524
2514
  subnet_id: Optional[str] = None):
2525
2515
  """
2526
- :param str shape: The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
2527
- :param int block_storage_size_in_gbs: A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2528
- :param 'NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetailsArgs' notebook_session_shape_config_details: Details for the notebook session shape configuration.
2529
- :param str private_endpoint_id: The OCID of a Data Science private endpoint.
2530
- :param str subnet_id: A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
2516
+ :param str shape: (Updatable) The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
2517
+ :param int block_storage_size_in_gbs: (Updatable) A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2518
+ :param 'NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetailsArgs' notebook_session_shape_config_details: (Updatable) Details for the notebook session shape configuration.
2519
+ :param str private_endpoint_id: (Updatable) The OCID of a Data Science private endpoint.
2520
+ :param str subnet_id: (Updatable) A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
2531
2521
  """
2532
2522
  pulumi.set(__self__, "shape", shape)
2533
2523
  if block_storage_size_in_gbs is not None:
@@ -2543,7 +2533,7 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2543
2533
  @pulumi.getter
2544
2534
  def shape(self) -> str:
2545
2535
  """
2546
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
2536
+ (Updatable) The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
2547
2537
  """
2548
2538
  return pulumi.get(self, "shape")
2549
2539
 
@@ -2551,7 +2541,7 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2551
2541
  @pulumi.getter(name="blockStorageSizeInGbs")
2552
2542
  def block_storage_size_in_gbs(self) -> Optional[int]:
2553
2543
  """
2554
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2544
+ (Updatable) A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2555
2545
  """
2556
2546
  return pulumi.get(self, "block_storage_size_in_gbs")
2557
2547
 
@@ -2559,7 +2549,7 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2559
2549
  @pulumi.getter(name="notebookSessionShapeConfigDetails")
2560
2550
  def notebook_session_shape_config_details(self) -> Optional['outputs.NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetails']:
2561
2551
  """
2562
- Details for the notebook session shape configuration.
2552
+ (Updatable) Details for the notebook session shape configuration.
2563
2553
  """
2564
2554
  return pulumi.get(self, "notebook_session_shape_config_details")
2565
2555
 
@@ -2567,7 +2557,7 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2567
2557
  @pulumi.getter(name="privateEndpointId")
2568
2558
  def private_endpoint_id(self) -> Optional[str]:
2569
2559
  """
2570
- The OCID of a Data Science private endpoint.
2560
+ (Updatable) The OCID of a Data Science private endpoint.
2571
2561
  """
2572
2562
  return pulumi.get(self, "private_endpoint_id")
2573
2563
 
@@ -2575,7 +2565,7 @@ class NotebookSessionNotebookSessionConfigDetails(dict):
2575
2565
  @pulumi.getter(name="subnetId")
2576
2566
  def subnet_id(self) -> Optional[str]:
2577
2567
  """
2578
- A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
2568
+ (Updatable) A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
2579
2569
  """
2580
2570
  return pulumi.get(self, "subnet_id")
2581
2571
 
@@ -2603,8 +2593,8 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2603
2593
  memory_in_gbs: Optional[float] = None,
2604
2594
  ocpus: Optional[float] = None):
2605
2595
  """
2606
- :param float memory_in_gbs: The total amount of memory available to the notebook session instance, in gigabytes.
2607
- :param float ocpus: The total number of OCPUs available to the notebook session instance.
2596
+ :param float memory_in_gbs: (Updatable) The total amount of memory available to the notebook session instance, in gigabytes.
2597
+ :param float ocpus: (Updatable) The total number of OCPUs available to the notebook session instance.
2608
2598
  """
2609
2599
  if memory_in_gbs is not None:
2610
2600
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -2615,7 +2605,7 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2615
2605
  @pulumi.getter(name="memoryInGbs")
2616
2606
  def memory_in_gbs(self) -> Optional[float]:
2617
2607
  """
2618
- The total amount of memory available to the notebook session instance, in gigabytes.
2608
+ (Updatable) The total amount of memory available to the notebook session instance, in gigabytes.
2619
2609
  """
2620
2610
  return pulumi.get(self, "memory_in_gbs")
2621
2611
 
@@ -2623,7 +2613,7 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2623
2613
  @pulumi.getter
2624
2614
  def ocpus(self) -> Optional[float]:
2625
2615
  """
2626
- The total number of OCPUs available to the notebook session instance.
2616
+ (Updatable) The total number of OCPUs available to the notebook session instance.
2627
2617
  """
2628
2618
  return pulumi.get(self, "ocpus")
2629
2619
 
@@ -3024,9 +3014,9 @@ class PipelineConfigurationDetails(dict):
3024
3014
  maximum_runtime_in_minutes: Optional[str] = None):
3025
3015
  """
3026
3016
  :param str type: (Updatable) The type of pipeline.
3027
- :param str command_line_arguments: (Updatable) The command line arguments to set for steps in the pipeline.
3028
- :param Mapping[str, Any] environment_variables: (Updatable) Environment variables to set for steps in the pipeline.
3029
- :param str maximum_runtime_in_minutes: (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3017
+ :param str command_line_arguments: (Updatable) The command line arguments to set for step.
3018
+ :param Mapping[str, Any] environment_variables: (Updatable) Environment variables to set for step.
3019
+ :param str maximum_runtime_in_minutes: (Updatable) A time bound for the execution of the step.
3030
3020
  """
3031
3021
  pulumi.set(__self__, "type", type)
3032
3022
  if command_line_arguments is not None:
@@ -3048,7 +3038,7 @@ class PipelineConfigurationDetails(dict):
3048
3038
  @pulumi.getter(name="commandLineArguments")
3049
3039
  def command_line_arguments(self) -> Optional[str]:
3050
3040
  """
3051
- (Updatable) The command line arguments to set for steps in the pipeline.
3041
+ (Updatable) The command line arguments to set for step.
3052
3042
  """
3053
3043
  return pulumi.get(self, "command_line_arguments")
3054
3044
 
@@ -3056,7 +3046,7 @@ class PipelineConfigurationDetails(dict):
3056
3046
  @pulumi.getter(name="environmentVariables")
3057
3047
  def environment_variables(self) -> Optional[Mapping[str, Any]]:
3058
3048
  """
3059
- (Updatable) Environment variables to set for steps in the pipeline.
3049
+ (Updatable) Environment variables to set for step.
3060
3050
  """
3061
3051
  return pulumi.get(self, "environment_variables")
3062
3052
 
@@ -3064,7 +3054,7 @@ class PipelineConfigurationDetails(dict):
3064
3054
  @pulumi.getter(name="maximumRuntimeInMinutes")
3065
3055
  def maximum_runtime_in_minutes(self) -> Optional[str]:
3066
3056
  """
3067
- (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3057
+ (Updatable) A time bound for the execution of the step.
3068
3058
  """
3069
3059
  return pulumi.get(self, "maximum_runtime_in_minutes")
3070
3060
 
@@ -3080,8 +3070,6 @@ class PipelineInfrastructureConfigurationDetails(dict):
3080
3070
  suggest = "shape_name"
3081
3071
  elif key == "shapeConfigDetails":
3082
3072
  suggest = "shape_config_details"
3083
- elif key == "subnetId":
3084
- suggest = "subnet_id"
3085
3073
 
3086
3074
  if suggest:
3087
3075
  pulumi.log.warn(f"Key '{key}' not found in PipelineInfrastructureConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
@@ -3097,26 +3085,22 @@ class PipelineInfrastructureConfigurationDetails(dict):
3097
3085
  def __init__(__self__, *,
3098
3086
  block_storage_size_in_gbs: int,
3099
3087
  shape_name: str,
3100
- shape_config_details: Optional['outputs.PipelineInfrastructureConfigurationDetailsShapeConfigDetails'] = None,
3101
- subnet_id: Optional[str] = None):
3088
+ shape_config_details: Optional['outputs.PipelineInfrastructureConfigurationDetailsShapeConfigDetails'] = None):
3102
3089
  """
3103
- :param int block_storage_size_in_gbs: (Updatable) The size of the block storage volume to attach to the instance.
3104
- :param str shape_name: (Updatable) The shape used to launch the instance for all step runs in the pipeline.
3105
- :param 'PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs' shape_config_details: (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3106
- :param str subnet_id: (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
3090
+ :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
3091
+ :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
3092
+ :param 'PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs' shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3107
3093
  """
3108
3094
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
3109
3095
  pulumi.set(__self__, "shape_name", shape_name)
3110
3096
  if shape_config_details is not None:
3111
3097
  pulumi.set(__self__, "shape_config_details", shape_config_details)
3112
- if subnet_id is not None:
3113
- pulumi.set(__self__, "subnet_id", subnet_id)
3114
3098
 
3115
3099
  @property
3116
3100
  @pulumi.getter(name="blockStorageSizeInGbs")
3117
3101
  def block_storage_size_in_gbs(self) -> int:
3118
3102
  """
3119
- (Updatable) The size of the block storage volume to attach to the instance.
3103
+ The size of the block storage volume to attach to the instance.
3120
3104
  """
3121
3105
  return pulumi.get(self, "block_storage_size_in_gbs")
3122
3106
 
@@ -3124,7 +3108,7 @@ class PipelineInfrastructureConfigurationDetails(dict):
3124
3108
  @pulumi.getter(name="shapeName")
3125
3109
  def shape_name(self) -> str:
3126
3110
  """
3127
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
3111
+ The shape used to launch the instance for all step runs in the pipeline.
3128
3112
  """
3129
3113
  return pulumi.get(self, "shape_name")
3130
3114
 
@@ -3132,18 +3116,10 @@ class PipelineInfrastructureConfigurationDetails(dict):
3132
3116
  @pulumi.getter(name="shapeConfigDetails")
3133
3117
  def shape_config_details(self) -> Optional['outputs.PipelineInfrastructureConfigurationDetailsShapeConfigDetails']:
3134
3118
  """
3135
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3119
+ Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3136
3120
  """
3137
3121
  return pulumi.get(self, "shape_config_details")
3138
3122
 
3139
- @property
3140
- @pulumi.getter(name="subnetId")
3141
- def subnet_id(self) -> Optional[str]:
3142
- """
3143
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
3144
- """
3145
- return pulumi.get(self, "subnet_id")
3146
-
3147
3123
 
3148
3124
  @pulumi.output_type
3149
3125
  class PipelineInfrastructureConfigurationDetailsShapeConfigDetails(dict):
@@ -3168,8 +3144,8 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetails(dict):
3168
3144
  memory_in_gbs: Optional[float] = None,
3169
3145
  ocpus: Optional[float] = None):
3170
3146
  """
3171
- :param float memory_in_gbs: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
3172
- :param float ocpus: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3147
+ :param float memory_in_gbs: A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
3148
+ :param float ocpus: A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3173
3149
  """
3174
3150
  if memory_in_gbs is not None:
3175
3151
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -3180,7 +3156,7 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetails(dict):
3180
3156
  @pulumi.getter(name="memoryInGbs")
3181
3157
  def memory_in_gbs(self) -> Optional[float]:
3182
3158
  """
3183
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
3159
+ A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
3184
3160
  """
3185
3161
  return pulumi.get(self, "memory_in_gbs")
3186
3162
 
@@ -3188,7 +3164,7 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetails(dict):
3188
3164
  @pulumi.getter
3189
3165
  def ocpus(self) -> Optional[float]:
3190
3166
  """
3191
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3167
+ A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3192
3168
  """
3193
3169
  return pulumi.get(self, "ocpus")
3194
3170
 
@@ -3377,9 +3353,9 @@ class PipelineRunConfigurationOverrideDetails(dict):
3377
3353
  maximum_runtime_in_minutes: Optional[str] = None):
3378
3354
  """
3379
3355
  :param str type: The type of pipeline.
3380
- :param str command_line_arguments: The command line arguments to set for steps in the pipeline.
3381
- :param Mapping[str, Any] environment_variables: Environment variables to set for steps in the pipeline.
3382
- :param str maximum_runtime_in_minutes: A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3356
+ :param str command_line_arguments: The command line arguments to set for step.
3357
+ :param Mapping[str, Any] environment_variables: Environment variables to set for step.
3358
+ :param str maximum_runtime_in_minutes: A time bound for the execution of the step.
3383
3359
  """
3384
3360
  pulumi.set(__self__, "type", type)
3385
3361
  if command_line_arguments is not None:
@@ -3401,7 +3377,7 @@ class PipelineRunConfigurationOverrideDetails(dict):
3401
3377
  @pulumi.getter(name="commandLineArguments")
3402
3378
  def command_line_arguments(self) -> Optional[str]:
3403
3379
  """
3404
- The command line arguments to set for steps in the pipeline.
3380
+ The command line arguments to set for step.
3405
3381
  """
3406
3382
  return pulumi.get(self, "command_line_arguments")
3407
3383
 
@@ -3409,7 +3385,7 @@ class PipelineRunConfigurationOverrideDetails(dict):
3409
3385
  @pulumi.getter(name="environmentVariables")
3410
3386
  def environment_variables(self) -> Optional[Mapping[str, Any]]:
3411
3387
  """
3412
- Environment variables to set for steps in the pipeline.
3388
+ Environment variables to set for step.
3413
3389
  """
3414
3390
  return pulumi.get(self, "environment_variables")
3415
3391
 
@@ -3417,7 +3393,7 @@ class PipelineRunConfigurationOverrideDetails(dict):
3417
3393
  @pulumi.getter(name="maximumRuntimeInMinutes")
3418
3394
  def maximum_runtime_in_minutes(self) -> Optional[str]:
3419
3395
  """
3420
- A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3396
+ A time bound for the execution of the step.
3421
3397
  """
3422
3398
  return pulumi.get(self, "maximum_runtime_in_minutes")
3423
3399
 
@@ -3525,8 +3501,8 @@ class PipelineRunLogDetail(dict):
3525
3501
  log_group_id: Optional[str] = None,
3526
3502
  log_id: Optional[str] = None):
3527
3503
  """
3528
- :param str log_group_id: The log group id for where log objects will be for pipeline runs.
3529
- :param str log_id: The log id of the log object the pipeline run logs will be shipped to.
3504
+ :param str log_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
3505
+ :param str log_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
3530
3506
  """
3531
3507
  if log_group_id is not None:
3532
3508
  pulumi.set(__self__, "log_group_id", log_group_id)
@@ -3537,7 +3513,7 @@ class PipelineRunLogDetail(dict):
3537
3513
  @pulumi.getter(name="logGroupId")
3538
3514
  def log_group_id(self) -> Optional[str]:
3539
3515
  """
3540
- The log group id for where log objects will be for pipeline runs.
3516
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
3541
3517
  """
3542
3518
  return pulumi.get(self, "log_group_id")
3543
3519
 
@@ -3545,7 +3521,7 @@ class PipelineRunLogDetail(dict):
3545
3521
  @pulumi.getter(name="logId")
3546
3522
  def log_id(self) -> Optional[str]:
3547
3523
  """
3548
- The log id of the log object the pipeline run logs will be shipped to.
3524
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
3549
3525
  """
3550
3526
  return pulumi.get(self, "log_id")
3551
3527
 
@@ -3559,8 +3535,6 @@ class PipelineRunStepOverrideDetail(dict):
3559
3535
  suggest = "step_configuration_details"
3560
3536
  elif key == "stepName":
3561
3537
  suggest = "step_name"
3562
- elif key == "stepContainerConfigurationDetails":
3563
- suggest = "step_container_configuration_details"
3564
3538
 
3565
3539
  if suggest:
3566
3540
  pulumi.log.warn(f"Key '{key}' not found in PipelineRunStepOverrideDetail. Access the value via the '{suggest}' property getter instead.")
@@ -3575,17 +3549,13 @@ class PipelineRunStepOverrideDetail(dict):
3575
3549
 
3576
3550
  def __init__(__self__, *,
3577
3551
  step_configuration_details: 'outputs.PipelineRunStepOverrideDetailStepConfigurationDetails',
3578
- step_name: str,
3579
- step_container_configuration_details: Optional['outputs.PipelineRunStepOverrideDetailStepContainerConfigurationDetails'] = None):
3552
+ step_name: str):
3580
3553
  """
3581
3554
  :param 'PipelineRunStepOverrideDetailStepConfigurationDetailsArgs' step_configuration_details: The configuration details of a step.
3582
3555
  :param str step_name: The name of the step.
3583
- :param 'PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs' step_container_configuration_details: Container Details for a step in pipeline.
3584
3556
  """
3585
3557
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
3586
3558
  pulumi.set(__self__, "step_name", step_name)
3587
- if step_container_configuration_details is not None:
3588
- pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
3589
3559
 
3590
3560
  @property
3591
3561
  @pulumi.getter(name="stepConfigurationDetails")
@@ -3603,14 +3573,6 @@ class PipelineRunStepOverrideDetail(dict):
3603
3573
  """
3604
3574
  return pulumi.get(self, "step_name")
3605
3575
 
3606
- @property
3607
- @pulumi.getter(name="stepContainerConfigurationDetails")
3608
- def step_container_configuration_details(self) -> Optional['outputs.PipelineRunStepOverrideDetailStepContainerConfigurationDetails']:
3609
- """
3610
- Container Details for a step in pipeline.
3611
- """
3612
- return pulumi.get(self, "step_container_configuration_details")
3613
-
3614
3576
 
3615
3577
  @pulumi.output_type
3616
3578
  class PipelineRunStepOverrideDetailStepConfigurationDetails(dict):
@@ -3676,104 +3638,6 @@ class PipelineRunStepOverrideDetailStepConfigurationDetails(dict):
3676
3638
  return pulumi.get(self, "maximum_runtime_in_minutes")
3677
3639
 
3678
3640
 
3679
- @pulumi.output_type
3680
- class PipelineRunStepOverrideDetailStepContainerConfigurationDetails(dict):
3681
- @staticmethod
3682
- def __key_warning(key: str):
3683
- suggest = None
3684
- if key == "containerType":
3685
- suggest = "container_type"
3686
- elif key == "imageDigest":
3687
- suggest = "image_digest"
3688
- elif key == "imageSignatureId":
3689
- suggest = "image_signature_id"
3690
-
3691
- if suggest:
3692
- pulumi.log.warn(f"Key '{key}' not found in PipelineRunStepOverrideDetailStepContainerConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
3693
-
3694
- def __getitem__(self, key: str) -> Any:
3695
- PipelineRunStepOverrideDetailStepContainerConfigurationDetails.__key_warning(key)
3696
- return super().__getitem__(key)
3697
-
3698
- def get(self, key: str, default = None) -> Any:
3699
- PipelineRunStepOverrideDetailStepContainerConfigurationDetails.__key_warning(key)
3700
- return super().get(key, default)
3701
-
3702
- def __init__(__self__, *,
3703
- container_type: str,
3704
- image: str,
3705
- cmds: Optional[Sequence[str]] = None,
3706
- entrypoints: Optional[Sequence[str]] = None,
3707
- image_digest: Optional[str] = None,
3708
- image_signature_id: Optional[str] = None):
3709
- """
3710
- :param str container_type: The type of container.
3711
- :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3712
- :param Sequence[str] cmds: The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
3713
- :param Sequence[str] entrypoints: The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
3714
- :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3715
- :param str image_signature_id: OCID of the container image signature
3716
- """
3717
- pulumi.set(__self__, "container_type", container_type)
3718
- pulumi.set(__self__, "image", image)
3719
- if cmds is not None:
3720
- pulumi.set(__self__, "cmds", cmds)
3721
- if entrypoints is not None:
3722
- pulumi.set(__self__, "entrypoints", entrypoints)
3723
- if image_digest is not None:
3724
- pulumi.set(__self__, "image_digest", image_digest)
3725
- if image_signature_id is not None:
3726
- pulumi.set(__self__, "image_signature_id", image_signature_id)
3727
-
3728
- @property
3729
- @pulumi.getter(name="containerType")
3730
- def container_type(self) -> str:
3731
- """
3732
- The type of container.
3733
- """
3734
- return pulumi.get(self, "container_type")
3735
-
3736
- @property
3737
- @pulumi.getter
3738
- def image(self) -> str:
3739
- """
3740
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3741
- """
3742
- return pulumi.get(self, "image")
3743
-
3744
- @property
3745
- @pulumi.getter
3746
- def cmds(self) -> Optional[Sequence[str]]:
3747
- """
3748
- The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
3749
- """
3750
- return pulumi.get(self, "cmds")
3751
-
3752
- @property
3753
- @pulumi.getter
3754
- def entrypoints(self) -> Optional[Sequence[str]]:
3755
- """
3756
- The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
3757
- """
3758
- return pulumi.get(self, "entrypoints")
3759
-
3760
- @property
3761
- @pulumi.getter(name="imageDigest")
3762
- def image_digest(self) -> Optional[str]:
3763
- """
3764
- The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3765
- """
3766
- return pulumi.get(self, "image_digest")
3767
-
3768
- @property
3769
- @pulumi.getter(name="imageSignatureId")
3770
- def image_signature_id(self) -> Optional[str]:
3771
- """
3772
- OCID of the container image signature
3773
- """
3774
- return pulumi.get(self, "image_signature_id")
3775
-
3776
-
3777
3641
  @pulumi.output_type
3778
3642
  class PipelineRunStepRun(dict):
3779
3643
  @staticmethod
@@ -3929,7 +3793,7 @@ class PipelineStepArtifact(dict):
3929
3793
  artifact_content_md5: Optional[str] = None,
3930
3794
  artifact_last_modified: Optional[str] = None):
3931
3795
  """
3932
- :param str step_name: The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3796
+ :param str step_name: (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3933
3797
  """
3934
3798
  pulumi.set(__self__, "artifact_content_length", artifact_content_length)
3935
3799
  pulumi.set(__self__, "pipeline_step_artifact", pipeline_step_artifact)
@@ -3955,7 +3819,7 @@ class PipelineStepArtifact(dict):
3955
3819
  @pulumi.getter(name="stepName")
3956
3820
  def step_name(self) -> str:
3957
3821
  """
3958
- The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3822
+ (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3959
3823
  """
3960
3824
  return pulumi.get(self, "step_name")
3961
3825
 
@@ -3992,8 +3856,6 @@ class PipelineStepDetail(dict):
3992
3856
  suggest = "job_id"
3993
3857
  elif key == "stepConfigurationDetails":
3994
3858
  suggest = "step_configuration_details"
3995
- elif key == "stepContainerConfigurationDetails":
3996
- suggest = "step_container_configuration_details"
3997
3859
  elif key == "stepInfrastructureConfigurationDetails":
3998
3860
  suggest = "step_infrastructure_configuration_details"
3999
3861
 
@@ -4016,7 +3878,6 @@ class PipelineStepDetail(dict):
4016
3878
  is_artifact_uploaded: Optional[bool] = None,
4017
3879
  job_id: Optional[str] = None,
4018
3880
  step_configuration_details: Optional['outputs.PipelineStepDetailStepConfigurationDetails'] = None,
4019
- step_container_configuration_details: Optional['outputs.PipelineStepDetailStepContainerConfigurationDetails'] = None,
4020
3881
  step_infrastructure_configuration_details: Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetails'] = None):
4021
3882
  """
4022
3883
  :param str step_name: (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
@@ -4030,8 +3891,7 @@ class PipelineStepDetail(dict):
4030
3891
  :param bool is_artifact_uploaded: A flag to indicate whether the artifact has been uploaded for this step or not.
4031
3892
  :param str job_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job to be used as a step.
4032
3893
  :param 'PipelineStepDetailStepConfigurationDetailsArgs' step_configuration_details: (Updatable) The configuration details of a step.
4033
- :param 'PipelineStepDetailStepContainerConfigurationDetailsArgs' step_container_configuration_details: Container Details for a step in pipeline.
4034
- :param 'PipelineStepDetailStepInfrastructureConfigurationDetailsArgs' step_infrastructure_configuration_details: (Updatable) The infrastructure configuration details of a pipeline or a step.
3894
+ :param 'PipelineStepDetailStepInfrastructureConfigurationDetailsArgs' step_infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
4035
3895
  """
4036
3896
  pulumi.set(__self__, "step_name", step_name)
4037
3897
  pulumi.set(__self__, "step_type", step_type)
@@ -4045,8 +3905,6 @@ class PipelineStepDetail(dict):
4045
3905
  pulumi.set(__self__, "job_id", job_id)
4046
3906
  if step_configuration_details is not None:
4047
3907
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
4048
- if step_container_configuration_details is not None:
4049
- pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
4050
3908
  if step_infrastructure_configuration_details is not None:
4051
3909
  pulumi.set(__self__, "step_infrastructure_configuration_details", step_infrastructure_configuration_details)
4052
3910
 
@@ -4110,19 +3968,11 @@ class PipelineStepDetail(dict):
4110
3968
  """
4111
3969
  return pulumi.get(self, "step_configuration_details")
4112
3970
 
4113
- @property
4114
- @pulumi.getter(name="stepContainerConfigurationDetails")
4115
- def step_container_configuration_details(self) -> Optional['outputs.PipelineStepDetailStepContainerConfigurationDetails']:
4116
- """
4117
- Container Details for a step in pipeline.
4118
- """
4119
- return pulumi.get(self, "step_container_configuration_details")
4120
-
4121
3971
  @property
4122
3972
  @pulumi.getter(name="stepInfrastructureConfigurationDetails")
4123
3973
  def step_infrastructure_configuration_details(self) -> Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetails']:
4124
3974
  """
4125
- (Updatable) The infrastructure configuration details of a pipeline or a step.
3975
+ The infrastructure configuration details of a pipeline or a step.
4126
3976
  """
4127
3977
  return pulumi.get(self, "step_infrastructure_configuration_details")
4128
3978
 
@@ -4192,177 +4042,65 @@ class PipelineStepDetailStepConfigurationDetails(dict):
4192
4042
 
4193
4043
 
4194
4044
  @pulumi.output_type
4195
- class PipelineStepDetailStepContainerConfigurationDetails(dict):
4045
+ class PipelineStepDetailStepInfrastructureConfigurationDetails(dict):
4196
4046
  @staticmethod
4197
4047
  def __key_warning(key: str):
4198
4048
  suggest = None
4199
- if key == "containerType":
4200
- suggest = "container_type"
4201
- elif key == "imageDigest":
4202
- suggest = "image_digest"
4203
- elif key == "imageSignatureId":
4204
- suggest = "image_signature_id"
4049
+ if key == "blockStorageSizeInGbs":
4050
+ suggest = "block_storage_size_in_gbs"
4051
+ elif key == "shapeName":
4052
+ suggest = "shape_name"
4053
+ elif key == "shapeConfigDetails":
4054
+ suggest = "shape_config_details"
4205
4055
 
4206
4056
  if suggest:
4207
- pulumi.log.warn(f"Key '{key}' not found in PipelineStepDetailStepContainerConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
4057
+ pulumi.log.warn(f"Key '{key}' not found in PipelineStepDetailStepInfrastructureConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
4208
4058
 
4209
4059
  def __getitem__(self, key: str) -> Any:
4210
- PipelineStepDetailStepContainerConfigurationDetails.__key_warning(key)
4060
+ PipelineStepDetailStepInfrastructureConfigurationDetails.__key_warning(key)
4211
4061
  return super().__getitem__(key)
4212
4062
 
4213
4063
  def get(self, key: str, default = None) -> Any:
4214
- PipelineStepDetailStepContainerConfigurationDetails.__key_warning(key)
4064
+ PipelineStepDetailStepInfrastructureConfigurationDetails.__key_warning(key)
4215
4065
  return super().get(key, default)
4216
4066
 
4217
4067
  def __init__(__self__, *,
4218
- container_type: str,
4219
- image: str,
4220
- cmds: Optional[Sequence[str]] = None,
4221
- entrypoints: Optional[Sequence[str]] = None,
4222
- image_digest: Optional[str] = None,
4223
- image_signature_id: Optional[str] = None):
4224
- """
4225
- :param str container_type: The type of container.
4226
- :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
4227
- :param Sequence[str] cmds: The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
4228
- :param Sequence[str] entrypoints: The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
4229
- :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
4230
- :param str image_signature_id: OCID of the container image signature
4231
- """
4232
- pulumi.set(__self__, "container_type", container_type)
4233
- pulumi.set(__self__, "image", image)
4234
- if cmds is not None:
4235
- pulumi.set(__self__, "cmds", cmds)
4236
- if entrypoints is not None:
4237
- pulumi.set(__self__, "entrypoints", entrypoints)
4238
- if image_digest is not None:
4239
- pulumi.set(__self__, "image_digest", image_digest)
4240
- if image_signature_id is not None:
4241
- pulumi.set(__self__, "image_signature_id", image_signature_id)
4242
-
4243
- @property
4244
- @pulumi.getter(name="containerType")
4245
- def container_type(self) -> str:
4246
- """
4247
- The type of container.
4248
- """
4249
- return pulumi.get(self, "container_type")
4250
-
4251
- @property
4252
- @pulumi.getter
4253
- def image(self) -> str:
4254
- """
4255
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
4256
- """
4257
- return pulumi.get(self, "image")
4258
-
4259
- @property
4260
- @pulumi.getter
4261
- def cmds(self) -> Optional[Sequence[str]]:
4068
+ block_storage_size_in_gbs: int,
4069
+ shape_name: str,
4070
+ shape_config_details: Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails'] = None):
4262
4071
  """
4263
- The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
4072
+ :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
4073
+ :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
4074
+ :param 'PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs' shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
4264
4075
  """
4265
- return pulumi.get(self, "cmds")
4076
+ pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
4077
+ pulumi.set(__self__, "shape_name", shape_name)
4078
+ if shape_config_details is not None:
4079
+ pulumi.set(__self__, "shape_config_details", shape_config_details)
4266
4080
 
4267
4081
  @property
4268
- @pulumi.getter
4269
- def entrypoints(self) -> Optional[Sequence[str]]:
4082
+ @pulumi.getter(name="blockStorageSizeInGbs")
4083
+ def block_storage_size_in_gbs(self) -> int:
4270
4084
  """
4271
- The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
4085
+ The size of the block storage volume to attach to the instance.
4272
4086
  """
4273
- return pulumi.get(self, "entrypoints")
4087
+ return pulumi.get(self, "block_storage_size_in_gbs")
4274
4088
 
4275
4089
  @property
4276
- @pulumi.getter(name="imageDigest")
4277
- def image_digest(self) -> Optional[str]:
4090
+ @pulumi.getter(name="shapeName")
4091
+ def shape_name(self) -> str:
4278
4092
  """
4279
- The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
4093
+ The shape used to launch the instance for all step runs in the pipeline.
4280
4094
  """
4281
- return pulumi.get(self, "image_digest")
4095
+ return pulumi.get(self, "shape_name")
4282
4096
 
4283
4097
  @property
4284
- @pulumi.getter(name="imageSignatureId")
4285
- def image_signature_id(self) -> Optional[str]:
4098
+ @pulumi.getter(name="shapeConfigDetails")
4099
+ def shape_config_details(self) -> Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails']:
4286
4100
  """
4287
- OCID of the container image signature
4101
+ Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
4288
4102
  """
4289
- return pulumi.get(self, "image_signature_id")
4290
-
4291
-
4292
- @pulumi.output_type
4293
- class PipelineStepDetailStepInfrastructureConfigurationDetails(dict):
4294
- @staticmethod
4295
- def __key_warning(key: str):
4296
- suggest = None
4297
- if key == "blockStorageSizeInGbs":
4298
- suggest = "block_storage_size_in_gbs"
4299
- elif key == "shapeName":
4300
- suggest = "shape_name"
4301
- elif key == "shapeConfigDetails":
4302
- suggest = "shape_config_details"
4303
- elif key == "subnetId":
4304
- suggest = "subnet_id"
4305
-
4306
- if suggest:
4307
- pulumi.log.warn(f"Key '{key}' not found in PipelineStepDetailStepInfrastructureConfigurationDetails. Access the value via the '{suggest}' property getter instead.")
4308
-
4309
- def __getitem__(self, key: str) -> Any:
4310
- PipelineStepDetailStepInfrastructureConfigurationDetails.__key_warning(key)
4311
- return super().__getitem__(key)
4312
-
4313
- def get(self, key: str, default = None) -> Any:
4314
- PipelineStepDetailStepInfrastructureConfigurationDetails.__key_warning(key)
4315
- return super().get(key, default)
4316
-
4317
- def __init__(__self__, *,
4318
- block_storage_size_in_gbs: int,
4319
- shape_name: str,
4320
- shape_config_details: Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails'] = None,
4321
- subnet_id: Optional[str] = None):
4322
- """
4323
- :param int block_storage_size_in_gbs: (Updatable) The size of the block storage volume to attach to the instance.
4324
- :param str shape_name: (Updatable) The shape used to launch the instance for all step runs in the pipeline.
4325
- :param 'PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs' shape_config_details: (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
4326
- :param str subnet_id: (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
4327
- """
4328
- pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
4329
- pulumi.set(__self__, "shape_name", shape_name)
4330
- if shape_config_details is not None:
4331
- pulumi.set(__self__, "shape_config_details", shape_config_details)
4332
- if subnet_id is not None:
4333
- pulumi.set(__self__, "subnet_id", subnet_id)
4334
-
4335
- @property
4336
- @pulumi.getter(name="blockStorageSizeInGbs")
4337
- def block_storage_size_in_gbs(self) -> int:
4338
- """
4339
- (Updatable) The size of the block storage volume to attach to the instance.
4340
- """
4341
- return pulumi.get(self, "block_storage_size_in_gbs")
4342
-
4343
- @property
4344
- @pulumi.getter(name="shapeName")
4345
- def shape_name(self) -> str:
4346
- """
4347
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
4348
- """
4349
- return pulumi.get(self, "shape_name")
4350
-
4351
- @property
4352
- @pulumi.getter(name="shapeConfigDetails")
4353
- def shape_config_details(self) -> Optional['outputs.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails']:
4354
- """
4355
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
4356
- """
4357
- return pulumi.get(self, "shape_config_details")
4358
-
4359
- @property
4360
- @pulumi.getter(name="subnetId")
4361
- def subnet_id(self) -> Optional[str]:
4362
- """
4363
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
4364
- """
4365
- return pulumi.get(self, "subnet_id")
4103
+ return pulumi.get(self, "shape_config_details")
4366
4104
 
4367
4105
 
4368
4106
  @pulumi.output_type
@@ -4388,8 +4126,8 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
4388
4126
  memory_in_gbs: Optional[float] = None,
4389
4127
  ocpus: Optional[float] = None):
4390
4128
  """
4391
- :param float memory_in_gbs: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
4392
- :param float ocpus: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4129
+ :param float memory_in_gbs: A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
4130
+ :param float ocpus: A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4393
4131
  """
4394
4132
  if memory_in_gbs is not None:
4395
4133
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -4400,7 +4138,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
4400
4138
  @pulumi.getter(name="memoryInGbs")
4401
4139
  def memory_in_gbs(self) -> Optional[float]:
4402
4140
  """
4403
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
4141
+ A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
4404
4142
  """
4405
4143
  return pulumi.get(self, "memory_in_gbs")
4406
4144
 
@@ -4408,7 +4146,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
4408
4146
  @pulumi.getter
4409
4147
  def ocpus(self) -> Optional[float]:
4410
4148
  """
4411
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4149
+ A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4412
4150
  """
4413
4151
  return pulumi.get(self, "ocpus")
4414
4152
 
@@ -5315,7 +5053,6 @@ class GetJobRunsJobRunResult(dict):
5315
5053
  job_storage_mount_configuration_details_lists: Sequence['outputs.GetJobRunsJobRunJobStorageMountConfigurationDetailsListResult'],
5316
5054
  lifecycle_details: str,
5317
5055
  log_details: Sequence['outputs.GetJobRunsJobRunLogDetailResult'],
5318
- opc_parent_rpt_url: str,
5319
5056
  project_id: str,
5320
5057
  state: str,
5321
5058
  time_accepted: str,
@@ -5357,7 +5094,6 @@ class GetJobRunsJobRunResult(dict):
5357
5094
  pulumi.set(__self__, "job_storage_mount_configuration_details_lists", job_storage_mount_configuration_details_lists)
5358
5095
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
5359
5096
  pulumi.set(__self__, "log_details", log_details)
5360
- pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
5361
5097
  pulumi.set(__self__, "project_id", project_id)
5362
5098
  pulumi.set(__self__, "state", state)
5363
5099
  pulumi.set(__self__, "time_accepted", time_accepted)
@@ -5481,11 +5217,6 @@ class GetJobRunsJobRunResult(dict):
5481
5217
  """
5482
5218
  return pulumi.get(self, "log_details")
5483
5219
 
5484
- @property
5485
- @pulumi.getter(name="opcParentRptUrl")
5486
- def opc_parent_rpt_url(self) -> str:
5487
- return pulumi.get(self, "opc_parent_rpt_url")
5488
-
5489
5220
  @property
5490
5221
  @pulumi.getter(name="projectId")
5491
5222
  def project_id(self) -> str:
@@ -7565,7 +7296,6 @@ class GetModelDeploymentsModelDeploymentResult(dict):
7565
7296
  model_deployment_configuration_details: Sequence['outputs.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailResult'],
7566
7297
  model_deployment_system_datas: Sequence['outputs.GetModelDeploymentsModelDeploymentModelDeploymentSystemDataResult'],
7567
7298
  model_deployment_url: str,
7568
- opc_parent_rpt_url: str,
7569
7299
  project_id: str,
7570
7300
  state: str,
7571
7301
  time_created: str):
@@ -7598,7 +7328,6 @@ class GetModelDeploymentsModelDeploymentResult(dict):
7598
7328
  pulumi.set(__self__, "model_deployment_configuration_details", model_deployment_configuration_details)
7599
7329
  pulumi.set(__self__, "model_deployment_system_datas", model_deployment_system_datas)
7600
7330
  pulumi.set(__self__, "model_deployment_url", model_deployment_url)
7601
- pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
7602
7331
  pulumi.set(__self__, "project_id", project_id)
7603
7332
  pulumi.set(__self__, "state", state)
7604
7333
  pulumi.set(__self__, "time_created", time_created)
@@ -7699,11 +7428,6 @@ class GetModelDeploymentsModelDeploymentResult(dict):
7699
7428
  """
7700
7429
  return pulumi.get(self, "model_deployment_url")
7701
7430
 
7702
- @property
7703
- @pulumi.getter(name="opcParentRptUrl")
7704
- def opc_parent_rpt_url(self) -> str:
7705
- return pulumi.get(self, "opc_parent_rpt_url")
7706
-
7707
7431
  @property
7708
7432
  @pulumi.getter(name="projectId")
7709
7433
  def project_id(self) -> str:
@@ -9972,18 +9696,15 @@ class GetPipelineInfrastructureConfigurationDetailResult(dict):
9972
9696
  def __init__(__self__, *,
9973
9697
  block_storage_size_in_gbs: int,
9974
9698
  shape_config_details: Sequence['outputs.GetPipelineInfrastructureConfigurationDetailShapeConfigDetailResult'],
9975
- shape_name: str,
9976
- subnet_id: str):
9699
+ shape_name: str):
9977
9700
  """
9978
9701
  :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
9979
9702
  :param Sequence['GetPipelineInfrastructureConfigurationDetailShapeConfigDetailArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
9980
9703
  :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
9981
- :param str subnet_id: The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
9982
9704
  """
9983
9705
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
9984
9706
  pulumi.set(__self__, "shape_config_details", shape_config_details)
9985
9707
  pulumi.set(__self__, "shape_name", shape_name)
9986
- pulumi.set(__self__, "subnet_id", subnet_id)
9987
9708
 
9988
9709
  @property
9989
9710
  @pulumi.getter(name="blockStorageSizeInGbs")
@@ -10009,14 +9730,6 @@ class GetPipelineInfrastructureConfigurationDetailResult(dict):
10009
9730
  """
10010
9731
  return pulumi.get(self, "shape_name")
10011
9732
 
10012
- @property
10013
- @pulumi.getter(name="subnetId")
10014
- def subnet_id(self) -> str:
10015
- """
10016
- The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
10017
- """
10018
- return pulumi.get(self, "subnet_id")
10019
-
10020
9733
 
10021
9734
  @pulumi.output_type
10022
9735
  class GetPipelineInfrastructureConfigurationDetailShapeConfigDetailResult(dict):
@@ -10284,15 +9997,12 @@ class GetPipelineRunLogDetailResult(dict):
10284
9997
  class GetPipelineRunStepOverrideDetailResult(dict):
10285
9998
  def __init__(__self__, *,
10286
9999
  step_configuration_details: Sequence['outputs.GetPipelineRunStepOverrideDetailStepConfigurationDetailResult'],
10287
- step_container_configuration_details: Sequence['outputs.GetPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult'],
10288
10000
  step_name: str):
10289
10001
  """
10290
10002
  :param Sequence['GetPipelineRunStepOverrideDetailStepConfigurationDetailArgs'] step_configuration_details: The configuration details of a step.
10291
- :param Sequence['GetPipelineRunStepOverrideDetailStepContainerConfigurationDetailArgs'] step_container_configuration_details: Container Details for a step in pipeline.
10292
10003
  :param str step_name: The name of the step.
10293
10004
  """
10294
10005
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
10295
- pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
10296
10006
  pulumi.set(__self__, "step_name", step_name)
10297
10007
 
10298
10008
  @property
@@ -10303,14 +10013,6 @@ class GetPipelineRunStepOverrideDetailResult(dict):
10303
10013
  """
10304
10014
  return pulumi.get(self, "step_configuration_details")
10305
10015
 
10306
- @property
10307
- @pulumi.getter(name="stepContainerConfigurationDetails")
10308
- def step_container_configuration_details(self) -> Sequence['outputs.GetPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult']:
10309
- """
10310
- Container Details for a step in pipeline.
10311
- """
10312
- return pulumi.get(self, "step_container_configuration_details")
10313
-
10314
10016
  @property
10315
10017
  @pulumi.getter(name="stepName")
10316
10018
  def step_name(self) -> str:
@@ -10360,79 +10062,6 @@ class GetPipelineRunStepOverrideDetailStepConfigurationDetailResult(dict):
10360
10062
  return pulumi.get(self, "maximum_runtime_in_minutes")
10361
10063
 
10362
10064
 
10363
- @pulumi.output_type
10364
- class GetPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult(dict):
10365
- def __init__(__self__, *,
10366
- cmds: Sequence[str],
10367
- container_type: str,
10368
- entrypoints: Sequence[str],
10369
- image: str,
10370
- image_digest: str,
10371
- image_signature_id: str):
10372
- """
10373
- :param Sequence[str] cmds: The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
10374
- :param str container_type: The type of container.
10375
- :param Sequence[str] entrypoints: The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
10376
- :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
10377
- :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
10378
- :param str image_signature_id: OCID of the container image signature
10379
- """
10380
- pulumi.set(__self__, "cmds", cmds)
10381
- pulumi.set(__self__, "container_type", container_type)
10382
- pulumi.set(__self__, "entrypoints", entrypoints)
10383
- pulumi.set(__self__, "image", image)
10384
- pulumi.set(__self__, "image_digest", image_digest)
10385
- pulumi.set(__self__, "image_signature_id", image_signature_id)
10386
-
10387
- @property
10388
- @pulumi.getter
10389
- def cmds(self) -> Sequence[str]:
10390
- """
10391
- The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
10392
- """
10393
- return pulumi.get(self, "cmds")
10394
-
10395
- @property
10396
- @pulumi.getter(name="containerType")
10397
- def container_type(self) -> str:
10398
- """
10399
- The type of container.
10400
- """
10401
- return pulumi.get(self, "container_type")
10402
-
10403
- @property
10404
- @pulumi.getter
10405
- def entrypoints(self) -> Sequence[str]:
10406
- """
10407
- The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
10408
- """
10409
- return pulumi.get(self, "entrypoints")
10410
-
10411
- @property
10412
- @pulumi.getter
10413
- def image(self) -> str:
10414
- """
10415
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
10416
- """
10417
- return pulumi.get(self, "image")
10418
-
10419
- @property
10420
- @pulumi.getter(name="imageDigest")
10421
- def image_digest(self) -> str:
10422
- """
10423
- The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
10424
- """
10425
- return pulumi.get(self, "image_digest")
10426
-
10427
- @property
10428
- @pulumi.getter(name="imageSignatureId")
10429
- def image_signature_id(self) -> str:
10430
- """
10431
- OCID of the container image signature
10432
- """
10433
- return pulumi.get(self, "image_signature_id")
10434
-
10435
-
10436
10065
  @pulumi.output_type
10437
10066
  class GetPipelineRunStepRunResult(dict):
10438
10067
  def __init__(__self__, *,
@@ -10559,7 +10188,6 @@ class GetPipelineRunsPipelineRunResult(dict):
10559
10188
  lifecycle_details: str,
10560
10189
  log_configuration_override_details: Sequence['outputs.GetPipelineRunsPipelineRunLogConfigurationOverrideDetailResult'],
10561
10190
  log_details: Sequence['outputs.GetPipelineRunsPipelineRunLogDetailResult'],
10562
- opc_parent_rpt_url: str,
10563
10191
  pipeline_id: str,
10564
10192
  project_id: str,
10565
10193
  state: str,
@@ -10605,7 +10233,6 @@ class GetPipelineRunsPipelineRunResult(dict):
10605
10233
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
10606
10234
  pulumi.set(__self__, "log_configuration_override_details", log_configuration_override_details)
10607
10235
  pulumi.set(__self__, "log_details", log_details)
10608
- pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
10609
10236
  pulumi.set(__self__, "pipeline_id", pipeline_id)
10610
10237
  pulumi.set(__self__, "project_id", project_id)
10611
10238
  pulumi.set(__self__, "state", state)
@@ -10710,11 +10337,6 @@ class GetPipelineRunsPipelineRunResult(dict):
10710
10337
  """
10711
10338
  return pulumi.get(self, "log_details")
10712
10339
 
10713
- @property
10714
- @pulumi.getter(name="opcParentRptUrl")
10715
- def opc_parent_rpt_url(self) -> str:
10716
- return pulumi.get(self, "opc_parent_rpt_url")
10717
-
10718
10340
  @property
10719
10341
  @pulumi.getter(name="pipelineId")
10720
10342
  def pipeline_id(self) -> str:
@@ -10982,15 +10604,12 @@ class GetPipelineRunsPipelineRunLogDetailResult(dict):
10982
10604
  class GetPipelineRunsPipelineRunStepOverrideDetailResult(dict):
10983
10605
  def __init__(__self__, *,
10984
10606
  step_configuration_details: Sequence['outputs.GetPipelineRunsPipelineRunStepOverrideDetailStepConfigurationDetailResult'],
10985
- step_container_configuration_details: Sequence['outputs.GetPipelineRunsPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult'],
10986
10607
  step_name: str):
10987
10608
  """
10988
10609
  :param Sequence['GetPipelineRunsPipelineRunStepOverrideDetailStepConfigurationDetailArgs'] step_configuration_details: The configuration details of a step.
10989
- :param Sequence['GetPipelineRunsPipelineRunStepOverrideDetailStepContainerConfigurationDetailArgs'] step_container_configuration_details: Container Details for a step in pipeline.
10990
10610
  :param str step_name: The name of the step.
10991
10611
  """
10992
10612
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
10993
- pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
10994
10613
  pulumi.set(__self__, "step_name", step_name)
10995
10614
 
10996
10615
  @property
@@ -11001,14 +10620,6 @@ class GetPipelineRunsPipelineRunStepOverrideDetailResult(dict):
11001
10620
  """
11002
10621
  return pulumi.get(self, "step_configuration_details")
11003
10622
 
11004
- @property
11005
- @pulumi.getter(name="stepContainerConfigurationDetails")
11006
- def step_container_configuration_details(self) -> Sequence['outputs.GetPipelineRunsPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult']:
11007
- """
11008
- Container Details for a step in pipeline.
11009
- """
11010
- return pulumi.get(self, "step_container_configuration_details")
11011
-
11012
10623
  @property
11013
10624
  @pulumi.getter(name="stepName")
11014
10625
  def step_name(self) -> str:
@@ -11058,79 +10669,6 @@ class GetPipelineRunsPipelineRunStepOverrideDetailStepConfigurationDetailResult(
11058
10669
  return pulumi.get(self, "maximum_runtime_in_minutes")
11059
10670
 
11060
10671
 
11061
- @pulumi.output_type
11062
- class GetPipelineRunsPipelineRunStepOverrideDetailStepContainerConfigurationDetailResult(dict):
11063
- def __init__(__self__, *,
11064
- cmds: Sequence[str],
11065
- container_type: str,
11066
- entrypoints: Sequence[str],
11067
- image: str,
11068
- image_digest: str,
11069
- image_signature_id: str):
11070
- """
11071
- :param Sequence[str] cmds: The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
11072
- :param str container_type: The type of container.
11073
- :param Sequence[str] entrypoints: The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
11074
- :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
11075
- :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
11076
- :param str image_signature_id: OCID of the container image signature
11077
- """
11078
- pulumi.set(__self__, "cmds", cmds)
11079
- pulumi.set(__self__, "container_type", container_type)
11080
- pulumi.set(__self__, "entrypoints", entrypoints)
11081
- pulumi.set(__self__, "image", image)
11082
- pulumi.set(__self__, "image_digest", image_digest)
11083
- pulumi.set(__self__, "image_signature_id", image_signature_id)
11084
-
11085
- @property
11086
- @pulumi.getter
11087
- def cmds(self) -> Sequence[str]:
11088
- """
11089
- The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
11090
- """
11091
- return pulumi.get(self, "cmds")
11092
-
11093
- @property
11094
- @pulumi.getter(name="containerType")
11095
- def container_type(self) -> str:
11096
- """
11097
- The type of container.
11098
- """
11099
- return pulumi.get(self, "container_type")
11100
-
11101
- @property
11102
- @pulumi.getter
11103
- def entrypoints(self) -> Sequence[str]:
11104
- """
11105
- The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
11106
- """
11107
- return pulumi.get(self, "entrypoints")
11108
-
11109
- @property
11110
- @pulumi.getter
11111
- def image(self) -> str:
11112
- """
11113
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
11114
- """
11115
- return pulumi.get(self, "image")
11116
-
11117
- @property
11118
- @pulumi.getter(name="imageDigest")
11119
- def image_digest(self) -> str:
11120
- """
11121
- The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
11122
- """
11123
- return pulumi.get(self, "image_digest")
11124
-
11125
- @property
11126
- @pulumi.getter(name="imageSignatureId")
11127
- def image_signature_id(self) -> str:
11128
- """
11129
- OCID of the container image signature
11130
- """
11131
- return pulumi.get(self, "image_signature_id")
11132
-
11133
-
11134
10672
  @pulumi.output_type
11135
10673
  class GetPipelineRunsPipelineRunStepRunResult(dict):
11136
10674
  def __init__(__self__, *,
@@ -11276,7 +10814,6 @@ class GetPipelineStepDetailResult(dict):
11276
10814
  is_artifact_uploaded: bool,
11277
10815
  job_id: str,
11278
10816
  step_configuration_details: Sequence['outputs.GetPipelineStepDetailStepConfigurationDetailResult'],
11279
- step_container_configuration_details: Sequence['outputs.GetPipelineStepDetailStepContainerConfigurationDetailResult'],
11280
10817
  step_infrastructure_configuration_details: Sequence['outputs.GetPipelineStepDetailStepInfrastructureConfigurationDetailResult'],
11281
10818
  step_name: str,
11282
10819
  step_type: str):
@@ -11286,7 +10823,6 @@ class GetPipelineStepDetailResult(dict):
11286
10823
  :param bool is_artifact_uploaded: A flag to indicate whether the artifact has been uploaded for this step or not.
11287
10824
  :param str job_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job to be used as a step.
11288
10825
  :param Sequence['GetPipelineStepDetailStepConfigurationDetailArgs'] step_configuration_details: The configuration details of a step.
11289
- :param Sequence['GetPipelineStepDetailStepContainerConfigurationDetailArgs'] step_container_configuration_details: Container Details for a step in pipeline.
11290
10826
  :param Sequence['GetPipelineStepDetailStepInfrastructureConfigurationDetailArgs'] step_infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
11291
10827
  :param str step_name: The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
11292
10828
  :param str step_type: The type of step.
@@ -11296,7 +10832,6 @@ class GetPipelineStepDetailResult(dict):
11296
10832
  pulumi.set(__self__, "is_artifact_uploaded", is_artifact_uploaded)
11297
10833
  pulumi.set(__self__, "job_id", job_id)
11298
10834
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
11299
- pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
11300
10835
  pulumi.set(__self__, "step_infrastructure_configuration_details", step_infrastructure_configuration_details)
11301
10836
  pulumi.set(__self__, "step_name", step_name)
11302
10837
  pulumi.set(__self__, "step_type", step_type)
@@ -11341,14 +10876,6 @@ class GetPipelineStepDetailResult(dict):
11341
10876
  """
11342
10877
  return pulumi.get(self, "step_configuration_details")
11343
10878
 
11344
- @property
11345
- @pulumi.getter(name="stepContainerConfigurationDetails")
11346
- def step_container_configuration_details(self) -> Sequence['outputs.GetPipelineStepDetailStepContainerConfigurationDetailResult']:
11347
- """
11348
- Container Details for a step in pipeline.
11349
- """
11350
- return pulumi.get(self, "step_container_configuration_details")
11351
-
11352
10879
  @property
11353
10880
  @pulumi.getter(name="stepInfrastructureConfigurationDetails")
11354
10881
  def step_infrastructure_configuration_details(self) -> Sequence['outputs.GetPipelineStepDetailStepInfrastructureConfigurationDetailResult']:
@@ -11414,96 +10941,20 @@ class GetPipelineStepDetailStepConfigurationDetailResult(dict):
11414
10941
  return pulumi.get(self, "maximum_runtime_in_minutes")
11415
10942
 
11416
10943
 
11417
- @pulumi.output_type
11418
- class GetPipelineStepDetailStepContainerConfigurationDetailResult(dict):
11419
- def __init__(__self__, *,
11420
- cmds: Sequence[str],
11421
- container_type: str,
11422
- entrypoints: Sequence[str],
11423
- image: str,
11424
- image_digest: str,
11425
- image_signature_id: str):
11426
- """
11427
- :param Sequence[str] cmds: The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
11428
- :param str container_type: The type of container.
11429
- :param Sequence[str] entrypoints: The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
11430
- :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
11431
- :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
11432
- :param str image_signature_id: OCID of the container image signature
11433
- """
11434
- pulumi.set(__self__, "cmds", cmds)
11435
- pulumi.set(__self__, "container_type", container_type)
11436
- pulumi.set(__self__, "entrypoints", entrypoints)
11437
- pulumi.set(__self__, "image", image)
11438
- pulumi.set(__self__, "image_digest", image_digest)
11439
- pulumi.set(__self__, "image_signature_id", image_signature_id)
11440
-
11441
- @property
11442
- @pulumi.getter
11443
- def cmds(self) -> Sequence[str]:
11444
- """
11445
- The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
11446
- """
11447
- return pulumi.get(self, "cmds")
11448
-
11449
- @property
11450
- @pulumi.getter(name="containerType")
11451
- def container_type(self) -> str:
11452
- """
11453
- The type of container.
11454
- """
11455
- return pulumi.get(self, "container_type")
11456
-
11457
- @property
11458
- @pulumi.getter
11459
- def entrypoints(self) -> Sequence[str]:
11460
- """
11461
- The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
11462
- """
11463
- return pulumi.get(self, "entrypoints")
11464
-
11465
- @property
11466
- @pulumi.getter
11467
- def image(self) -> str:
11468
- """
11469
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
11470
- """
11471
- return pulumi.get(self, "image")
11472
-
11473
- @property
11474
- @pulumi.getter(name="imageDigest")
11475
- def image_digest(self) -> str:
11476
- """
11477
- The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
11478
- """
11479
- return pulumi.get(self, "image_digest")
11480
-
11481
- @property
11482
- @pulumi.getter(name="imageSignatureId")
11483
- def image_signature_id(self) -> str:
11484
- """
11485
- OCID of the container image signature
11486
- """
11487
- return pulumi.get(self, "image_signature_id")
11488
-
11489
-
11490
10944
  @pulumi.output_type
11491
10945
  class GetPipelineStepDetailStepInfrastructureConfigurationDetailResult(dict):
11492
10946
  def __init__(__self__, *,
11493
10947
  block_storage_size_in_gbs: int,
11494
10948
  shape_config_details: Sequence['outputs.GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult'],
11495
- shape_name: str,
11496
- subnet_id: str):
10949
+ shape_name: str):
11497
10950
  """
11498
10951
  :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
11499
10952
  :param Sequence['GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
11500
10953
  :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
11501
- :param str subnet_id: The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
11502
10954
  """
11503
10955
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
11504
10956
  pulumi.set(__self__, "shape_config_details", shape_config_details)
11505
10957
  pulumi.set(__self__, "shape_name", shape_name)
11506
- pulumi.set(__self__, "subnet_id", subnet_id)
11507
10958
 
11508
10959
  @property
11509
10960
  @pulumi.getter(name="blockStorageSizeInGbs")
@@ -11529,14 +10980,6 @@ class GetPipelineStepDetailStepInfrastructureConfigurationDetailResult(dict):
11529
10980
  """
11530
10981
  return pulumi.get(self, "shape_name")
11531
10982
 
11532
- @property
11533
- @pulumi.getter(name="subnetId")
11534
- def subnet_id(self) -> str:
11535
- """
11536
- The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
11537
- """
11538
- return pulumi.get(self, "subnet_id")
11539
-
11540
10983
 
11541
10984
  @pulumi.output_type
11542
10985
  class GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult(dict):
@@ -11858,18 +11301,15 @@ class GetPipelinesPipelineInfrastructureConfigurationDetailResult(dict):
11858
11301
  def __init__(__self__, *,
11859
11302
  block_storage_size_in_gbs: int,
11860
11303
  shape_config_details: Sequence['outputs.GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetailResult'],
11861
- shape_name: str,
11862
- subnet_id: str):
11304
+ shape_name: str):
11863
11305
  """
11864
11306
  :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
11865
11307
  :param Sequence['GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetailArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
11866
11308
  :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
11867
- :param str subnet_id: The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
11868
11309
  """
11869
11310
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
11870
11311
  pulumi.set(__self__, "shape_config_details", shape_config_details)
11871
11312
  pulumi.set(__self__, "shape_name", shape_name)
11872
- pulumi.set(__self__, "subnet_id", subnet_id)
11873
11313
 
11874
11314
  @property
11875
11315
  @pulumi.getter(name="blockStorageSizeInGbs")
@@ -11895,14 +11335,6 @@ class GetPipelinesPipelineInfrastructureConfigurationDetailResult(dict):
11895
11335
  """
11896
11336
  return pulumi.get(self, "shape_name")
11897
11337
 
11898
- @property
11899
- @pulumi.getter(name="subnetId")
11900
- def subnet_id(self) -> str:
11901
- """
11902
- The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
11903
- """
11904
- return pulumi.get(self, "subnet_id")
11905
-
11906
11338
 
11907
11339
  @pulumi.output_type
11908
11340
  class GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetailResult(dict):
@@ -12045,7 +11477,6 @@ class GetPipelinesPipelineStepDetailResult(dict):
12045
11477
  is_artifact_uploaded: bool,
12046
11478
  job_id: str,
12047
11479
  step_configuration_details: Sequence['outputs.GetPipelinesPipelineStepDetailStepConfigurationDetailResult'],
12048
- step_container_configuration_details: Sequence['outputs.GetPipelinesPipelineStepDetailStepContainerConfigurationDetailResult'],
12049
11480
  step_infrastructure_configuration_details: Sequence['outputs.GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailResult'],
12050
11481
  step_name: str,
12051
11482
  step_type: str):
@@ -12055,7 +11486,6 @@ class GetPipelinesPipelineStepDetailResult(dict):
12055
11486
  :param bool is_artifact_uploaded: A flag to indicate whether the artifact has been uploaded for this step or not.
12056
11487
  :param str job_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the job to be used as a step.
12057
11488
  :param Sequence['GetPipelinesPipelineStepDetailStepConfigurationDetailArgs'] step_configuration_details: The configuration details of a step.
12058
- :param Sequence['GetPipelinesPipelineStepDetailStepContainerConfigurationDetailArgs'] step_container_configuration_details: Container Details for a step in pipeline.
12059
11489
  :param Sequence['GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailArgs'] step_infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
12060
11490
  :param str step_name: The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
12061
11491
  :param str step_type: The type of step.
@@ -12065,7 +11495,6 @@ class GetPipelinesPipelineStepDetailResult(dict):
12065
11495
  pulumi.set(__self__, "is_artifact_uploaded", is_artifact_uploaded)
12066
11496
  pulumi.set(__self__, "job_id", job_id)
12067
11497
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
12068
- pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
12069
11498
  pulumi.set(__self__, "step_infrastructure_configuration_details", step_infrastructure_configuration_details)
12070
11499
  pulumi.set(__self__, "step_name", step_name)
12071
11500
  pulumi.set(__self__, "step_type", step_type)
@@ -12110,14 +11539,6 @@ class GetPipelinesPipelineStepDetailResult(dict):
12110
11539
  """
12111
11540
  return pulumi.get(self, "step_configuration_details")
12112
11541
 
12113
- @property
12114
- @pulumi.getter(name="stepContainerConfigurationDetails")
12115
- def step_container_configuration_details(self) -> Sequence['outputs.GetPipelinesPipelineStepDetailStepContainerConfigurationDetailResult']:
12116
- """
12117
- Container Details for a step in pipeline.
12118
- """
12119
- return pulumi.get(self, "step_container_configuration_details")
12120
-
12121
11542
  @property
12122
11543
  @pulumi.getter(name="stepInfrastructureConfigurationDetails")
12123
11544
  def step_infrastructure_configuration_details(self) -> Sequence['outputs.GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailResult']:
@@ -12183,96 +11604,20 @@ class GetPipelinesPipelineStepDetailStepConfigurationDetailResult(dict):
12183
11604
  return pulumi.get(self, "maximum_runtime_in_minutes")
12184
11605
 
12185
11606
 
12186
- @pulumi.output_type
12187
- class GetPipelinesPipelineStepDetailStepContainerConfigurationDetailResult(dict):
12188
- def __init__(__self__, *,
12189
- cmds: Sequence[str],
12190
- container_type: str,
12191
- entrypoints: Sequence[str],
12192
- image: str,
12193
- image_digest: str,
12194
- image_signature_id: str):
12195
- """
12196
- :param Sequence[str] cmds: The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
12197
- :param str container_type: The type of container.
12198
- :param Sequence[str] entrypoints: The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
12199
- :param str image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
12200
- :param str image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
12201
- :param str image_signature_id: OCID of the container image signature
12202
- """
12203
- pulumi.set(__self__, "cmds", cmds)
12204
- pulumi.set(__self__, "container_type", container_type)
12205
- pulumi.set(__self__, "entrypoints", entrypoints)
12206
- pulumi.set(__self__, "image", image)
12207
- pulumi.set(__self__, "image_digest", image_digest)
12208
- pulumi.set(__self__, "image_signature_id", image_signature_id)
12209
-
12210
- @property
12211
- @pulumi.getter
12212
- def cmds(self) -> Sequence[str]:
12213
- """
12214
- The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
12215
- """
12216
- return pulumi.get(self, "cmds")
12217
-
12218
- @property
12219
- @pulumi.getter(name="containerType")
12220
- def container_type(self) -> str:
12221
- """
12222
- The type of container.
12223
- """
12224
- return pulumi.get(self, "container_type")
12225
-
12226
- @property
12227
- @pulumi.getter
12228
- def entrypoints(self) -> Sequence[str]:
12229
- """
12230
- The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
12231
- """
12232
- return pulumi.get(self, "entrypoints")
12233
-
12234
- @property
12235
- @pulumi.getter
12236
- def image(self) -> str:
12237
- """
12238
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
12239
- """
12240
- return pulumi.get(self, "image")
12241
-
12242
- @property
12243
- @pulumi.getter(name="imageDigest")
12244
- def image_digest(self) -> str:
12245
- """
12246
- The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
12247
- """
12248
- return pulumi.get(self, "image_digest")
12249
-
12250
- @property
12251
- @pulumi.getter(name="imageSignatureId")
12252
- def image_signature_id(self) -> str:
12253
- """
12254
- OCID of the container image signature
12255
- """
12256
- return pulumi.get(self, "image_signature_id")
12257
-
12258
-
12259
11607
  @pulumi.output_type
12260
11608
  class GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailResult(dict):
12261
11609
  def __init__(__self__, *,
12262
11610
  block_storage_size_in_gbs: int,
12263
11611
  shape_config_details: Sequence['outputs.GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult'],
12264
- shape_name: str,
12265
- subnet_id: str):
11612
+ shape_name: str):
12266
11613
  """
12267
11614
  :param int block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
12268
11615
  :param Sequence['GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
12269
11616
  :param str shape_name: The shape used to launch the instance for all step runs in the pipeline.
12270
- :param str subnet_id: The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
12271
11617
  """
12272
11618
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
12273
11619
  pulumi.set(__self__, "shape_config_details", shape_config_details)
12274
11620
  pulumi.set(__self__, "shape_name", shape_name)
12275
- pulumi.set(__self__, "subnet_id", subnet_id)
12276
11621
 
12277
11622
  @property
12278
11623
  @pulumi.getter(name="blockStorageSizeInGbs")
@@ -12298,14 +11643,6 @@ class GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailResult(
12298
11643
  """
12299
11644
  return pulumi.get(self, "shape_name")
12300
11645
 
12301
- @property
12302
- @pulumi.getter(name="subnetId")
12303
- def subnet_id(self) -> str:
12304
- """
12305
- The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
12306
- """
12307
- return pulumi.get(self, "subnet_id")
12308
-
12309
11646
 
12310
11647
  @pulumi.output_type
12311
11648
  class GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetailResult(dict):