Uses of Interface
com.yahoo.vespa.hosted.controller.api.integration.billing.Plan
-
Packages that use Plan Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of Plan in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return Plan Modifier and Type Method Description PlanPlanController. getPlan(com.yahoo.config.provision.TenantName tenant)PlanResourceUsage. getPlan()Constructors in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type Plan Constructor Description ResourceUsage(com.yahoo.config.provision.ApplicationId applicationId, com.yahoo.config.provision.zone.ZoneId zoneId, Plan plan, java.math.BigDecimal cpuMillis, java.math.BigDecimal memoryMillis, java.math.BigDecimal diskMillis)
-