Class IpFlowProtocol
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IpFlowProtocol>
com.microsoft.azure.management.network.IpFlowProtocol
Defines values for IpFlowProtocol.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IpFlowProtocol
Static value TCP for IpFlowProtocol.static final IpFlowProtocol
Static value UDP for IpFlowProtocol. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IpFlowProtocol
fromString
(String name) Creates or finds a IpFlowProtocol from its string representation.static Collection<IpFlowProtocol>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
TCP
Static value TCP for IpFlowProtocol. -
UDP
Static value UDP for IpFlowProtocol.
-
-
Constructor Details
-
IpFlowProtocol
public IpFlowProtocol()
-
-
Method Details
-
fromString
Creates or finds a IpFlowProtocol from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding IpFlowProtocol
-
values
- Returns:
- known IpFlowProtocol values
-