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>
Defines values for PduSessionType.
  • 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

      public PduSessionType()
  • 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.