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