pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  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 +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/__init__.py +1 -0
  27. pulumi_oci/bigdataservice/_inputs.py +135 -46
  28. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  29. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
  30. pulumi_oci/bigdataservice/outputs.py +206 -50
  31. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  32. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  33. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  34. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  35. pulumi_oci/cloudbridge/_inputs.py +18 -18
  36. pulumi_oci/cloudbridge/outputs.py +18 -18
  37. pulumi_oci/cloudguard/__init__.py +9 -0
  38. pulumi_oci/cloudguard/_inputs.py +1066 -488
  39. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  40. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  41. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  42. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  43. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  44. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  45. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  46. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  47. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  48. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  49. pulumi_oci/cloudguard/get_data_source.py +10 -10
  50. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  51. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  52. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  53. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  54. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  55. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  56. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  57. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  58. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  59. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  60. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  61. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  62. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  63. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  64. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  65. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  66. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  67. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  68. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  69. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  70. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  71. pulumi_oci/cloudguard/managed_list.py +57 -57
  72. pulumi_oci/cloudguard/outputs.py +3493 -1808
  73. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  74. pulumi_oci/cloudguard/saved_query.py +595 -0
  75. pulumi_oci/cloudguard/security_recipe.py +43 -27
  76. pulumi_oci/cloudguard/security_zone.py +22 -20
  77. pulumi_oci/cloudguard/target.py +54 -54
  78. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  79. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  80. pulumi_oci/cloudmigrations/outputs.py +222 -496
  81. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  82. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  83. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  84. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  85. pulumi_oci/containerengine/_inputs.py +22 -22
  86. pulumi_oci/containerengine/container_instance.py +21 -21
  87. pulumi_oci/containerengine/outputs.py +22 -22
  88. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  89. pulumi_oci/core/_inputs.py +404 -670
  90. pulumi_oci/core/boot_volume.py +7 -7
  91. pulumi_oci/core/cluster_network.py +22 -22
  92. pulumi_oci/core/cross_connect_group.py +4 -20
  93. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  94. pulumi_oci/core/get_image.py +4 -0
  95. pulumi_oci/core/get_instance.py +4 -0
  96. pulumi_oci/core/get_public_ip.py +4 -0
  97. pulumi_oci/core/get_public_ips.py +8 -0
  98. pulumi_oci/core/get_vtap.py +2 -0
  99. pulumi_oci/core/get_vtaps.py +2 -0
  100. pulumi_oci/core/image.py +56 -0
  101. pulumi_oci/core/instance.py +48 -48
  102. pulumi_oci/core/instance_configuration.py +70 -28
  103. pulumi_oci/core/instance_pool.py +7 -7
  104. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  105. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  106. pulumi_oci/core/outputs.py +748 -668
  107. pulumi_oci/core/public_ip.py +8 -0
  108. pulumi_oci/core/vnic_attachment.py +8 -24
  109. pulumi_oci/core/volume.py +7 -7
  110. pulumi_oci/core/volume_group.py +7 -7
  111. pulumi_oci/core/vtap.py +14 -0
  112. pulumi_oci/database/_inputs.py +188 -220
  113. pulumi_oci/database/autonomous_database.py +21 -7
  114. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  115. pulumi_oci/database/backup_destination.py +11 -11
  116. pulumi_oci/database/cloud_database_management.py +14 -0
  117. pulumi_oci/database/database.py +28 -44
  118. pulumi_oci/database/database_upgrade.py +4 -4
  119. pulumi_oci/database/db_home.py +0 -13
  120. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  121. pulumi_oci/database/outputs.py +188 -220
  122. pulumi_oci/database/vm_cluster_network.py +4 -4
  123. pulumi_oci/databasemanagement/_inputs.py +8 -8
  124. pulumi_oci/databasemanagement/outputs.py +8 -8
  125. pulumi_oci/databasemigration/_inputs.py +34 -34
  126. pulumi_oci/databasemigration/connection.py +7 -7
  127. pulumi_oci/databasemigration/migration.py +7 -7
  128. pulumi_oci/databasemigration/outputs.py +34 -34
  129. pulumi_oci/databasetools/_inputs.py +12 -36
  130. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  131. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  132. pulumi_oci/databasetools/outputs.py +12 -36
  133. pulumi_oci/dataintegration/_inputs.py +318 -330
  134. pulumi_oci/dataintegration/outputs.py +318 -330
  135. pulumi_oci/dataintegration/workspace_application.py +7 -7
  136. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  137. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  138. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  139. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  140. pulumi_oci/dataintegration/workspace_project.py +7 -7
  141. pulumi_oci/dataintegration/workspace_task.py +47 -47
  142. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  143. pulumi_oci/datalabellingservice/outputs.py +10 -10
  144. pulumi_oci/datasafe/__init__.py +2 -0
  145. pulumi_oci/datasafe/_inputs.py +72 -80
  146. pulumi_oci/datasafe/library_masing_format.py +7 -7
  147. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  148. pulumi_oci/datasafe/masking_policy.py +7 -7
  149. pulumi_oci/datasafe/outputs.py +72 -80
  150. pulumi_oci/datasafe/report_definition.py +8 -24
  151. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  152. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  153. pulumi_oci/datasafe/target_database.py +21 -21
  154. pulumi_oci/datascience/_inputs.py +337 -65
  155. pulumi_oci/datascience/get_job_run.py +11 -1
  156. pulumi_oci/datascience/get_model_deployment.py +11 -1
  157. pulumi_oci/datascience/get_pipeline.py +3 -0
  158. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  159. pulumi_oci/datascience/job_run.py +52 -3
  160. pulumi_oci/datascience/model_deployment.py +51 -2
  161. pulumi_oci/datascience/outputs.py +767 -104
  162. pulumi_oci/datascience/pipeline.py +34 -14
  163. pulumi_oci/datascience/pipeline_run.py +65 -0
  164. pulumi_oci/devops/_inputs.py +80 -462
  165. pulumi_oci/devops/deploy_stage.py +4 -4
  166. pulumi_oci/devops/deployment.py +7 -7
  167. pulumi_oci/devops/outputs.py +208 -1141
  168. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  169. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  170. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  171. pulumi_oci/disasterrecovery/outputs.py +6 -6
  172. pulumi_oci/dns/_inputs.py +20 -8
  173. pulumi_oci/dns/outputs.py +42 -8
  174. pulumi_oci/dns/rrset.py +7 -7
  175. pulumi_oci/dns/steering_policy.py +42 -0
  176. pulumi_oci/events/_inputs.py +4 -12
  177. pulumi_oci/events/outputs.py +4 -12
  178. pulumi_oci/events/rule.py +7 -7
  179. pulumi_oci/functions/_inputs.py +2 -2
  180. pulumi_oci/functions/outputs.py +2 -2
  181. pulumi_oci/goldengate/_inputs.py +2 -4
  182. pulumi_oci/goldengate/outputs.py +2 -4
  183. pulumi_oci/identity/_inputs.py +4860 -5954
  184. pulumi_oci/identity/domains_api_key.py +70 -70
  185. pulumi_oci/identity/domains_app.py +119 -140
  186. pulumi_oci/identity/domains_auth_token.py +21 -21
  187. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  188. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  189. pulumi_oci/identity/domains_my_api_key.py +70 -70
  190. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  191. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  192. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  193. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  194. pulumi_oci/identity/domains_my_support_account.py +21 -21
  195. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  196. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  197. pulumi_oci/identity/domains_policy.py +35 -49
  198. pulumi_oci/identity/domains_rule.py +28 -21
  199. pulumi_oci/identity/domains_setting.py +35 -21
  200. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  201. pulumi_oci/identity/domains_user.py +189 -175
  202. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  203. pulumi_oci/identity/outputs.py +4913 -6007
  204. pulumi_oci/integration/_inputs.py +4 -0
  205. pulumi_oci/integration/outputs.py +16 -4
  206. pulumi_oci/jms/_inputs.py +0 -8
  207. pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
  208. pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
  209. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
  210. pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
  211. pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
  212. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
  213. pulumi_oci/jms/outputs.py +38 -24
  214. pulumi_oci/kms/_inputs.py +6 -6
  215. pulumi_oci/kms/outputs.py +6 -6
  216. pulumi_oci/loadbalancer/_inputs.py +18 -30
  217. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  218. pulumi_oci/loadbalancer/outputs.py +18 -30
  219. pulumi_oci/loganalytics/_inputs.py +26 -34
  220. pulumi_oci/loganalytics/outputs.py +26 -34
  221. pulumi_oci/logging/_inputs.py +60 -60
  222. pulumi_oci/logging/outputs.py +60 -60
  223. pulumi_oci/managementagent/_inputs.py +2 -46
  224. pulumi_oci/managementagent/outputs.py +2 -46
  225. pulumi_oci/marketplace/_inputs.py +6 -6
  226. pulumi_oci/marketplace/outputs.py +6 -6
  227. pulumi_oci/marketplace/publication.py +11 -11
  228. pulumi_oci/mediaservices/_inputs.py +8 -32
  229. pulumi_oci/mediaservices/media_asset.py +18 -18
  230. pulumi_oci/mediaservices/media_workflow.py +22 -38
  231. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  232. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  233. pulumi_oci/mediaservices/outputs.py +8 -32
  234. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  235. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  236. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  237. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  238. pulumi_oci/meteringcomputation/outputs.py +2 -2
  239. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  240. pulumi_oci/monitoring/_inputs.py +4 -4
  241. pulumi_oci/monitoring/alarm.py +21 -0
  242. pulumi_oci/monitoring/get_alarm.py +3 -0
  243. pulumi_oci/monitoring/outputs.py +10 -4
  244. pulumi_oci/mysql/_inputs.py +30 -22
  245. pulumi_oci/mysql/outputs.py +30 -22
  246. pulumi_oci/mysql/replica.py +12 -28
  247. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  248. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  249. pulumi_oci/networkfirewall/outputs.py +4 -0
  250. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  251. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  252. pulumi_oci/nosql/_inputs.py +4 -12
  253. pulumi_oci/nosql/outputs.py +4 -12
  254. pulumi_oci/objectstorage/_inputs.py +4 -4
  255. pulumi_oci/objectstorage/outputs.py +4 -4
  256. pulumi_oci/ocvp/_inputs.py +86 -42
  257. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  258. pulumi_oci/ocvp/outputs.py +86 -42
  259. pulumi_oci/ocvp/sddc.py +49 -77
  260. pulumi_oci/ons/subscription.py +63 -0
  261. pulumi_oci/opa/_inputs.py +6 -2
  262. pulumi_oci/opa/outputs.py +18 -6
  263. pulumi_oci/opsi/_inputs.py +6 -6
  264. pulumi_oci/opsi/exadata_insight.py +28 -28
  265. pulumi_oci/opsi/outputs.py +6 -6
  266. pulumi_oci/optimizer/_inputs.py +4 -4
  267. pulumi_oci/optimizer/outputs.py +4 -4
  268. pulumi_oci/osmanagement/_inputs.py +2 -10
  269. pulumi_oci/osmanagement/outputs.py +2 -10
  270. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  271. pulumi_oci/osmanagementhub/event.py +32 -0
  272. pulumi_oci/osmanagementhub/get_event.py +8 -0
  273. pulumi_oci/osmanagementhub/get_events.py +8 -0
  274. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  275. pulumi_oci/osmanagementhub/outputs.py +40 -8
  276. pulumi_oci/osmanagementhub/software_source.py +7 -7
  277. pulumi_oci/ospgateway/_inputs.py +96 -96
  278. pulumi_oci/ospgateway/outputs.py +96 -96
  279. pulumi_oci/ospgateway/subscription.py +80 -80
  280. pulumi_oci/psql/_inputs.py +10 -18
  281. pulumi_oci/psql/db_system.py +14 -14
  282. pulumi_oci/psql/outputs.py +10 -18
  283. pulumi_oci/pulumi-plugin.json +1 -1
  284. pulumi_oci/queue/get_queue.py +9 -9
  285. pulumi_oci/queue/outputs.py +5 -5
  286. pulumi_oci/queue/queue.py +77 -26
  287. pulumi_oci/sch/_inputs.py +26 -26
  288. pulumi_oci/sch/connector.py +7 -7
  289. pulumi_oci/sch/outputs.py +26 -26
  290. pulumi_oci/servicecatalog/private_application.py +4 -4
  291. pulumi_oci/servicemesh/_inputs.py +8 -24
  292. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  293. pulumi_oci/servicemesh/outputs.py +8 -24
  294. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  295. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  296. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  297. pulumi_oci/stackmonitoring/outputs.py +40 -56
  298. pulumi_oci/visualbuilder/_inputs.py +6 -2
  299. pulumi_oci/visualbuilder/outputs.py +18 -6
  300. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  301. pulumi_oci/vnmonitoring/outputs.py +10 -42
  302. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  303. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  304. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  305. pulumi_oci/waas/_inputs.py +133 -205
  306. pulumi_oci/waas/outputs.py +133 -205
  307. pulumi_oci/waas/policy.py +7 -7
  308. pulumi_oci/waas/protection_rule.py +7 -7
  309. pulumi_oci/waf/_inputs.py +36 -30
  310. pulumi_oci/waf/network_address_list.py +7 -7
  311. pulumi_oci/waf/outputs.py +36 -30
  312. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
  313. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
  314. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
  315. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -95,11 +95,6 @@ __all__ = [
95
95
  'DeploymentDeploymentArgumentsArgs',
96
96
  'DeploymentDeploymentArgumentsItemArgs',
97
97
  'DeploymentDeploymentExecutionProgressArgs',
98
- 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs',
99
- 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs',
100
- 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs',
101
- 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs',
102
- 'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs',
103
98
  'ProjectNotificationConfigArgs',
104
99
  'RepositoryMirrorRepositoryConfigArgs',
105
100
  'RepositoryMirrorRepositoryConfigTriggerScheduleArgs',
@@ -160,7 +155,7 @@ class BuildPipelineBuildPipelineParametersItemArgs:
160
155
  """
161
156
  :param pulumi.Input[str] default_value: (Updatable) Default value of the parameter.
162
157
  :param pulumi.Input[str] name: (Updatable) Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
163
- :param pulumi.Input[str] description: (Updatable) Optional description about the build pipeline.
158
+ :param pulumi.Input[str] description: (Updatable) Description of the parameter.
164
159
  """
165
160
  pulumi.set(__self__, "default_value", default_value)
166
161
  pulumi.set(__self__, "name", name)
@@ -195,7 +190,7 @@ class BuildPipelineBuildPipelineParametersItemArgs:
195
190
  @pulumi.getter
196
191
  def description(self) -> Optional[pulumi.Input[str]]:
197
192
  """
198
- (Updatable) Optional description about the build pipeline.
193
+ (Updatable) Description of the parameter.
199
194
  """
200
195
  return pulumi.get(self, "description")
201
196
 
@@ -209,7 +204,7 @@ class BuildPipelineStageBuildPipelineStagePredecessorCollectionArgs:
209
204
  def __init__(__self__, *,
210
205
  items: pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs']]]):
211
206
  """
212
- :param pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs']]] items: (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
207
+ :param pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs']]] items: (Updatable) A list of build pipeline stage predecessors for a stage.
213
208
  """
214
209
  pulumi.set(__self__, "items", items)
215
210
 
@@ -217,7 +212,7 @@ class BuildPipelineStageBuildPipelineStagePredecessorCollectionArgs:
217
212
  @pulumi.getter
218
213
  def items(self) -> pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs']]]:
219
214
  """
220
- (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
215
+ (Updatable) A list of build pipeline stage predecessors for a stage.
221
216
  """
222
217
  return pulumi.get(self, "items")
223
218
 
@@ -307,7 +302,7 @@ class BuildPipelineStageBuildSourceCollectionArgs:
307
302
  def __init__(__self__, *,
308
303
  items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildSourceCollectionItemArgs']]]] = None):
309
304
  """
310
- :param pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildSourceCollectionItemArgs']]] items: (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
305
+ :param pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildSourceCollectionItemArgs']]] items: (Updatable) Collection of build sources. In case of UPDATE operation, replaces existing build sources list. Merging with existing build sources is not supported.
311
306
  """
312
307
  if items is not None:
313
308
  pulumi.set(__self__, "items", items)
@@ -316,7 +311,7 @@ class BuildPipelineStageBuildSourceCollectionArgs:
316
311
  @pulumi.getter
317
312
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildPipelineStageBuildSourceCollectionItemArgs']]]]:
318
313
  """
319
- (Updatable) Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
314
+ (Updatable) Collection of build sources. In case of UPDATE operation, replaces existing build sources list. Merging with existing build sources is not supported.
320
315
  """
321
316
  return pulumi.get(self, "items")
322
317
 
@@ -663,7 +658,7 @@ class BuildRunBuildOutputArtifactOverrideParameterArgs:
663
658
  def __init__(__self__, *,
664
659
  items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterItemArgs']]]] = None):
665
660
  """
666
- :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterItemArgs']]] items: List of arguments provided at the time of running the build.
661
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterItemArgs']]] items: List of exported variables.
667
662
  """
668
663
  if items is not None:
669
664
  pulumi.set(__self__, "items", items)
@@ -672,7 +667,7 @@ class BuildRunBuildOutputArtifactOverrideParameterArgs:
672
667
  @pulumi.getter
673
668
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputArtifactOverrideParameterItemArgs']]]]:
674
669
  """
675
- List of arguments provided at the time of running the build.
670
+ List of exported variables.
676
671
  """
677
672
  return pulumi.get(self, "items")
678
673
 
@@ -689,7 +684,7 @@ class BuildRunBuildOutputArtifactOverrideParameterItemArgs:
689
684
  value: Optional[pulumi.Input[str]] = None):
690
685
  """
691
686
  :param pulumi.Input[str] deploy_artifact_id: The OCID of the deployment artifact definition.
692
- :param pulumi.Input[str] name: Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
687
+ :param pulumi.Input[str] name: Name of the step.
693
688
  :param pulumi.Input[str] value: Value of the argument.
694
689
  """
695
690
  if deploy_artifact_id is not None:
@@ -715,7 +710,7 @@ class BuildRunBuildOutputArtifactOverrideParameterItemArgs:
715
710
  @pulumi.getter
716
711
  def name(self) -> Optional[pulumi.Input[str]]:
717
712
  """
718
- Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
713
+ Name of the step.
719
714
  """
720
715
  return pulumi.get(self, "name")
721
716
 
@@ -741,7 +736,7 @@ class BuildRunBuildOutputDeliveredArtifactArgs:
741
736
  def __init__(__self__, *,
742
737
  items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactItemArgs']]]] = None):
743
738
  """
744
- :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactItemArgs']]] items: List of arguments provided at the time of running the build.
739
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactItemArgs']]] items: List of exported variables.
745
740
  """
746
741
  if items is not None:
747
742
  pulumi.set(__self__, "items", items)
@@ -750,7 +745,7 @@ class BuildRunBuildOutputDeliveredArtifactArgs:
750
745
  @pulumi.getter
751
746
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputDeliveredArtifactItemArgs']]]]:
752
747
  """
753
- List of arguments provided at the time of running the build.
748
+ List of exported variables.
754
749
  """
755
750
  return pulumi.get(self, "items")
756
751
 
@@ -915,7 +910,7 @@ class BuildRunBuildOutputExportedVariableArgs:
915
910
  def __init__(__self__, *,
916
911
  items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableItemArgs']]]] = None):
917
912
  """
918
- :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableItemArgs']]] items: List of arguments provided at the time of running the build.
913
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableItemArgs']]] items: List of exported variables.
919
914
  """
920
915
  if items is not None:
921
916
  pulumi.set(__self__, "items", items)
@@ -924,7 +919,7 @@ class BuildRunBuildOutputExportedVariableArgs:
924
919
  @pulumi.getter
925
920
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputExportedVariableItemArgs']]]]:
926
921
  """
927
- List of arguments provided at the time of running the build.
922
+ List of exported variables.
928
923
  """
929
924
  return pulumi.get(self, "items")
930
925
 
@@ -939,7 +934,7 @@ class BuildRunBuildOutputExportedVariableItemArgs:
939
934
  name: Optional[pulumi.Input[str]] = None,
940
935
  value: Optional[pulumi.Input[str]] = None):
941
936
  """
942
- :param pulumi.Input[str] name: Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
937
+ :param pulumi.Input[str] name: Name of the step.
943
938
  :param pulumi.Input[str] value: Value of the argument.
944
939
  """
945
940
  if name is not None:
@@ -951,7 +946,7 @@ class BuildRunBuildOutputExportedVariableItemArgs:
951
946
  @pulumi.getter
952
947
  def name(self) -> Optional[pulumi.Input[str]]:
953
948
  """
954
- Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
949
+ Name of the step.
955
950
  """
956
951
  return pulumi.get(self, "name")
957
952
 
@@ -977,7 +972,7 @@ class BuildRunBuildOutputVulnerabilityAuditSummaryCollectionArgs:
977
972
  def __init__(__self__, *,
978
973
  items: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs']]]] = None):
979
974
  """
980
- :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs']]] items: List of arguments provided at the time of running the build.
975
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs']]] items: List of exported variables.
981
976
  """
982
977
  if items is not None:
983
978
  pulumi.set(__self__, "items", items)
@@ -986,7 +981,7 @@ class BuildRunBuildOutputVulnerabilityAuditSummaryCollectionArgs:
986
981
  @pulumi.getter
987
982
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs']]]]:
988
983
  """
989
- List of arguments provided at the time of running the build.
984
+ List of exported variables.
990
985
  """
991
986
  return pulumi.get(self, "items")
992
987
 
@@ -2045,7 +2040,7 @@ class DeployPipelineDeployPipelineArtifactArgs:
2045
2040
  def __init__(__self__, *,
2046
2041
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemArgs']]]] = None):
2047
2042
  """
2048
- :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
2043
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemArgs']]] items: List of parameters defined for a deployment pipeline.
2049
2044
  """
2050
2045
  if items is not None:
2051
2046
  pulumi.set(__self__, "items", items)
@@ -2054,7 +2049,7 @@ class DeployPipelineDeployPipelineArtifactArgs:
2054
2049
  @pulumi.getter
2055
2050
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemArgs']]]]:
2056
2051
  """
2057
- (Updatable) List of parameters defined for a deployment pipeline.
2052
+ List of parameters defined for a deployment pipeline.
2058
2053
  """
2059
2054
  return pulumi.get(self, "items")
2060
2055
 
@@ -2123,7 +2118,7 @@ class DeployPipelineDeployPipelineArtifactItemDeployPipelineStageArgs:
2123
2118
  def __init__(__self__, *,
2124
2119
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs']]]] = None):
2125
2120
  """
2126
- :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
2121
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs']]] items: List of parameters defined for a deployment pipeline.
2127
2122
  """
2128
2123
  if items is not None:
2129
2124
  pulumi.set(__self__, "items", items)
@@ -2132,7 +2127,7 @@ class DeployPipelineDeployPipelineArtifactItemDeployPipelineStageArgs:
2132
2127
  @pulumi.getter
2133
2128
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs']]]]:
2134
2129
  """
2135
- (Updatable) List of parameters defined for a deployment pipeline.
2130
+ List of parameters defined for a deployment pipeline.
2136
2131
  """
2137
2132
  return pulumi.get(self, "items")
2138
2133
 
@@ -2185,7 +2180,7 @@ class DeployPipelineDeployPipelineEnvironmentArgs:
2185
2180
  def __init__(__self__, *,
2186
2181
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemArgs']]]] = None):
2187
2182
  """
2188
- :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
2183
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemArgs']]] items: List of parameters defined for a deployment pipeline.
2189
2184
  """
2190
2185
  if items is not None:
2191
2186
  pulumi.set(__self__, "items", items)
@@ -2194,7 +2189,7 @@ class DeployPipelineDeployPipelineEnvironmentArgs:
2194
2189
  @pulumi.getter
2195
2190
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemArgs']]]]:
2196
2191
  """
2197
- (Updatable) List of parameters defined for a deployment pipeline.
2192
+ List of parameters defined for a deployment pipeline.
2198
2193
  """
2199
2194
  return pulumi.get(self, "items")
2200
2195
 
@@ -2263,7 +2258,7 @@ class DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageArgs:
2263
2258
  def __init__(__self__, *,
2264
2259
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]]] = None):
2265
2260
  """
2266
- :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]] items: (Updatable) List of parameters defined for a deployment pipeline.
2261
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]] items: List of parameters defined for a deployment pipeline.
2267
2262
  """
2268
2263
  if items is not None:
2269
2264
  pulumi.set(__self__, "items", items)
@@ -2272,7 +2267,7 @@ class DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageArgs:
2272
2267
  @pulumi.getter
2273
2268
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]]]:
2274
2269
  """
2275
- (Updatable) List of parameters defined for a deployment pipeline.
2270
+ List of parameters defined for a deployment pipeline.
2276
2271
  """
2277
2272
  return pulumi.get(self, "items")
2278
2273
 
@@ -2351,7 +2346,7 @@ class DeployPipelineDeployPipelineParametersItemArgs:
2351
2346
  """
2352
2347
  :param pulumi.Input[str] name: (Updatable) Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
2353
2348
  :param pulumi.Input[str] default_value: (Updatable) Default value of the parameter.
2354
- :param pulumi.Input[str] description: (Updatable) Optional description about the deployment pipeline.
2349
+ :param pulumi.Input[str] description: (Updatable) Description of the parameter.
2355
2350
  """
2356
2351
  pulumi.set(__self__, "name", name)
2357
2352
  if default_value is not None:
@@ -2387,7 +2382,7 @@ class DeployPipelineDeployPipelineParametersItemArgs:
2387
2382
  @pulumi.getter
2388
2383
  def description(self) -> Optional[pulumi.Input[str]]:
2389
2384
  """
2390
- (Updatable) Optional description about the deployment pipeline.
2385
+ (Updatable) Description of the parameter.
2391
2386
  """
2392
2387
  return pulumi.get(self, "description")
2393
2388
 
@@ -2438,7 +2433,7 @@ class DeployStageBlueBackendIpsArgs:
2438
2433
  def __init__(__self__, *,
2439
2434
  items: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2440
2435
  """
2441
- :param pulumi.Input[Sequence[pulumi.Input[str]]] items: (Updatable) List of parameters defined to set helm value.
2436
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] items: (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
2442
2437
  """
2443
2438
  if items is not None:
2444
2439
  pulumi.set(__self__, "items", items)
@@ -2447,7 +2442,7 @@ class DeployStageBlueBackendIpsArgs:
2447
2442
  @pulumi.getter
2448
2443
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2449
2444
  """
2450
- (Updatable) List of parameters defined to set helm value.
2445
+ (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
2451
2446
  """
2452
2447
  return pulumi.get(self, "items")
2453
2448
 
@@ -2467,7 +2462,7 @@ class DeployStageBlueGreenStrategyArgs:
2467
2462
  :param pulumi.Input[str] ingress_name: Name of the Ingress resource.
2468
2463
  :param pulumi.Input[str] namespace_a: First Namespace for deployment.
2469
2464
  :param pulumi.Input[str] namespace_b: Second Namespace for deployment.
2470
- :param pulumi.Input[str] strategy_type: Canary strategy type.
2465
+ :param pulumi.Input[str] strategy_type: Blue Green strategy type
2471
2466
  """
2472
2467
  pulumi.set(__self__, "ingress_name", ingress_name)
2473
2468
  pulumi.set(__self__, "namespace_a", namespace_a)
@@ -2514,7 +2509,7 @@ class DeployStageBlueGreenStrategyArgs:
2514
2509
  @pulumi.getter(name="strategyType")
2515
2510
  def strategy_type(self) -> pulumi.Input[str]:
2516
2511
  """
2517
- Canary strategy type.
2512
+ Blue Green strategy type
2518
2513
  """
2519
2514
  return pulumi.get(self, "strategy_type")
2520
2515
 
@@ -2531,7 +2526,7 @@ class DeployStageCanaryStrategyArgs:
2531
2526
  strategy_type: pulumi.Input[str]):
2532
2527
  """
2533
2528
  :param pulumi.Input[str] ingress_name: Name of the Ingress resource.
2534
- :param pulumi.Input[str] namespace: (Updatable) Default namespace to be used for Kubernetes deployment when not specified in the manifest.
2529
+ :param pulumi.Input[str] namespace: Canary namespace to be used for Kubernetes canary deployment.
2535
2530
  :param pulumi.Input[str] strategy_type: Canary strategy type.
2536
2531
  """
2537
2532
  pulumi.set(__self__, "ingress_name", ingress_name)
@@ -2554,7 +2549,7 @@ class DeployStageCanaryStrategyArgs:
2554
2549
  @pulumi.getter
2555
2550
  def namespace(self) -> pulumi.Input[str]:
2556
2551
  """
2557
- (Updatable) Default namespace to be used for Kubernetes deployment when not specified in the manifest.
2552
+ Canary namespace to be used for Kubernetes canary deployment.
2558
2553
  """
2559
2554
  return pulumi.get(self, "namespace")
2560
2555
 
@@ -2770,7 +2765,7 @@ class DeployStageDeployStagePredecessorCollectionArgs:
2770
2765
  def __init__(__self__, *,
2771
2766
  items: pulumi.Input[Sequence[pulumi.Input['DeployStageDeployStagePredecessorCollectionItemArgs']]]):
2772
2767
  """
2773
- :param pulumi.Input[Sequence[pulumi.Input['DeployStageDeployStagePredecessorCollectionItemArgs']]] items: (Updatable) List of parameters defined to set helm value.
2768
+ :param pulumi.Input[Sequence[pulumi.Input['DeployStageDeployStagePredecessorCollectionItemArgs']]] items: (Updatable) A list of stage predecessors for a stage.
2774
2769
  """
2775
2770
  pulumi.set(__self__, "items", items)
2776
2771
 
@@ -2778,7 +2773,7 @@ class DeployStageDeployStagePredecessorCollectionArgs:
2778
2773
  @pulumi.getter
2779
2774
  def items(self) -> pulumi.Input[Sequence[pulumi.Input['DeployStageDeployStagePredecessorCollectionItemArgs']]]:
2780
2775
  """
2781
- (Updatable) List of parameters defined to set helm value.
2776
+ (Updatable) A list of stage predecessors for a stage.
2782
2777
  """
2783
2778
  return pulumi.get(self, "items")
2784
2779
 
@@ -2816,7 +2811,7 @@ class DeployStageFailurePolicyArgs:
2816
2811
  failure_count: Optional[pulumi.Input[int]] = None,
2817
2812
  failure_percentage: Optional[pulumi.Input[int]] = None):
2818
2813
  """
2819
- :param pulumi.Input[str] policy_type: (Updatable) The type of policy used for rolling out a deployment stage.
2814
+ :param pulumi.Input[str] policy_type: (Updatable) Specifies if the failure instance size is given by absolute number or by percentage.
2820
2815
  :param pulumi.Input[int] failure_count: (Updatable) The threshold count of failed instances in the group, which when reached or exceeded sets the stage as FAILED.
2821
2816
  :param pulumi.Input[int] failure_percentage: (Updatable) The failure percentage threshold, which when reached or exceeded sets the stage as FAILED. Percentage is computed as the ceiling value of the number of failed instances over the total count of the instances in the group.
2822
2817
  """
@@ -2830,7 +2825,7 @@ class DeployStageFailurePolicyArgs:
2830
2825
  @pulumi.getter(name="policyType")
2831
2826
  def policy_type(self) -> pulumi.Input[str]:
2832
2827
  """
2833
- (Updatable) The type of policy used for rolling out a deployment stage.
2828
+ (Updatable) Specifies if the failure instance size is given by absolute number or by percentage.
2834
2829
  """
2835
2830
  return pulumi.get(self, "policy_type")
2836
2831
 
@@ -2868,7 +2863,7 @@ class DeployStageGreenBackendIpsArgs:
2868
2863
  def __init__(__self__, *,
2869
2864
  items: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2870
2865
  """
2871
- :param pulumi.Input[Sequence[pulumi.Input[str]]] items: (Updatable) List of parameters defined to set helm value.
2866
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] items: (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
2872
2867
  """
2873
2868
  if items is not None:
2874
2869
  pulumi.set(__self__, "items", items)
@@ -2877,7 +2872,7 @@ class DeployStageGreenBackendIpsArgs:
2877
2872
  @pulumi.getter
2878
2873
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2879
2874
  """
2880
- (Updatable) List of parameters defined to set helm value.
2875
+ (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
2881
2876
  """
2882
2877
  return pulumi.get(self, "items")
2883
2878
 
@@ -2965,9 +2960,9 @@ class DeployStageProductionLoadBalancerConfigArgs:
2965
2960
  load_balancer_id: Optional[pulumi.Input[str]] = None,
2966
2961
  state: Optional[pulumi.Input[str]] = None):
2967
2962
  """
2968
- :param pulumi.Input[int] backend_port: (Updatable) Listen port for the backend server.
2969
- :param pulumi.Input[str] listener_name: (Updatable) Name of the load balancer listener.
2970
- :param pulumi.Input[str] load_balancer_id: (Updatable) The OCID of the load balancer.
2963
+ :param pulumi.Input[int] backend_port: Listen port for the backend server.
2964
+ :param pulumi.Input[str] listener_name: Name of the load balancer listener.
2965
+ :param pulumi.Input[str] load_balancer_id: The OCID of the load balancer.
2971
2966
  :param pulumi.Input[str] state: The current state of the deployment stage.
2972
2967
  """
2973
2968
  if backend_port is not None:
@@ -2983,7 +2978,7 @@ class DeployStageProductionLoadBalancerConfigArgs:
2983
2978
  @pulumi.getter(name="backendPort")
2984
2979
  def backend_port(self) -> Optional[pulumi.Input[int]]:
2985
2980
  """
2986
- (Updatable) Listen port for the backend server.
2981
+ Listen port for the backend server.
2987
2982
  """
2988
2983
  return pulumi.get(self, "backend_port")
2989
2984
 
@@ -2995,7 +2990,7 @@ class DeployStageProductionLoadBalancerConfigArgs:
2995
2990
  @pulumi.getter(name="listenerName")
2996
2991
  def listener_name(self) -> Optional[pulumi.Input[str]]:
2997
2992
  """
2998
- (Updatable) Name of the load balancer listener.
2993
+ Name of the load balancer listener.
2999
2994
  """
3000
2995
  return pulumi.get(self, "listener_name")
3001
2996
 
@@ -3007,7 +3002,7 @@ class DeployStageProductionLoadBalancerConfigArgs:
3007
3002
  @pulumi.getter(name="loadBalancerId")
3008
3003
  def load_balancer_id(self) -> Optional[pulumi.Input[str]]:
3009
3004
  """
3010
- (Updatable) The OCID of the load balancer.
3005
+ The OCID of the load balancer.
3011
3006
  """
3012
3007
  return pulumi.get(self, "load_balancer_id")
3013
3008
 
@@ -3033,7 +3028,7 @@ class DeployStageRollbackPolicyArgs:
3033
3028
  def __init__(__self__, *,
3034
3029
  policy_type: Optional[pulumi.Input[str]] = None):
3035
3030
  """
3036
- :param pulumi.Input[str] policy_type: (Updatable) The type of policy used for rolling out a deployment stage.
3031
+ :param pulumi.Input[str] policy_type: (Updatable) Specifies type of the deployment stage rollback policy.
3037
3032
  """
3038
3033
  if policy_type is not None:
3039
3034
  pulumi.set(__self__, "policy_type", policy_type)
@@ -3042,7 +3037,7 @@ class DeployStageRollbackPolicyArgs:
3042
3037
  @pulumi.getter(name="policyType")
3043
3038
  def policy_type(self) -> Optional[pulumi.Input[str]]:
3044
3039
  """
3045
- (Updatable) The type of policy used for rolling out a deployment stage.
3040
+ (Updatable) Specifies type of the deployment stage rollback policy.
3046
3041
  """
3047
3042
  return pulumi.get(self, "policy_type")
3048
3043
 
@@ -3383,7 +3378,7 @@ class DeploymentDeployArtifactOverrideArgumentsArgs:
3383
3378
  def __init__(__self__, *,
3384
3379
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployArtifactOverrideArgumentsItemArgs']]]] = None):
3385
3380
  """
3386
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployArtifactOverrideArgumentsItemArgs']]] items: List of arguments provided at the time of deployment.
3381
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployArtifactOverrideArgumentsItemArgs']]] items: List of artifact override arguments at the time of deployment.
3387
3382
  """
3388
3383
  if items is not None:
3389
3384
  pulumi.set(__self__, "items", items)
@@ -3392,7 +3387,7 @@ class DeploymentDeployArtifactOverrideArgumentsArgs:
3392
3387
  @pulumi.getter
3393
3388
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployArtifactOverrideArgumentsItemArgs']]]]:
3394
3389
  """
3395
- List of arguments provided at the time of deployment.
3390
+ List of artifact override arguments at the time of deployment.
3396
3391
  """
3397
3392
  return pulumi.get(self, "items")
3398
3393
 
@@ -3410,8 +3405,7 @@ class DeploymentDeployArtifactOverrideArgumentsItemArgs:
3410
3405
  """
3411
3406
  :param pulumi.Input[str] deploy_artifact_id: The OCID of the artifact to which this parameter applies.
3412
3407
  :param pulumi.Input[str] name: Name of the parameter (case-sensitive).
3413
- :param pulumi.Input[str] value: value of the argument.
3414
- * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
3408
+ :param pulumi.Input[str] value: Value of the parameter.
3415
3409
  """
3416
3410
  if deploy_artifact_id is not None:
3417
3411
  pulumi.set(__self__, "deploy_artifact_id", deploy_artifact_id)
@@ -3448,8 +3442,7 @@ class DeploymentDeployArtifactOverrideArgumentsItemArgs:
3448
3442
  @pulumi.getter
3449
3443
  def value(self) -> Optional[pulumi.Input[str]]:
3450
3444
  """
3451
- value of the argument.
3452
- * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
3445
+ Value of the parameter.
3453
3446
  """
3454
3447
  return pulumi.get(self, "value")
3455
3448
 
@@ -3463,7 +3456,7 @@ class DeploymentDeployPipelineArtifactArgs:
3463
3456
  def __init__(__self__, *,
3464
3457
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemArgs']]]] = None):
3465
3458
  """
3466
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemArgs']]] items: List of arguments provided at the time of deployment.
3459
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemArgs']]] items: A list of stage predecessors for a stage.
3467
3460
  """
3468
3461
  if items is not None:
3469
3462
  pulumi.set(__self__, "items", items)
@@ -3472,7 +3465,7 @@ class DeploymentDeployPipelineArtifactArgs:
3472
3465
  @pulumi.getter
3473
3466
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemArgs']]]]:
3474
3467
  """
3475
- List of arguments provided at the time of deployment.
3468
+ A list of stage predecessors for a stage.
3476
3469
  """
3477
3470
  return pulumi.get(self, "items")
3478
3471
 
@@ -3488,7 +3481,7 @@ class DeploymentDeployPipelineArtifactItemArgs:
3488
3481
  deploy_pipeline_stages: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs']]]] = None,
3489
3482
  display_name: Optional[pulumi.Input[str]] = None):
3490
3483
  """
3491
- :param pulumi.Input[str] deploy_artifact_id: The OCID of the artifact to which this parameter applies.
3484
+ :param pulumi.Input[str] deploy_artifact_id: The OCID of an artifact
3492
3485
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs']]] deploy_pipeline_stages: List of stages.
3493
3486
  :param pulumi.Input[str] display_name: (Updatable) Deployment display name. Avoid entering confidential information.
3494
3487
  """
@@ -3503,7 +3496,7 @@ class DeploymentDeployPipelineArtifactItemArgs:
3503
3496
  @pulumi.getter(name="deployArtifactId")
3504
3497
  def deploy_artifact_id(self) -> Optional[pulumi.Input[str]]:
3505
3498
  """
3506
- The OCID of the artifact to which this parameter applies.
3499
+ The OCID of an artifact
3507
3500
  """
3508
3501
  return pulumi.get(self, "deploy_artifact_id")
3509
3502
 
@@ -3541,7 +3534,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs:
3541
3534
  def __init__(__self__, *,
3542
3535
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs']]]] = None):
3543
3536
  """
3544
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs']]] items: List of arguments provided at the time of deployment.
3537
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs']]] items: A list of stage predecessors for a stage.
3545
3538
  """
3546
3539
  if items is not None:
3547
3540
  pulumi.set(__self__, "items", items)
@@ -3550,7 +3543,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs:
3550
3543
  @pulumi.getter
3551
3544
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs']]]]:
3552
3545
  """
3553
- List of arguments provided at the time of deployment.
3546
+ A list of stage predecessors for a stage.
3554
3547
  """
3555
3548
  return pulumi.get(self, "items")
3556
3549
 
@@ -3565,7 +3558,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs:
3565
3558
  deploy_stage_id: Optional[pulumi.Input[str]] = None,
3566
3559
  display_name: Optional[pulumi.Input[str]] = None):
3567
3560
  """
3568
- :param pulumi.Input[str] deploy_stage_id: The OCID of the stage.
3561
+ :param pulumi.Input[str] deploy_stage_id: Specifies the OCID of the stage to be redeployed.
3569
3562
  :param pulumi.Input[str] display_name: (Updatable) Deployment display name. Avoid entering confidential information.
3570
3563
  """
3571
3564
  if deploy_stage_id is not None:
@@ -3577,7 +3570,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs:
3577
3570
  @pulumi.getter(name="deployStageId")
3578
3571
  def deploy_stage_id(self) -> Optional[pulumi.Input[str]]:
3579
3572
  """
3580
- The OCID of the stage.
3573
+ Specifies the OCID of the stage to be redeployed.
3581
3574
  """
3582
3575
  return pulumi.get(self, "deploy_stage_id")
3583
3576
 
@@ -3603,7 +3596,7 @@ class DeploymentDeployPipelineEnvironmentArgs:
3603
3596
  def __init__(__self__, *,
3604
3597
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemArgs']]]] = None):
3605
3598
  """
3606
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemArgs']]] items: List of arguments provided at the time of deployment.
3599
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemArgs']]] items: A list of stage predecessors for a stage.
3607
3600
  """
3608
3601
  if items is not None:
3609
3602
  pulumi.set(__self__, "items", items)
@@ -3612,7 +3605,7 @@ class DeploymentDeployPipelineEnvironmentArgs:
3612
3605
  @pulumi.getter
3613
3606
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemArgs']]]]:
3614
3607
  """
3615
- List of arguments provided at the time of deployment.
3608
+ A list of stage predecessors for a stage.
3616
3609
  """
3617
3610
  return pulumi.get(self, "items")
3618
3611
 
@@ -3681,7 +3674,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageArgs:
3681
3674
  def __init__(__self__, *,
3682
3675
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]]] = None):
3683
3676
  """
3684
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]] items: List of arguments provided at the time of deployment.
3677
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]] items: A list of stage predecessors for a stage.
3685
3678
  """
3686
3679
  if items is not None:
3687
3680
  pulumi.set(__self__, "items", items)
@@ -3690,7 +3683,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageArgs:
3690
3683
  @pulumi.getter
3691
3684
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs']]]]:
3692
3685
  """
