| buildId | String | the buildId for the engine | [optional] |
| containerConfig | HostActionLaunchContainerConfig | | [optional] |
| containerType | ContainerTypeEnum | | [optional] |
| debugPort | Integer | engine port to map to agent host | [optional] |
| dockerImage | String | Docker image to launch | [optional] |
| engineId | String | The id of the engine to launch | [optional] |
| engineInstanceLogHostInfo | String | storage server host info, e.g. ip:port, where engine instances as started by this launch action should use for its logs | [optional] |
| engineType | EngineTypeEnum | | [optional] |
| env | List<EnvKeyValue> | | [optional] |
| gpuType | GPUEnum | | [optional] |
| isGPU | Boolean | If true, this requires a GPU | [optional] |
| launchId | UUID | The Launch ID to use for the launch | [optional] |
| minCPU | Integer | The minimum CPU required for this engine. If 0, minCPU will be calculated from engine's resourceBias | [optional] |
| minRunning | Integer | The number of engine instances to be running on a node for this engine | [optional] |
| name | String | The name of the engine or process to launch. This is informational only. | [optional] |
| resourceBias | ResourceBiasEnum | | [optional] |
| runtime | String | the runtime for the build | [optional] |
| runtimeTTL | Integer | Seconds to run | [optional] |
| serverTypeId | UUID | The id of the serverType to which the engine may be associated (can be empty) | [optional] |
| serverTypeName | String | The name of the serverType to which the engine may be associated (can be empty) | [optional] |
| softMinMemory | Long | | [optional] |
| softMinvCPU | Integer | | [optional] |