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.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +10 -8
- pulumi_oci/aianomalydetection/outputs.py +22 -8
- pulumi_oci/aidocument/_inputs.py +22 -18
- pulumi_oci/aidocument/outputs.py +36 -18
- pulumi_oci/ailanguage/_inputs.py +4 -20
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +4 -20
- pulumi_oci/aivision/_inputs.py +0 -16
- pulumi_oci/aivision/outputs.py +0 -16
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +206 -414
- pulumi_oci/apigateway/outputs.py +206 -414
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +18 -26
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +18 -26
- pulumi_oci/autoscaling/_inputs.py +14 -16
- pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
- pulumi_oci/autoscaling/outputs.py +14 -16
- pulumi_oci/bigdataservice/__init__.py +1 -0
- pulumi_oci/bigdataservice/_inputs.py +135 -46
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
- pulumi_oci/bigdataservice/outputs.py +206 -50
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +9 -0
- pulumi_oci/cloudguard/_inputs.py +1066 -488
- pulumi_oci/cloudguard/adhoc_query.py +596 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
- pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +95 -53
- pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
- pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +11 -7
- pulumi_oci/cloudguard/get_data_sources.py +24 -20
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +19 -17
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +5 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
- pulumi_oci/cloudguard/get_saved_queries.py +190 -0
- pulumi_oci/cloudguard/get_saved_query.py +235 -0
- pulumi_oci/cloudguard/get_security_policies.py +14 -12
- pulumi_oci/cloudguard/get_security_policy.py +12 -8
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +14 -12
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +17 -15
- pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
- pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +3493 -1808
- pulumi_oci/cloudguard/responder_recipe.py +41 -39
- pulumi_oci/cloudguard/saved_query.py +595 -0
- pulumi_oci/cloudguard/security_recipe.py +43 -27
- pulumi_oci/cloudguard/security_zone.py +22 -20
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudguard/wlp_agent.py +654 -0
- pulumi_oci/cloudmigrations/_inputs.py +222 -496
- pulumi_oci/cloudmigrations/outputs.py +222 -496
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +7 -35
- pulumi_oci/core/_inputs.py +404 -670
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +4 -20
- pulumi_oci/core/drg_route_table_route_rule.py +7 -0
- pulumi_oci/core/get_image.py +4 -0
- pulumi_oci/core/get_instance.py +4 -0
- pulumi_oci/core/get_public_ip.py +4 -0
- pulumi_oci/core/get_public_ips.py +8 -0
- pulumi_oci/core/get_vtap.py +2 -0
- pulumi_oci/core/get_vtaps.py +2 -0
- pulumi_oci/core/image.py +56 -0
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +70 -28
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +28 -105
- pulumi_oci/core/outputs.py +748 -668
- pulumi_oci/core/public_ip.py +8 -0
- pulumi_oci/core/vnic_attachment.py +8 -24
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +14 -0
- pulumi_oci/database/_inputs.py +188 -220
- pulumi_oci/database/autonomous_database.py +21 -7
- pulumi_oci/database/autonomous_database_wallet.py +28 -0
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +14 -0
- pulumi_oci/database/database.py +28 -44
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +0 -13
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/outputs.py +188 -220
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +12 -36
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +12 -36
- pulumi_oci/dataintegration/_inputs.py +318 -330
- pulumi_oci/dataintegration/outputs.py +318 -330
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +72 -80
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +72 -80
- pulumi_oci/datasafe/report_definition.py +8 -24
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +337 -65
- pulumi_oci/datascience/get_job_run.py +11 -1
- pulumi_oci/datascience/get_model_deployment.py +11 -1
- pulumi_oci/datascience/get_pipeline.py +3 -0
- pulumi_oci/datascience/get_pipeline_run.py +14 -1
- pulumi_oci/datascience/job_run.py +52 -3
- pulumi_oci/datascience/model_deployment.py +51 -2
- pulumi_oci/datascience/outputs.py +767 -104
- pulumi_oci/datascience/pipeline.py +34 -14
- pulumi_oci/datascience/pipeline_run.py +65 -0
- pulumi_oci/devops/_inputs.py +80 -462
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +208 -1141
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +20 -8
- pulumi_oci/dns/outputs.py +42 -8
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +42 -0
- pulumi_oci/events/_inputs.py +4 -12
- pulumi_oci/events/outputs.py +4 -12
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +2 -4
- pulumi_oci/goldengate/outputs.py +2 -4
- pulumi_oci/identity/_inputs.py +4860 -5954
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +119 -140
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
- pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_policy.py +35 -49
- pulumi_oci/identity/domains_rule.py +28 -21
- pulumi_oci/identity/domains_setting.py +35 -21
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +189 -175
- pulumi_oci/identity/domains_user_db_credential.py +37 -41
- pulumi_oci/identity/outputs.py +4913 -6007
- pulumi_oci/integration/_inputs.py +4 -0
- pulumi_oci/integration/outputs.py +16 -4
- pulumi_oci/jms/_inputs.py +0 -8
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
- pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
- pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
- pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
- pulumi_oci/jms/outputs.py +38 -24
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +18 -30
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +18 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/outputs.py +26 -34
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +2 -46
- pulumi_oci/managementagent/outputs.py +2 -46
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +8 -32
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +22 -38
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +8 -32
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +21 -0
- pulumi_oci/monitoring/get_alarm.py +3 -0
- pulumi_oci/monitoring/outputs.py +10 -4
- pulumi_oci/mysql/_inputs.py +30 -22
- pulumi_oci/mysql/outputs.py +30 -22
- pulumi_oci/mysql/replica.py +12 -28
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
- pulumi_oci/networkfirewall/outputs.py +4 -0
- pulumi_oci/networkloadbalancer/_inputs.py +10 -26
- pulumi_oci/networkloadbalancer/outputs.py +10 -26
- pulumi_oci/nosql/_inputs.py +4 -12
- pulumi_oci/nosql/outputs.py +4 -12
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +86 -42
- pulumi_oci/ocvp/get_retrieve_password.py +1 -0
- pulumi_oci/ocvp/outputs.py +86 -42
- pulumi_oci/ocvp/sddc.py +49 -77
- pulumi_oci/ons/subscription.py +63 -0
- pulumi_oci/opa/_inputs.py +6 -2
- pulumi_oci/opa/outputs.py +18 -6
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +2 -10
- pulumi_oci/osmanagement/outputs.py +2 -10
- pulumi_oci/osmanagementhub/_inputs.py +24 -8
- pulumi_oci/osmanagementhub/event.py +32 -0
- pulumi_oci/osmanagementhub/get_event.py +8 -0
- pulumi_oci/osmanagementhub/get_events.py +8 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +40 -8
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +10 -18
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +10 -18
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +77 -26
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +8 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +8 -24
- pulumi_oci/stackmonitoring/_inputs.py +40 -56
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +40 -56
- pulumi_oci/visualbuilder/_inputs.py +6 -2
- pulumi_oci/visualbuilder/outputs.py +18 -6
- pulumi_oci/vnmonitoring/_inputs.py +10 -42
- pulumi_oci/vnmonitoring/outputs.py +10 -42
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +133 -205
- pulumi_oci/waas/outputs.py +133 -205
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +36 -30
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +36 -30
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
pulumi_oci/devops/outputs.py
CHANGED
@@ -96,11 +96,6 @@ __all__ = [
|
|
96
96
|
'DeploymentDeploymentArguments',
|
97
97
|
'DeploymentDeploymentArgumentsItem',
|
98
98
|
'DeploymentDeploymentExecutionProgress',
|
99
|
-
'DeploymentDeploymentExecutionProgressDeployStageExecutionProgress',
|
100
|
-
'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail',
|
101
|
-
'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep',
|
102
|
-
'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep',
|
103
|
-
'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor',
|
104
99
|
'ProjectNotificationConfig',
|
105
100
|
'RepositoryMirrorRepositoryConfig',
|
106
101
|
'RepositoryMirrorRepositoryConfigTriggerSchedule',
|
@@ -277,11 +272,6 @@ __all__ = [
|
|
277
272
|
'GetDeploymentDeploymentArgumentResult',
|
278
273
|
'GetDeploymentDeploymentArgumentItemResult',
|
279
274
|
'GetDeploymentDeploymentExecutionProgressResult',
|
280
|
-
'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult',
|
281
|
-
'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult',
|
282
|
-
'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult',
|
283
|
-
'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult',
|
284
|
-
'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult',
|
285
275
|
'GetDeploymentsDeploymentCollectionResult',
|
286
276
|
'GetDeploymentsDeploymentCollectionItemResult',
|
287
277
|
'GetDeploymentsDeploymentCollectionItemDeployArtifactOverrideArgumentResult',
|
@@ -299,11 +289,6 @@ __all__ = [
|
|
299
289
|
'GetDeploymentsDeploymentCollectionItemDeploymentArgumentResult',
|
300
290
|
'GetDeploymentsDeploymentCollectionItemDeploymentArgumentItemResult',
|
301
291
|
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult',
|
302
|
-
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressResult',
|
303
|
-
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult',
|
304
|
-
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult',
|
305
|
-
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult',
|
306
|
-
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult',
|
307
292
|
'GetDeploymentsFilterResult',
|
308
293
|
'GetProjectNotificationConfigResult',
|
309
294
|
'GetProjectsFilterResult',
|
@@ -409,7 +394,7 @@ class BuildPipelineBuildPipelineParametersItem(dict):
|
|
409
394
|
"""
|
410
395
|
:param str default_value: (Updatable) Default value of the parameter.
|
411
396
|
:param 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'
|
412
|
-
:param str description: (Updatable)
|
397
|
+
:param str description: (Updatable) Description of the parameter.
|
413
398
|
"""
|
414
399
|
pulumi.set(__self__, "default_value", default_value)
|
415
400
|
pulumi.set(__self__, "name", name)
|
@@ -436,7 +421,7 @@ class BuildPipelineBuildPipelineParametersItem(dict):
|
|
436
421
|
@pulumi.getter
|
437
422
|
def description(self) -> Optional[str]:
|
438
423
|
"""
|
439
|
-
(Updatable)
|
424
|
+
(Updatable) Description of the parameter.
|
440
425
|
"""
|
441
426
|
return pulumi.get(self, "description")
|
442
427
|
|
@@ -446,7 +431,7 @@ class BuildPipelineStageBuildPipelineStagePredecessorCollection(dict):
|
|
446
431
|
def __init__(__self__, *,
|
447
432
|
items: Sequence['outputs.BuildPipelineStageBuildPipelineStagePredecessorCollectionItem']):
|
448
433
|
"""
|
449
|
-
:param Sequence['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs'] items: (Updatable)
|
434
|
+
:param Sequence['BuildPipelineStageBuildPipelineStagePredecessorCollectionItemArgs'] items: (Updatable) A list of build pipeline stage predecessors for a stage.
|
450
435
|
"""
|
451
436
|
pulumi.set(__self__, "items", items)
|
452
437
|
|
@@ -454,7 +439,7 @@ class BuildPipelineStageBuildPipelineStagePredecessorCollection(dict):
|
|
454
439
|
@pulumi.getter
|
455
440
|
def items(self) -> Sequence['outputs.BuildPipelineStageBuildPipelineStagePredecessorCollectionItem']:
|
456
441
|
"""
|
457
|
-
(Updatable)
|
442
|
+
(Updatable) A list of build pipeline stage predecessors for a stage.
|
458
443
|
"""
|
459
444
|
return pulumi.get(self, "items")
|
460
445
|
|
@@ -543,7 +528,7 @@ class BuildPipelineStageBuildSourceCollection(dict):
|
|
543
528
|
def __init__(__self__, *,
|
544
529
|
items: Optional[Sequence['outputs.BuildPipelineStageBuildSourceCollectionItem']] = None):
|
545
530
|
"""
|
546
|
-
:param Sequence['BuildPipelineStageBuildSourceCollectionItemArgs'] items: (Updatable) Collection of
|
531
|
+
:param Sequence['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.
|
547
532
|
"""
|
548
533
|
if items is not None:
|
549
534
|
pulumi.set(__self__, "items", items)
|
@@ -552,7 +537,7 @@ class BuildPipelineStageBuildSourceCollection(dict):
|
|
552
537
|
@pulumi.getter
|
553
538
|
def items(self) -> Optional[Sequence['outputs.BuildPipelineStageBuildSourceCollectionItem']]:
|
554
539
|
"""
|
555
|
-
(Updatable) Collection of
|
540
|
+
(Updatable) Collection of build sources. In case of UPDATE operation, replaces existing build sources list. Merging with existing build sources is not supported.
|
556
541
|
"""
|
557
542
|
return pulumi.get(self, "items")
|
558
543
|
|
@@ -928,7 +913,7 @@ class BuildRunBuildOutputArtifactOverrideParameter(dict):
|
|
928
913
|
def __init__(__self__, *,
|
929
914
|
items: Optional[Sequence['outputs.BuildRunBuildOutputArtifactOverrideParameterItem']] = None):
|
930
915
|
"""
|
931
|
-
:param Sequence['BuildRunBuildOutputArtifactOverrideParameterItemArgs'] items: List of
|
916
|
+
:param Sequence['BuildRunBuildOutputArtifactOverrideParameterItemArgs'] items: List of exported variables.
|
932
917
|
"""
|
933
918
|
if items is not None:
|
934
919
|
pulumi.set(__self__, "items", items)
|
@@ -937,7 +922,7 @@ class BuildRunBuildOutputArtifactOverrideParameter(dict):
|
|
937
922
|
@pulumi.getter
|
938
923
|
def items(self) -> Optional[Sequence['outputs.BuildRunBuildOutputArtifactOverrideParameterItem']]:
|
939
924
|
"""
|
940
|
-
List of
|
925
|
+
List of exported variables.
|
941
926
|
"""
|
942
927
|
return pulumi.get(self, "items")
|
943
928
|
|
@@ -967,7 +952,7 @@ class BuildRunBuildOutputArtifactOverrideParameterItem(dict):
|
|
967
952
|
value: Optional[str] = None):
|
968
953
|
"""
|
969
954
|
:param str deploy_artifact_id: The OCID of the deployment artifact definition.
|
970
|
-
:param str name: Name of the
|
955
|
+
:param str name: Name of the step.
|
971
956
|
:param str value: Value of the argument.
|
972
957
|
"""
|
973
958
|
if deploy_artifact_id is not None:
|
@@ -989,7 +974,7 @@ class BuildRunBuildOutputArtifactOverrideParameterItem(dict):
|
|
989
974
|
@pulumi.getter
|
990
975
|
def name(self) -> Optional[str]:
|
991
976
|
"""
|
992
|
-
Name of the
|
977
|
+
Name of the step.
|
993
978
|
"""
|
994
979
|
return pulumi.get(self, "name")
|
995
980
|
|
@@ -1007,7 +992,7 @@ class BuildRunBuildOutputDeliveredArtifact(dict):
|
|
1007
992
|
def __init__(__self__, *,
|
1008
993
|
items: Optional[Sequence['outputs.BuildRunBuildOutputDeliveredArtifactItem']] = None):
|
1009
994
|
"""
|
1010
|
-
:param Sequence['BuildRunBuildOutputDeliveredArtifactItemArgs'] items: List of
|
995
|
+
:param Sequence['BuildRunBuildOutputDeliveredArtifactItemArgs'] items: List of exported variables.
|
1011
996
|
"""
|
1012
997
|
if items is not None:
|
1013
998
|
pulumi.set(__self__, "items", items)
|
@@ -1016,7 +1001,7 @@ class BuildRunBuildOutputDeliveredArtifact(dict):
|
|
1016
1001
|
@pulumi.getter
|
1017
1002
|
def items(self) -> Optional[Sequence['outputs.BuildRunBuildOutputDeliveredArtifactItem']]:
|
1018
1003
|
"""
|
1019
|
-
List of
|
1004
|
+
List of exported variables.
|
1020
1005
|
"""
|
1021
1006
|
return pulumi.get(self, "items")
|
1022
1007
|
|
@@ -1170,7 +1155,7 @@ class BuildRunBuildOutputExportedVariable(dict):
|
|
1170
1155
|
def __init__(__self__, *,
|
1171
1156
|
items: Optional[Sequence['outputs.BuildRunBuildOutputExportedVariableItem']] = None):
|
1172
1157
|
"""
|
1173
|
-
:param Sequence['BuildRunBuildOutputExportedVariableItemArgs'] items: List of
|
1158
|
+
:param Sequence['BuildRunBuildOutputExportedVariableItemArgs'] items: List of exported variables.
|
1174
1159
|
"""
|
1175
1160
|
if items is not None:
|
1176
1161
|
pulumi.set(__self__, "items", items)
|
@@ -1179,7 +1164,7 @@ class BuildRunBuildOutputExportedVariable(dict):
|
|
1179
1164
|
@pulumi.getter
|
1180
1165
|
def items(self) -> Optional[Sequence['outputs.BuildRunBuildOutputExportedVariableItem']]:
|
1181
1166
|
"""
|
1182
|
-
List of
|
1167
|
+
List of exported variables.
|
1183
1168
|
"""
|
1184
1169
|
return pulumi.get(self, "items")
|
1185
1170
|
|
@@ -1190,7 +1175,7 @@ class BuildRunBuildOutputExportedVariableItem(dict):
|
|
1190
1175
|
name: Optional[str] = None,
|
1191
1176
|
value: Optional[str] = None):
|
1192
1177
|
"""
|
1193
|
-
:param str name: Name of the
|
1178
|
+
:param str name: Name of the step.
|
1194
1179
|
:param str value: Value of the argument.
|
1195
1180
|
"""
|
1196
1181
|
if name is not None:
|
@@ -1202,7 +1187,7 @@ class BuildRunBuildOutputExportedVariableItem(dict):
|
|
1202
1187
|
@pulumi.getter
|
1203
1188
|
def name(self) -> Optional[str]:
|
1204
1189
|
"""
|
1205
|
-
Name of the
|
1190
|
+
Name of the step.
|
1206
1191
|
"""
|
1207
1192
|
return pulumi.get(self, "name")
|
1208
1193
|
|
@@ -1220,7 +1205,7 @@ class BuildRunBuildOutputVulnerabilityAuditSummaryCollection(dict):
|
|
1220
1205
|
def __init__(__self__, *,
|
1221
1206
|
items: Optional[Sequence['outputs.BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem']] = None):
|
1222
1207
|
"""
|
1223
|
-
:param Sequence['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs'] items: List of
|
1208
|
+
:param Sequence['BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItemArgs'] items: List of exported variables.
|
1224
1209
|
"""
|
1225
1210
|
if items is not None:
|
1226
1211
|
pulumi.set(__self__, "items", items)
|
@@ -1229,7 +1214,7 @@ class BuildRunBuildOutputVulnerabilityAuditSummaryCollection(dict):
|
|
1229
1214
|
@pulumi.getter
|
1230
1215
|
def items(self) -> Optional[Sequence['outputs.BuildRunBuildOutputVulnerabilityAuditSummaryCollectionItem']]:
|
1231
1216
|
"""
|
1232
|
-
List of
|
1217
|
+
List of exported variables.
|
1233
1218
|
"""
|
1234
1219
|
return pulumi.get(self, "items")
|
1235
1220
|
|
@@ -2393,7 +2378,7 @@ class DeployPipelineDeployPipelineArtifact(dict):
|
|
2393
2378
|
def __init__(__self__, *,
|
2394
2379
|
items: Optional[Sequence['outputs.DeployPipelineDeployPipelineArtifactItem']] = None):
|
2395
2380
|
"""
|
2396
|
-
:param Sequence['DeployPipelineDeployPipelineArtifactItemArgs'] items:
|
2381
|
+
:param Sequence['DeployPipelineDeployPipelineArtifactItemArgs'] items: List of parameters defined for a deployment pipeline.
|
2397
2382
|
"""
|
2398
2383
|
if items is not None:
|
2399
2384
|
pulumi.set(__self__, "items", items)
|
@@ -2402,7 +2387,7 @@ class DeployPipelineDeployPipelineArtifact(dict):
|
|
2402
2387
|
@pulumi.getter
|
2403
2388
|
def items(self) -> Optional[Sequence['outputs.DeployPipelineDeployPipelineArtifactItem']]:
|
2404
2389
|
"""
|
2405
|
-
|
2390
|
+
List of parameters defined for a deployment pipeline.
|
2406
2391
|
"""
|
2407
2392
|
return pulumi.get(self, "items")
|
2408
2393
|
|
@@ -2476,7 +2461,7 @@ class DeployPipelineDeployPipelineArtifactItemDeployPipelineStage(dict):
|
|
2476
2461
|
def __init__(__self__, *,
|
2477
2462
|
items: Optional[Sequence['outputs.DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItem']] = None):
|
2478
2463
|
"""
|
2479
|
-
:param Sequence['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs'] items:
|
2464
|
+
:param Sequence['DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItemArgs'] items: List of parameters defined for a deployment pipeline.
|
2480
2465
|
"""
|
2481
2466
|
if items is not None:
|
2482
2467
|
pulumi.set(__self__, "items", items)
|
@@ -2485,7 +2470,7 @@ class DeployPipelineDeployPipelineArtifactItemDeployPipelineStage(dict):
|
|
2485
2470
|
@pulumi.getter
|
2486
2471
|
def items(self) -> Optional[Sequence['outputs.DeployPipelineDeployPipelineArtifactItemDeployPipelineStageItem']]:
|
2487
2472
|
"""
|
2488
|
-
|
2473
|
+
List of parameters defined for a deployment pipeline.
|
2489
2474
|
"""
|
2490
2475
|
return pulumi.get(self, "items")
|
2491
2476
|
|
@@ -2545,7 +2530,7 @@ class DeployPipelineDeployPipelineEnvironment(dict):
|
|
2545
2530
|
def __init__(__self__, *,
|
2546
2531
|
items: Optional[Sequence['outputs.DeployPipelineDeployPipelineEnvironmentItem']] = None):
|
2547
2532
|
"""
|
2548
|
-
:param Sequence['DeployPipelineDeployPipelineEnvironmentItemArgs'] items:
|
2533
|
+
:param Sequence['DeployPipelineDeployPipelineEnvironmentItemArgs'] items: List of parameters defined for a deployment pipeline.
|
2549
2534
|
"""
|
2550
2535
|
if items is not None:
|
2551
2536
|
pulumi.set(__self__, "items", items)
|
@@ -2554,7 +2539,7 @@ class DeployPipelineDeployPipelineEnvironment(dict):
|
|
2554
2539
|
@pulumi.getter
|
2555
2540
|
def items(self) -> Optional[Sequence['outputs.DeployPipelineDeployPipelineEnvironmentItem']]:
|
2556
2541
|
"""
|
2557
|
-
|
2542
|
+
List of parameters defined for a deployment pipeline.
|
2558
2543
|
"""
|
2559
2544
|
return pulumi.get(self, "items")
|
2560
2545
|
|
@@ -2628,7 +2613,7 @@ class DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStage(dict):
|
|
2628
2613
|
def __init__(__self__, *,
|
2629
2614
|
items: Optional[Sequence['outputs.DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItem']] = None):
|
2630
2615
|
"""
|
2631
|
-
:param Sequence['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs'] items:
|
2616
|
+
:param Sequence['DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItemArgs'] items: List of parameters defined for a deployment pipeline.
|
2632
2617
|
"""
|
2633
2618
|
if items is not None:
|
2634
2619
|
pulumi.set(__self__, "items", items)
|
@@ -2637,7 +2622,7 @@ class DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStage(dict):
|
|
2637
2622
|
@pulumi.getter
|
2638
2623
|
def items(self) -> Optional[Sequence['outputs.DeployPipelineDeployPipelineEnvironmentItemDeployPipelineStageItem']]:
|
2639
2624
|
"""
|
2640
|
-
|
2625
|
+
List of parameters defined for a deployment pipeline.
|
2641
2626
|
"""
|
2642
2627
|
return pulumi.get(self, "items")
|
2643
2628
|
|
@@ -2736,7 +2721,7 @@ class DeployPipelineDeployPipelineParametersItem(dict):
|
|
2736
2721
|
"""
|
2737
2722
|
:param str name: (Updatable) Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
|
2738
2723
|
:param str default_value: (Updatable) Default value of the parameter.
|
2739
|
-
:param str description: (Updatable)
|
2724
|
+
:param str description: (Updatable) Description of the parameter.
|
2740
2725
|
"""
|
2741
2726
|
pulumi.set(__self__, "name", name)
|
2742
2727
|
if default_value is not None:
|
@@ -2764,7 +2749,7 @@ class DeployPipelineDeployPipelineParametersItem(dict):
|
|
2764
2749
|
@pulumi.getter
|
2765
2750
|
def description(self) -> Optional[str]:
|
2766
2751
|
"""
|
2767
|
-
(Updatable)
|
2752
|
+
(Updatable) Description of the parameter.
|
2768
2753
|
"""
|
2769
2754
|
return pulumi.get(self, "description")
|
2770
2755
|
|
@@ -2822,7 +2807,7 @@ class DeployStageBlueBackendIps(dict):
|
|
2822
2807
|
def __init__(__self__, *,
|
2823
2808
|
items: Optional[Sequence[str]] = None):
|
2824
2809
|
"""
|
2825
|
-
:param Sequence[str] items: (Updatable)
|
2810
|
+
:param Sequence[str] items: (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
|
2826
2811
|
"""
|
2827
2812
|
if items is not None:
|
2828
2813
|
pulumi.set(__self__, "items", items)
|
@@ -2831,7 +2816,7 @@ class DeployStageBlueBackendIps(dict):
|
|
2831
2816
|
@pulumi.getter
|
2832
2817
|
def items(self) -> Optional[Sequence[str]]:
|
2833
2818
|
"""
|
2834
|
-
(Updatable)
|
2819
|
+
(Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
|
2835
2820
|
"""
|
2836
2821
|
return pulumi.get(self, "items")
|
2837
2822
|
|
@@ -2870,7 +2855,7 @@ class DeployStageBlueGreenStrategy(dict):
|
|
2870
2855
|
:param str ingress_name: Name of the Ingress resource.
|
2871
2856
|
:param str namespace_a: First Namespace for deployment.
|
2872
2857
|
:param str namespace_b: Second Namespace for deployment.
|
2873
|
-
:param str strategy_type:
|
2858
|
+
:param str strategy_type: Blue Green strategy type
|
2874
2859
|
"""
|
2875
2860
|
pulumi.set(__self__, "ingress_name", ingress_name)
|
2876
2861
|
pulumi.set(__self__, "namespace_a", namespace_a)
|
@@ -2905,7 +2890,7 @@ class DeployStageBlueGreenStrategy(dict):
|
|
2905
2890
|
@pulumi.getter(name="strategyType")
|
2906
2891
|
def strategy_type(self) -> str:
|
2907
2892
|
"""
|
2908
|
-
|
2893
|
+
Blue Green strategy type
|
2909
2894
|
"""
|
2910
2895
|
return pulumi.get(self, "strategy_type")
|
2911
2896
|
|
@@ -2937,7 +2922,7 @@ class DeployStageCanaryStrategy(dict):
|
|
2937
2922
|
strategy_type: str):
|
2938
2923
|
"""
|
2939
2924
|
:param str ingress_name: Name of the Ingress resource.
|
2940
|
-
:param str namespace:
|
2925
|
+
:param str namespace: Canary namespace to be used for Kubernetes canary deployment.
|
2941
2926
|
:param str strategy_type: Canary strategy type.
|
2942
2927
|
"""
|
2943
2928
|
pulumi.set(__self__, "ingress_name", ingress_name)
|
@@ -2956,7 +2941,7 @@ class DeployStageCanaryStrategy(dict):
|
|
2956
2941
|
@pulumi.getter
|
2957
2942
|
def namespace(self) -> str:
|
2958
2943
|
"""
|
2959
|
-
|
2944
|
+
Canary namespace to be used for Kubernetes canary deployment.
|
2960
2945
|
"""
|
2961
2946
|
return pulumi.get(self, "namespace")
|
2962
2947
|
|
@@ -3185,7 +3170,7 @@ class DeployStageDeployStagePredecessorCollection(dict):
|
|
3185
3170
|
def __init__(__self__, *,
|
3186
3171
|
items: Sequence['outputs.DeployStageDeployStagePredecessorCollectionItem']):
|
3187
3172
|
"""
|
3188
|
-
:param Sequence['DeployStageDeployStagePredecessorCollectionItemArgs'] items: (Updatable)
|
3173
|
+
:param Sequence['DeployStageDeployStagePredecessorCollectionItemArgs'] items: (Updatable) A list of stage predecessors for a stage.
|
3189
3174
|
"""
|
3190
3175
|
pulumi.set(__self__, "items", items)
|
3191
3176
|
|
@@ -3193,7 +3178,7 @@ class DeployStageDeployStagePredecessorCollection(dict):
|
|
3193
3178
|
@pulumi.getter
|
3194
3179
|
def items(self) -> Sequence['outputs.DeployStageDeployStagePredecessorCollectionItem']:
|
3195
3180
|
"""
|
3196
|
-
(Updatable)
|
3181
|
+
(Updatable) A list of stage predecessors for a stage.
|
3197
3182
|
"""
|
3198
3183
|
return pulumi.get(self, "items")
|
3199
3184
|
|
@@ -3244,7 +3229,7 @@ class DeployStageFailurePolicy(dict):
|
|
3244
3229
|
failure_count: Optional[int] = None,
|
3245
3230
|
failure_percentage: Optional[int] = None):
|
3246
3231
|
"""
|
3247
|
-
:param str policy_type: (Updatable)
|
3232
|
+
:param str policy_type: (Updatable) Specifies if the failure instance size is given by absolute number or by percentage.
|
3248
3233
|
:param int failure_count: (Updatable) The threshold count of failed instances in the group, which when reached or exceeded sets the stage as FAILED.
|
3249
3234
|
:param 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.
|
3250
3235
|
"""
|
@@ -3258,7 +3243,7 @@ class DeployStageFailurePolicy(dict):
|
|
3258
3243
|
@pulumi.getter(name="policyType")
|
3259
3244
|
def policy_type(self) -> str:
|
3260
3245
|
"""
|
3261
|
-
(Updatable)
|
3246
|
+
(Updatable) Specifies if the failure instance size is given by absolute number or by percentage.
|
3262
3247
|
"""
|
3263
3248
|
return pulumi.get(self, "policy_type")
|
3264
3249
|
|
@@ -3284,7 +3269,7 @@ class DeployStageGreenBackendIps(dict):
|
|
3284
3269
|
def __init__(__self__, *,
|
3285
3270
|
items: Optional[Sequence[str]] = None):
|
3286
3271
|
"""
|
3287
|
-
:param Sequence[str] items: (Updatable)
|
3272
|
+
:param Sequence[str] items: (Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
|
3288
3273
|
"""
|
3289
3274
|
if items is not None:
|
3290
3275
|
pulumi.set(__self__, "items", items)
|
@@ -3293,7 +3278,7 @@ class DeployStageGreenBackendIps(dict):
|
|
3293
3278
|
@pulumi.getter
|
3294
3279
|
def items(self) -> Optional[Sequence[str]]:
|
3295
3280
|
"""
|
3296
|
-
(Updatable)
|
3281
|
+
(Updatable) The IP address of the backend server. A server could be a compute instance or a load balancer.
|
3297
3282
|
"""
|
3298
3283
|
return pulumi.get(self, "items")
|
3299
3284
|
|
@@ -3403,9 +3388,9 @@ class DeployStageProductionLoadBalancerConfig(dict):
|
|
3403
3388
|
load_balancer_id: Optional[str] = None,
|
3404
3389
|
state: Optional[str] = None):
|
3405
3390
|
"""
|
3406
|
-
:param int backend_port:
|
3407
|
-
:param str listener_name:
|
3408
|
-
:param str load_balancer_id:
|
3391
|
+
:param int backend_port: Listen port for the backend server.
|
3392
|
+
:param str listener_name: Name of the load balancer listener.
|
3393
|
+
:param str load_balancer_id: The OCID of the load balancer.
|
3409
3394
|
:param str state: The current state of the deployment stage.
|
3410
3395
|
"""
|
3411
3396
|
if backend_port is not None:
|
@@ -3421,7 +3406,7 @@ class DeployStageProductionLoadBalancerConfig(dict):
|
|
3421
3406
|
@pulumi.getter(name="backendPort")
|
3422
3407
|
def backend_port(self) -> Optional[int]:
|
3423
3408
|
"""
|
3424
|
-
|
3409
|
+
Listen port for the backend server.
|
3425
3410
|
"""
|
3426
3411
|
return pulumi.get(self, "backend_port")
|
3427
3412
|
|
@@ -3429,7 +3414,7 @@ class DeployStageProductionLoadBalancerConfig(dict):
|
|
3429
3414
|
@pulumi.getter(name="listenerName")
|
3430
3415
|
def listener_name(self) -> Optional[str]:
|
3431
3416
|
"""
|
3432
|
-
|
3417
|
+
Name of the load balancer listener.
|
3433
3418
|
"""
|
3434
3419
|
return pulumi.get(self, "listener_name")
|
3435
3420
|
|
@@ -3437,7 +3422,7 @@ class DeployStageProductionLoadBalancerConfig(dict):
|
|
3437
3422
|
@pulumi.getter(name="loadBalancerId")
|
3438
3423
|
def load_balancer_id(self) -> Optional[str]:
|
3439
3424
|
"""
|
3440
|
-
|
3425
|
+
The OCID of the load balancer.
|
3441
3426
|
"""
|
3442
3427
|
return pulumi.get(self, "load_balancer_id")
|
3443
3428
|
|
@@ -3472,7 +3457,7 @@ class DeployStageRollbackPolicy(dict):
|
|
3472
3457
|
def __init__(__self__, *,
|
3473
3458
|
policy_type: Optional[str] = None):
|
3474
3459
|
"""
|
3475
|
-
:param str policy_type: (Updatable)
|
3460
|
+
:param str policy_type: (Updatable) Specifies type of the deployment stage rollback policy.
|
3476
3461
|
"""
|
3477
3462
|
if policy_type is not None:
|
3478
3463
|
pulumi.set(__self__, "policy_type", policy_type)
|
@@ -3481,7 +3466,7 @@ class DeployStageRollbackPolicy(dict):
|
|
3481
3466
|
@pulumi.getter(name="policyType")
|
3482
3467
|
def policy_type(self) -> Optional[str]:
|
3483
3468
|
"""
|
3484
|
-
(Updatable)
|
3469
|
+
(Updatable) Specifies type of the deployment stage rollback policy.
|
3485
3470
|
"""
|
3486
3471
|
return pulumi.get(self, "policy_type")
|
3487
3472
|
|
@@ -3815,7 +3800,7 @@ class DeploymentDeployArtifactOverrideArguments(dict):
|
|
3815
3800
|
def __init__(__self__, *,
|
3816
3801
|
items: Optional[Sequence['outputs.DeploymentDeployArtifactOverrideArgumentsItem']] = None):
|
3817
3802
|
"""
|
3818
|
-
:param Sequence['DeploymentDeployArtifactOverrideArgumentsItemArgs'] items: List of arguments
|
3803
|
+
:param Sequence['DeploymentDeployArtifactOverrideArgumentsItemArgs'] items: List of artifact override arguments at the time of deployment.
|
3819
3804
|
"""
|
3820
3805
|
if items is not None:
|
3821
3806
|
pulumi.set(__self__, "items", items)
|
@@ -3824,7 +3809,7 @@ class DeploymentDeployArtifactOverrideArguments(dict):
|
|
3824
3809
|
@pulumi.getter
|
3825
3810
|
def items(self) -> Optional[Sequence['outputs.DeploymentDeployArtifactOverrideArgumentsItem']]:
|
3826
3811
|
"""
|
3827
|
-
List of arguments
|
3812
|
+
List of artifact override arguments at the time of deployment.
|
3828
3813
|
"""
|
3829
3814
|
return pulumi.get(self, "items")
|
3830
3815
|
|
@@ -3855,8 +3840,7 @@ class DeploymentDeployArtifactOverrideArgumentsItem(dict):
|
|
3855
3840
|
"""
|
3856
3841
|
:param str deploy_artifact_id: The OCID of the artifact to which this parameter applies.
|
3857
3842
|
:param str name: Name of the parameter (case-sensitive).
|
3858
|
-
:param str value:
|
3859
|
-
* To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
|
3843
|
+
:param str value: Value of the parameter.
|
3860
3844
|
"""
|
3861
3845
|
if deploy_artifact_id is not None:
|
3862
3846
|
pulumi.set(__self__, "deploy_artifact_id", deploy_artifact_id)
|
@@ -3885,8 +3869,7 @@ class DeploymentDeployArtifactOverrideArgumentsItem(dict):
|
|
3885
3869
|
@pulumi.getter
|
3886
3870
|
def value(self) -> Optional[str]:
|
3887
3871
|
"""
|
3888
|
-
|
3889
|
-
* To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
|
3872
|
+
Value of the parameter.
|
3890
3873
|
"""
|
3891
3874
|
return pulumi.get(self, "value")
|
3892
3875
|
|
@@ -3896,7 +3879,7 @@ class DeploymentDeployPipelineArtifact(dict):
|
|
3896
3879
|
def __init__(__self__, *,
|
3897
3880
|
items: Optional[Sequence['outputs.DeploymentDeployPipelineArtifactItem']] = None):
|
3898
3881
|
"""
|
3899
|
-
:param Sequence['DeploymentDeployPipelineArtifactItemArgs'] items:
|
3882
|
+
:param Sequence['DeploymentDeployPipelineArtifactItemArgs'] items: A list of stage predecessors for a stage.
|
3900
3883
|
"""
|
3901
3884
|
if items is not None:
|
3902
3885
|
pulumi.set(__self__, "items", items)
|
@@ -3905,7 +3888,7 @@ class DeploymentDeployPipelineArtifact(dict):
|
|
3905
3888
|
@pulumi.getter
|
3906
3889
|
def items(self) -> Optional[Sequence['outputs.DeploymentDeployPipelineArtifactItem']]:
|
3907
3890
|
"""
|
3908
|
-
|
3891
|
+
A list of stage predecessors for a stage.
|
3909
3892
|
"""
|
3910
3893
|
return pulumi.get(self, "items")
|
3911
3894
|
|
@@ -3938,7 +3921,7 @@ class DeploymentDeployPipelineArtifactItem(dict):
|
|
3938
3921
|
deploy_pipeline_stages: Optional[Sequence['outputs.DeploymentDeployPipelineArtifactItemDeployPipelineStage']] = None,
|
3939
3922
|
display_name: Optional[str] = None):
|
3940
3923
|
"""
|
3941
|
-
:param str deploy_artifact_id: The OCID of
|
3924
|
+
:param str deploy_artifact_id: The OCID of an artifact
|
3942
3925
|
:param Sequence['DeploymentDeployPipelineArtifactItemDeployPipelineStageArgs'] deploy_pipeline_stages: List of stages.
|
3943
3926
|
:param str display_name: (Updatable) Deployment display name. Avoid entering confidential information.
|
3944
3927
|
"""
|
@@ -3953,7 +3936,7 @@ class DeploymentDeployPipelineArtifactItem(dict):
|
|
3953
3936
|
@pulumi.getter(name="deployArtifactId")
|
3954
3937
|
def deploy_artifact_id(self) -> Optional[str]:
|
3955
3938
|
"""
|
3956
|
-
The OCID of
|
3939
|
+
The OCID of an artifact
|
3957
3940
|
"""
|
3958
3941
|
return pulumi.get(self, "deploy_artifact_id")
|
3959
3942
|
|
@@ -3979,7 +3962,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStage(dict):
|
|
3979
3962
|
def __init__(__self__, *,
|
3980
3963
|
items: Optional[Sequence['outputs.DeploymentDeployPipelineArtifactItemDeployPipelineStageItem']] = None):
|
3981
3964
|
"""
|
3982
|
-
:param Sequence['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs'] items:
|
3965
|
+
:param Sequence['DeploymentDeployPipelineArtifactItemDeployPipelineStageItemArgs'] items: A list of stage predecessors for a stage.
|
3983
3966
|
"""
|
3984
3967
|
if items is not None:
|
3985
3968
|
pulumi.set(__self__, "items", items)
|
@@ -3988,7 +3971,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStage(dict):
|
|
3988
3971
|
@pulumi.getter
|
3989
3972
|
def items(self) -> Optional[Sequence['outputs.DeploymentDeployPipelineArtifactItemDeployPipelineStageItem']]:
|
3990
3973
|
"""
|
3991
|
-
|
3974
|
+
A list of stage predecessors for a stage.
|
3992
3975
|
"""
|
3993
3976
|
return pulumi.get(self, "items")
|
3994
3977
|
|
@@ -4018,7 +4001,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageItem(dict):
|
|
4018
4001
|
deploy_stage_id: Optional[str] = None,
|
4019
4002
|
display_name: Optional[str] = None):
|
4020
4003
|
"""
|
4021
|
-
:param str deploy_stage_id:
|
4004
|
+
:param str deploy_stage_id: Specifies the OCID of the stage to be redeployed.
|
4022
4005
|
:param str display_name: (Updatable) Deployment display name. Avoid entering confidential information.
|
4023
4006
|
"""
|
4024
4007
|
if deploy_stage_id is not None:
|
@@ -4030,7 +4013,7 @@ class DeploymentDeployPipelineArtifactItemDeployPipelineStageItem(dict):
|
|
4030
4013
|
@pulumi.getter(name="deployStageId")
|
4031
4014
|
def deploy_stage_id(self) -> Optional[str]:
|
4032
4015
|
"""
|
4033
|
-
|
4016
|
+
Specifies the OCID of the stage to be redeployed.
|
4034
4017
|
"""
|
4035
4018
|
return pulumi.get(self, "deploy_stage_id")
|
4036
4019
|
|
@@ -4048,7 +4031,7 @@ class DeploymentDeployPipelineEnvironment(dict):
|
|
4048
4031
|
def __init__(__self__, *,
|
4049
4032
|
items: Optional[Sequence['outputs.DeploymentDeployPipelineEnvironmentItem']] = None):
|
4050
4033
|
"""
|
4051
|
-
:param Sequence['DeploymentDeployPipelineEnvironmentItemArgs'] items:
|
4034
|
+
:param Sequence['DeploymentDeployPipelineEnvironmentItemArgs'] items: A list of stage predecessors for a stage.
|
4052
4035
|
"""
|
4053
4036
|
if items is not None:
|
4054
4037
|
pulumi.set(__self__, "items", items)
|
@@ -4057,7 +4040,7 @@ class DeploymentDeployPipelineEnvironment(dict):
|
|
4057
4040
|
@pulumi.getter
|
4058
4041
|
def items(self) -> Optional[Sequence['outputs.DeploymentDeployPipelineEnvironmentItem']]:
|
4059
4042
|
"""
|
4060
|
-
|
4043
|
+
A list of stage predecessors for a stage.
|
4061
4044
|
"""
|
4062
4045
|
return pulumi.get(self, "items")
|
4063
4046
|
|
@@ -4131,7 +4114,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStage(dict):
|
|
4131
4114
|
def __init__(__self__, *,
|
4132
4115
|
items: Optional[Sequence['outputs.DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItem']] = None):
|
4133
4116
|
"""
|
4134
|
-
:param Sequence['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs'] items:
|
4117
|
+
:param Sequence['DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItemArgs'] items: A list of stage predecessors for a stage.
|
4135
4118
|
"""
|
4136
4119
|
if items is not None:
|
4137
4120
|
pulumi.set(__self__, "items", items)
|
@@ -4140,7 +4123,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStage(dict):
|
|
4140
4123
|
@pulumi.getter
|
4141
4124
|
def items(self) -> Optional[Sequence['outputs.DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItem']]:
|
4142
4125
|
"""
|
4143
|
-
|
4126
|
+
A list of stage predecessors for a stage.
|
4144
4127
|
"""
|
4145
4128
|
return pulumi.get(self, "items")
|
4146
4129
|
|
@@ -4170,7 +4153,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItem(dict):
|
|
4170
4153
|
deploy_stage_id: Optional[str] = None,
|
4171
4154
|
display_name: Optional[str] = None):
|
4172
4155
|
"""
|
4173
|
-
:param str deploy_stage_id:
|
4156
|
+
:param str deploy_stage_id: Specifies the OCID of the stage to be redeployed.
|
4174
4157
|
:param str display_name: (Updatable) Deployment display name. Avoid entering confidential information.
|
4175
4158
|
"""
|
4176
4159
|
if deploy_stage_id is not None:
|
@@ -4182,7 +4165,7 @@ class DeploymentDeployPipelineEnvironmentItemDeployPipelineStageItem(dict):
|
|
4182
4165
|
@pulumi.getter(name="deployStageId")
|
4183
4166
|
def deploy_stage_id(self) -> Optional[str]:
|
4184
4167
|
"""
|
4185
|
-
|
4168
|
+
Specifies the OCID of the stage to be redeployed.
|
4186
4169
|
"""
|
4187
4170
|
return pulumi.get(self, "deploy_stage_id")
|
4188
4171
|
|
@@ -4200,7 +4183,7 @@ class DeploymentDeployStageOverrideArguments(dict):
|
|
4200
4183
|
def __init__(__self__, *,
|
4201
4184
|
items: Optional[Sequence['outputs.DeploymentDeployStageOverrideArgumentsItem']] = None):
|
4202
4185
|
"""
|
4203
|
-
:param Sequence['DeploymentDeployStageOverrideArgumentsItemArgs'] items: List of arguments
|
4186
|
+
:param Sequence['DeploymentDeployStageOverrideArgumentsItemArgs'] items: List of stage override arguments at the time of deployment.
|
4204
4187
|
"""
|
4205
4188
|
if items is not None:
|
4206
4189
|
pulumi.set(__self__, "items", items)
|
@@ -4209,7 +4192,7 @@ class DeploymentDeployStageOverrideArguments(dict):
|
|
4209
4192
|
@pulumi.getter
|
4210
4193
|
def items(self) -> Optional[Sequence['outputs.DeploymentDeployStageOverrideArgumentsItem']]:
|
4211
4194
|
"""
|
4212
|
-
List of arguments
|
4195
|
+
List of stage override arguments at the time of deployment.
|
4213
4196
|
"""
|
4214
4197
|
return pulumi.get(self, "items")
|
4215
4198
|
|
@@ -4240,8 +4223,7 @@ class DeploymentDeployStageOverrideArgumentsItem(dict):
|
|
4240
4223
|
"""
|
4241
4224
|
:param str deploy_stage_id: The OCID of the stage.
|
4242
4225
|
:param str name: Name of the parameter (case-sensitive).
|
4243
|
-
:param str value:
|
4244
|
-
* To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
|
4226
|
+
:param str value: Value of the parameter.
|
4245
4227
|
"""
|
4246
4228
|
if deploy_stage_id is not None:
|
4247
4229
|
pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
|
@@ -4270,8 +4252,7 @@ class DeploymentDeployStageOverrideArgumentsItem(dict):
|
|
4270
4252
|
@pulumi.getter
|
4271
4253
|
def value(self) -> Optional[str]:
|
4272
4254
|
"""
|
4273
|
-
|
4274
|
-
* To retrieve Helm Diff for Helm stages in the pipeline add deployment_arguments with name=PLAN_DRY_RUN and value=true
|
4255
|
+
Value of the parameter.
|
4275
4256
|
"""
|
4276
4257
|
return pulumi.get(self, "value")
|
4277
4258
|
|
@@ -4333,8 +4314,8 @@ class DeploymentDeploymentExecutionProgress(dict):
|
|
4333
4314
|
@staticmethod
|
4334
4315
|
def __key_warning(key: str):
|
4335
4316
|
suggest = None
|
4336
|
-
if key == "
|
4337
|
-
suggest = "
|
4317
|
+
if key == "deployStageExecutionProgress":
|
4318
|
+
suggest = "deploy_stage_execution_progress"
|
4338
4319
|
elif key == "timeFinished":
|
4339
4320
|
suggest = "time_finished"
|
4340
4321
|
elif key == "timeStarted":
|
@@ -4352,28 +4333,28 @@ class DeploymentDeploymentExecutionProgress(dict):
|
|
4352
4333
|
return super().get(key, default)
|
4353
4334
|
|
4354
4335
|
def __init__(__self__, *,
|
4355
|
-
|
4336
|
+
deploy_stage_execution_progress: Optional[Mapping[str, Any]] = None,
|
4356
4337
|
time_finished: Optional[str] = None,
|
4357
4338
|
time_started: Optional[str] = None):
|
4358
4339
|
"""
|
4359
|
-
:param
|
4340
|
+
:param Mapping[str, Any] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
|
4360
4341
|
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4361
4342
|
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4362
4343
|
"""
|
4363
|
-
if
|
4364
|
-
pulumi.set(__self__, "
|
4344
|
+
if deploy_stage_execution_progress is not None:
|
4345
|
+
pulumi.set(__self__, "deploy_stage_execution_progress", deploy_stage_execution_progress)
|
4365
4346
|
if time_finished is not None:
|
4366
4347
|
pulumi.set(__self__, "time_finished", time_finished)
|
4367
4348
|
if time_started is not None:
|
4368
4349
|
pulumi.set(__self__, "time_started", time_started)
|
4369
4350
|
|
4370
4351
|
@property
|
4371
|
-
@pulumi.getter(name="
|
4372
|
-
def
|
4352
|
+
@pulumi.getter(name="deployStageExecutionProgress")
|
4353
|
+
def deploy_stage_execution_progress(self) -> Optional[Mapping[str, Any]]:
|
4373
4354
|
"""
|
4374
4355
|
Map of stage OCIDs to deploy stage execution progress model.
|
4375
4356
|
"""
|
4376
|
-
return pulumi.get(self, "
|
4357
|
+
return pulumi.get(self, "deploy_stage_execution_progress")
|
4377
4358
|
|
4378
4359
|
@property
|
4379
4360
|
@pulumi.getter(name="timeFinished")
|
@@ -4393,579 +4374,193 @@ class DeploymentDeploymentExecutionProgress(dict):
|
|
4393
4374
|
|
4394
4375
|
|
4395
4376
|
@pulumi.output_type
|
4396
|
-
class
|
4377
|
+
class ProjectNotificationConfig(dict):
|
4397
4378
|
@staticmethod
|
4398
4379
|
def __key_warning(key: str):
|
4399
4380
|
suggest = None
|
4400
|
-
if key == "
|
4401
|
-
suggest = "
|
4402
|
-
elif key == "deployStageExecutionProgressDetails":
|
4403
|
-
suggest = "deploy_stage_execution_progress_details"
|
4404
|
-
elif key == "deployStageId":
|
4405
|
-
suggest = "deploy_stage_id"
|
4406
|
-
elif key == "deployStagePredecessors":
|
4407
|
-
suggest = "deploy_stage_predecessors"
|
4408
|
-
elif key == "deployStageType":
|
4409
|
-
suggest = "deploy_stage_type"
|
4410
|
-
elif key == "timeFinished":
|
4411
|
-
suggest = "time_finished"
|
4412
|
-
elif key == "timeStarted":
|
4413
|
-
suggest = "time_started"
|
4381
|
+
if key == "topicId":
|
4382
|
+
suggest = "topic_id"
|
4414
4383
|
|
4415
4384
|
if suggest:
|
4416
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
4385
|
+
pulumi.log.warn(f"Key '{key}' not found in ProjectNotificationConfig. Access the value via the '{suggest}' property getter instead.")
|
4417
4386
|
|
4418
4387
|
def __getitem__(self, key: str) -> Any:
|
4419
|
-
|
4388
|
+
ProjectNotificationConfig.__key_warning(key)
|
4420
4389
|
return super().__getitem__(key)
|
4421
4390
|
|
4422
4391
|
def get(self, key: str, default = None) -> Any:
|
4423
|
-
|
4392
|
+
ProjectNotificationConfig.__key_warning(key)
|
4424
4393
|
return super().get(key, default)
|
4425
4394
|
|
4426
4395
|
def __init__(__self__, *,
|
4427
|
-
|
4428
|
-
deploy_stage_execution_progress_details: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail']] = None,
|
4429
|
-
deploy_stage_id: Optional[str] = None,
|
4430
|
-
deploy_stage_predecessors: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor']] = None,
|
4431
|
-
deploy_stage_type: Optional[str] = None,
|
4432
|
-
status: Optional[str] = None,
|
4433
|
-
time_finished: Optional[str] = None,
|
4434
|
-
time_started: Optional[str] = None):
|
4396
|
+
topic_id: str):
|
4435
4397
|
"""
|
4436
|
-
:param str
|
4437
|
-
|
4438
|
-
|
4439
|
-
|
4440
|
-
|
4441
|
-
:param str status: The current state of the stage.
|
4442
|
-
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4443
|
-
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4398
|
+
:param str topic_id: (Updatable) The topic ID for notifications.
|
4399
|
+
|
4400
|
+
|
4401
|
+
** IMPORTANT **
|
4402
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4444
4403
|
"""
|
4445
|
-
|
4446
|
-
pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
|
4447
|
-
if deploy_stage_execution_progress_details is not None:
|
4448
|
-
pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
|
4449
|
-
if deploy_stage_id is not None:
|
4450
|
-
pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
|
4451
|
-
if deploy_stage_predecessors is not None:
|
4452
|
-
pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
|
4453
|
-
if deploy_stage_type is not None:
|
4454
|
-
pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
|
4455
|
-
if status is not None:
|
4456
|
-
pulumi.set(__self__, "status", status)
|
4457
|
-
if time_finished is not None:
|
4458
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
4459
|
-
if time_started is not None:
|
4460
|
-
pulumi.set(__self__, "time_started", time_started)
|
4404
|
+
pulumi.set(__self__, "topic_id", topic_id)
|
4461
4405
|
|
4462
4406
|
@property
|
4463
|
-
@pulumi.getter(name="
|
4464
|
-
def
|
4465
|
-
"""
|
4466
|
-
Stage display name. Avoid entering confidential information.
|
4407
|
+
@pulumi.getter(name="topicId")
|
4408
|
+
def topic_id(self) -> str:
|
4467
4409
|
"""
|
4468
|
-
|
4410
|
+
(Updatable) The topic ID for notifications.
|
4469
4411
|
|
4470
|
-
@property
|
4471
|
-
@pulumi.getter(name="deployStageExecutionProgressDetails")
|
4472
|
-
def deploy_stage_execution_progress_details(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail']]:
|
4473
|
-
"""
|
4474
|
-
Details about stage execution for all the target environments.
|
4475
|
-
"""
|
4476
|
-
return pulumi.get(self, "deploy_stage_execution_progress_details")
|
4477
4412
|
|
4478
|
-
|
4479
|
-
|
4480
|
-
def deploy_stage_id(self) -> Optional[str]:
|
4481
|
-
"""
|
4482
|
-
The OCID of the stage.
|
4413
|
+
** IMPORTANT **
|
4414
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4483
4415
|
"""
|
4484
|
-
return pulumi.get(self, "
|
4416
|
+
return pulumi.get(self, "topic_id")
|
4485
4417
|
|
4486
|
-
@property
|
4487
|
-
@pulumi.getter(name="deployStagePredecessors")
|
4488
|
-
def deploy_stage_predecessors(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor']]:
|
4489
|
-
"""
|
4490
|
-
Collection containing the predecessors of a stage.
|
4491
|
-
"""
|
4492
|
-
return pulumi.get(self, "deploy_stage_predecessors")
|
4493
4418
|
|
4494
|
-
|
4495
|
-
|
4496
|
-
|
4419
|
+
@pulumi.output_type
|
4420
|
+
class RepositoryMirrorRepositoryConfig(dict):
|
4421
|
+
@staticmethod
|
4422
|
+
def __key_warning(key: str):
|
4423
|
+
suggest = None
|
4424
|
+
if key == "connectorId":
|
4425
|
+
suggest = "connector_id"
|
4426
|
+
elif key == "repositoryUrl":
|
4427
|
+
suggest = "repository_url"
|
4428
|
+
elif key == "triggerSchedule":
|
4429
|
+
suggest = "trigger_schedule"
|
4430
|
+
|
4431
|
+
if suggest:
|
4432
|
+
pulumi.log.warn(f"Key '{key}' not found in RepositoryMirrorRepositoryConfig. Access the value via the '{suggest}' property getter instead.")
|
4433
|
+
|
4434
|
+
def __getitem__(self, key: str) -> Any:
|
4435
|
+
RepositoryMirrorRepositoryConfig.__key_warning(key)
|
4436
|
+
return super().__getitem__(key)
|
4437
|
+
|
4438
|
+
def get(self, key: str, default = None) -> Any:
|
4439
|
+
RepositoryMirrorRepositoryConfig.__key_warning(key)
|
4440
|
+
return super().get(key, default)
|
4441
|
+
|
4442
|
+
def __init__(__self__, *,
|
4443
|
+
connector_id: Optional[str] = None,
|
4444
|
+
repository_url: Optional[str] = None,
|
4445
|
+
trigger_schedule: Optional['outputs.RepositoryMirrorRepositoryConfigTriggerSchedule'] = None):
|
4497
4446
|
"""
|
4498
|
-
|
4447
|
+
:param str connector_id: (Updatable) Upstream git repository connection identifer.
|
4448
|
+
:param str repository_url: (Updatable) URL of external repository you want to mirror.
|
4449
|
+
:param 'RepositoryMirrorRepositoryConfigTriggerScheduleArgs' trigger_schedule: (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
|
4499
4450
|
"""
|
4500
|
-
|
4451
|
+
if connector_id is not None:
|
4452
|
+
pulumi.set(__self__, "connector_id", connector_id)
|
4453
|
+
if repository_url is not None:
|
4454
|
+
pulumi.set(__self__, "repository_url", repository_url)
|
4455
|
+
if trigger_schedule is not None:
|
4456
|
+
pulumi.set(__self__, "trigger_schedule", trigger_schedule)
|
4501
4457
|
|
4502
4458
|
@property
|
4503
|
-
@pulumi.getter
|
4504
|
-
def
|
4459
|
+
@pulumi.getter(name="connectorId")
|
4460
|
+
def connector_id(self) -> Optional[str]:
|
4505
4461
|
"""
|
4506
|
-
|
4462
|
+
(Updatable) Upstream git repository connection identifer.
|
4507
4463
|
"""
|
4508
|
-
return pulumi.get(self, "
|
4464
|
+
return pulumi.get(self, "connector_id")
|
4509
4465
|
|
4510
4466
|
@property
|
4511
|
-
@pulumi.getter(name="
|
4512
|
-
def
|
4467
|
+
@pulumi.getter(name="repositoryUrl")
|
4468
|
+
def repository_url(self) -> Optional[str]:
|
4513
4469
|
"""
|
4514
|
-
|
4470
|
+
(Updatable) URL of external repository you want to mirror.
|
4515
4471
|
"""
|
4516
|
-
return pulumi.get(self, "
|
4472
|
+
return pulumi.get(self, "repository_url")
|
4517
4473
|
|
4518
4474
|
@property
|
4519
|
-
@pulumi.getter(name="
|
4520
|
-
def
|
4475
|
+
@pulumi.getter(name="triggerSchedule")
|
4476
|
+
def trigger_schedule(self) -> Optional['outputs.RepositoryMirrorRepositoryConfigTriggerSchedule']:
|
4521
4477
|
"""
|
4522
|
-
|
4478
|
+
(Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
|
4523
4479
|
"""
|
4524
|
-
return pulumi.get(self, "
|
4480
|
+
return pulumi.get(self, "trigger_schedule")
|
4525
4481
|
|
4526
4482
|
|
4527
4483
|
@pulumi.output_type
|
4528
|
-
class
|
4484
|
+
class RepositoryMirrorRepositoryConfigTriggerSchedule(dict):
|
4529
4485
|
@staticmethod
|
4530
4486
|
def __key_warning(key: str):
|
4531
4487
|
suggest = None
|
4532
|
-
if key == "
|
4533
|
-
suggest = "
|
4534
|
-
elif key == "
|
4535
|
-
suggest = "
|
4536
|
-
elif key == "targetId":
|
4537
|
-
suggest = "target_id"
|
4488
|
+
if key == "scheduleType":
|
4489
|
+
suggest = "schedule_type"
|
4490
|
+
elif key == "customSchedule":
|
4491
|
+
suggest = "custom_schedule"
|
4538
4492
|
|
4539
4493
|
if suggest:
|
4540
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
4494
|
+
pulumi.log.warn(f"Key '{key}' not found in RepositoryMirrorRepositoryConfigTriggerSchedule. Access the value via the '{suggest}' property getter instead.")
|
4541
4495
|
|
4542
4496
|
def __getitem__(self, key: str) -> Any:
|
4543
|
-
|
4497
|
+
RepositoryMirrorRepositoryConfigTriggerSchedule.__key_warning(key)
|
4544
4498
|
return super().__getitem__(key)
|
4545
4499
|
|
4546
4500
|
def get(self, key: str, default = None) -> Any:
|
4547
|
-
|
4501
|
+
RepositoryMirrorRepositoryConfigTriggerSchedule.__key_warning(key)
|
4548
4502
|
return super().get(key, default)
|
4549
4503
|
|
4550
4504
|
def __init__(__self__, *,
|
4551
|
-
|
4552
|
-
|
4553
|
-
target_group: Optional[str] = None,
|
4554
|
-
target_id: Optional[str] = None):
|
4555
|
-
"""
|
4556
|
-
:param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs'] rollback_steps: Details about all the rollback steps for one target environment.
|
4557
|
-
:param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs'] steps: Details about all the steps for one target environment.
|
4558
|
-
:param str target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
|
4559
|
-
:param str target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
4560
|
-
"""
|
4561
|
-
if rollback_steps is not None:
|
4562
|
-
pulumi.set(__self__, "rollback_steps", rollback_steps)
|
4563
|
-
if steps is not None:
|
4564
|
-
pulumi.set(__self__, "steps", steps)
|
4565
|
-
if target_group is not None:
|
4566
|
-
pulumi.set(__self__, "target_group", target_group)
|
4567
|
-
if target_id is not None:
|
4568
|
-
pulumi.set(__self__, "target_id", target_id)
|
4569
|
-
|
4570
|
-
@property
|
4571
|
-
@pulumi.getter(name="rollbackSteps")
|
4572
|
-
def rollback_steps(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep']]:
|
4573
|
-
"""
|
4574
|
-
Details about all the rollback steps for one target environment.
|
4575
|
-
"""
|
4576
|
-
return pulumi.get(self, "rollback_steps")
|
4577
|
-
|
4578
|
-
@property
|
4579
|
-
@pulumi.getter
|
4580
|
-
def steps(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep']]:
|
4505
|
+
schedule_type: str,
|
4506
|
+
custom_schedule: Optional[str] = None):
|
4581
4507
|
"""
|
4582
|
-
|
4508
|
+
:param str schedule_type: (Updatable) Different types of trigger schedule: NONE - No automated synchronization schedule. DEFAULT - Trigger schedule is every 30 minutes. CUSTOM - Custom triggering schedule.
|
4509
|
+
:param str custom_schedule: (Updatable) Valid if type is CUSTOM. Following RFC 5545 recurrence rules, we can specify starting time, occurrence frequency, and interval size. Example for frequency could be DAILY/WEEKLY/HOURLY or any RFC 5545 supported frequency, which is followed by start time of this window. You can control the start time with BYHOUR, BYMINUTE and BYSECONDS. It is followed by the interval size.
|
4583
4510
|
"""
|
4584
|
-
|
4511
|
+
pulumi.set(__self__, "schedule_type", schedule_type)
|
4512
|
+
if custom_schedule is not None:
|
4513
|
+
pulumi.set(__self__, "custom_schedule", custom_schedule)
|
4585
4514
|
|
4586
4515
|
@property
|
4587
|
-
@pulumi.getter(name="
|
4588
|
-
def
|
4516
|
+
@pulumi.getter(name="scheduleType")
|
4517
|
+
def schedule_type(self) -> str:
|
4589
4518
|
"""
|
4590
|
-
|
4519
|
+
(Updatable) Different types of trigger schedule: NONE - No automated synchronization schedule. DEFAULT - Trigger schedule is every 30 minutes. CUSTOM - Custom triggering schedule.
|
4591
4520
|
"""
|
4592
|
-
return pulumi.get(self, "
|
4521
|
+
return pulumi.get(self, "schedule_type")
|
4593
4522
|
|
4594
4523
|
@property
|
4595
|
-
@pulumi.getter(name="
|
4596
|
-
def
|
4524
|
+
@pulumi.getter(name="customSchedule")
|
4525
|
+
def custom_schedule(self) -> Optional[str]:
|
4597
4526
|
"""
|
4598
|
-
|
4527
|
+
(Updatable) Valid if type is CUSTOM. Following RFC 5545 recurrence rules, we can specify starting time, occurrence frequency, and interval size. Example for frequency could be DAILY/WEEKLY/HOURLY or any RFC 5545 supported frequency, which is followed by start time of this window. You can control the start time with BYHOUR, BYMINUTE and BYSECONDS. It is followed by the interval size.
|
4599
4528
|
"""
|
4600
|
-
return pulumi.get(self, "
|
4529
|
+
return pulumi.get(self, "custom_schedule")
|
4601
4530
|
|
4602
4531
|
|
4603
4532
|
@pulumi.output_type
|
4604
|
-
class
|
4533
|
+
class TriggerAction(dict):
|
4605
4534
|
@staticmethod
|
4606
4535
|
def __key_warning(key: str):
|
4607
4536
|
suggest = None
|
4608
|
-
if key == "
|
4609
|
-
suggest = "
|
4610
|
-
elif key == "timeStarted":
|
4611
|
-
suggest = "time_started"
|
4537
|
+
if key == "buildPipelineId":
|
4538
|
+
suggest = "build_pipeline_id"
|
4612
4539
|
|
4613
4540
|
if suggest:
|
4614
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
4541
|
+
pulumi.log.warn(f"Key '{key}' not found in TriggerAction. Access the value via the '{suggest}' property getter instead.")
|
4615
4542
|
|
4616
4543
|
def __getitem__(self, key: str) -> Any:
|
4617
|
-
|
4544
|
+
TriggerAction.__key_warning(key)
|
4618
4545
|
return super().__getitem__(key)
|
4619
4546
|
|
4620
4547
|
def get(self, key: str, default = None) -> Any:
|
4621
|
-
|
4548
|
+
TriggerAction.__key_warning(key)
|
4622
4549
|
return super().get(key, default)
|
4623
4550
|
|
4624
4551
|
def __init__(__self__, *,
|
4625
|
-
|
4626
|
-
|
4627
|
-
|
4628
|
-
time_started: Optional[str] = None):
|
4552
|
+
build_pipeline_id: str,
|
4553
|
+
type: str,
|
4554
|
+
filter: Optional['outputs.TriggerActionFilter'] = None):
|
4629
4555
|
"""
|
4630
|
-
:param str
|
4631
|
-
:param str
|
4632
|
-
:param
|
4633
|
-
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4556
|
+
:param str build_pipeline_id: (Updatable) The OCID of the build pipeline to be triggered.
|
4557
|
+
:param str type: (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
|
4558
|
+
:param 'TriggerActionFilterArgs' filter: (Updatable) The filters for the trigger.
|
4634
4559
|
"""
|
4635
|
-
|
4636
|
-
|
4637
|
-
if
|
4638
|
-
pulumi.set(__self__, "
|
4639
|
-
if time_finished is not None:
|
4640
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
4641
|
-
if time_started is not None:
|
4642
|
-
pulumi.set(__self__, "time_started", time_started)
|
4643
|
-
|
4644
|
-
@property
|
4645
|
-
@pulumi.getter
|
4646
|
-
def name(self) -> Optional[str]:
|
4647
|
-
"""
|
4648
|
-
Name of the parameter (case-sensitive).
|
4649
|
-
"""
|
4650
|
-
return pulumi.get(self, "name")
|
4651
|
-
|
4652
|
-
@property
|
4653
|
-
@pulumi.getter
|
4654
|
-
def state(self) -> Optional[str]:
|
4655
|
-
"""
|
4656
|
-
The current state of the deployment.
|
4657
|
-
"""
|
4658
|
-
return pulumi.get(self, "state")
|
4659
|
-
|
4660
|
-
@property
|
4661
|
-
@pulumi.getter(name="timeFinished")
|
4662
|
-
def time_finished(self) -> Optional[str]:
|
4663
|
-
"""
|
4664
|
-
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4665
|
-
"""
|
4666
|
-
return pulumi.get(self, "time_finished")
|
4667
|
-
|
4668
|
-
@property
|
4669
|
-
@pulumi.getter(name="timeStarted")
|
4670
|
-
def time_started(self) -> Optional[str]:
|
4671
|
-
"""
|
4672
|
-
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4673
|
-
"""
|
4674
|
-
return pulumi.get(self, "time_started")
|
4675
|
-
|
4676
|
-
|
4677
|
-
@pulumi.output_type
|
4678
|
-
class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep(dict):
|
4679
|
-
@staticmethod
|
4680
|
-
def __key_warning(key: str):
|
4681
|
-
suggest = None
|
4682
|
-
if key == "timeFinished":
|
4683
|
-
suggest = "time_finished"
|
4684
|
-
elif key == "timeStarted":
|
4685
|
-
suggest = "time_started"
|
4686
|
-
|
4687
|
-
if suggest:
|
4688
|
-
pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep. Access the value via the '{suggest}' property getter instead.")
|
4689
|
-
|
4690
|
-
def __getitem__(self, key: str) -> Any:
|
4691
|
-
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep.__key_warning(key)
|
4692
|
-
return super().__getitem__(key)
|
4693
|
-
|
4694
|
-
def get(self, key: str, default = None) -> Any:
|
4695
|
-
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep.__key_warning(key)
|
4696
|
-
return super().get(key, default)
|
4697
|
-
|
4698
|
-
def __init__(__self__, *,
|
4699
|
-
name: Optional[str] = None,
|
4700
|
-
state: Optional[str] = None,
|
4701
|
-
time_finished: Optional[str] = None,
|
4702
|
-
time_started: Optional[str] = None):
|
4703
|
-
"""
|
4704
|
-
:param str name: Name of the parameter (case-sensitive).
|
4705
|
-
:param str state: The current state of the deployment.
|
4706
|
-
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4707
|
-
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4708
|
-
"""
|
4709
|
-
if name is not None:
|
4710
|
-
pulumi.set(__self__, "name", name)
|
4711
|
-
if state is not None:
|
4712
|
-
pulumi.set(__self__, "state", state)
|
4713
|
-
if time_finished is not None:
|
4714
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
4715
|
-
if time_started is not None:
|
4716
|
-
pulumi.set(__self__, "time_started", time_started)
|
4717
|
-
|
4718
|
-
@property
|
4719
|
-
@pulumi.getter
|
4720
|
-
def name(self) -> Optional[str]:
|
4721
|
-
"""
|
4722
|
-
Name of the parameter (case-sensitive).
|
4723
|
-
"""
|
4724
|
-
return pulumi.get(self, "name")
|
4725
|
-
|
4726
|
-
@property
|
4727
|
-
@pulumi.getter
|
4728
|
-
def state(self) -> Optional[str]:
|
4729
|
-
"""
|
4730
|
-
The current state of the deployment.
|
4731
|
-
"""
|
4732
|
-
return pulumi.get(self, "state")
|
4733
|
-
|
4734
|
-
@property
|
4735
|
-
@pulumi.getter(name="timeFinished")
|
4736
|
-
def time_finished(self) -> Optional[str]:
|
4737
|
-
"""
|
4738
|
-
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4739
|
-
"""
|
4740
|
-
return pulumi.get(self, "time_finished")
|
4741
|
-
|
4742
|
-
@property
|
4743
|
-
@pulumi.getter(name="timeStarted")
|
4744
|
-
def time_started(self) -> Optional[str]:
|
4745
|
-
"""
|
4746
|
-
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4747
|
-
"""
|
4748
|
-
return pulumi.get(self, "time_started")
|
4749
|
-
|
4750
|
-
|
4751
|
-
@pulumi.output_type
|
4752
|
-
class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor(dict):
|
4753
|
-
@staticmethod
|
4754
|
-
def __key_warning(key: str):
|
4755
|
-
suggest = None
|
4756
|
-
if key == "deployStagePredecessor":
|
4757
|
-
suggest = "deploy_stage_predecessor"
|
4758
|
-
|
4759
|
-
if suggest:
|
4760
|
-
pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor. Access the value via the '{suggest}' property getter instead.")
|
4761
|
-
|
4762
|
-
def __getitem__(self, key: str) -> Any:
|
4763
|
-
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor.__key_warning(key)
|
4764
|
-
return super().__getitem__(key)
|
4765
|
-
|
4766
|
-
def get(self, key: str, default = None) -> Any:
|
4767
|
-
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor.__key_warning(key)
|
4768
|
-
return super().get(key, default)
|
4769
|
-
|
4770
|
-
def __init__(__self__, *,
|
4771
|
-
deploy_stage_predecessor: Optional[str] = None):
|
4772
|
-
if deploy_stage_predecessor is not None:
|
4773
|
-
pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
|
4774
|
-
|
4775
|
-
@property
|
4776
|
-
@pulumi.getter(name="deployStagePredecessor")
|
4777
|
-
def deploy_stage_predecessor(self) -> Optional[str]:
|
4778
|
-
return pulumi.get(self, "deploy_stage_predecessor")
|
4779
|
-
|
4780
|
-
|
4781
|
-
@pulumi.output_type
|
4782
|
-
class ProjectNotificationConfig(dict):
|
4783
|
-
@staticmethod
|
4784
|
-
def __key_warning(key: str):
|
4785
|
-
suggest = None
|
4786
|
-
if key == "topicId":
|
4787
|
-
suggest = "topic_id"
|
4788
|
-
|
4789
|
-
if suggest:
|
4790
|
-
pulumi.log.warn(f"Key '{key}' not found in ProjectNotificationConfig. Access the value via the '{suggest}' property getter instead.")
|
4791
|
-
|
4792
|
-
def __getitem__(self, key: str) -> Any:
|
4793
|
-
ProjectNotificationConfig.__key_warning(key)
|
4794
|
-
return super().__getitem__(key)
|
4795
|
-
|
4796
|
-
def get(self, key: str, default = None) -> Any:
|
4797
|
-
ProjectNotificationConfig.__key_warning(key)
|
4798
|
-
return super().get(key, default)
|
4799
|
-
|
4800
|
-
def __init__(__self__, *,
|
4801
|
-
topic_id: str):
|
4802
|
-
"""
|
4803
|
-
:param str topic_id: (Updatable) The topic ID for notifications.
|
4804
|
-
|
4805
|
-
|
4806
|
-
** IMPORTANT **
|
4807
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4808
|
-
"""
|
4809
|
-
pulumi.set(__self__, "topic_id", topic_id)
|
4810
|
-
|
4811
|
-
@property
|
4812
|
-
@pulumi.getter(name="topicId")
|
4813
|
-
def topic_id(self) -> str:
|
4814
|
-
"""
|
4815
|
-
(Updatable) The topic ID for notifications.
|
4816
|
-
|
4817
|
-
|
4818
|
-
** IMPORTANT **
|
4819
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4820
|
-
"""
|
4821
|
-
return pulumi.get(self, "topic_id")
|
4822
|
-
|
4823
|
-
|
4824
|
-
@pulumi.output_type
|
4825
|
-
class RepositoryMirrorRepositoryConfig(dict):
|
4826
|
-
@staticmethod
|
4827
|
-
def __key_warning(key: str):
|
4828
|
-
suggest = None
|
4829
|
-
if key == "connectorId":
|
4830
|
-
suggest = "connector_id"
|
4831
|
-
elif key == "repositoryUrl":
|
4832
|
-
suggest = "repository_url"
|
4833
|
-
elif key == "triggerSchedule":
|
4834
|
-
suggest = "trigger_schedule"
|
4835
|
-
|
4836
|
-
if suggest:
|
4837
|
-
pulumi.log.warn(f"Key '{key}' not found in RepositoryMirrorRepositoryConfig. Access the value via the '{suggest}' property getter instead.")
|
4838
|
-
|
4839
|
-
def __getitem__(self, key: str) -> Any:
|
4840
|
-
RepositoryMirrorRepositoryConfig.__key_warning(key)
|
4841
|
-
return super().__getitem__(key)
|
4842
|
-
|
4843
|
-
def get(self, key: str, default = None) -> Any:
|
4844
|
-
RepositoryMirrorRepositoryConfig.__key_warning(key)
|
4845
|
-
return super().get(key, default)
|
4846
|
-
|
4847
|
-
def __init__(__self__, *,
|
4848
|
-
connector_id: Optional[str] = None,
|
4849
|
-
repository_url: Optional[str] = None,
|
4850
|
-
trigger_schedule: Optional['outputs.RepositoryMirrorRepositoryConfigTriggerSchedule'] = None):
|
4851
|
-
"""
|
4852
|
-
:param str connector_id: (Updatable) Upstream git repository connection identifer.
|
4853
|
-
:param str repository_url: (Updatable) URL of external repository you want to mirror.
|
4854
|
-
:param 'RepositoryMirrorRepositoryConfigTriggerScheduleArgs' trigger_schedule: (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
|
4855
|
-
"""
|
4856
|
-
if connector_id is not None:
|
4857
|
-
pulumi.set(__self__, "connector_id", connector_id)
|
4858
|
-
if repository_url is not None:
|
4859
|
-
pulumi.set(__self__, "repository_url", repository_url)
|
4860
|
-
if trigger_schedule is not None:
|
4861
|
-
pulumi.set(__self__, "trigger_schedule", trigger_schedule)
|
4862
|
-
|
4863
|
-
@property
|
4864
|
-
@pulumi.getter(name="connectorId")
|
4865
|
-
def connector_id(self) -> Optional[str]:
|
4866
|
-
"""
|
4867
|
-
(Updatable) Upstream git repository connection identifer.
|
4868
|
-
"""
|
4869
|
-
return pulumi.get(self, "connector_id")
|
4870
|
-
|
4871
|
-
@property
|
4872
|
-
@pulumi.getter(name="repositoryUrl")
|
4873
|
-
def repository_url(self) -> Optional[str]:
|
4874
|
-
"""
|
4875
|
-
(Updatable) URL of external repository you want to mirror.
|
4876
|
-
"""
|
4877
|
-
return pulumi.get(self, "repository_url")
|
4878
|
-
|
4879
|
-
@property
|
4880
|
-
@pulumi.getter(name="triggerSchedule")
|
4881
|
-
def trigger_schedule(self) -> Optional['outputs.RepositoryMirrorRepositoryConfigTriggerSchedule']:
|
4882
|
-
"""
|
4883
|
-
(Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
|
4884
|
-
"""
|
4885
|
-
return pulumi.get(self, "trigger_schedule")
|
4886
|
-
|
4887
|
-
|
4888
|
-
@pulumi.output_type
|
4889
|
-
class RepositoryMirrorRepositoryConfigTriggerSchedule(dict):
|
4890
|
-
@staticmethod
|
4891
|
-
def __key_warning(key: str):
|
4892
|
-
suggest = None
|
4893
|
-
if key == "scheduleType":
|
4894
|
-
suggest = "schedule_type"
|
4895
|
-
elif key == "customSchedule":
|
4896
|
-
suggest = "custom_schedule"
|
4897
|
-
|
4898
|
-
if suggest:
|
4899
|
-
pulumi.log.warn(f"Key '{key}' not found in RepositoryMirrorRepositoryConfigTriggerSchedule. Access the value via the '{suggest}' property getter instead.")
|
4900
|
-
|
4901
|
-
def __getitem__(self, key: str) -> Any:
|
4902
|
-
RepositoryMirrorRepositoryConfigTriggerSchedule.__key_warning(key)
|
4903
|
-
return super().__getitem__(key)
|
4904
|
-
|
4905
|
-
def get(self, key: str, default = None) -> Any:
|
4906
|
-
RepositoryMirrorRepositoryConfigTriggerSchedule.__key_warning(key)
|
4907
|
-
return super().get(key, default)
|
4908
|
-
|
4909
|
-
def __init__(__self__, *,
|
4910
|
-
schedule_type: str,
|
4911
|
-
custom_schedule: Optional[str] = None):
|
4912
|
-
"""
|
4913
|
-
:param str schedule_type: (Updatable) Different types of trigger schedule: NONE - No automated synchronization schedule. DEFAULT - Trigger schedule is every 30 minutes. CUSTOM - Custom triggering schedule.
|
4914
|
-
:param str custom_schedule: (Updatable) Valid if type is CUSTOM. Following RFC 5545 recurrence rules, we can specify starting time, occurrence frequency, and interval size. Example for frequency could be DAILY/WEEKLY/HOURLY or any RFC 5545 supported frequency, which is followed by start time of this window. You can control the start time with BYHOUR, BYMINUTE and BYSECONDS. It is followed by the interval size.
|
4915
|
-
"""
|
4916
|
-
pulumi.set(__self__, "schedule_type", schedule_type)
|
4917
|
-
if custom_schedule is not None:
|
4918
|
-
pulumi.set(__self__, "custom_schedule", custom_schedule)
|
4919
|
-
|
4920
|
-
@property
|
4921
|
-
@pulumi.getter(name="scheduleType")
|
4922
|
-
def schedule_type(self) -> str:
|
4923
|
-
"""
|
4924
|
-
(Updatable) Different types of trigger schedule: NONE - No automated synchronization schedule. DEFAULT - Trigger schedule is every 30 minutes. CUSTOM - Custom triggering schedule.
|
4925
|
-
"""
|
4926
|
-
return pulumi.get(self, "schedule_type")
|
4927
|
-
|
4928
|
-
@property
|
4929
|
-
@pulumi.getter(name="customSchedule")
|
4930
|
-
def custom_schedule(self) -> Optional[str]:
|
4931
|
-
"""
|
4932
|
-
(Updatable) Valid if type is CUSTOM. Following RFC 5545 recurrence rules, we can specify starting time, occurrence frequency, and interval size. Example for frequency could be DAILY/WEEKLY/HOURLY or any RFC 5545 supported frequency, which is followed by start time of this window. You can control the start time with BYHOUR, BYMINUTE and BYSECONDS. It is followed by the interval size.
|
4933
|
-
"""
|
4934
|
-
return pulumi.get(self, "custom_schedule")
|
4935
|
-
|
4936
|
-
|
4937
|
-
@pulumi.output_type
|
4938
|
-
class TriggerAction(dict):
|
4939
|
-
@staticmethod
|
4940
|
-
def __key_warning(key: str):
|
4941
|
-
suggest = None
|
4942
|
-
if key == "buildPipelineId":
|
4943
|
-
suggest = "build_pipeline_id"
|
4944
|
-
|
4945
|
-
if suggest:
|
4946
|
-
pulumi.log.warn(f"Key '{key}' not found in TriggerAction. Access the value via the '{suggest}' property getter instead.")
|
4947
|
-
|
4948
|
-
def __getitem__(self, key: str) -> Any:
|
4949
|
-
TriggerAction.__key_warning(key)
|
4950
|
-
return super().__getitem__(key)
|
4951
|
-
|
4952
|
-
def get(self, key: str, default = None) -> Any:
|
4953
|
-
TriggerAction.__key_warning(key)
|
4954
|
-
return super().get(key, default)
|
4955
|
-
|
4956
|
-
def __init__(__self__, *,
|
4957
|
-
build_pipeline_id: str,
|
4958
|
-
type: str,
|
4959
|
-
filter: Optional['outputs.TriggerActionFilter'] = None):
|
4960
|
-
"""
|
4961
|
-
:param str build_pipeline_id: (Updatable) The OCID of the build pipeline to be triggered.
|
4962
|
-
:param str type: (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
|
4963
|
-
:param 'TriggerActionFilterArgs' filter: (Updatable) The filters for the trigger.
|
4964
|
-
"""
|
4965
|
-
pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
|
4966
|
-
pulumi.set(__self__, "type", type)
|
4967
|
-
if filter is not None:
|
4968
|
-
pulumi.set(__self__, "filter", filter)
|
4560
|
+
pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
|
4561
|
+
pulumi.set(__self__, "type", type)
|
4562
|
+
if filter is not None:
|
4563
|
+
pulumi.set(__self__, "filter", filter)
|
4969
4564
|
|
4970
4565
|
@property
|
4971
4566
|
@pulumi.getter(name="buildPipelineId")
|
@@ -5018,10 +4613,6 @@ class TriggerActionFilter(dict):
|
|
5018
4613
|
include: Optional['outputs.TriggerActionFilterInclude'] = None):
|
5019
4614
|
"""
|
5020
4615
|
:param str trigger_source: (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
|
5021
|
-
|
5022
|
-
|
5023
|
-
** IMPORTANT **
|
5024
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
5025
4616
|
:param Sequence[str] events: (Updatable) The events, for example, PUSH, PULL_REQUEST_MERGE.
|
5026
4617
|
:param '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.
|
5027
4618
|
:param 'TriggerActionFilterIncludeArgs' include: (Updatable) Attributes to filter GitLab self-hosted server events.
|
@@ -5039,10 +4630,6 @@ class TriggerActionFilter(dict):
|
|
5039
4630
|
def trigger_source(self) -> str:
|
5040
4631
|
"""
|
5041
4632
|
(Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
|
5042
|
-
|
5043
|
-
|
5044
|
-
** IMPORTANT **
|
5045
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
5046
4633
|
"""
|
5047
4634
|
return pulumi.get(self, "trigger_source")
|
5048
4635
|
|
@@ -12528,243 +12115,22 @@ class GetDeploymentDeploymentArgumentResult(dict):
|
|
12528
12115
|
@pulumi.getter
|
12529
12116
|
def items(self) -> Sequence['outputs.GetDeploymentDeploymentArgumentItemResult']:
|
12530
12117
|
"""
|
12531
|
-
A list of stage predecessors for a stage.
|
12532
|
-
"""
|
12533
|
-
return pulumi.get(self, "items")
|
12534
|
-
|
12535
|
-
|
12536
|
-
@pulumi.output_type
|
12537
|
-
class GetDeploymentDeploymentArgumentItemResult(dict):
|
12538
|
-
def __init__(__self__, *,
|
12539
|
-
name: str,
|
12540
|
-
value: str):
|
12541
|
-
"""
|
12542
|
-
:param str name: Name of the step.
|
12543
|
-
:param str value: value of the argument.
|
12544
|
-
"""
|
12545
|
-
pulumi.set(__self__, "name", name)
|
12546
|
-
pulumi.set(__self__, "value", value)
|
12547
|
-
|
12548
|
-
@property
|
12549
|
-
@pulumi.getter
|
12550
|
-
def name(self) -> str:
|
12551
|
-
"""
|
12552
|
-
Name of the step.
|
12553
|
-
"""
|
12554
|
-
return pulumi.get(self, "name")
|
12555
|
-
|
12556
|
-
@property
|
12557
|
-
@pulumi.getter
|
12558
|
-
def value(self) -> str:
|
12559
|
-
"""
|
12560
|
-
value of the argument.
|
12561
|
-
"""
|
12562
|
-
return pulumi.get(self, "value")
|
12563
|
-
|
12564
|
-
|
12565
|
-
@pulumi.output_type
|
12566
|
-
class GetDeploymentDeploymentExecutionProgressResult(dict):
|
12567
|
-
def __init__(__self__, *,
|
12568
|
-
deploy_stage_execution_progresses: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult'],
|
12569
|
-
time_finished: str,
|
12570
|
-
time_started: str):
|
12571
|
-
"""
|
12572
|
-
:param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs'] deploy_stage_execution_progresses: Map of stage OCIDs to deploy stage execution progress model.
|
12573
|
-
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12574
|
-
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12575
|
-
"""
|
12576
|
-
pulumi.set(__self__, "deploy_stage_execution_progresses", deploy_stage_execution_progresses)
|
12577
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
12578
|
-
pulumi.set(__self__, "time_started", time_started)
|
12579
|
-
|
12580
|
-
@property
|
12581
|
-
@pulumi.getter(name="deployStageExecutionProgresses")
|
12582
|
-
def deploy_stage_execution_progresses(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult']:
|
12583
|
-
"""
|
12584
|
-
Map of stage OCIDs to deploy stage execution progress model.
|
12585
|
-
"""
|
12586
|
-
return pulumi.get(self, "deploy_stage_execution_progresses")
|
12587
|
-
|
12588
|
-
@property
|
12589
|
-
@pulumi.getter(name="timeFinished")
|
12590
|
-
def time_finished(self) -> str:
|
12591
|
-
"""
|
12592
|
-
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12593
|
-
"""
|
12594
|
-
return pulumi.get(self, "time_finished")
|
12595
|
-
|
12596
|
-
@property
|
12597
|
-
@pulumi.getter(name="timeStarted")
|
12598
|
-
def time_started(self) -> str:
|
12599
|
-
"""
|
12600
|
-
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12601
|
-
"""
|
12602
|
-
return pulumi.get(self, "time_started")
|
12603
|
-
|
12604
|
-
|
12605
|
-
@pulumi.output_type
|
12606
|
-
class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult(dict):
|
12607
|
-
def __init__(__self__, *,
|
12608
|
-
deploy_stage_display_name: str,
|
12609
|
-
deploy_stage_execution_progress_details: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult'],
|
12610
|
-
deploy_stage_id: str,
|
12611
|
-
deploy_stage_predecessors: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult'],
|
12612
|
-
deploy_stage_type: str,
|
12613
|
-
status: str,
|
12614
|
-
time_finished: str,
|
12615
|
-
time_started: str):
|
12616
|
-
"""
|
12617
|
-
:param str deploy_stage_display_name: Stage display name. Avoid entering confidential information.
|
12618
|
-
:param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs'] deploy_stage_execution_progress_details: Details about stage execution for all the target environments.
|
12619
|
-
:param str deploy_stage_id: The OCID of the stage.
|
12620
|
-
:param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs'] deploy_stage_predecessors: Collection containing the predecessors of a stage.
|
12621
|
-
:param str deploy_stage_type: Deployment stage type.
|
12622
|
-
:param str status: The current state of the stage.
|
12623
|
-
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12624
|
-
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12625
|
-
"""
|
12626
|
-
pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
|
12627
|
-
pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
|
12628
|
-
pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
|
12629
|
-
pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
|
12630
|
-
pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
|
12631
|
-
pulumi.set(__self__, "status", status)
|
12632
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
12633
|
-
pulumi.set(__self__, "time_started", time_started)
|
12634
|
-
|
12635
|
-
@property
|
12636
|
-
@pulumi.getter(name="deployStageDisplayName")
|
12637
|
-
def deploy_stage_display_name(self) -> str:
|
12638
|
-
"""
|
12639
|
-
Stage display name. Avoid entering confidential information.
|
12640
|
-
"""
|
12641
|
-
return pulumi.get(self, "deploy_stage_display_name")
|
12642
|
-
|
12643
|
-
@property
|
12644
|
-
@pulumi.getter(name="deployStageExecutionProgressDetails")
|
12645
|
-
def deploy_stage_execution_progress_details(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult']:
|
12646
|
-
"""
|
12647
|
-
Details about stage execution for all the target environments.
|
12648
|
-
"""
|
12649
|
-
return pulumi.get(self, "deploy_stage_execution_progress_details")
|
12650
|
-
|
12651
|
-
@property
|
12652
|
-
@pulumi.getter(name="deployStageId")
|
12653
|
-
def deploy_stage_id(self) -> str:
|
12654
|
-
"""
|
12655
|
-
The OCID of the stage.
|
12656
|
-
"""
|
12657
|
-
return pulumi.get(self, "deploy_stage_id")
|
12658
|
-
|
12659
|
-
@property
|
12660
|
-
@pulumi.getter(name="deployStagePredecessors")
|
12661
|
-
def deploy_stage_predecessors(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult']:
|
12662
|
-
"""
|
12663
|
-
Collection containing the predecessors of a stage.
|
12664
|
-
"""
|
12665
|
-
return pulumi.get(self, "deploy_stage_predecessors")
|
12666
|
-
|
12667
|
-
@property
|
12668
|
-
@pulumi.getter(name="deployStageType")
|
12669
|
-
def deploy_stage_type(self) -> str:
|
12670
|
-
"""
|
12671
|
-
Deployment stage type.
|
12672
|
-
"""
|
12673
|
-
return pulumi.get(self, "deploy_stage_type")
|
12674
|
-
|
12675
|
-
@property
|
12676
|
-
@pulumi.getter
|
12677
|
-
def status(self) -> str:
|
12678
|
-
"""
|
12679
|
-
The current state of the stage.
|
12680
|
-
"""
|
12681
|
-
return pulumi.get(self, "status")
|
12682
|
-
|
12683
|
-
@property
|
12684
|
-
@pulumi.getter(name="timeFinished")
|
12685
|
-
def time_finished(self) -> str:
|
12686
|
-
"""
|
12687
|
-
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12688
|
-
"""
|
12689
|
-
return pulumi.get(self, "time_finished")
|
12690
|
-
|
12691
|
-
@property
|
12692
|
-
@pulumi.getter(name="timeStarted")
|
12693
|
-
def time_started(self) -> str:
|
12694
|
-
"""
|
12695
|
-
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12696
|
-
"""
|
12697
|
-
return pulumi.get(self, "time_started")
|
12698
|
-
|
12699
|
-
|
12700
|
-
@pulumi.output_type
|
12701
|
-
class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult(dict):
|
12702
|
-
def __init__(__self__, *,
|
12703
|
-
rollback_steps: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult'],
|
12704
|
-
steps: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult'],
|
12705
|
-
target_group: str,
|
12706
|
-
target_id: str):
|
12707
|
-
"""
|
12708
|
-
:param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs'] rollback_steps: Details about all the rollback steps for one target environment.
|
12709
|
-
:param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs'] steps: Details about all the steps for one target environment.
|
12710
|
-
:param str target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
|
12711
|
-
:param str target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
12712
|
-
"""
|
12713
|
-
pulumi.set(__self__, "rollback_steps", rollback_steps)
|
12714
|
-
pulumi.set(__self__, "steps", steps)
|
12715
|
-
pulumi.set(__self__, "target_group", target_group)
|
12716
|
-
pulumi.set(__self__, "target_id", target_id)
|
12717
|
-
|
12718
|
-
@property
|
12719
|
-
@pulumi.getter(name="rollbackSteps")
|
12720
|
-
def rollback_steps(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult']:
|
12721
|
-
"""
|
12722
|
-
Details about all the rollback steps for one target environment.
|
12723
|
-
"""
|
12724
|
-
return pulumi.get(self, "rollback_steps")
|
12725
|
-
|
12726
|
-
@property
|
12727
|
-
@pulumi.getter
|
12728
|
-
def steps(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult']:
|
12729
|
-
"""
|
12730
|
-
Details about all the steps for one target environment.
|
12731
|
-
"""
|
12732
|
-
return pulumi.get(self, "steps")
|
12733
|
-
|
12734
|
-
@property
|
12735
|
-
@pulumi.getter(name="targetGroup")
|
12736
|
-
def target_group(self) -> str:
|
12737
|
-
"""
|
12738
|
-
Group for the target environment for example, the batch number for an Instance Group deployment.
|
12739
|
-
"""
|
12740
|
-
return pulumi.get(self, "target_group")
|
12741
|
-
|
12742
|
-
@property
|
12743
|
-
@pulumi.getter(name="targetId")
|
12744
|
-
def target_id(self) -> str:
|
12745
|
-
"""
|
12746
|
-
The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
12118
|
+
A list of stage predecessors for a stage.
|
12747
12119
|
"""
|
12748
|
-
return pulumi.get(self, "
|
12120
|
+
return pulumi.get(self, "items")
|
12749
12121
|
|
12750
12122
|
|
12751
12123
|
@pulumi.output_type
|
12752
|
-
class
|
12124
|
+
class GetDeploymentDeploymentArgumentItemResult(dict):
|
12753
12125
|
def __init__(__self__, *,
|
12754
12126
|
name: str,
|
12755
|
-
|
12756
|
-
time_finished: str,
|
12757
|
-
time_started: str):
|
12127
|
+
value: str):
|
12758
12128
|
"""
|
12759
12129
|
:param str name: Name of the step.
|
12760
|
-
:param str
|
12761
|
-
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12762
|
-
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12130
|
+
:param str value: value of the argument.
|
12763
12131
|
"""
|
12764
12132
|
pulumi.set(__self__, "name", name)
|
12765
|
-
pulumi.set(__self__, "
|
12766
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
12767
|
-
pulumi.set(__self__, "time_started", time_started)
|
12133
|
+
pulumi.set(__self__, "value", value)
|
12768
12134
|
|
12769
12135
|
@property
|
12770
12136
|
@pulumi.getter
|
@@ -12776,62 +12142,35 @@ class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeploy
|
|
12776
12142
|
|
12777
12143
|
@property
|
12778
12144
|
@pulumi.getter
|
12779
|
-
def
|
12780
|
-
"""
|
12781
|
-
The current state of the deployment.
|
12782
|
-
"""
|
12783
|
-
return pulumi.get(self, "state")
|
12784
|
-
|
12785
|
-
@property
|
12786
|
-
@pulumi.getter(name="timeFinished")
|
12787
|
-
def time_finished(self) -> str:
|
12788
|
-
"""
|
12789
|
-
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12790
|
-
"""
|
12791
|
-
return pulumi.get(self, "time_finished")
|
12792
|
-
|
12793
|
-
@property
|
12794
|
-
@pulumi.getter(name="timeStarted")
|
12795
|
-
def time_started(self) -> str:
|
12145
|
+
def value(self) -> str:
|
12796
12146
|
"""
|
12797
|
-
|
12147
|
+
value of the argument.
|
12798
12148
|
"""
|
12799
|
-
return pulumi.get(self, "
|
12149
|
+
return pulumi.get(self, "value")
|
12800
12150
|
|
12801
12151
|
|
12802
12152
|
@pulumi.output_type
|
12803
|
-
class
|
12153
|
+
class GetDeploymentDeploymentExecutionProgressResult(dict):
|
12804
12154
|
def __init__(__self__, *,
|
12805
|
-
|
12806
|
-
state: str,
|
12155
|
+
deploy_stage_execution_progress: Mapping[str, Any],
|
12807
12156
|
time_finished: str,
|
12808
12157
|
time_started: str):
|
12809
12158
|
"""
|
12810
|
-
:param str
|
12811
|
-
:param str state: The current state of the deployment.
|
12159
|
+
:param Mapping[str, Any] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
|
12812
12160
|
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12813
12161
|
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12814
12162
|
"""
|
12815
|
-
pulumi.set(__self__, "
|
12816
|
-
pulumi.set(__self__, "state", state)
|
12163
|
+
pulumi.set(__self__, "deploy_stage_execution_progress", deploy_stage_execution_progress)
|
12817
12164
|
pulumi.set(__self__, "time_finished", time_finished)
|
12818
12165
|
pulumi.set(__self__, "time_started", time_started)
|
12819
12166
|
|
12820
12167
|
@property
|
12821
|
-
@pulumi.getter
|
12822
|
-
def
|
12823
|
-
"""
|
12824
|
-
Name of the step.
|
12825
|
-
"""
|
12826
|
-
return pulumi.get(self, "name")
|
12827
|
-
|
12828
|
-
@property
|
12829
|
-
@pulumi.getter
|
12830
|
-
def state(self) -> str:
|
12168
|
+
@pulumi.getter(name="deployStageExecutionProgress")
|
12169
|
+
def deploy_stage_execution_progress(self) -> Mapping[str, Any]:
|
12831
12170
|
"""
|
12832
|
-
|
12171
|
+
Map of stage OCIDs to deploy stage execution progress model.
|
12833
12172
|
"""
|
12834
|
-
return pulumi.get(self, "
|
12173
|
+
return pulumi.get(self, "deploy_stage_execution_progress")
|
12835
12174
|
|
12836
12175
|
@property
|
12837
12176
|
@pulumi.getter(name="timeFinished")
|
@@ -12850,18 +12189,6 @@ class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeploy
|
|
12850
12189
|
return pulumi.get(self, "time_started")
|
12851
12190
|
|
12852
12191
|
|
12853
|
-
@pulumi.output_type
|
12854
|
-
class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult(dict):
|
12855
|
-
def __init__(__self__, *,
|
12856
|
-
deploy_stage_predecessor: str):
|
12857
|
-
pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
|
12858
|
-
|
12859
|
-
@property
|
12860
|
-
@pulumi.getter(name="deployStagePredecessor")
|
12861
|
-
def deploy_stage_predecessor(self) -> str:
|
12862
|
-
return pulumi.get(self, "deploy_stage_predecessor")
|
12863
|
-
|
12864
|
-
|
12865
12192
|
@pulumi.output_type
|
12866
12193
|
class GetDeploymentsDeploymentCollectionResult(dict):
|
12867
12194
|
def __init__(__self__, *,
|
@@ -13501,273 +12828,25 @@ class GetDeploymentsDeploymentCollectionItemDeploymentArgumentItemResult(dict):
|
|
13501
12828
|
@pulumi.output_type
|
13502
12829
|
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult(dict):
|
13503
12830
|
def __init__(__self__, *,
|
13504
|
-
|
12831
|
+
deploy_stage_execution_progress: Mapping[str, Any],
|
13505
12832
|
time_finished: str,
|
13506
12833
|
time_started: str):
|
13507
12834
|
"""
|
13508
|
-
:param
|
12835
|
+
:param Mapping[str, Any] deploy_stage_execution_progress: Map of stage OCIDs to deploy stage execution progress model.
|
13509
12836
|
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13510
12837
|
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13511
12838
|
"""
|
13512
|
-
pulumi.set(__self__, "
|
12839
|
+
pulumi.set(__self__, "deploy_stage_execution_progress", deploy_stage_execution_progress)
|
13513
12840
|
pulumi.set(__self__, "time_finished", time_finished)
|
13514
12841
|
pulumi.set(__self__, "time_started", time_started)
|
13515
12842
|
|
13516
12843
|
@property
|
13517
|
-
@pulumi.getter(name="
|
13518
|
-
def
|
12844
|
+
@pulumi.getter(name="deployStageExecutionProgress")
|
12845
|
+
def deploy_stage_execution_progress(self) -> Mapping[str, Any]:
|
13519
12846
|
"""
|
13520
12847
|
Map of stage OCIDs to deploy stage execution progress model.
|
13521
12848
|
"""
|
13522
|
-
return pulumi.get(self, "
|
13523
|
-
|
13524
|
-
@property
|
13525
|
-
@pulumi.getter(name="timeFinished")
|
13526
|
-
def time_finished(self) -> str:
|
13527
|
-
"""
|
13528
|
-
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13529
|
-
"""
|
13530
|
-
return pulumi.get(self, "time_finished")
|
13531
|
-
|
13532
|
-
@property
|
13533
|
-
@pulumi.getter(name="timeStarted")
|
13534
|
-
def time_started(self) -> str:
|
13535
|
-
"""
|
13536
|
-
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13537
|
-
"""
|
13538
|
-
return pulumi.get(self, "time_started")
|
13539
|
-
|
13540
|
-
|
13541
|
-
@pulumi.output_type
|
13542
|
-
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressResult(dict):
|
13543
|
-
def __init__(__self__, *,
|
13544
|
-
deploy_stage_display_name: str,
|
13545
|
-
deploy_stage_execution_progress_details: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult'],
|
13546
|
-
deploy_stage_id: str,
|
13547
|
-
deploy_stage_predecessors: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult'],
|
13548
|
-
deploy_stage_type: str,
|
13549
|
-
status: str,
|
13550
|
-
time_finished: str,
|
13551
|
-
time_started: str):
|
13552
|
-
"""
|
13553
|
-
:param str deploy_stage_display_name: Stage display name. Avoid entering confidential information.
|
13554
|
-
:param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs'] deploy_stage_execution_progress_details: Details about stage execution for all the target environments.
|
13555
|
-
:param str deploy_stage_id: The OCID of the stage.
|
13556
|
-
:param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs'] deploy_stage_predecessors: Collection containing the predecessors of a stage.
|
13557
|
-
:param str deploy_stage_type: Deployment stage type.
|
13558
|
-
:param str status: The current state of the stage.
|
13559
|
-
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13560
|
-
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13561
|
-
"""
|
13562
|
-
pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
|
13563
|
-
pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
|
13564
|
-
pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
|
13565
|
-
pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
|
13566
|
-
pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
|
13567
|
-
pulumi.set(__self__, "status", status)
|
13568
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
13569
|
-
pulumi.set(__self__, "time_started", time_started)
|
13570
|
-
|
13571
|
-
@property
|
13572
|
-
@pulumi.getter(name="deployStageDisplayName")
|
13573
|
-
def deploy_stage_display_name(self) -> str:
|
13574
|
-
"""
|
13575
|
-
Stage display name. Avoid entering confidential information.
|
13576
|
-
"""
|
13577
|
-
return pulumi.get(self, "deploy_stage_display_name")
|
13578
|
-
|
13579
|
-
@property
|
13580
|
-
@pulumi.getter(name="deployStageExecutionProgressDetails")
|
13581
|
-
def deploy_stage_execution_progress_details(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult']:
|
13582
|
-
"""
|
13583
|
-
Details about stage execution for all the target environments.
|
13584
|
-
"""
|
13585
|
-
return pulumi.get(self, "deploy_stage_execution_progress_details")
|
13586
|
-
|
13587
|
-
@property
|
13588
|
-
@pulumi.getter(name="deployStageId")
|
13589
|
-
def deploy_stage_id(self) -> str:
|
13590
|
-
"""
|
13591
|
-
The OCID of the stage.
|
13592
|
-
"""
|
13593
|
-
return pulumi.get(self, "deploy_stage_id")
|
13594
|
-
|
13595
|
-
@property
|
13596
|
-
@pulumi.getter(name="deployStagePredecessors")
|
13597
|
-
def deploy_stage_predecessors(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult']:
|
13598
|
-
"""
|
13599
|
-
Collection containing the predecessors of a stage.
|
13600
|
-
"""
|
13601
|
-
return pulumi.get(self, "deploy_stage_predecessors")
|
13602
|
-
|
13603
|
-
@property
|
13604
|
-
@pulumi.getter(name="deployStageType")
|
13605
|
-
def deploy_stage_type(self) -> str:
|
13606
|
-
"""
|
13607
|
-
Deployment stage type.
|
13608
|
-
"""
|
13609
|
-
return pulumi.get(self, "deploy_stage_type")
|
13610
|
-
|
13611
|
-
@property
|
13612
|
-
@pulumi.getter
|
13613
|
-
def status(self) -> str:
|
13614
|
-
"""
|
13615
|
-
The current state of the stage.
|
13616
|
-
"""
|
13617
|
-
return pulumi.get(self, "status")
|
13618
|
-
|
13619
|
-
@property
|
13620
|
-
@pulumi.getter(name="timeFinished")
|
13621
|
-
def time_finished(self) -> str:
|
13622
|
-
"""
|
13623
|
-
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13624
|
-
"""
|
13625
|
-
return pulumi.get(self, "time_finished")
|
13626
|
-
|
13627
|
-
@property
|
13628
|
-
@pulumi.getter(name="timeStarted")
|
13629
|
-
def time_started(self) -> str:
|
13630
|
-
"""
|
13631
|
-
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13632
|
-
"""
|
13633
|
-
return pulumi.get(self, "time_started")
|
13634
|
-
|
13635
|
-
|
13636
|
-
@pulumi.output_type
|
13637
|
-
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult(dict):
|
13638
|
-
def __init__(__self__, *,
|
13639
|
-
rollback_steps: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult'],
|
13640
|
-
steps: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult'],
|
13641
|
-
target_group: str,
|
13642
|
-
target_id: str):
|
13643
|
-
"""
|
13644
|
-
:param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs'] rollback_steps: Details about all the rollback steps for one target environment.
|
13645
|
-
:param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs'] steps: Details about all the steps for one target environment.
|
13646
|
-
:param str target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
|
13647
|
-
:param str target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
13648
|
-
"""
|
13649
|
-
pulumi.set(__self__, "rollback_steps", rollback_steps)
|
13650
|
-
pulumi.set(__self__, "steps", steps)
|
13651
|
-
pulumi.set(__self__, "target_group", target_group)
|
13652
|
-
pulumi.set(__self__, "target_id", target_id)
|
13653
|
-
|
13654
|
-
@property
|
13655
|
-
@pulumi.getter(name="rollbackSteps")
|
13656
|
-
def rollback_steps(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult']:
|
13657
|
-
"""
|
13658
|
-
Details about all the rollback steps for one target environment.
|
13659
|
-
"""
|
13660
|
-
return pulumi.get(self, "rollback_steps")
|
13661
|
-
|
13662
|
-
@property
|
13663
|
-
@pulumi.getter
|
13664
|
-
def steps(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult']:
|
13665
|
-
"""
|
13666
|
-
Details about all the steps for one target environment.
|
13667
|
-
"""
|
13668
|
-
return pulumi.get(self, "steps")
|
13669
|
-
|
13670
|
-
@property
|
13671
|
-
@pulumi.getter(name="targetGroup")
|
13672
|
-
def target_group(self) -> str:
|
13673
|
-
"""
|
13674
|
-
Group for the target environment for example, the batch number for an Instance Group deployment.
|
13675
|
-
"""
|
13676
|
-
return pulumi.get(self, "target_group")
|
13677
|
-
|
13678
|
-
@property
|
13679
|
-
@pulumi.getter(name="targetId")
|
13680
|
-
def target_id(self) -> str:
|
13681
|
-
"""
|
13682
|
-
The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
13683
|
-
"""
|
13684
|
-
return pulumi.get(self, "target_id")
|
13685
|
-
|
13686
|
-
|
13687
|
-
@pulumi.output_type
|
13688
|
-
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult(dict):
|
13689
|
-
def __init__(__self__, *,
|
13690
|
-
name: str,
|
13691
|
-
state: str,
|
13692
|
-
time_finished: str,
|
13693
|
-
time_started: str):
|
13694
|
-
"""
|
13695
|
-
:param str name: Name of the step.
|
13696
|
-
:param str state: A filter to return only Deployments that matches the given lifecycleState.
|
13697
|
-
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13698
|
-
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13699
|
-
"""
|
13700
|
-
pulumi.set(__self__, "name", name)
|
13701
|
-
pulumi.set(__self__, "state", state)
|
13702
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
13703
|
-
pulumi.set(__self__, "time_started", time_started)
|
13704
|
-
|
13705
|
-
@property
|
13706
|
-
@pulumi.getter
|
13707
|
-
def name(self) -> str:
|
13708
|
-
"""
|
13709
|
-
Name of the step.
|
13710
|
-
"""
|
13711
|
-
return pulumi.get(self, "name")
|
13712
|
-
|
13713
|
-
@property
|
13714
|
-
@pulumi.getter
|
13715
|
-
def state(self) -> str:
|
13716
|
-
"""
|
13717
|
-
A filter to return only Deployments that matches the given lifecycleState.
|
13718
|
-
"""
|
13719
|
-
return pulumi.get(self, "state")
|
13720
|
-
|
13721
|
-
@property
|
13722
|
-
@pulumi.getter(name="timeFinished")
|
13723
|
-
def time_finished(self) -> str:
|
13724
|
-
"""
|
13725
|
-
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13726
|
-
"""
|
13727
|
-
return pulumi.get(self, "time_finished")
|
13728
|
-
|
13729
|
-
@property
|
13730
|
-
@pulumi.getter(name="timeStarted")
|
13731
|
-
def time_started(self) -> str:
|
13732
|
-
"""
|
13733
|
-
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13734
|
-
"""
|
13735
|
-
return pulumi.get(self, "time_started")
|
13736
|
-
|
13737
|
-
|
13738
|
-
@pulumi.output_type
|
13739
|
-
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult(dict):
|
13740
|
-
def __init__(__self__, *,
|
13741
|
-
name: str,
|
13742
|
-
state: str,
|
13743
|
-
time_finished: str,
|
13744
|
-
time_started: str):
|
13745
|
-
"""
|
13746
|
-
:param str name: Name of the step.
|
13747
|
-
:param str state: A filter to return only Deployments that matches the given lifecycleState.
|
13748
|
-
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13749
|
-
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13750
|
-
"""
|
13751
|
-
pulumi.set(__self__, "name", name)
|
13752
|
-
pulumi.set(__self__, "state", state)
|
13753
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
13754
|
-
pulumi.set(__self__, "time_started", time_started)
|
13755
|
-
|
13756
|
-
@property
|
13757
|
-
@pulumi.getter
|
13758
|
-
def name(self) -> str:
|
13759
|
-
"""
|
13760
|
-
Name of the step.
|
13761
|
-
"""
|
13762
|
-
return pulumi.get(self, "name")
|
13763
|
-
|
13764
|
-
@property
|
13765
|
-
@pulumi.getter
|
13766
|
-
def state(self) -> str:
|
13767
|
-
"""
|
13768
|
-
A filter to return only Deployments that matches the given lifecycleState.
|
13769
|
-
"""
|
13770
|
-
return pulumi.get(self, "state")
|
12849
|
+
return pulumi.get(self, "deploy_stage_execution_progress")
|
13771
12850
|
|
13772
12851
|
@property
|
13773
12852
|
@pulumi.getter(name="timeFinished")
|
@@ -13786,18 +12865,6 @@ class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeploySta
|
|
13786
12865
|
return pulumi.get(self, "time_started")
|
13787
12866
|
|
13788
12867
|
|
13789
|
-
@pulumi.output_type
|
13790
|
-
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult(dict):
|
13791
|
-
def __init__(__self__, *,
|
13792
|
-
deploy_stage_predecessor: str):
|
13793
|
-
pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
|
13794
|
-
|
13795
|
-
@property
|
13796
|
-
@pulumi.getter(name="deployStagePredecessor")
|
13797
|
-
def deploy_stage_predecessor(self) -> str:
|
13798
|
-
return pulumi.get(self, "deploy_stage_predecessor")
|
13799
|
-
|
13800
|
-
|
13801
12868
|
@pulumi.output_type
|
13802
12869
|
class GetDeploymentsFilterResult(dict):
|
13803
12870
|
def __init__(__self__, *,
|