public enum Sku.SkuPrice.ComputeEngineLicenseUsageFee.MachineResource extends Enum<Sku.SkuPrice.ComputeEngineLicenseUsageFee.MachineResource> implements ProtocolMessageEnumThe machine resource type that the SKU applies to, if any.
Protobuf enum
google.cloud.commerceproducer.v1beta.Sku.SkuPrice.ComputeEngineLicenseUsageFee.MachineResource
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
GPU_COUNT |
The SKU applies based on the instance's GPU count. |
GPU_COUNT_VALUE |
The SKU applies based on the instance's GPU count. |
MACHINE_RESOURCE_UNSPECIFIED |
The SKU applies to all instances irrespective of machine shape. This is referred to as "instance-based pricing" because the price is the same for all instances. |
MACHINE_RESOURCE_UNSPECIFIED_VALUE |
The SKU applies to all instances irrespective of machine shape. This is referred to as "instance-based pricing" because the price is the same for all instances. |
MEMORY_BYTES |
The SKU applies based on the instance's memory size in bytes. |
MEMORY_BYTES_VALUE |
The SKU applies based on the instance's memory size in bytes. |
UNRECOGNIZED |
|
VCPU_COUNT |
The SKU applies based on the instance's vCPU count. |
VCPU_COUNT_VALUE |
The SKU applies based on the instance's vCPU count. |
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() |
|