Cloud Commerce Producer v1beta API - Class Sku.Types.SkuPrice.Types.ComputeEngineLicenseUsageFee.Types.MachineResourceRange (1.0.0-beta01)

public sealed class Sku.Types.SkuPrice.Types.ComputeEngineLicenseUsageFee.Types.MachineResourceRange : IMessage<Sku.Types.SkuPrice.Types.ComputeEngineLicenseUsageFee.Types.MachineResourceRange>, IEquatable<Sku.Types.SkuPrice.Types.ComputeEngineLicenseUsageFee.Types.MachineResourceRange>, IDeepCloneable<Sku.Types.SkuPrice.Types.ComputeEngineLicenseUsageFee.Types.MachineResourceRange>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class Sku.Types.SkuPrice.Types.ComputeEngineLicenseUsageFee.Types.MachineResourceRange.

The range of machine resource values that the SKU applies to.

Inheritance

object > Sku.Types.SkuPrice.Types.ComputeEngineLicenseUsageFee.Types.MachineResourceRange

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

Google.Cloud.CommerceProducer.V1Beta.dll

Constructors

MachineResourceRange()

public MachineResourceRange()

MachineResourceRange(MachineResourceRange)

public MachineResourceRange(Sku.Types.SkuPrice.Types.ComputeEngineLicenseUsageFee.Types.MachineResourceRange other)
Parameter
Name Description
other SkuTypesSkuPriceTypesComputeEngineLicenseUsageFeeTypesMachineResourceRange

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. While the number zero may be the start of a range, it is not a possible machine resource value. An instance cannot exist with zero vCPU or memory, and an instance with no attached accelerators lacks a GPU dimension entirely rather than having a GPU count of zero.

Property Value
Type Description
long