public enum Sku.Type extends Enum<Sku.Type> implements ProtocolMessageEnum
Valid types of a SKU.
Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.Sku.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
RACK |
Rack SKU. |
RACK_VALUE |
Rack SKU. |
SERVER |
Server SKU. |
SERVER_VALUE |
Server SKU. |
TYPE_UNSPECIFIED |
Type of the SKU is unspecified. This is not an allowed value. |
TYPE_UNSPECIFIED_VALUE |
Type of the SKU is unspecified. This is not an allowed value. |
UNRECOGNIZED |
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() |