Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 889 Bytes

PlatformRuntime.md

File metadata and controls

38 lines (23 loc) · 889 Bytes

PlatformRuntime

Repesents a PaaS environemnt to run an component

Properties

Name Type Description Notes
name String human readable name
language LanguageEnum the specific runtime language
languageVersion Double language version number [optional]
runtimeType RuntimeTypeEnum specifies the runtime type
version Double the version of the specified type
id String Unique identifier for the hardwareRuntime [optional]

Enum: LanguageEnum

Name Value
PHP "PHP"
JAVA "JAVA"
RUBY "RUBY"
PYTHON "PYTHON"

Enum: RuntimeTypeEnum

Name Value
STANDALONE "standalone"
SERVER "server"