Represents a runtime for a Platform component, e.g. Java, PHP, Tomcat
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 |
Name | Value |
---|---|
PHP | "PHP" |
JAVA | "JAVA" |
RUBY | "RUBY" |
PYTHON | "PYTHON" |
Name | Value |
---|---|
STANDALONE | "standalone" |
SERVER | "server" |