Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 834 Bytes

NewPlatformRuntime.md

File metadata and controls

37 lines (22 loc) · 834 Bytes

NewPlatformRuntime

Represents a runtime for a Platform component, e.g. Java, PHP, Tomcat

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

Enum: LanguageEnum

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

Enum: RuntimeTypeEnum

Name Value
STANDALONE "standalone"
SERVER "server"