Package ai.vespa.cloud
Class Zone
java.lang.Object
ai.vespa.cloud.Zone
The zone in which a cloud deployment may be running.
A zone is a combination of an environment and a region.
- Author:
- bratseth
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Zone
-
-
Method Details
-
environment
-
region
-
toString
Returns the string environment.region -
hashCode
public int hashCode() -
equals
-
from
Creates a zone from a string on the form environment.region- Throws:
IllegalArgumentException- if the given string is not a valid zone
-