Class PrivateEndpointIpVersionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PrivateEndpointIpVersionType>
com.azure.resourcemanager.network.models.PrivateEndpointIpVersionType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class PrivateEndpointIpVersionType
extends com.azure.core.util.ExpandableStringEnum<PrivateEndpointIpVersionType>
Specifies the IP version type for the private IPs of the private endpoint. If not defined, this defaults to IPv4.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PrivateEndpointIpVersionTypeStatic value DualStack for PrivateEndpointIpVersionType.static final PrivateEndpointIpVersionTypeStatic value IPv4 for PrivateEndpointIpVersionType.static final PrivateEndpointIpVersionTypeStatic value IPv6 for PrivateEndpointIpVersionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PrivateEndpointIpVersionTypefromString(String name) Creates or finds a PrivateEndpointIpVersionType from its string representation.values()Gets known PrivateEndpointIpVersionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
IPV4
Static value IPv4 for PrivateEndpointIpVersionType. -
IPV6
Static value IPv6 for PrivateEndpointIpVersionType. -
DUAL_STACK
Static value DualStack for PrivateEndpointIpVersionType.
-
-
Constructor Details
-
PrivateEndpointIpVersionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of PrivateEndpointIpVersionType value.
-
-
Method Details
-
fromString
Creates or finds a PrivateEndpointIpVersionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PrivateEndpointIpVersionType.
-
values
Gets known PrivateEndpointIpVersionType values.- Returns:
- known PrivateEndpointIpVersionType values.
-
fromString(String)factory method.