Class 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 Detail

      • DeletedTenant

        public DeletedTenant​(com.yahoo.config.provision.TenantName name,
                             Instant createdAt,
                             Instant deletedAt)