Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.PlanId
Packages that use PlanId
Package
Description
-
Uses of PlanId in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return PlanIdModifier and TypeMethodDescriptionstatic PlanIdBillingController.getPlan(com.yahoo.config.provision.TenantName tenant) Get the plan ID for the given tenant.MockBillingController.getPlan(com.yahoo.config.provision.TenantName tenant) Plan.id()Unique ID for the planMethods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type PlanIdModifier and TypeMethodDescriptionGet a plan given a plan IDBillingController.setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments, boolean isAccountant) Set the plan for the current tenant.MockBillingController.setPlan(com.yahoo.config.provision.TenantName tenant, PlanId planId, boolean hasDeployments, boolean isAccountant) List<com.yahoo.config.provision.TenantName>BillingController.tenantsWithPlan(List<com.yahoo.config.provision.TenantName> existing, PlanId planId) Return the list of tenants with the given plan.List<com.yahoo.config.provision.TenantName>MockBillingController.tenantsWithPlan(List<com.yahoo.config.provision.TenantName> tenants, PlanId planId) -
Uses of PlanId in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return PlanIdConstructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type PlanIdModifierConstructorDescriptionCloudTenant(com.yahoo.config.provision.TenantName name, Instant createdAt, LastLoginInfo lastLoginInfo, Optional<SimplePrincipal> creator, com.google.common.collect.BiMap<PublicKey, SimplePrincipal> developerKeys, TenantInfo info, List<TenantSecretStore> tenantSecretStores, ArchiveAccess archiveAccess, Optional<Instant> invalidateUserSessionsBefore, Instant tenantRoleLastMaintained, List<CloudAccountInfo> cloudAccounts, Optional<BillingReference> billingReference, PlanId planId) Public for the serialization layer — do not use!