Class IpAllocationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IpAllocationType>
com.azure.resourcemanager.network.models.IpAllocationType

public final class IpAllocationType extends com.azure.core.util.ExpandableStringEnum<IpAllocationType>
IpAllocation type.
  • Field Details

    • UNDEFINED

      public static final IpAllocationType UNDEFINED
      Static value Undefined for IpAllocationType.
    • HYPERNET

      public static final IpAllocationType HYPERNET
      Static value Hypernet for IpAllocationType.
  • Constructor Details

    • IpAllocationType

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

    • fromString

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

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