java.lang.Object
com.yahoo.vespa.hosted.controller.tenant.Tenant
Direct Known Subclasses:
AthenzTenant, CloudTenant, DeletedTenant

public abstract class Tenant extends Object
A tenant in hosted Vespa.
Author:
mpolden
  • Method Details

    • name

      public com.yahoo.config.provision.TenantName name()
      Name of this tenant
    • createdAt

      public Instant createdAt()
      Instant when the tenant was created
    • lastLoginInfo

      public LastLoginInfo lastLoginInfo()
      Returns login information for this tenant
    • contact

      public Optional<Contact> contact()
      Contact information for this tenant
    • type

      public abstract Tenant.Type type()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • requireName

      public static com.yahoo.config.provision.TenantName requireName(com.yahoo.config.provision.TenantName name)