public enum Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.UsageCalculationReference documentation and code samples for the Cloud Commerce Producer v1beta API enum Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.UsageCalculation.
Determines how the customer's usage is calculated.
Namespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
LinearResourceScaledPodRuntime |
Usage is calculated from pod runtime and size.
This calculation mode is only applicable to resource-based SKUs.
Usage is calculated by measuring the pod runtime in the same manner
as for A SKU using this usage calculation is referred to as "linear" because the customer's usage charge is linearly proportional to the pod's resource value. |
PodRuntime |
Usage is calculated from pod runtime. The customer's usage is metered in a manner similar to the GKE Autopilot mode for pods without specific hardware requirements, priced on a per-pod basis in units of hours and measured in one-second increments, with no minimum duration. A SKU using this usage calculation is referred to as "flat" because the customer's usage charge is independent of the pod shape apart from determining whether the SKU applies to the pod. |
Unspecified |
Unused. |