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 Details

  • Constructor Details

    • PrivateEndpointIpVersionType

      @Deprecated public PrivateEndpointIpVersionType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of PrivateEndpointIpVersionType value.
  • Method Details

    • fromString

      public static PrivateEndpointIpVersionType fromString(String name)
      Creates or finds a PrivateEndpointIpVersionType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PrivateEndpointIpVersionType.
    • values

      public static Collection<PrivateEndpointIpVersionType> values()
      Gets known PrivateEndpointIpVersionType values.
      Returns:
      known PrivateEndpointIpVersionType values.