Enum Network.IpProtocol (0.3.0)

public enum Network.IpProtocol extends Enum<Network.IpProtocol> implements ProtocolMessageEnum

An IP protocol.

Protobuf enum google.backstory.Network.IpProtocol

Implements

ProtocolMessageEnum

Static Fields

Name Description
EIGRP

Enhanced Interior Gateway Routing

EIGRP = 88;

EIGRP_VALUE

Enhanced Interior Gateway Routing

EIGRP = 88;

ESP

Encapsulating Security Payload

ESP = 50;

ESP_VALUE

Encapsulating Security Payload

ESP = 50;

ETHERIP

Ethernet-within-IP Encapsulation

ETHERIP = 97;

ETHERIP_VALUE

Ethernet-within-IP Encapsulation

ETHERIP = 97;

GRE

Generic Routing Encapsulation

GRE = 47;

GRE_VALUE

Generic Routing Encapsulation

GRE = 47;

ICMP

ICMP.

ICMP = 1;

ICMP6

ICMPv6

ICMP6 = 58;

ICMP6_VALUE

ICMPv6

ICMP6 = 58;

ICMP_VALUE

ICMP.

ICMP = 1;

IGMP

IGMP

IGMP = 2;

IGMP_VALUE

IGMP

IGMP = 2;

IP6IN4

IPv6 Encapsulation

IP6IN4 = 41;

IP6IN4_VALUE

IPv6 Encapsulation

IP6IN4 = 41;

PIM

Protocol Independent Multicast

PIM = 103;

PIM_VALUE

Protocol Independent Multicast

PIM = 103;

SCTP

Stream Control Transmission Protocol

SCTP = 132;

SCTP_VALUE

Stream Control Transmission Protocol

SCTP = 132;

TCP

TCP.

TCP = 6;

TCP_VALUE

TCP.

TCP = 6;

UDP

UDP.

UDP = 17;

UDP_VALUE

UDP.

UDP = 17;

UNKNOWN_IP_PROTOCOL

The default protocol.

UNKNOWN_IP_PROTOCOL = 0;

UNKNOWN_IP_PROTOCOL_VALUE

The default protocol.

UNKNOWN_IP_PROTOCOL = 0;

UNRECOGNIZED
VRRP

Virtual Router Redundancy Protocol

VRRP = 112;

VRRP_VALUE

Virtual Router Redundancy Protocol

VRRP = 112;

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