java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuType>
com.azure.resourcemanager.hybridnetwork.models.SkuType

public final class SkuType extends com.azure.core.util.ExpandableStringEnum<SkuType>
Sku type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SkuType
    Static value EvolvedPacketCore for SkuType.
    static final SkuType
    Static value Firewall for SkuType.
    static final SkuType
    Static value SDWAN for SkuType.
    static final SkuType
    Static value Unknown for SkuType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static SkuType
    Creates or finds a SkuType from its string representation.
    Gets known SkuType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • UNKNOWN

      public static final SkuType UNKNOWN
      Static value Unknown for SkuType.
    • EVOLVED_PACKET_CORE

      public static final SkuType EVOLVED_PACKET_CORE
      Static value EvolvedPacketCore for SkuType.
    • SDWAN

      public static final SkuType SDWAN
      Static value SDWAN for SkuType.
    • FIREWALL

      public static final SkuType FIREWALL
      Static value Firewall for SkuType.
  • Constructor Details

    • SkuType

      public SkuType()
  • Method Details

    • fromString

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

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