Class IPAllocationMethod

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IPAllocationMethod>
com.microsoft.azure.management.network.IPAllocationMethod

public final class IPAllocationMethod extends com.microsoft.rest.ExpandableStringEnum<IPAllocationMethod>
Defines values for IPAllocationMethod.
  • Field Details

    • STATIC

      public static final IPAllocationMethod STATIC
      Static value Static for IPAllocationMethod.
    • DYNAMIC

      public static final IPAllocationMethod DYNAMIC
      Static value Dynamic for IPAllocationMethod.
  • Constructor Details

    • IPAllocationMethod

      public IPAllocationMethod()
  • Method Details

    • fromString

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

      public static Collection<IPAllocationMethod> values()
      Returns:
      known IPAllocationMethod values