Class Tenant
java.lang.Object
com.yahoo.vespa.hosted.controller.tenant.Tenant
- Direct Known Subclasses:
AthenzTenant,CloudTenant,DeletedTenant
A tenant in hosted Vespa.
- Author:
- mpolden
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncontact()Contact information for this tenantInstant when the tenant was createdbooleaninthashCode()Returns login information for this tenantcom.yahoo.config.provision.TenantNamename()Name of this tenantstatic com.yahoo.config.provision.TenantNamerequireName(com.yahoo.config.provision.TenantName name) abstract Tenant.Typetype()
-
Method Details
-
name
public com.yahoo.config.provision.TenantName name()Name of this tenant -
createdAt
Instant when the tenant was created -
lastLoginInfo
Returns login information for this tenant -
contact
Contact information for this tenant -
type
-
equals
-
hashCode
public int hashCode() -
requireName
public static com.yahoo.config.provision.TenantName requireName(com.yahoo.config.provision.TenantName name)
-