Package com.microsoft.graph.models
Enum Class SecurityNetworkProtocol
- All Implemented Interfaces:
Serializable,Comparable<SecurityNetworkProtocol>,Constable
The Enum Security Network Protocol.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionggpicmpicmp V6idpigmpipip Sec Authentication Headerip Sec Encapsulating Security Payloadipv4ipv6ipv6Destination Optionsipv6Fragment Headeripv6No Next Headeripv6Routing Headeripxndpuprawspxspx IItcpudpFor SecurityNetworkProtocol values that were not expected from the serviceunknownunknown Future Value -
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityNetworkProtocolReturns the enum constant of this class with the specified name.static SecurityNetworkProtocol[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
unknown -
IP
ip -
ICMP
icmp -
IGMP
igmp -
GGP
ggp -
IPV4
ipv4 -
TCP
tcp -
PUP
pup -
UDP
udp -
IDP
idp -
IPV6
ipv6 -
IPV6_ROUTING_HEADER
ipv6Routing Header -
IPV6_FRAGMENT_HEADER
ipv6Fragment Header -
IP_SEC_ENCAPSULATING_SECURITY_PAYLOAD
ip Sec Encapsulating Security Payload -
IP_SEC_AUTHENTICATION_HEADER
ip Sec Authentication Header -
ICMP_V6
icmp V6 -
IPV6_NO_NEXT_HEADER
ipv6No Next Header -
IPV6_DESTINATION_OPTIONS
ipv6Destination Options -
ND
nd -
RAW
raw -
IPX
ipx -
SPX
spx -
SPX_II
spx II -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For SecurityNetworkProtocol values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-