FleetRuntimeConfigurationServerProcessArgs

data class FleetRuntimeConfigurationServerProcessArgs(val concurrentExecutions: Output<Int>, val launchPath: Output<String>, val parameters: Output<String>? = null) : ConvertibleToJava<FleetRuntimeConfigurationServerProcessArgs>

Constructors

constructor(concurrentExecutions: Output<Int>, launchPath: Output<String>, parameters: Output<String>? = null)

Properties

Link copied to clipboard

Number of server processes using this configuration to run concurrently on an instance.

Link copied to clipboard
val launchPath: Output<String>

Location of the server executable in a game build. All game builds are installed on instances at the root : for Windows instances C:\game, and for Linux instances /local/game.

Link copied to clipboard
val parameters: Output<String>? = null

Optional list of parameters to pass to the server executable on launch.

Functions

Link copied to clipboard
open override fun toJava(): FleetRuntimeConfigurationServerProcessArgs