All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.azure.gaming.GameHostHealth Maven / Gradle / Ivy

package com.microsoft.azure.gaming;

/**
 * Whether a game server is healthy or unhealthy.
 */
public enum GameHostHealth {
    Healthy,
    Unhealthy;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy