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