Enum Sku.SkuPrice.KubernetesEnginePodUsageFee.PodResource (0.1.0)

public enum Sku.SkuPrice.KubernetesEnginePodUsageFee.PodResource extends Enum<Sku.SkuPrice.KubernetesEnginePodUsageFee.PodResource> implements ProtocolMessageEnum

The pod resource type that the SKU applies to.

Protobuf enum google.cloud.commerceproducer.v1beta.Sku.SkuPrice.KubernetesEnginePodUsageFee.PodResource

Implements

ProtocolMessageEnum

Static Fields

Name Description
GPU_COUNT

The SKU applies based on the pod's GPU count.

GPU_COUNT = 3;

GPU_COUNT_VALUE

The SKU applies based on the pod's GPU count.

GPU_COUNT = 3;

MEMORY_BYTES

The SKU applies based on the pod's memory size in bytes.

MEMORY_BYTES = 2;

MEMORY_BYTES_VALUE

The SKU applies based on the pod's memory size in bytes.

MEMORY_BYTES = 2;

POD_RESOURCE_UNSPECIFIED

Unused.

POD_RESOURCE_UNSPECIFIED = 0;

POD_RESOURCE_UNSPECIFIED_VALUE

Unused.

POD_RESOURCE_UNSPECIFIED = 0;

TPU_COUNT

The SKU applies based on the pod's TPU count.

TPU_COUNT = 4;

TPU_COUNT_VALUE

The SKU applies based on the pod's TPU count.

TPU_COUNT = 4;

UNRECOGNIZED
VCPU_COUNT

The SKU applies based on the pod's vCPU count.

VCPU_COUNT = 1;

VCPU_COUNT_VALUE

The SKU applies based on the pod's vCPU count.

VCPU_COUNT = 1;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()