Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.59 KB

File metadata and controls

20 lines (17 loc) · 1.59 KB

SolutionCreateRequest

Properties

Name Type Description Notes
key String Technical key for resource name convention and version grouping. Must be unique [default to null]
name String Solution name. This name is displayed in the sample webApp [default to null]
description String The Solution description [optional] [default to null]
repository String The registry repository containing the image [default to null]
version String The Solution version MAJOR.MINOR.PATCH [default to null]
alwaysPull Boolean Set to true if the runtemplate wants to always pull the image [optional] [default to false]
tags List The list of tags [optional] [default to null]
parameters List The list of Run Template Parameters [optional] [default to []]
parameterGroups List The list of parameters groups for the Run Templates [optional] [default to []]
runTemplates List List of Run Templates [optional] [default to []]
url String An optional URL link to solution page [optional] [default to null]
security SolutionSecurity [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]