C# Class PlayFab.AdminModels.AddServerBuildRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
ActiveRegions List
BuildId string
CommandLineTemplate string
Comment string
ExecutablePath string
MaxGamesPerHost int
MinFreeGameSlots int

Property Details

ActiveRegions public property

server host regions in which this build should be running and available
public List ActiveRegions
return List

BuildId public property

unique identifier for the build executable
public string BuildId
return string

CommandLineTemplate public property

appended to the end of the command line when starting game servers
public string CommandLineTemplate
return string

Comment public property

developer comment(s) for this build
public string Comment
return string

ExecutablePath public property

path to the game server executable. Defaults to gameserver.exe
public string ExecutablePath
return string

MaxGamesPerHost public property

maximum number of game server instances that can run on a single host machine
public int MaxGamesPerHost
return int

MinFreeGameSlots public property

minimum capacity of additional game server instances that can be started before the autoscaling service starts new host machines (given the number of current running host machines and game server instances)
public int MinFreeGameSlots
return int