summaryrefslogtreecommitdiffstats
path: root/hosted-zone-api
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2024-01-12 13:47:54 +0100
committerHarald Musum <musum@yahooinc.com>2024-01-12 13:47:54 +0100
commitf6e22f410e4790f87ce1b867376d012ac47c0d47 (patch)
tree1e29a8da509dafda336bbd4cb55c01dfe0617604 /hosted-zone-api
parenta26038a5e54b1c25f95a2e345b41a6816e46dcca (diff)
Define new cloud
Diffstat (limited to 'hosted-zone-api')
-rw-r--r--hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java b/hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java
index 64869461899..e2f7043b152 100644
--- a/hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java
+++ b/hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java
@@ -4,7 +4,8 @@ package ai.vespa.cloud;
/**
* The cloud provider in which a cloud deployment may be running.
*
- * This is "aws" when this runs in Amazon Web Services, and "gcp" when this runs in Google Cloud Platform.
+ * This is "aws" when this runs in Amazon Web Services, "gcp" when this runs in Google Cloud Platform and
+ * "azure" when this runs in Microsoft Azure.
*
* @author mpolden
*/