public enum Hardware.MacAddress.AddressType extends Enum<Hardware.MacAddress.AddressType> implements ProtocolMessageEnum
Enum for the different types of MAC address.
Protobuf enum
google.cloud.gdchardwaremanagement.v1alpha.Hardware.MacAddress.AddressType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ADDRESS_TYPE_UNSPECIFIED |
Unspecified address type. |
ADDRESS_TYPE_UNSPECIFIED_VALUE |
Unspecified address type. |
BMC |
Address of a baseboard management controller. |
BMC_VALUE |
Address of a baseboard management controller. |
NIC |
Address of a network interface card. |
NIC_VALUE |
Address of a network interface card. |
UNRECOGNIZED |
|
VIRTUAL |
Address of a virtual interface. |
VIRTUAL_VALUE |
Address of a virtual interface. |
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() |