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