Uses of Class
com.yahoo.vespa.hosted.controller.tenant.TenantInfo
-
Packages that use TenantInfo Package Description com.yahoo.vespa.hosted.controller.tenant -
-
Uses of TenantInfo in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return TenantInfo Modifier and Type Method Description static TenantInfoTenantInfo. empty()TenantInfoCloudTenant. info()Legal name, addresses etcTenantInfoTenantInfo. withAddress(TenantAddress address)TenantInfoTenantInfo. withBilling(TenantBilling billingContact)TenantInfoTenantInfo. withContact(TenantContact contact)TenantInfoTenantInfo. withContacts(TenantContacts contacts)TenantInfoTenantInfo. withEmail(String email)TenantInfoTenantInfo. withName(String name)TenantInfoTenantInfo. withWebsite(String website)Constructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type TenantInfo Constructor Description CloudTenant(com.yahoo.config.provision.TenantName name, Instant createdAt, LastLoginInfo lastLoginInfo, Optional<Principal> creator, com.google.common.collect.BiMap<PublicKey,Principal> developerKeys, TenantInfo info, List<TenantSecretStore> tenantSecretStores, Optional<String> archiveAccessRole)Public for the serialization layer — do not use!
-