Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.Quota
-
Packages that use Quota Package Description com.yahoo.vespa.hosted.controller.api.application.v4.model com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of Quota in com.yahoo.vespa.hosted.controller.api.application.v4.model
Methods in com.yahoo.vespa.hosted.controller.api.application.v4.model that return Quota Modifier and Type Method Description QuotaDeploymentData. quota()Constructors in com.yahoo.vespa.hosted.controller.api.application.v4.model with parameters of type Quota Constructor Description DeploymentData(com.yahoo.config.provision.ApplicationId instance, com.yahoo.config.provision.zone.ZoneId zone, byte[] applicationPackage, com.yahoo.component.Version platform, Set<ContainerEndpoint> containerEndpoints, Optional<EndpointCertificateMetadata> endpointCertificateMetadata, Optional<com.yahoo.config.provision.DockerImage> dockerImageRepo, Optional<com.yahoo.vespa.athenz.api.AthenzDomain> athenzDomain, Quota quota, List<TenantSecretStore> tenantSecretStores, List<X509Certificate> operatorCertificates)DeploymentData(com.yahoo.config.provision.ApplicationId instance, com.yahoo.config.provision.zone.ZoneId zone, byte[] applicationPackage, com.yahoo.component.Version platform, Set<ContainerEndpoint> containerEndpoints, Optional<EndpointCertificateMetadata> endpointCertificateMetadata, Optional<com.yahoo.config.provision.DockerImage> dockerImageRepo, Optional<com.yahoo.vespa.athenz.api.AthenzDomain> athenzDomain, Quota quota, List<TenantSecretStore> tenantSecretStores, List<X509Certificate> operatorCertificates, boolean dryRun) -
Uses of Quota in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return Quota Modifier and Type Method Description QuotaQuotaCalculator. calculate()Calculate the quota for a given environmentQuotaBillingController. getQuota(com.yahoo.config.provision.TenantName tenant)The quota for the given tenant.QuotaMockBillingController. getQuota(com.yahoo.config.provision.TenantName tenant)QuotaQuota. subtractUsage(double rate)static QuotaQuota. unlimited()Construct a Quota that allows unlimited resource usageQuotaQuota. withBudget(int budget)QuotaQuota. withBudget(BigDecimal budget)QuotaQuota. withMaxClusterSize(int clusterSize)QuotaQuota. withoutBudget()static QuotaQuota. zero()Construct a Quota that allows zero resource usage
-