public sealed class Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee : IMessage<Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee>, IEquatable<Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee>, IDeepCloneable<Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.
Details about a SKU pricing usage of software running on a Kubernetes Engine pod.
The SKU applies to pods annotated with the SKU's parent service name, and may be further scoped to a k8s pod resource type (e.g. "CPU") and size range for that resource type. Running pods annotated with the parent service's service name and matching the pod resource type size range will be charged by the SKU. A service may be priced by multiple SKUs covering different combinations of pod resource type and size range, allowing a single running pod to be charged by up to one SKU per pod resource type, with pricing tiered according to pod shape.
Implements
IMessageSkuTypesSkuPriceTypesKubernetesEnginePodUsageFee, IEquatableSkuTypesSkuPriceTypesKubernetesEnginePodUsageFee, IDeepCloneableSkuTypesSkuPriceTypesKubernetesEnginePodUsageFee, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
KubernetesEnginePodUsageFee()
public KubernetesEnginePodUsageFee()KubernetesEnginePodUsageFee(KubernetesEnginePodUsageFee)
public KubernetesEnginePodUsageFee(Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee other)| Parameter | |
|---|---|
| Name | Description |
other |
SkuTypesSkuPriceTypesKubernetesEnginePodUsageFee |
Properties
PodResource
public Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.PodResource PodResource { get; set; }Output only. The pod resource type that the SKU applies to. SKUs with a non-default value are referred to as "resource-based" SKUs.
| Property Value | |
|---|---|
| Type | Description |
SkuTypesSkuPriceTypesKubernetesEnginePodUsageFeeTypesPodResource |
|
PodResourceRange
public Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.PodResourceRange PodResourceRange { get; set; }Output only. The range of pod resource values that the SKU applies to. The collection of SKUs in effect at any given time targeting the same service annotation and pod resource type will cover all possible values for that pod resource type without overlap. Such a collection of SKUs form a "tiered" price structure over the possible values of the pod resource, with each SKU acting as a "tier".
NOTE: This is distinct from a SKU with tiered pricing.
| Property Value | |
|---|---|
| Type | Description |
SkuTypesSkuPriceTypesKubernetesEnginePodUsageFeeTypesPodResourceRange |
|
PricePerUnit
public Money PricePerUnit { get; set; }The price per unit of usage. The customer's usage charge is computed by measuring the customer's consumption denominated in price units and multiplying by this price.
| Property Value | |
|---|---|
| Type | Description |
Money |
|
PriceStructureCase
public Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.PriceStructureOneofCase PriceStructureCase { get; }| Property Value | |
|---|---|
| Type | Description |
SkuTypesSkuPriceTypesKubernetesEnginePodUsageFeePriceStructureOneofCase |
|
Unit
public string Unit { get; set; }Output only. The price unit of the SKU. See https://ucum.org/ucum.html for the format of the price unit. For linear-priced memory SKUs, the price unit is 'GiBy.h'. For all other SKUs, the price unit is 'h'. This includes linear-priced VCPU, GPU, and TPU SKUs because these resources have unitless dimensions and the application of these scaling factors does not change the price unit.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UsageCalculation
public Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.UsageCalculation UsageCalculation { get; set; }Output only. Determines how the customer's usage is calculated.
| Property Value | |
|---|---|
| Type | Description |
SkuTypesSkuPriceTypesKubernetesEnginePodUsageFeeTypesUsageCalculation |
|