3693
- List of arguments provided at the time of deployment.
3686
+ A list of stage predecessors for a stage.
3694
3687
  """
3695
3688
  return pulumi.get(self, "items")
3696
3689
 
@@ -3705,7 +3698,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs:
3705
3698
  deploy_stage_id: Optional[pulumi.Input[str]] = None,
3706
3699
  display_name: Optional[pulumi.Input[str]] = None):
3707
3700
  """
3708
- :param pulumi.Input[str] deploy_stage_id: The OCID of the stage.
3701
+ :param pulumi.Input[str] deploy_stage_id: Specifies the OCID of the stage to be redeployed.
3709
3702
  :param pulumi.Input[str] display_name: (Updatable) Deployment display name. Avoid entering confidential information.
3710
3703
  """
3711
3704
  if deploy_stage_id is not None:
@@ -3717,7 +3710,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs:
3717
3710
  @pulumi.getter(name="deployStageId")
3718
3711
  def deploy_stage_id(self) -> Optional[pulumi.Input[str]]:
3719
3712
  """
3720
- The OCID of the stage.
3713
+ Specifies the OCID of the stage to be redeployed.
3721
3714
  """
3722
3715
  return pulumi.get(self, "deploy_stage_id")
3723
3716
 
@@ -3743,7 +3736,7 @@ class DeploymentDeployStageOverrideArgumentsArgs:
3743
3736
  def __init__(__self__, *,
3744
3737
  items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployStageOverrideArgumentsItemArgs']]]] = None):
3745
3738
  """
