Class IpFlowProtocol
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IpFlowProtocol>
com.azure.resourcemanager.network.models.IpFlowProtocol
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Protocol to be verified on.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IpFlowProtocolStatic value TCP for IpFlowProtocol.static final IpFlowProtocolStatic value UDP for IpFlowProtocol. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IpFlowProtocolfromString(String name) Creates or finds a IpFlowProtocol from its string representation.static Collection<IpFlowProtocol> values()Gets known IpFlowProtocol values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
TCP
Static value TCP for IpFlowProtocol. -
UDP
Static value UDP for IpFlowProtocol.
-
-
Constructor Details
-
IpFlowProtocol
Deprecated.Use thefromString(String)factory method.Creates a new instance of IpFlowProtocol value.
-
-
Method Details
-
fromString
Creates or finds a IpFlowProtocol from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IpFlowProtocol.
-
values
Gets known IpFlowProtocol values.- Returns:
- known IpFlowProtocol values.
-
fromString(String)factory method.