public enum Sku.Types.SkuPrice.Types.ComputeEngineLicenseUsageFee.Types.UsageCalculationReference documentation and code samples for the Cloud Commerce Producer v1beta API enum Sku.Types.SkuPrice.Types.ComputeEngineLicenseUsageFee.Types.UsageCalculation.
Determines how the customer's usage is calculated.
Namespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
InstanceRuntime |
Usage is calculated from instance runtime. The customer's usage is metered according to the Compute Engine VM instance pricing model, measured on a per-instance basis in units of hours, with a minimum duration of one minute and an increment of one second. A SKU using this usage calculation is referred to as "flat" because the customer's usage charge is independent of the instance's machine resource shape apart from determining whether the SKU applies to the instance. |
LinearResourceScaledInstanceRuntime |
Usage is calculated from instance runtime and size.
This calculation mode is only applicable to resource-based SKUs.
Usage is calculated by measuring the instance 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 instance's machine resource value. |
Unspecified |
Unused. |