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

public final class PlatformType extends com.azure.core.util.ExpandableStringEnum<PlatformType>
The platform type where packet core is deployed. The contents of this enum can change.
  • Field Details

    • AKS_HCI

      public static final PlatformType AKS_HCI
      Static value AKS-HCI for PlatformType.
    • THREE_P_AZURE_STACK_HCI

      public static final PlatformType THREE_P_AZURE_STACK_HCI
      Static value 3P-AZURE-STACK-HCI for PlatformType.
  • Constructor Details

    • PlatformType

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

    • fromString

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

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