3746
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployStageOverrideArgumentsItemArgs']]] items: List of arguments provided at the time of deployment.
3739
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeployStageOverrideArgumentsItemArgs']]] items: List of stage override arguments at the time of deployment.
3747
3740
  """
3748
3741
  if items is not None:
3749
3742
  pulumi.set(__self__, "items", items)
@@ -3752,7 +3745,7 @@ class DeploymentDeployStageOverrideArgumentsArgs:
3752
3745
  @pulumi.getter
3753
3746
  def items(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeployStageOverrideArgumentsItemArgs']]]]:
3754
3747
  """
3755
- List of arguments provided at the time of deployment.
3748
+ List of stage override arguments at the time of deployment.
3756
3749
  """
3757
3750
  return pulumi.get(self, "items")
3758
3751
 
@@ -3770,8 +3763,7 @@ class DeploymentDeployStageOverrideArgumentsItemArgs:
3770
3763
  """
3771
3764
  :param pulumi.Input[str] deploy_stage_id: The OCID of the stage.
3772
3765
  :param pulumi.Input[str] name: Name of the parameter (case-sensitive).
3773
- :param pulumi.Input[str] value: value of the argument.
3774
- * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
3766
+ :param pulumi.Input[str] value: Value of the parameter.
3775
3767
  """
3776
3768
  if deploy_stage_id is not None:
3777
3769
  pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
@@ -3808,8 +3800,7 @@ class DeploymentDeployStageOverrideArgumentsItemArgs:
3808
3800
  @pulumi.getter
3809
3801
  def value(self) -> Optional[pulumi.Input[str]]:
3810
3802
  """
