Enum PowerSupply (0.1.0)

public enum PowerSupply extends Enum<PowerSupply> implements ProtocolMessageEnum

The power supply options.

Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.PowerSupply

Implements

ProtocolMessageEnum

Static Fields

Name Description
POWER_SUPPLY_AC

AC power supply.

POWER_SUPPLY_AC = 1;

POWER_SUPPLY_AC_VALUE

AC power supply.

POWER_SUPPLY_AC = 1;

POWER_SUPPLY_DC

DC power supply.

POWER_SUPPLY_DC = 2;

POWER_SUPPLY_DC_VALUE

DC power supply.

POWER_SUPPLY_DC = 2;

POWER_SUPPLY_UNSPECIFIED

Power supply is unspecified.

POWER_SUPPLY_UNSPECIFIED = 0;

POWER_SUPPLY_UNSPECIFIED_VALUE

Power supply is unspecified.

POWER_SUPPLY_UNSPECIFIED = 0;

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