Module: Google::Cloud::CommerceProducer::V1beta::Sku::SkuPrice::KubernetesEnginePodUsageFee::PodResource
- Defined in:
- proto_docs/google/cloud/commerceproducer/v1beta/sku.rb
Overview
The pod resource type that the SKU applies to.
Constant Summary collapse
- POD_RESOURCE_UNSPECIFIED =
Unused.
0- VCPU_COUNT =
The SKU applies based on the pod's vCPU count.
1- MEMORY_BYTES =
The SKU applies based on the pod's memory size in bytes.
2- GPU_COUNT =
The SKU applies based on the pod's GPU count.
3- TPU_COUNT =
The SKU applies based on the pod's TPU count.
4