3811
- value of the argument.
3812
- * To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
3803
+ Value of the parameter.
3813
3804
  """
3814
3805
  return pulumi.get(self, "value")
3815
3806
 
@@ -3885,32 +3876,32 @@ class DeploymentDeploymentArgumentsItemArgs:
3885
3876
  @pulumi.input_type
3886
3877
  class DeploymentDeploymentExecutionProgressArgs:
3887
3878
  def __init__(__self__, *,
3888
- deploy_stage_execution_progresses: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs']]]] = None,
3879
+ deploy_stage_execution_progress: Optional[pulumi.Input[Mapping[str, Any]]] = None,
3889
3880
  time_finished: Optional[pulumi.Input[str]] = None,
3890
3881
  time_started: Optional[pulumi.Input[str]] = None):
3891
3882
  """
3892
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs']]] deploy_stage_execution_progresses: Map of stage OCIDs to deploy stage execution progress model.
3883
+ :param pulumi.Input[Mapping[str, Any]] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
3893
3884
  :param pulumi.Input[str] time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
3894
3885
  :param pulumi.Input[str] time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
3895
3886
  """
3896
- if deploy_stage_execution_progresses is not None:
3897
- pulumi.set(__self__, "deploy_stage_execution_progresses", deploy_stage_execution_progresses)
3887
+ if deploy_stage_execution_progress is not None:
3888
+ pulumi.set(__self__, "deploy_stage_execution_progress", deploy_stage_execution_progress)
3898
3889
  if time_finished is not None:
3899
3890
  pulumi.set(__self__, "time_finished", time_finished)
3900
3891
  if time_started is not None:
3901
3892
  pulumi.set(__self__, "time_started", time_started)
3902
3893
 
3903
3894
  @property
3904
- @pulumi.getter(name="deployStageExecutionProgresses")
3905
- def deploy_stage_execution_progresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs']]]]:
3895
+ @pulumi.getter(name="deployStageExecutionProgress")
3896
+ def deploy_stage_execution_progress(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
3906
3897
  """
