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
  • Constructor Details

    • DeletedTenant

      public DeletedTenant(com.yahoo.config.provision.TenantName name, Instant createdAt, Instant deletedAt)
  • Method Details