IPFIX IE unit value denoting bits.
IPFIX IE unit value denoting entries for MPLS label stack.
IPFIX IE unit value denoting flow records.
IPFIX IE unit value denoting 4-octet words for IPv4 header length.
IPFIX IE unit value denoting frames.
IPFIX IE unit value denoting number of hops for TTL reporting.
IPFIX IE unit value denoting the units of the inferred information element.
IPFIX IE unit value denoting messages for reliability reporting.
IPFIX IE unit value denoting microseconds.
IPFIX IE unit value denoting milliseconds.
IPFIX IE unit value denoting no units.
IPFIX IE unit value denoting nanoseconds.
IPFIX IE unit value denoting octets.
IPFIX IE unit value denoting packets.
IPFIX IE unit value denoting ports.
IPFIX IE unit value denoting seconds.
Converts a short value to an information element units type.
Converts a short value to an information element units type.
The information element unit represented by this value.
java.util.NoSuchElementException if the short
represents no known information element unit.
Collection of all known valid information element units.
Collection of all known valid information element units.
Finds the IEUnits whose name is name.
Finds the IEUnits whose name is name.
The function seaches linearly through the list of units.
The information element unit represented by name.
java.util.NoSuchElementException if the name represents
no known information element unit.
Finds the IEUnits whose name is name as an Option.
Finds the IEUnits whose name is name as an Option.
The function seaches linearly through the list of units.
The information element unit represented by name.
IPFIX Information Element Units as defined in RFC5610
A description of the units of an IPFIX Information Element. These correspond to the units implicitly defined in the Information Element definitions in Section 5 of the IPFIX Information Model (RFC5102); see that section for more information on the types described below. The special value 0x00 (none) is used to note that the field is unitless.
See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-information-element-units
May be converted to and from Short values.