From cb15bea3e708cf8feec65840cdeb0d825f3f5245 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Wed, 29 Jun 2022 10:37:50 +0200 Subject: Update javadoc --- hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java | 4 +++- hosted-zone-api/src/main/java/ai/vespa/cloud/SystemInfo.java | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'hosted-zone-api') 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 75d002b80dd..1281ffe7038 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 @@ -1,7 +1,9 @@ package ai.vespa.cloud; /** - * The cloud provider of a Vespa Cloud instance. + * 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. * * @author mpolden */ diff --git a/hosted-zone-api/src/main/java/ai/vespa/cloud/SystemInfo.java b/hosted-zone-api/src/main/java/ai/vespa/cloud/SystemInfo.java index 9502ccdb52c..8fe3d0a2665 100644 --- a/hosted-zone-api/src/main/java/ai/vespa/cloud/SystemInfo.java +++ b/hosted-zone-api/src/main/java/ai/vespa/cloud/SystemInfo.java @@ -31,7 +31,7 @@ public class SystemInfo { /** Returns the zone this is running in */ public Zone zone() { return zone; } - /** Returns the cloud provider this is using */ + /** Returns the cloud provider this is running in */ public Cloud cloud() { return cloud; } -- cgit v1.2.3