Uses of Interface
com.yahoo.vespa.hosted.controller.api.integration.billing.Plan
Packages that use Plan
Package
Description
-
Uses of Plan in com.yahoo.vespa.hosted.controller.api.integration.billing
Fields in com.yahoo.vespa.hosted.controller.api.integration.billing declared as PlanModifier and TypeFieldDescriptionstatic final PlanPlanRegistryMock.freeTrialstatic final PlanPlanRegistryMock.nonePlanstatic final PlanPlanRegistryMock.paidPlanMethods in com.yahoo.vespa.hosted.controller.api.integration.billing that return PlanModifier and TypeMethodDescriptionPlanRegistry.defaultPlan()Get the default planPlanRegistryMock.defaultPlan()Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return types with arguments of type PlanModifier and TypeMethodDescriptionBillingDatabaseClient.getPlan(com.yahoo.config.provision.TenantName tenantName) Return the plan for the given tenantBillingDatabaseClientMock.getPlan(com.yahoo.config.provision.TenantName tenantName) Return the plan for the given tenants if present.Get a plan given a plan IDGet a plan give a plan IDMethods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type Plan -
Uses of Plan in com.yahoo.vespa.hosted.controller.api.integration.resource
Methods in com.yahoo.vespa.hosted.controller.api.integration.resource that return PlanMethods in com.yahoo.vespa.hosted.controller.api.integration.resource with parameters of type PlanModifier and TypeMethodDescriptionvoidConstructors in com.yahoo.vespa.hosted.controller.api.integration.resource with parameters of type PlanModifierConstructorDescriptionResourceUsage(com.yahoo.config.provision.ApplicationId applicationId, com.yahoo.config.provision.zone.ZoneId zoneId, Plan plan, com.yahoo.config.provision.NodeResources.Architecture architecture, BigDecimal cpuMillis, BigDecimal memoryMillis, BigDecimal diskMillis)