Cloud Commerce Producer v1beta API - Class Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.PodResourceRange (1.0.0-beta01)

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, IMessage

Reference 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.

Inheritance

object > Sku.Types.SkuPrice.Types.KubernetesEnginePodUsageFee.Types.PodResourceRange

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

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