aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-zone-api/src/main/java/ai/vespa/cloud/Environment.java
blob: 808a3b62b8ea4e918b4fc0387bfa556efd86fe6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Vespa.ai. 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

}