Class IpFamily
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IpFamily>
com.azure.resourcemanager.containerservice.models.IpFamily
The IP version to use for cluster networking and IP assignment.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IpFamilyfromString(String name) Creates or finds a IpFamily from its string representation.static Collection<IpFamily>values()Gets known IpFamily values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
IPV4
Static value IPv4 for IpFamily. -
IPV6
Static value IPv6 for IpFamily.
-
-
Constructor Details
-
IpFamily
Deprecated.Use thefromString(String)factory method.Creates a new instance of IpFamily value.
-
-
Method Details
-
fromString
Creates or finds a IpFamily from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IpFamily.
-
values
Gets known IpFamily values.- Returns:
- known IpFamily values.
-
fromString(String)factory method.