3907
3898
  Map of stage OCIDs to deploy stage execution progress model.
3908
3899
  """
3909
- return pulumi.get(self, "deploy_stage_execution_progresses")
3900
+ return pulumi.get(self, "deploy_stage_execution_progress")
3910
3901
 
3911
- @deploy_stage_execution_progresses.setter
3912
- def deploy_stage_execution_progresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs']]]]):
3913
- pulumi.set(self, "deploy_stage_execution_progresses", value)
3902
+ @deploy_stage_execution_progress.setter
3903
+ def deploy_stage_execution_progress(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
3904
+ pulumi.set(self, "deploy_stage_execution_progress", value)
3914
3905
 
3915
3906
  @property
3916
3907
  @pulumi.getter(name="timeFinished")
@@ -3937,371 +3928,6 @@ class DeploymentDeploymentExecutionProgressArgs:
3937
3928
  pulumi.set(self, "time_started", value)
3938
3929
 
3939
3930
 
3940
- @pulumi.input_type
3941
- class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs:
3942
- def __init__(__self__, *,
3943
- deploy_stage_display_name: Optional[pulumi.Input[str]] = None,
3944
- deploy_stage_execution_progress_details: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs']]]] = None,
3945
- deploy_stage_id: Optional[pulumi.Input[str]] = None,
3946
- deploy_stage_predecessors: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs']]]] = None,
3947
- deploy_stage_type: Optional[pulumi.Input[str]] = None,
3948
- status: Optional[pulumi.Input[str]] = None,
3949
- time_finished: Optional[pulumi.Input[str]] = None,
3950
- time_started: Optional[pulumi.Input[str]] = None):
3951
- """
3952
- :param pulumi.Input[str] deploy_stage_display_name: Stage display name. Avoid entering confidential information.
3953
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs']]] deploy_stage_execution_progress_details: Details about stage execution for all the target environments.
3954
- :param pulumi.Input[str] deploy_stage_id: The OCID of the stage.
3955
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs']]] deploy_stage_predecessors: Collection containing the predecessors of a stage.
3956
- :param pulumi.Input[str] deploy_stage_type: Deployment stage type.
3957
- :param pulumi.Input[str] status: The current state of the stage.
3958
- :param pulumi.Input[str] time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
3959
- :param pulumi.Input[str] time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
3960
- """
3961
- if deploy_stage_display_name is not None:
3962
- pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
3963
- if deploy_stage_execution_progress_details is not None:
3964
- pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
3965
- if deploy_stage_id is not None:
3966
- pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
3967
- if deploy_stage_predecessors is not None:
3968
- pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
3969
- if deploy_stage_type is not None:
3970
- pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
3971
- if status is not None:
3972
- pulumi.set(__self__, "status", status)
3973
- if time_finished is not None:
3974
- pulumi.set(__self__, "time_finished", time_finished)
3975
- if time_started is not None:
3976
- pulumi.set(__self__, "time_started", time_started)
3977
-
3978
- @property
3979
- @pulumi.getter(name="deployStageDisplayName")
3980
- def deploy_stage_display_name(self) -> Optional[pulumi.Input[str]]:
3981
- """
3982
- Stage display name. Avoid entering confidential information.
3983
- """
3984
- return pulumi.get(self, "deploy_stage_display_name")
3985
-
3986
- @deploy_stage_display_name.setter
3987
- def deploy_stage_display_name(self, value: Optional[pulumi.Input[str]]):
3988
- pulumi.set(self, "deploy_stage_display_name", value)
3989
-
3990
- @property
3991
- @pulumi.getter(name="deployStageExecutionProgressDetails")
3992
- def deploy_stage_execution_progress_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs']]]]:
3993
- """
3994
- Details about stage execution for all the target environments.
3995
- """
3996
- return pulumi.get(self, "deploy_stage_execution_progress_details")
3997
-
3998
- @deploy_stage_execution_progress_details.setter
3999
- def deploy_stage_execution_progress_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs']]]]):
4000
- pulumi.set(self, "deploy_stage_execution_progress_details", value)
4001
-
4002
- @property
4003
- @pulumi.getter(name="deployStageId")
4004
- def deploy_stage_id(self) -> Optional[pulumi.Input[str]]:
4005
- """
4006
- The OCID of the stage.
4007
- """
4008
- return pulumi.get(self, "deploy_stage_id")
4009
-
4010
- @deploy_stage_id.setter
4011
- def deploy_stage_id(self, value: Optional[pulumi.Input[str]]):
4012
- pulumi.set(self, "deploy_stage_id", value)
4013
-
4014
- @property
4015
- @pulumi.getter(name="deployStagePredecessors")
4016
- def deploy_stage_predecessors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs']]]]:
4017
- """
4018
- Collection containing the predecessors of a stage.
4019
- """
4020
- return pulumi.get(self, "deploy_stage_predecessors")
4021
-
4022
- @deploy_stage_predecessors.setter
4023
- def deploy_stage_predecessors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs']]]]):
4024
- pulumi.set(self, "deploy_stage_predecessors", value)
4025
-
4026
- @property
4027
- @pulumi.getter(name="deployStageType")
4028
- def deploy_stage_type(self) -> Optional[pulumi.Input[str]]:
4029
- """
4030
- Deployment stage type.
4031
- """
4032
- return pulumi.get(self, "deploy_stage_type")
4033
-
4034
- @deploy_stage_type.setter
4035
- def deploy_stage_type(self, value: Optional[pulumi.Input[str]]):
4036
- pulumi.set(self, "deploy_stage_type", value)
4037
-
4038
- @property
4039
- @pulumi.getter
4040
- def status(self) -> Optional[pulumi.Input[str]]:
4041
- """
4042
- The current state of the stage.
4043
- """
4044
- return pulumi.get(self, "status")
4045
-
4046
- @status.setter
4047
- def status(self, value: Optional[pulumi.Input[str]]):
4048
- pulumi.set(self, "status", value)
4049
-
4050
- @property
4051
- @pulumi.getter(name="timeFinished")
4052
- def time_finished(self) -> Optional[pulumi.Input[str]]:
4053
- """
4054
- Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4055
- """
4056
- return pulumi.get(self, "time_finished")
4057
-
4058
- @time_finished.setter
4059
- def time_finished(self, value: Optional[pulumi.Input[str]]):
4060
- pulumi.set(self, "time_finished", value)
4061
-
4062
- @property
4063
- @pulumi.getter(name="timeStarted")
4064
- def time_started(self) -> Optional[pulumi.Input[str]]:
4065
- """
4066
- Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4067
- """
4068
- return pulumi.get(self, "time_started")
4069
-
4070
- @time_started.setter
4071
- def time_started(self, value: Optional[pulumi.Input[str]]):
4072
- pulumi.set(self, "time_started", value)
4073
-
4074
-
4075
- @pulumi.input_type
4076
- class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs:
4077
- def __init__(__self__, *,
4078
- rollback_steps: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs']]]] = None,
4079
- steps: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs']]]] = None,
4080
- target_group: Optional[pulumi.Input[str]] = None,
4081
- target_id: Optional[pulumi.Input[str]] = None):
4082
- """
4083
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs']]] rollback_steps: Details about all the rollback steps for one target environment.
4084
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs']]] steps: Details about all the steps for one target environment.
4085
- :param pulumi.Input[str] target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
4086
- :param pulumi.Input[str] target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
4087
- """
4088
- if rollback_steps is not None:
4089
- pulumi.set(__self__, "rollback_steps", rollback_steps)
4090
- if steps is not None:
4091
- pulumi.set(__self__, "steps", steps)
4092
- if target_group is not None:
4093
- pulumi.set(__self__, "target_group", target_group)
4094
- if target_id is not None:
4095
- pulumi.set(__self__, "target_id", target_id)
4096
-
4097
- @property
4098
- @pulumi.getter(name="rollbackSteps")
4099
- def rollback_steps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs']]]]:
4100
- """
4101
- Details about all the rollback steps for one target environment.
4102
- """
4103
- return pulumi.get(self, "rollback_steps")
4104
-
4105
- @rollback_steps.setter
4106
- def rollback_steps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs']]]]):
4107
- pulumi.set(self, "rollback_steps", value)
4108
-
4109
- @property
4110
- @pulumi.getter
4111
- def steps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs']]]]:
4112
- """
4113
- Details about all the steps for one target environment.
4114
- """
4115
- return pulumi.get(self, "steps")
4116
-
4117
- @steps.setter
4118
- def steps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs']]]]):
4119
- pulumi.set(self, "steps", value)
4120
-
4121
- @property
4122
- @pulumi.getter(name="targetGroup")
4123
- def target_group(self) -> Optional[pulumi.Input[str]]:
4124
- """
4125
- Group for the target environment for example, the batch number for an Instance Group deployment.
4126
- """
4127
- return pulumi.get(self, "target_group")
4128
-
4129
- @target_group.setter
4130
- def target_group(self, value: Optional[pulumi.Input[str]]):
4131
- pulumi.set(self, "target_group", value)
4132
-
4133
- @property
4134
- @pulumi.getter(name="targetId")
4135
- def target_id(self) -> Optional[pulumi.Input[str]]:
4136
- """
4137
- The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
4138
- """
4139
- return pulumi.get(self, "target_id")
4140
-
4141
- @target_id.setter
4142
- def target_id(self, value: Optional[pulumi.Input[str]]):
4143
- pulumi.set(self, "target_id", value)
4144
-
4145
-
4146
- @pulumi.input_type
4147
- class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs:
4148
- def __init__(__self__, *,
4149
- name: Optional[pulumi.Input[str]] = None,
4150
- state: Optional[pulumi.Input[str]] = None,
4151
- time_finished: Optional[pulumi.Input[str]] = None,
4152
- time_started: Optional[pulumi.Input[str]] = None):
4153
- """
4154
- :param pulumi.Input[str] name: Name of the parameter (case-sensitive).
4155
- :param pulumi.Input[str] state: The current state of the deployment.
4156
- :param pulumi.Input[str] time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4157
- :param pulumi.Input[str] time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4158
- """
4159
- if name is not None:
4160
- pulumi.set(__self__, "name", name)
4161
- if state is not None:
4162
- pulumi.set(__self__, "state", state)
4163
- if time_finished is not None:
4164
- pulumi.set(__self__, "time_finished", time_finished)
4165
- if time_started is not None:
4166
- pulumi.set(__self__, "time_started", time_started)
4167
-
4168
- @property
4169
- @pulumi.getter
4170
- def name(self) -> Optional[pulumi.Input[str]]:
4171
- """
4172
- Name of the parameter (case-sensitive).
4173
- """
4174
- return pulumi.get(self, "name")
4175
-
4176
- @name.setter
4177
- def name(self, value: Optional[pulumi.Input[str]]):
4178
- pulumi.set(self, "name", value)
4179
-
4180
- @property
4181
- @pulumi.getter
4182
- def state(self) -> Optional[pulumi.Input[str]]:
4183
- """
4184
- The current state of the deployment.
4185
- """
4186
- return pulumi.get(self, "state")
4187
-
4188
- @state.setter
4189
- def state(self, value: Optional[pulumi.Input[str]]):
4190
- pulumi.set(self, "state", value)
4191
-
4192
- @property
4193
- @pulumi.getter(name="timeFinished")
4194
- def time_finished(self) -> Optional[pulumi.Input[str]]:
4195
- """
4196
- Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4197
- """
4198
- return pulumi.get(self, "time_finished")
4199
-
4200
- @time_finished.setter
4201
- def time_finished(self, value: Optional[pulumi.Input[str]]):
4202
- pulumi.set(self, "time_finished", value)
4203
-
4204
- @property
4205
- @pulumi.getter(name="timeStarted")
4206
- def time_started(self) -> Optional[pulumi.Input[str]]:
4207
- """
4208
- Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4209
- """
4210
- return pulumi.get(self, "time_started")
4211
-
4212
- @time_started.setter
4213
- def time_started(self, value: Optional[pulumi.Input[str]]):
4214
- pulumi.set(self, "time_started", value)
4215
-
4216
-
4217
- @pulumi.input_type
4218
- class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs:
4219
- def __init__(__self__, *,
4220
- name: Optional[pulumi.Input[str]] = None,
4221
- state: Optional[pulumi.Input[str]] = None,
4222
- time_finished: Optional[pulumi.Input[str]] = None,
4223
- time_started: Optional[pulumi.Input[str]] = None):
4224
- """
4225
- :param pulumi.Input[str] name: Name of the parameter (case-sensitive).
4226
- :param pulumi.Input[str] state: The current state of the deployment.
4227
- :param pulumi.Input[str] time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4228
- :param pulumi.Input[str] time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4229
- """
4230
- if name is not None:
4231
- pulumi.set(__self__, "name", name)
4232
- if state is not None:
4233
- pulumi.set(__self__, "state", state)
4234
- if time_finished is not None:
4235
- pulumi.set(__self__, "time_finished", time_finished)
4236
- if time_started is not None:
4237
- pulumi.set(__self__, "time_started", time_started)
4238
-
4239
- @property
4240
- @pulumi.getter
4241
- def name(self) -> Optional[pulumi.Input[str]]:
4242
- """
4243
- Name of the parameter (case-sensitive).
4244
- """
4245
- return pulumi.get(self, "name")
4246
-
4247
- @name.setter
4248
- def name(self, value: Optional[pulumi.Input[str]]):
4249
- pulumi.set(self, "name", value)
4250
-
4251
- @property
4252
- @pulumi.getter
4253
- def state(self) -> Optional[pulumi.Input[str]]:
4254
- """
4255
- The current state of the deployment.
4256
- """
4257
- return pulumi.get(self, "state")
4258
-
4259
- @state.setter
4260
- def state(self, value: Optional[pulumi.Input[str]]):
4261
- pulumi.set(self, "state", value)
4262
-
4263
- @property
4264
- @pulumi.getter(name="timeFinished")
4265
- def time_finished(self) -> Optional[pulumi.Input[str]]:
4266
- """
4267
- Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4268
- """
4269
- return pulumi.get(self, "time_finished")
4270
-
4271
- @time_finished.setter
4272
- def time_finished(self, value: Optional[pulumi.Input[str]]):
4273
- pulumi.set(self, "time_finished", value)
4274
-
4275
- @property
4276
- @pulumi.getter(name="timeStarted")
4277
- def time_started(self) -> Optional[pulumi.Input[str]]:
4278
- """
4279
- Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
4280
- """
4281
- return pulumi.get(self, "time_started")
4282
-
4283
- @time_started.setter
4284
- def time_started(self, value: Optional[pulumi.Input[str]]):
4285
- pulumi.set(self, "time_started", value)
4286
-
4287
-
4288
- @pulumi.input_type
4289
- class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs:
4290
- def __init__(__self__, *,
4291
- deploy_stage_predecessor: Optional[pulumi.Input[str]] = None):
4292
- if deploy_stage_predecessor is not None:
4293
- pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
4294
-
4295
- @property
4296
- @pulumi.getter(name="deployStagePredecessor")
4297
- def deploy_stage_predecessor(self) -> Optional[pulumi.Input[str]]:
4298
- return pulumi.get(self, "deploy_stage_predecessor")
4299
-
4300
- @deploy_stage_predecessor.setter
4301
- def deploy_stage_predecessor(self, value: Optional[pulumi.Input[str]]):
4302
- pulumi.set(self, "deploy_stage_predecessor", value)
4303
-
4304
-
4305
3931
  @pulumi.input_type
4306
3932
  class ProjectNotificationConfigArgs:
4307
3933
  def __init__(__self__, *,
@@ -4487,10 +4113,6 @@ class TriggerActionFilterArgs:
4487
4113
  include: Optional[pulumi.Input['TriggerActionFilterIncludeArgs']] = None):
4488
4114
  """
4489
4115
  :param pulumi.Input[str] trigger_source: (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
4490
-
4491
-
4492
- ** IMPORTANT **
4493
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4494
4116
  :param pulumi.Input[Sequence[pulumi.Input[str]]] events: (Updatable) The events, for example, PUSH, PULL_REQUEST_MERGE.
4495
4117
  :param pulumi.Input['TriggerActionFilterExcludeArgs'] exclude: (Updatable) Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
4496
4118
  :param pulumi.Input['TriggerActionFilterIncludeArgs'] include: (Updatable) Attributes to filter GitLab self-hosted server events.
@@ -4508,10 +4130,6 @@ class TriggerActionFilterArgs:
4508
4130
  def trigger_source(self) -> pulumi.Input[str]:
4509
4131
  """
4510
4132
  (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
4511
-
4512
-
4513
- ** IMPORTANT **
4514
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4515
4133
  """
4516
4134
  return pulumi.get(self, "trigger_source")
4517
4135