Class PduSessionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PduSessionType>
com.azure.resourcemanager.mobilenetwork.models.PduSessionType

public final class PduSessionType extends com.azure.core.util.ExpandableStringEnum<PduSessionType>
PDU session type (IPv4/IPv6).
  • Field Details

    • IPV4

      public static final PduSessionType IPV4
      Static value IPv4 for PduSessionType.
    • IPV6

      public static final PduSessionType IPV6
      Static value IPv6 for PduSessionType.
  • Constructor Details

    • PduSessionType

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

    • fromString

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

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