Enum HardwareInstallationInfo.RackType (0.1.0)

public enum HardwareInstallationInfo.RackType extends Enum<HardwareInstallationInfo.RackType> implements ProtocolMessageEnum

Valid rack types.

Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.HardwareInstallationInfo.RackType

Implements

ProtocolMessageEnum

Static Fields

Name Description
FOUR_POST

Four post rack.

FOUR_POST = 2;

FOUR_POST_VALUE

Four post rack.

FOUR_POST = 2;

RACK_TYPE_UNSPECIFIED

Rack type is unspecified.

RACK_TYPE_UNSPECIFIED = 0;

RACK_TYPE_UNSPECIFIED_VALUE

Rack type is unspecified.

RACK_TYPE_UNSPECIFIED = 0;

TWO_POST

Two post rack.

TWO_POST = 1;

TWO_POST_VALUE

Two post rack.

TWO_POST = 1;

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()