Class IpType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IpType>
com.azure.resourcemanager.network.models.IpType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Enumeration to indicate the IP type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IpTypefromString(String name) Creates or finds a IpType from its string representation.static Collection<IpType> values()Gets known IpType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
IPV4
Static value IPv4 for IpType. -
IPV6
Static value IPv6 for IpType.
-
-
Constructor Details
-
IpType
Deprecated.Use thefromString(String)factory method.Creates a new instance of IpType value.
-
-
Method Details
-
fromString
Creates or finds a IpType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IpType.
-
values
Gets known IpType values.- Returns:
- known IpType values.
-
fromString(String)factory method.