Class DeletedTenant
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.tenant.Tenant
-
- com.yahoo.vespa.hosted.controller.tenant.DeletedTenant
-
public class DeletedTenant extends Tenant
Represents a tenant that has been deleted. Exists to prevent creation of a new tenant with the same name.- Author:
- freva
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.yahoo.vespa.hosted.controller.tenant.Tenant
Tenant.Type
-
-
Constructor Summary
Constructors Constructor Description DeletedTenant(com.yahoo.config.provision.TenantName name, Instant createdAt, Instant deletedAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantdeletedAt()Instant when the tenant was deletedStringtoString()Tenant.Typetype()-
Methods inherited from class com.yahoo.vespa.hosted.controller.tenant.Tenant
contact, createdAt, equals, hashCode, lastLoginInfo, name, requireName
-
-