public enum Network.IpProtocol extends Enum<Network.IpProtocol> implements ProtocolMessageEnumAn IP protocol.
Protobuf enum google.backstory.Network.IpProtocol
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
EIGRP |
Enhanced Interior Gateway Routing |
EIGRP_VALUE |
Enhanced Interior Gateway Routing |
ESP |
Encapsulating Security Payload |
ESP_VALUE |
Encapsulating Security Payload |
ETHERIP |
Ethernet-within-IP Encapsulation |
ETHERIP_VALUE |
Ethernet-within-IP Encapsulation |
GRE |
Generic Routing Encapsulation |
GRE_VALUE |
Generic Routing Encapsulation |
ICMP |
ICMP. |
ICMP6 |
ICMPv6 |
ICMP6_VALUE |
ICMPv6 |
ICMP_VALUE |
ICMP. |
IGMP |
IGMP |
IGMP_VALUE |
IGMP |
IP6IN4 |
IPv6 Encapsulation |
IP6IN4_VALUE |
IPv6 Encapsulation |
PIM |
Protocol Independent Multicast |
PIM_VALUE |
Protocol Independent Multicast |
SCTP |
Stream Control Transmission Protocol |
SCTP_VALUE |
Stream Control Transmission Protocol |
TCP |
TCP. |
TCP_VALUE |
TCP. |
UDP |
UDP. |
UDP_VALUE |
UDP. |
UNKNOWN_IP_PROTOCOL |
The default protocol. |
UNKNOWN_IP_PROTOCOL_VALUE |
The default protocol. |
UNRECOGNIZED |
|
VRRP |
Virtual Router Redundancy Protocol |
VRRP_VALUE |
Virtual Router Redundancy Protocol |
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() |
|