Class IPVersion
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<IPVersion>
-
- com.microsoft.azure.management.network.IPVersion
-
public final class IPVersion extends com.microsoft.rest.ExpandableStringEnum<IPVersion>
Defines values for IPVersion.
-
-
Constructor Summary
Constructors Constructor Description IPVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IPVersionfromString(String name)Creates or finds a IPVersion from its string representation.static Collection<IPVersion>values()
-
-
-
Method Detail
-
fromString
public static IPVersion fromString(String name)
Creates or finds a IPVersion from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding IPVersion
-
values
public static Collection<IPVersion> values()
- Returns:
- known IPVersion values
-
-