public sealed class Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.PodResourceRange : IMessage<Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.PodResourceRange>, IEquatable<Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.PodResourceRange>, IDeepCloneable<Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.PodResourceRange>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.PodResourceRange.
The range of pod resource values that the SKU applies to.
Implements
IMessageSkuTypesSkuPriceTypesKubernetesEnginePodUsageFeeTypesPodResourceRange, IEquatableSkuTypesSkuPriceTypesKubernetesEnginePodUsageFeeTypesPodResourceRange, IDeepCloneableSkuTypesSkuPriceTypesKubernetesEnginePodUsageFeeTypesPodResourceRange, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
PodResourceRange()
public PodResourceRange()PodResourceRange(PodResourceRange)
public PodResourceRange(Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.PodResourceRange other)| Parameter | |
|---|---|
| Name | Description |
other |
SkuTypesSkuPriceTypesKubernetesEnginePodUsageFeeTypesPodResourceRange |
Properties
EndValue
public long EndValue { get; set; }Output only. The exclusive upper bound of the range. If no end value is specified, the range is unbounded from above.
| Property Value | |
|---|---|
| Type | Description |
long |
|
HasEndValue
public bool HasEndValue { get; }Gets whether the "end_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
StartValue
public long StartValue { get; set; }Output only. The inclusive lower bound of the range.
| Property Value | |
|---|---|
| Type | Description |
long |
|