aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-zone-api/src/main/java/ai/vespa/cloud/Environment.java
blob: 8f1d9fc962a9e73e14d4046b622af08c98457e53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.cloud;

/**
 * The environments of a Vespa cloud instance
 *
 * @author bratseth
 */
public enum Environment {

    dev, perf, test, staging, prod

}