Class RegionName

java.lang.Object
ai.vespa.validation.StringWrapper<T>
ai.vespa.validation.PatternedStringWrapper<RegionName>
com.yahoo.config.provision.RegionName
All Implemented Interfaces:
Comparable<RegionName>

public class RegionName extends ai.vespa.validation.PatternedStringWrapper<RegionName>
A region in a hosted Vespa system. A region name must be all lowercase, start with a letter, and contain letters and digits, separated by dashes.
Author:
jonmv
  • Method Details

    • from

      public static RegionName from(String region)
    • defaultName

      public static RegionName defaultName()
    • isDefault

      public boolean isDefault()