public enum PowerSupply extends Enum<PowerSupply> implements ProtocolMessageEnum
The power supply options.
Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.PowerSupply
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
POWER_SUPPLY_AC |
AC power supply. |
POWER_SUPPLY_AC_VALUE |
AC power supply. |
POWER_SUPPLY_DC |
DC power supply. |
POWER_SUPPLY_DC_VALUE |
DC power supply. |
POWER_SUPPLY_UNSPECIFIED |
Power supply is unspecified. |
POWER_SUPPLY_UNSPECIFIED_VALUE |
Power supply is unspecified. |
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() |