Class CoreNetworkType

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

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

    • FIVE_GC

      public static final CoreNetworkType FIVE_GC
      Static value 5GC for CoreNetworkType.
    • EPC

      public static final CoreNetworkType EPC
      Static value EPC for CoreNetworkType.
  • Constructor Details

    • CoreNetworkType

      public CoreNetworkType()
  • Method Details

    • fromString

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

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