Class PduSessionType


  • public final class PduSessionType
    extends com.azure.core.util.ExpandableStringEnum<PduSessionType>
    Defines values for PduSessionType.
    • Field Detail

      • IPV4

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

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

      • PduSessionType

        public PduSessionType()
    • Method Detail

      • 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.