C# Класс Amazon.GameLift.Model.UpdateRuntimeConfigurationRequest

Container for the parameters to the UpdateRuntimeConfiguration operation. Updates the current runtime configuration for the specified fleet, which tells GameLift how to launch server processes on instances in the fleet. You can update a fleet's runtime configuration at any time after the fleet is created; it does not need to be in an ACTIVE status.

To update runtime configuration, specify the fleet ID and provide a RuntimeConfiguration object with the updated collection of server process configurations.

Each instance in a GameLift fleet checks regularly for an updated runtime configuration and changes how it launches server processes to comply with the latest version. Existing server processes are not affected by the update; they continue to run until they end, while GameLift simply adds new server processes to fit the current runtime configuration. As a result, the runtime configuration changes are applied gradually as existing processes shut down and new processes are launched in GameLift's normal process recycling activity.

Наследование: AmazonGameLiftRequest
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetFleetId ( ) : bool
IsSetRuntimeConfiguration ( ) : bool