aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/routing/RotationStatus.java
blob: 973592dfd336a3e1c346c4b5f535d265a4246930 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.api.integration.routing;

/**
 * Represents the health status of a global rotation.
 *
 * @author andreer
 */
public enum RotationStatus {
    IN, OUT, UNKNOWN
}