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
@@ -57,12 +57,10 @@ __all__ = [
57
57
  'PipelineRunLogDetailArgs',
58
58
  'PipelineRunStepOverrideDetailArgs',
59
59
  'PipelineRunStepOverrideDetailStepConfigurationDetailsArgs',
60
- 'PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs',
61
60
  'PipelineRunStepRunArgs',
62
61
  'PipelineStepArtifactArgs',
63
62
  'PipelineStepDetailArgs',
64
63
  'PipelineStepDetailStepConfigurationDetailsArgs',
65
- 'PipelineStepDetailStepContainerConfigurationDetailsArgs',
66
64
  'PipelineStepDetailStepInfrastructureConfigurationDetailsArgs',
67
65
  'PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs',
68
66
  'GetFastLaunchJobConfigsFilterArgs',
@@ -1088,8 +1086,8 @@ class JobRunLogDetailArgs:
1088
1086
  log_group_id: Optional[pulumi.Input[str]] = None,
1089
1087
  log_id: Optional[pulumi.Input[str]] = None):
1090
1088
  """
1091
- :param pulumi.Input[str] log_group_id: The log group id for where log objects will be for job runs.
1092
- :param pulumi.Input[str] log_id: The log id of the log object the job run logs will be shipped to.
1089
+ :param pulumi.Input[str] log_group_id: The log group id for where log objects are for job runs.
1090
+ :param pulumi.Input[str] log_id: The log id the job run will push logs too.
1093
1091
  """
1094
1092
  if log_group_id is not None:
1095
1093
  pulumi.set(__self__, "log_group_id", log_group_id)
@@ -1100,7 +1098,7 @@ class JobRunLogDetailArgs:
1100
1098
  @pulumi.getter(name="logGroupId")
1101
1099
  def log_group_id(self) -> Optional[pulumi.Input[str]]:
1102
1100
  """
1103
- The log group id for where log objects will be for job runs.
1101
+ The log group id for where log objects are for job runs.
1104
1102
  """
1105
1103
  return pulumi.get(self, "log_group_id")
1106
1104
 
@@ -1112,7 +1110,7 @@ class JobRunLogDetailArgs:
1112
1110
  @pulumi.getter(name="logId")
1113
1111
  def log_id(self) -> Optional[pulumi.Input[str]]:
1114
1112
  """
1115
- The log id of the log object the job run logs will be shipped to.
1113
+ The log id the job run will push logs too.
1116
1114
  """
1117
1115
  return pulumi.get(self, "log_id")
1118
1116
 
@@ -1130,7 +1128,7 @@ class ModelCustomMetadataListArgs:
1130
1128
  value: Optional[pulumi.Input[str]] = None):
1131
1129
  """
1132
1130
  :param pulumi.Input[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".
1133
- :param pulumi.Input[str] description: (Updatable) Description of model metadata
1131
+ :param pulumi.Input[str] description: (Updatable) A short description of the model.
1134
1132
  :param pulumi.Input[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:
1135
1133
  * useCaseType
1136
1134
  * libraryName
@@ -1167,7 +1165,7 @@ class ModelCustomMetadataListArgs:
1167
1165
  @pulumi.getter
1168
1166
  def description(self) -> Optional[pulumi.Input[str]]:
1169
1167
  """
1170
- (Updatable) Description of model metadata
1168
+ (Updatable) A short description of the model.
1171
1169
  """
1172
1170
  return pulumi.get(self, "description")
1173
1171
 
@@ -1217,7 +1215,7 @@ class ModelDefinedMetadataListArgs:
1217
1215
  value: Optional[pulumi.Input[str]] = None):
1218
1216
  """
