Class CostInfo
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.resource.CostInfo
- Author:
- olaa
-
Constructor Summary
ConstructorsConstructorDescriptionCostInfo(com.yahoo.config.provision.ApplicationId applicationId, com.yahoo.config.provision.zone.ZoneId zoneId, BigDecimal cpuHours, BigDecimal memoryHours, BigDecimal diskHours, BigDecimal gpuHours, BigDecimal cpuCost, BigDecimal memoryCost, BigDecimal diskCost, BigDecimal gpuCost, com.yahoo.config.provision.NodeResources.Architecture architecture, int majorVersion) -
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.config.provision.ApplicationIdcom.yahoo.config.provision.NodeResources.Architectureintcom.yahoo.config.provision.zone.ZoneId
-
Constructor Details
-
CostInfo
public CostInfo(com.yahoo.config.provision.ApplicationId applicationId, com.yahoo.config.provision.zone.ZoneId zoneId, BigDecimal cpuHours, BigDecimal memoryHours, BigDecimal diskHours, BigDecimal gpuHours, BigDecimal cpuCost, BigDecimal memoryCost, BigDecimal diskCost, BigDecimal gpuCost, com.yahoo.config.provision.NodeResources.Architecture architecture, int majorVersion)
-
-
Method Details
-
getApplicationId
public com.yahoo.config.provision.ApplicationId getApplicationId() -
getZoneId
public com.yahoo.config.provision.zone.ZoneId getZoneId() -
getCpuHours
-
getMemoryHours
-
getDiskHours
-
getGpuHours
-
getCpuCost
-
getMemoryCost
-
getDiskCost
-
getGpuCost
-
getTotalCost
-
getArchitecture
public com.yahoo.config.provision.NodeResources.Architecture getArchitecture() -
getMajorVersion
public int getMajorVersion()
-