File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed
Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Models/OrganizationServices.md
2929Models/ResourceSizeInfo.md
3030Models/RunTemplate.md
3131Models/RunTemplateHandlerId.md
32+ Models/RunTemplateOrchestrator.md
3233Models/RunTemplateParameter.md
3334Models/RunTemplateParameterGroup.md
3435Models/RunTemplateParameterValue.md
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Name | Type | Description | Notes
3333** gitRepositoryUrl** | ** String** | an optional URL to the git repository | [ optional] [ default to null]
3434** gitBranchName** | ** String** | an optional git branch name | [ optional] [ default to null]
3535** runTemplateSourceDir** | ** String** | an optional directory where to find the run template source | [ optional] [ default to null]
36+ ** orchestratorType** | [ ** RunTemplateOrchestrator** ] ( RunTemplateOrchestrator.md ) | | [ optional] [ default to null]
3637** executionTimeout** | ** Integer** | an optional duration in seconds in which a workflow is allowed to run | [ optional] [ default to null]
3738** deleteHistoricalData** | [ ** DeleteHistoricalData** ] ( DeleteHistoricalData.md ) | | [ optional] [ default to null]
3839
Original file line number Diff line number Diff line change 1+ # RunTemplateOrchestrator
2+ ## Properties
3+
4+ Name | Type | Description | Notes
5+ ------------ | ------------- | ------------- | -------------
6+
7+ [[ Back to Model list]] ( ../README.md#documentation-for-models ) [[ Back to API list]] ( ../README.md#documentation-for-api-endpoints ) [[ Back to README]] ( ../README.md )
8+
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ Class | Method | HTTP request | Description
165165 - [ ResourceSizeInfo] ( ./Models/ResourceSizeInfo.md )
166166 - [ RunTemplate] ( ./Models/RunTemplate.md )
167167 - [ RunTemplateHandlerId] ( ./Models/RunTemplateHandlerId.md )
168+ - [ RunTemplateOrchestrator] ( ./Models/RunTemplateOrchestrator.md )
168169 - [ RunTemplateParameter] ( ./Models/RunTemplateParameter.md )
169170 - [ RunTemplateParameterGroup] ( ./Models/RunTemplateParameterGroup.md )
170171 - [ RunTemplateParameterValue] ( ./Models/RunTemplateParameterValue.md )
Original file line number Diff line number Diff line change @@ -170,13 +170,17 @@ entity RunTemplate {
170170 gitRepositoryUrl : String
171171 gitBranchName : String
172172 runTemplateSourceDir : String
173+ orchestratorType : RunTemplateOrchestrator
173174 executionTimeout : Integer
174175 deleteHistoricalData : DeleteHistoricalData
175176}
176177
177178entity RunTemplateHandlerId {
178179}
179180
181+ entity RunTemplateOrchestrator {
182+ }
183+
180184entity RunTemplateParameter {
181185 * id : String
182186 labels : Map
You can’t perform that action at this time.
0 commit comments