1219
1217
  :param pulumi.Input[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".
1220
- :param pulumi.Input[str] description: (Updatable) Description of model metadata
1218
+ :param pulumi.Input[str] description: (Updatable) A short description of the model.
1221
1219
  :param pulumi.Input[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:
1222
1220
  * useCaseType
1223
1221
  * libraryName
@@ -1254,7 +1252,7 @@ class ModelDefinedMetadataListArgs:
1254
1252
  @pulumi.getter
1255
1253
  def description(self) -> Optional[pulumi.Input[str]]:
1256
1254
  """
1257
- (Updatable) Description of model metadata
1255
+ (Updatable) A short description of the model.
1258
1256
  """
1259
1257
  return pulumi.get(self, "description")
1260
1258
 
@@ -1968,8 +1966,6 @@ class ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetail
1968
1966
  :param pulumi.Input[str] metric_expression_rule_type: (Updatable) The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
1969
1967
 
1970
1968
  The following values are supported:
1971
- * `PREDEFINED_EXPRESSION`: An expression built using CPU or Memory metrics emitted by the Model Deployment Monitoring.
1972
- * `CUSTOM_EXPRESSION`: A custom Monitoring Query Language (MQL) expression.
1973
1969
  :param pulumi.Input['ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleInConfigurationArgs'] scale_in_configuration: (Updatable) The scaling configuration for the predefined metric expression rule.
1974
1970
  :param pulumi.Input['ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPolicyRuleScaleOutConfigurationArgs'] scale_out_configuration: (Updatable) The scaling configuration for the predefined metric expression rule.
1975
1971
  :param pulumi.Input[str] metric_type: (Updatable) Metric type
@@ -1987,8 +1983,6 @@ class ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetail
1987
1983
  (Updatable) The metric expression for creating the alarm used to trigger autoscaling actions on the model deployment.
1988
1984
 
1989
1985
  The following values are supported:
1990
- * `PREDEFINED_EXPRESSION`: An expression built using CPU or Memory metrics emitted by the Model Deployment Monitoring.
1991
- * `CUSTOM_EXPRESSION`: A custom Monitoring Query Language (MQL) expression.
1992
1986
  """
1993
1987
  return pulumi.get(self, "metric_expression_rule_type")
1994
1988
 
@@ -2295,11 +2289,11 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2295
2289
  private_endpoint_id: Optional[pulumi.Input[str]] = None,
2296
2290
  subnet_id: Optional[pulumi.Input[str]] = None):
2297
2291
  """
2298
- :param pulumi.Input[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.
2299
- :param pulumi.Input[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.
2300
- :param pulumi.Input['NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetailsArgs'] notebook_session_shape_config_details: Details for the notebook session shape configuration.
2301
- :param pulumi.Input[str] private_endpoint_id: The OCID of a Data Science private endpoint.
2302
- :param pulumi.Input[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.
2292
+ :param pulumi.Input[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.
2293
+ :param pulumi.Input[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.
2294
+ :param pulumi.Input['NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetailsArgs'] notebook_session_shape_config_details: (Updatable) Details for the notebook session shape configuration.
2295
+ :param pulumi.Input[str] private_endpoint_id: (Updatable) The OCID of a Data Science private endpoint.
2296
+ :param pulumi.Input[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.
2303
2297
  """
2304
2298
  pulumi.set(__self__, "shape", shape)
2305
2299
  if block_storage_size_in_gbs is not None:
@@ -2315,7 +2309,7 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2315
2309
  @pulumi.getter
2316
2310
  def shape(self) -> pulumi.Input[str]:
2317
2311
  """
2318
- 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.
2312
+ (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.
2319
2313
  """
2320
2314
  return pulumi.get(self, "shape")
2321
2315
 
@@ -2327,7 +2321,7 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2327
2321
  @pulumi.getter(name="blockStorageSizeInGbs")
2328
2322
  def block_storage_size_in_gbs(self) -> Optional[pulumi.Input[int]]:
2329
2323
  """
2330
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2324
+ (Updatable) A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
2331
2325
  """
2332
2326
  return pulumi.get(self, "block_storage_size_in_gbs")
2333
2327
 
@@ -2339,7 +2333,7 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2339
2333
  @pulumi.getter(name="notebookSessionShapeConfigDetails")
2340
2334
  def notebook_session_shape_config_details(self) -> Optional[pulumi.Input['NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetailsArgs']]:
2341
2335
  """
2342
- Details for the notebook session shape configuration.
2336
+ (Updatable) Details for the notebook session shape configuration.
2343
2337
  """
2344
2338
  return pulumi.get(self, "notebook_session_shape_config_details")
2345
2339
 
@@ -2351,7 +2345,7 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2351
2345
  @pulumi.getter(name="privateEndpointId")
2352
2346
  def private_endpoint_id(self) -> Optional[pulumi.Input[str]]:
2353
2347
  """
2354
- The OCID of a Data Science private endpoint.
2348
+ (Updatable) The OCID of a Data Science private endpoint.
2355
2349
  """
2356
2350
  return pulumi.get(self, "private_endpoint_id")
2357
2351
 
@@ -2363,7 +2357,7 @@ class NotebookSessionNotebookSessionConfigDetailsArgs:
2363
2357
  @pulumi.getter(name="subnetId")
2364
2358
  def subnet_id(self) -> Optional[pulumi.Input[str]]:
2365
2359
  """
2366
- 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.
2360
+ (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.
2367
2361
  """
2368
2362
  return pulumi.get(self, "subnet_id")
2369
2363
 
@@ -2378,8 +2372,8 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2378
2372
  memory_in_gbs: Optional[pulumi.Input[float]] = None,
2379
2373
  ocpus: Optional[pulumi.Input[float]] = None):
2380
2374
  """
2381
- :param pulumi.Input[float] memory_in_gbs: The total amount of memory available to the notebook session instance, in gigabytes.
2382
- :param pulumi.Input[float] ocpus: The total number of OCPUs available to the notebook session instance.
2375
+ :param pulumi.Input[float] memory_in_gbs: (Updatable) The total amount of memory available to the notebook session instance, in gigabytes.
2376
+ :param pulumi.Input[float] ocpus: (Updatable) The total number of OCPUs available to the notebook session instance.
2383
2377
  """
2384
2378
  if memory_in_gbs is not None:
2385
2379
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -2390,7 +2384,7 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2390
2384
  @pulumi.getter(name="memoryInGbs")
2391
2385
  def memory_in_gbs(self) -> Optional[pulumi.Input[float]]:
2392
2386
  """
2393
- The total amount of memory available to the notebook session instance, in gigabytes.
2387
+ (Updatable) The total amount of memory available to the notebook session instance, in gigabytes.
2394
2388
  """
2395
2389
  return pulumi.get(self, "memory_in_gbs")
2396
2390
 
@@ -2402,7 +2396,7 @@ class NotebookSessionNotebookSessionConfigDetailsNotebookSessionShapeConfigDetai
2402
2396
  @pulumi.getter
2403
2397
  def ocpus(self) -> Optional[pulumi.Input[float]]:
2404
2398
  """
2405
- The total number of OCPUs available to the notebook session instance.
2399
+ (Updatable) The total number of OCPUs available to the notebook session instance.
2406
2400
  """
2407
2401
  return pulumi.get(self, "ocpus")
2408
2402
 
@@ -2761,9 +2755,9 @@ class PipelineConfigurationDetailsArgs:
2761
2755
  maximum_runtime_in_minutes: Optional[pulumi.Input[str]] = None):
2762
2756
  """
2763
2757
  :param pulumi.Input[str] type: (Updatable) The type of pipeline.
2764
- :param pulumi.Input[str] command_line_arguments: (Updatable) The command line arguments to set for steps in the pipeline.
2765
- :param pulumi.Input[Mapping[str, Any]] environment_variables: (Updatable) Environment variables to set for steps in the pipeline.
2766
- :param pulumi.Input[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.
2758
+ :param pulumi.Input[str] command_line_arguments: (Updatable) The command line arguments to set for step.
2759
+ :param pulumi.Input[Mapping[str, Any]] environment_variables: (Updatable) Environment variables to set for step.
2760
+ :param pulumi.Input[str] maximum_runtime_in_minutes: (Updatable) A time bound for the execution of the step.
2767
2761
  """
2768
2762
  pulumi.set(__self__, "type", type)
2769
2763
  if command_line_arguments is not None:
@@ -2789,7 +2783,7 @@ class PipelineConfigurationDetailsArgs:
2789
2783
  @pulumi.getter(name="commandLineArguments")
2790
2784
  def command_line_arguments(self) -> Optional[pulumi.Input[str]]:
2791
2785
  """
2792
- (Updatable) The command line arguments to set for steps in the pipeline.
2786
+ (Updatable) The command line arguments to set for step.
2793
2787
  """
2794
2788
  return pulumi.get(self, "command_line_arguments")
2795
2789
 
@@ -2801,7 +2795,7 @@ class PipelineConfigurationDetailsArgs:
2801
2795
  @pulumi.getter(name="environmentVariables")
2802
2796
  def environment_variables(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2803
2797
  """
2804
- (Updatable) Environment variables to set for steps in the pipeline.
2798
+ (Updatable) Environment variables to set for step.
2805
2799
  """
2806
2800
  return pulumi.get(self, "environment_variables")
2807
2801
 
@@ -2813,7 +2807,7 @@ class PipelineConfigurationDetailsArgs:
2813
2807
  @pulumi.getter(name="maximumRuntimeInMinutes")
2814
2808
  def maximum_runtime_in_minutes(self) -> Optional[pulumi.Input[str]]:
2815
2809
  """
2816
- (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
2810
+ (Updatable) A time bound for the execution of the step.
2817
2811
  """
2818
2812
  return pulumi.get(self, "maximum_runtime_in_minutes")
2819
2813
 
@@ -2827,26 +2821,22 @@ class PipelineInfrastructureConfigurationDetailsArgs:
2827
2821
  def __init__(__self__, *,
2828
2822
  block_storage_size_in_gbs: pulumi.Input[int],
2829
2823
  shape_name: pulumi.Input[str],
2830
- shape_config_details: Optional[pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs']] = None,
2831
- subnet_id: Optional[pulumi.Input[str]] = None):
2824
+ shape_config_details: Optional[pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs']] = None):
2832
2825
  """
2833
- :param pulumi.Input[int] block_storage_size_in_gbs: (Updatable) The size of the block storage volume to attach to the instance.
2834
- :param pulumi.Input[str] shape_name: (Updatable) The shape used to launch the instance for all step runs in the pipeline.
2835
- :param pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs'] shape_config_details: (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
2836
- :param pulumi.Input[str] subnet_id: (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
2826
+ :param pulumi.Input[int] block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
2827
+ :param pulumi.Input[str] shape_name: The shape used to launch the instance for all step runs in the pipeline.
2828
+ :param pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
2837
2829
  """
2838
2830
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
2839
2831
  pulumi.set(__self__, "shape_name", shape_name)
2840
2832
  if shape_config_details is not None:
2841
2833
  pulumi.set(__self__, "shape_config_details", shape_config_details)
2842
- if subnet_id is not None:
2843
- pulumi.set(__self__, "subnet_id", subnet_id)
2844
2834
 
2845
2835
  @property
2846
2836
  @pulumi.getter(name="blockStorageSizeInGbs")
2847
2837
  def block_storage_size_in_gbs(self) -> pulumi.Input[int]:
2848
2838
  """
2849
- (Updatable) The size of the block storage volume to attach to the instance.
2839
+ The size of the block storage volume to attach to the instance.
2850
2840
  """
2851
2841
  return pulumi.get(self, "block_storage_size_in_gbs")
2852
2842
 
@@ -2858,7 +2848,7 @@ class PipelineInfrastructureConfigurationDetailsArgs:
2858
2848
  @pulumi.getter(name="shapeName")
2859
2849
  def shape_name(self) -> pulumi.Input[str]:
2860
2850
  """
2861
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
2851
+ The shape used to launch the instance for all step runs in the pipeline.
2862
2852
  """
2863
2853
  return pulumi.get(self, "shape_name")
2864
2854
 
@@ -2870,7 +2860,7 @@ class PipelineInfrastructureConfigurationDetailsArgs:
2870
2860
  @pulumi.getter(name="shapeConfigDetails")
2871
2861
  def shape_config_details(self) -> Optional[pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs']]:
2872
2862
  """
2873
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
2863
+ Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
2874
2864
  """
2875
2865
  return pulumi.get(self, "shape_config_details")
2876
2866
 
@@ -2878,18 +2868,6 @@ class PipelineInfrastructureConfigurationDetailsArgs:
2878
2868
  def shape_config_details(self, value: Optional[pulumi.Input['PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs']]):
2879
2869
  pulumi.set(self, "shape_config_details", value)
2880
2870
 
2881
- @property
2882
- @pulumi.getter(name="subnetId")
2883
- def subnet_id(self) -> Optional[pulumi.Input[str]]:
2884
- """
2885
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
2886
- """
2887
- return pulumi.get(self, "subnet_id")
2888
-
2889
- @subnet_id.setter
2890
- def subnet_id(self, value: Optional[pulumi.Input[str]]):
2891
- pulumi.set(self, "subnet_id", value)
2892
-
2893
2871
 
2894
2872
  @pulumi.input_type
2895
2873
  class PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs:
@@ -2897,8 +2875,8 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs:
2897
2875
  memory_in_gbs: Optional[pulumi.Input[float]] = None,
2898
2876
  ocpus: Optional[pulumi.Input[float]] = None):
2899
2877
  """
2900
- :param pulumi.Input[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.
2901
- :param pulumi.Input[float] ocpus: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
2878
+ :param pulumi.Input[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.
2879
+ :param pulumi.Input[float] ocpus: A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
2902
2880
  """
2903
2881
  if memory_in_gbs is not None:
2904
2882
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -2909,7 +2887,7 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs:
2909
2887
  @pulumi.getter(name="memoryInGbs")
2910
2888
  def memory_in_gbs(self) -> Optional[pulumi.Input[float]]:
2911
2889
  """
2912
- (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.
2890
+ 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.
2913
2891
  """
2914
2892
  return pulumi.get(self, "memory_in_gbs")
2915
2893
 
@@ -2921,7 +2899,7 @@ class PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs:
2921
2899
  @pulumi.getter
2922
2900
  def ocpus(self) -> Optional[pulumi.Input[float]]:
2923
2901
  """
2924
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
2902
+ A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
2925
2903
  """
2926
2904
  return pulumi.get(self, "ocpus")
2927
2905
 
@@ -3081,9 +3059,9 @@ class PipelineRunConfigurationOverrideDetailsArgs:
3081
3059
  maximum_runtime_in_minutes: Optional[pulumi.Input[str]] = None):
3082
3060
  """
3083
3061
  :param pulumi.Input[str] type: The type of pipeline.
3084
- :param pulumi.Input[str] command_line_arguments: The command line arguments to set for steps in the pipeline.
3085
- :param pulumi.Input[Mapping[str, Any]] environment_variables: Environment variables to set for steps in the pipeline.
3086
- :param pulumi.Input[str] maximum_runtime_in_minutes: A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3062
+ :param pulumi.Input[str] command_line_arguments: The command line arguments to set for step.
3063
+ :param pulumi.Input[Mapping[str, Any]] environment_variables: Environment variables to set for step.
3064
+ :param pulumi.Input[str] maximum_runtime_in_minutes: A time bound for the execution of the step.
3087
3065
  """
3088
3066
  pulumi.set(__self__, "type", type)
3089
3067
  if command_line_arguments is not None:
@@ -3109,7 +3087,7 @@ class PipelineRunConfigurationOverrideDetailsArgs:
3109
3087
  @pulumi.getter(name="commandLineArguments")
3110
3088
  def command_line_arguments(self) -> Optional[pulumi.Input[str]]:
3111
3089
  """
3112
- The command line arguments to set for steps in the pipeline.
3090
+ The command line arguments to set for step.
3113
3091
  """
3114
3092
  return pulumi.get(self, "command_line_arguments")
3115
3093
 
@@ -3121,7 +3099,7 @@ class PipelineRunConfigurationOverrideDetailsArgs:
3121
3099
  @pulumi.getter(name="environmentVariables")
3122
3100
  def environment_variables(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
3123
3101
  """
3124
- Environment variables to set for steps in the pipeline.
3102
+ Environment variables to set for step.
3125
3103
  """
3126
3104
  return pulumi.get(self, "environment_variables")
3127
3105
 
@@ -3133,7 +3111,7 @@ class PipelineRunConfigurationOverrideDetailsArgs:
3133
3111
  @pulumi.getter(name="maximumRuntimeInMinutes")
3134
3112
  def maximum_runtime_in_minutes(self) -> Optional[pulumi.Input[str]]:
3135
3113
  """
3136
- A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
3114
+ A time bound for the execution of the step.
3137
3115
  """
3138
3116
  return pulumi.get(self, "maximum_runtime_in_minutes")
3139
3117
 
@@ -3219,8 +3197,8 @@ class PipelineRunLogDetailArgs:
3219
3197
  log_group_id: Optional[pulumi.Input[str]] = None,
3220
3198
  log_id: Optional[pulumi.Input[str]] = None):
3221
3199
  """
3222
- :param pulumi.Input[str] log_group_id: The log group id for where log objects will be for pipeline runs.
3223
- :param pulumi.Input[str] log_id: The log id of the log object the pipeline run logs will be shipped to.
3200
+ :param pulumi.Input[str] log_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
3201
+ :param pulumi.Input[str] log_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
3224
3202
  """
3225
3203
  if log_group_id is not None:
3226
3204
  pulumi.set(__self__, "log_group_id", log_group_id)
@@ -3231,7 +3209,7 @@ class PipelineRunLogDetailArgs:
3231
3209
  @pulumi.getter(name="logGroupId")
3232
3210
  def log_group_id(self) -> Optional[pulumi.Input[str]]:
3233
3211
  """
3234
- The log group id for where log objects will be for pipeline runs.
3212
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
3235
3213
  """
3236
3214
  return pulumi.get(self, "log_group_id")
3237
3215
 
@@ -3243,7 +3221,7 @@ class PipelineRunLogDetailArgs:
3243
3221
  @pulumi.getter(name="logId")
3244
3222
  def log_id(self) -> Optional[pulumi.Input[str]]:
3245
3223
  """
3246
- The log id of the log object the pipeline run logs will be shipped to.
3224
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
3247
3225
  """
3248
3226
  return pulumi.get(self, "log_id")
3249
3227
 
@@ -3256,17 +3234,13 @@ class PipelineRunLogDetailArgs:
3256
3234
  class PipelineRunStepOverrideDetailArgs:
3257
3235
  def __init__(__self__, *,
3258
3236
  step_configuration_details: pulumi.Input['PipelineRunStepOverrideDetailStepConfigurationDetailsArgs'],
3259
- step_name: pulumi.Input[str],
3260
- step_container_configuration_details: Optional[pulumi.Input['PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs']] = None):
3237
+ step_name: pulumi.Input[str]):
3261
3238
  """
3262
3239
  :param pulumi.Input['PipelineRunStepOverrideDetailStepConfigurationDetailsArgs'] step_configuration_details: The configuration details of a step.
3263
3240
  :param pulumi.Input[str] step_name: The name of the step.
3264
- :param pulumi.Input['PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs'] step_container_configuration_details: Container Details for a step in pipeline.
3265
3241
  """
3266
3242
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
3267
3243
  pulumi.set(__self__, "step_name", step_name)
3268
- if step_container_configuration_details is not None:
3269
- pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
3270
3244
 
3271
3245
  @property
3272
3246
  @pulumi.getter(name="stepConfigurationDetails")
@@ -3292,18 +3266,6 @@ class PipelineRunStepOverrideDetailArgs:
3292
3266
  def step_name(self, value: pulumi.Input[str]):
3293
3267
  pulumi.set(self, "step_name", value)
3294
3268
 
3295
- @property
3296
- @pulumi.getter(name="stepContainerConfigurationDetails")
3297
- def step_container_configuration_details(self) -> Optional[pulumi.Input['PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs']]:
3298
- """
3299
- Container Details for a step in pipeline.
3300
- """
3301
- return pulumi.get(self, "step_container_configuration_details")
3302
-
3303
- @step_container_configuration_details.setter
3304
- def step_container_configuration_details(self, value: Optional[pulumi.Input['PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs']]):
3305
- pulumi.set(self, "step_container_configuration_details", value)
3306
-
3307
3269
 
3308
3270
  @pulumi.input_type
3309
3271
  class PipelineRunStepOverrideDetailStepConfigurationDetailsArgs:
@@ -3360,107 +3322,6 @@ class PipelineRunStepOverrideDetailStepConfigurationDetailsArgs:
3360
3322
  pulumi.set(self, "maximum_runtime_in_minutes", value)
3361
3323
 
3362
3324
 
3363
- @pulumi.input_type
3364
- class PipelineRunStepOverrideDetailStepContainerConfigurationDetailsArgs:
3365
- def __init__(__self__, *,
3366
- container_type: pulumi.Input[str],
3367
- image: pulumi.Input[str],
3368
- cmds: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3369
- entrypoints: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3370
- image_digest: Optional[pulumi.Input[str]] = None,
3371
- image_signature_id: Optional[pulumi.Input[str]] = None):
3372
- """
3373
- :param pulumi.Input[str] container_type: The type of container.
3374
- :param pulumi.Input[str] image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3375
- :param pulumi.Input[Sequence[pulumi.Input[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.
3376
- :param pulumi.Input[Sequence[pulumi.Input[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).
3377
- :param pulumi.Input[str] image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3378
- :param pulumi.Input[str] image_signature_id: OCID of the container image signature
3379
- """
3380
- pulumi.set(__self__, "container_type", container_type)
3381
- pulumi.set(__self__, "image", image)
3382
- if cmds is not None:
3383
- pulumi.set(__self__, "cmds", cmds)
3384
- if entrypoints is not None:
3385
- pulumi.set(__self__, "entrypoints", entrypoints)
3386
- if image_digest is not None:
3387
- pulumi.set(__self__, "image_digest", image_digest)
3388
- if image_signature_id is not None:
3389
- pulumi.set(__self__, "image_signature_id", image_signature_id)
3390
-
3391
- @property
3392
- @pulumi.getter(name="containerType")
3393
- def container_type(self) -> pulumi.Input[str]:
3394
- """
3395
- The type of container.
3396
- """
3397
- return pulumi.get(self, "container_type")
3398
-
3399
- @container_type.setter
3400
- def container_type(self, value: pulumi.Input[str]):
3401
- pulumi.set(self, "container_type", value)
3402
-
3403
- @property
3404
- @pulumi.getter
3405
- def image(self) -> pulumi.Input[str]:
3406
- """
3407
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3408
- """
3409
- return pulumi.get(self, "image")
3410
-
3411
- @image.setter
3412
- def image(self, value: pulumi.Input[str]):
3413
- pulumi.set(self, "image", value)
3414
-
3415
- @property
3416
- @pulumi.getter
3417
- def cmds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3418
- """
3419
- 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.
3420
- """
3421
- return pulumi.get(self, "cmds")
3422
-
3423
- @cmds.setter
3424
- def cmds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3425
- pulumi.set(self, "cmds", value)
3426
-
3427
- @property
3428
- @pulumi.getter
3429
- def entrypoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3430
- """
3431
- 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).
3432
- """
3433
- return pulumi.get(self, "entrypoints")
3434
-
3435
- @entrypoints.setter
3436
- def entrypoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3437
- pulumi.set(self, "entrypoints", value)
3438
-
3439
- @property
3440
- @pulumi.getter(name="imageDigest")
3441
- def image_digest(self) -> Optional[pulumi.Input[str]]:
3442
- """
3443
- The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3444
- """
3445
- return pulumi.get(self, "image_digest")
3446
-
3447
- @image_digest.setter
3448
- def image_digest(self, value: Optional[pulumi.Input[str]]):
3449
- pulumi.set(self, "image_digest", value)
3450
-
3451
- @property
3452
- @pulumi.getter(name="imageSignatureId")
3453
- def image_signature_id(self) -> Optional[pulumi.Input[str]]:
3454
- """
3455
- OCID of the container image signature
3456
- """
3457
- return pulumi.get(self, "image_signature_id")
3458
-
3459
- @image_signature_id.setter
3460
- def image_signature_id(self, value: Optional[pulumi.Input[str]]):
3461
- pulumi.set(self, "image_signature_id", value)
3462
-
3463
-
3464
3325
  @pulumi.input_type
3465
3326
  class PipelineRunStepRunArgs:
3466
3327
  def __init__(__self__, *,
@@ -3590,7 +3451,7 @@ class PipelineStepArtifactArgs:
3590
3451
  artifact_content_md5: Optional[pulumi.Input[str]] = None,
3591
3452
  artifact_last_modified: Optional[pulumi.Input[str]] = None):
3592
3453
  """
3593
- :param pulumi.Input[str] step_name: The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3454
+ :param pulumi.Input[str] step_name: (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3594
3455
  """
3595
3456
  pulumi.set(__self__, "artifact_content_length", artifact_content_length)
3596
3457
  pulumi.set(__self__, "pipeline_step_artifact", pipeline_step_artifact)
@@ -3624,7 +3485,7 @@ class PipelineStepArtifactArgs:
3624
3485
  @pulumi.getter(name="stepName")
3625
3486
  def step_name(self) -> pulumi.Input[str]:
3626
3487
  """
3627
- The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3488
+ (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
3628
3489
  """
3629
3490
  return pulumi.get(self, "step_name")
3630
3491
 
@@ -3670,7 +3531,6 @@ class PipelineStepDetailArgs:
3670
3531
  is_artifact_uploaded: Optional[pulumi.Input[bool]] = None,
3671
3532
  job_id: Optional[pulumi.Input[str]] = None,
3672
3533
  step_configuration_details: Optional[pulumi.Input['PipelineStepDetailStepConfigurationDetailsArgs']] = None,
3673
- step_container_configuration_details: Optional[pulumi.Input['PipelineStepDetailStepContainerConfigurationDetailsArgs']] = None,
3674
3534
  step_infrastructure_configuration_details: Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsArgs']] = None):
3675
3535
  """
3676
3536
  :param pulumi.Input[str] step_name: (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
@@ -3684,8 +3544,7 @@ class PipelineStepDetailArgs:
3684
3544
  :param pulumi.Input[bool] is_artifact_uploaded: A flag to indicate whether the artifact has been uploaded for this step or not.
3685
3545
  :param pulumi.Input[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.
3686
3546
  :param pulumi.Input['PipelineStepDetailStepConfigurationDetailsArgs'] step_configuration_details: (Updatable) The configuration details of a step.
3687
- :param pulumi.Input['PipelineStepDetailStepContainerConfigurationDetailsArgs'] step_container_configuration_details: Container Details for a step in pipeline.
3688
- :param pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsArgs'] step_infrastructure_configuration_details: (Updatable) The infrastructure configuration details of a pipeline or a step.
3547
+ :param pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsArgs'] step_infrastructure_configuration_details: The infrastructure configuration details of a pipeline or a step.
3689
3548
  """
3690
3549
  pulumi.set(__self__, "step_name", step_name)
3691
3550
  pulumi.set(__self__, "step_type", step_type)
@@ -3699,8 +3558,6 @@ class PipelineStepDetailArgs:
3699
3558
  pulumi.set(__self__, "job_id", job_id)
3700
3559
  if step_configuration_details is not None:
3701
3560
  pulumi.set(__self__, "step_configuration_details", step_configuration_details)
3702
- if step_container_configuration_details is not None:
3703
- pulumi.set(__self__, "step_container_configuration_details", step_container_configuration_details)
3704
3561
  if step_infrastructure_configuration_details is not None:
3705
3562
  pulumi.set(__self__, "step_infrastructure_configuration_details", step_infrastructure_configuration_details)
3706
3563
 
@@ -3792,23 +3649,11 @@ class PipelineStepDetailArgs:
3792
3649
  def step_configuration_details(self, value: Optional[pulumi.Input['PipelineStepDetailStepConfigurationDetailsArgs']]):
3793
3650
  pulumi.set(self, "step_configuration_details", value)
3794
3651
 
3795
- @property
3796
- @pulumi.getter(name="stepContainerConfigurationDetails")
3797
- def step_container_configuration_details(self) -> Optional[pulumi.Input['PipelineStepDetailStepContainerConfigurationDetailsArgs']]:
3798
- """
3799
- Container Details for a step in pipeline.
3800
- """
3801
- return pulumi.get(self, "step_container_configuration_details")
3802
-
3803
- @step_container_configuration_details.setter
3804
- def step_container_configuration_details(self, value: Optional[pulumi.Input['PipelineStepDetailStepContainerConfigurationDetailsArgs']]):
3805
- pulumi.set(self, "step_container_configuration_details", value)
3806
-
3807
3652
  @property
3808
3653
  @pulumi.getter(name="stepInfrastructureConfigurationDetails")
3809
3654
  def step_infrastructure_configuration_details(self) -> Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsArgs']]:
3810
3655
  """
3811
- (Updatable) The infrastructure configuration details of a pipeline or a step.
3656
+ The infrastructure configuration details of a pipeline or a step.
3812
3657
  """
3813
3658
  return pulumi.get(self, "step_infrastructure_configuration_details")
3814
3659
 
@@ -3872,132 +3717,27 @@ class PipelineStepDetailStepConfigurationDetailsArgs:
3872
3717
  pulumi.set(self, "maximum_runtime_in_minutes", value)
3873
3718
 
3874
3719
 
3875
- @pulumi.input_type
3876
- class PipelineStepDetailStepContainerConfigurationDetailsArgs:
3877
- def __init__(__self__, *,
3878
- container_type: pulumi.Input[str],
3879
- image: pulumi.Input[str],
3880
- cmds: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3881
- entrypoints: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3882
- image_digest: Optional[pulumi.Input[str]] = None,
3883
- image_signature_id: Optional[pulumi.Input[str]] = None):
3884
- """
3885
- :param pulumi.Input[str] container_type: The type of container.
3886
- :param pulumi.Input[str] image: The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3887
- :param pulumi.Input[Sequence[pulumi.Input[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.
3888
- :param pulumi.Input[Sequence[pulumi.Input[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).
3889
- :param pulumi.Input[str] image_digest: The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3890
- :param pulumi.Input[str] image_signature_id: OCID of the container image signature
3891
- """
3892
- pulumi.set(__self__, "container_type", container_type)
3893
- pulumi.set(__self__, "image", image)
3894
- if cmds is not None:
3895
- pulumi.set(__self__, "cmds", cmds)
3896
- if entrypoints is not None:
3897
- pulumi.set(__self__, "entrypoints", entrypoints)
3898
- if image_digest is not None:
3899
- pulumi.set(__self__, "image_digest", image_digest)
3900
- if image_signature_id is not None:
3901
- pulumi.set(__self__, "image_signature_id", image_signature_id)
3902
-
3903
- @property
3904
- @pulumi.getter(name="containerType")
3905
- def container_type(self) -> pulumi.Input[str]:
3906
- """
3907
- The type of container.
3908
- """
3909
- return pulumi.get(self, "container_type")
3910
-
3911
- @container_type.setter
3912
- def container_type(self, value: pulumi.Input[str]):
3913
- pulumi.set(self, "container_type", value)
3914
-
3915
- @property
3916
- @pulumi.getter
3917
- def image(self) -> pulumi.Input[str]:
3918
- """
3919
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
3920
- """
3921
- return pulumi.get(self, "image")
3922
-
3923
- @image.setter
3924
- def image(self, value: pulumi.Input[str]):
3925
- pulumi.set(self, "image", value)
3926
-
3927
- @property
3928
- @pulumi.getter
3929
- def cmds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3930
- """
3931
- 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.
3932
- """
3933
- return pulumi.get(self, "cmds")
3934
-
3935
- @cmds.setter
3936
- def cmds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3937
- pulumi.set(self, "cmds", value)
3938
-
3939
- @property
3940
- @pulumi.getter
3941
- def entrypoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3942
- """
3943
- 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).
3944
- """
3945
- return pulumi.get(self, "entrypoints")
3946
-
3947
- @entrypoints.setter
3948
- def entrypoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3949
- pulumi.set(self, "entrypoints", value)
3950
-
3951
- @property
3952
- @pulumi.getter(name="imageDigest")
3953
- def image_digest(self) -> Optional[pulumi.Input[str]]:
3954
- """
3955
- The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
3956
- """
3957
- return pulumi.get(self, "image_digest")
3958
-
3959
- @image_digest.setter
3960
- def image_digest(self, value: Optional[pulumi.Input[str]]):
3961
- pulumi.set(self, "image_digest", value)
3962
-
3963
- @property
3964
- @pulumi.getter(name="imageSignatureId")
3965
- def image_signature_id(self) -> Optional[pulumi.Input[str]]:
3966
- """
3967
- OCID of the container image signature
3968
- """
3969
- return pulumi.get(self, "image_signature_id")
3970
-
3971
- @image_signature_id.setter
3972
- def image_signature_id(self, value: Optional[pulumi.Input[str]]):
3973
- pulumi.set(self, "image_signature_id", value)
3974
-
3975
-
3976
3720
  @pulumi.input_type
3977
3721
  class PipelineStepDetailStepInfrastructureConfigurationDetailsArgs:
3978
3722
  def __init__(__self__, *,
3979
3723
  block_storage_size_in_gbs: pulumi.Input[int],
3980
3724
  shape_name: pulumi.Input[str],
3981
- shape_config_details: Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs']] = None,
3982
- subnet_id: Optional[pulumi.Input[str]] = None):
3725
+ shape_config_details: Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs']] = None):
3983
3726
  """
3984
- :param pulumi.Input[int] block_storage_size_in_gbs: (Updatable) The size of the block storage volume to attach to the instance.
3985
- :param pulumi.Input[str] shape_name: (Updatable) The shape used to launch the instance for all step runs in the pipeline.
3986
- :param pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs'] shape_config_details: (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3987
- :param pulumi.Input[str] subnet_id: (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
3727
+ :param pulumi.Input[int] block_storage_size_in_gbs: The size of the block storage volume to attach to the instance.
3728
+ :param pulumi.Input[str] shape_name: The shape used to launch the instance for all step runs in the pipeline.
3729
+ :param pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs'] shape_config_details: Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3988
3730
  """
3989
3731
  pulumi.set(__self__, "block_storage_size_in_gbs", block_storage_size_in_gbs)
3990
3732
  pulumi.set(__self__, "shape_name", shape_name)
3991
3733
  if shape_config_details is not None:
3992
3734
  pulumi.set(__self__, "shape_config_details", shape_config_details)
3993
- if subnet_id is not None:
3994
- pulumi.set(__self__, "subnet_id", subnet_id)
3995
3735
 
3996
3736
  @property
3997
3737
  @pulumi.getter(name="blockStorageSizeInGbs")
3998
3738
  def block_storage_size_in_gbs(self) -> pulumi.Input[int]:
3999
3739
  """
4000
- (Updatable) The size of the block storage volume to attach to the instance.
3740
+ The size of the block storage volume to attach to the instance.
4001
3741
  """
4002
3742
  return pulumi.get(self, "block_storage_size_in_gbs")
4003
3743
 
@@ -4009,7 +3749,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsArgs:
4009
3749
  @pulumi.getter(name="shapeName")
4010
3750
  def shape_name(self) -> pulumi.Input[str]:
4011
3751
  """
4012
- (Updatable) The shape used to launch the instance for all step runs in the pipeline.
3752
+ The shape used to launch the instance for all step runs in the pipeline.
4013
3753
  """
4014
3754
  return pulumi.get(self, "shape_name")
4015
3755
 
@@ -4021,7 +3761,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsArgs:
4021
3761
  @pulumi.getter(name="shapeConfigDetails")
4022
3762
  def shape_config_details(self) -> Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs']]:
4023
3763
  """
4024
- (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
3764
+ Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
4025
3765
  """
4026
3766
  return pulumi.get(self, "shape_config_details")
4027
3767
 
@@ -4029,18 +3769,6 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsArgs:
4029
3769
  def shape_config_details(self, value: Optional[pulumi.Input['PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs']]):
4030
3770
  pulumi.set(self, "shape_config_details", value)
4031
3771
 
4032
- @property
4033
- @pulumi.getter(name="subnetId")
4034
- def subnet_id(self) -> Optional[pulumi.Input[str]]:
4035
- """
4036
- (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
4037
- """
4038
- return pulumi.get(self, "subnet_id")
4039
-
4040
- @subnet_id.setter
4041
- def subnet_id(self, value: Optional[pulumi.Input[str]]):
4042
- pulumi.set(self, "subnet_id", value)
4043
-
4044
3772
 
4045
3773
  @pulumi.input_type
4046
3774
  class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs:
@@ -4048,8 +3776,8 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
4048
3776
  memory_in_gbs: Optional[pulumi.Input[float]] = None,
4049
3777
  ocpus: Optional[pulumi.Input[float]] = None):
4050
3778
  """
4051
- :param pulumi.Input[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.
4052
- :param pulumi.Input[float] ocpus: (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3779
+ :param pulumi.Input[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.
3780
+ :param pulumi.Input[float] ocpus: A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4053
3781
  """
4054
3782
  if memory_in_gbs is not None:
4055
3783
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
@@ -4060,7 +3788,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
4060
3788
  @pulumi.getter(name="memoryInGbs")
4061
3789
  def memory_in_gbs(self) -> Optional[pulumi.Input[float]]:
4062
3790
  """
4063
- (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.
3791
+ 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.
4064
3792
  """
4065
3793
  return pulumi.get(self, "memory_in_gbs")
4066
3794
 
@@ -4072,7 +3800,7 @@ class PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails
4072
3800
  @pulumi.getter
4073
3801
  def ocpus(self) -> Optional[pulumi.Input[float]]:
4074
3802
  """
4075
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
3803
+ A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
4076
3804
  """
4077
3805
  return pulumi.get(self, "ocpus")
4078
3806