Class IpVersion
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<IpVersion>
-
- com.azure.resourcemanager.network.models.IpVersion
-
public final class IpVersion extends com.azure.core.util.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.
-
-