Class IpAllocationMethod

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IpAllocationMethod>
com.azure.resourcemanager.dnsresolver.models.IpAllocationMethod

public final class IpAllocationMethod extends com.azure.core.util.ExpandableStringEnum<IpAllocationMethod>
Private IP address allocation method.
  • 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()
      Gets known IpAllocationMethod values.
      Returns:
      known IpAllocationMethod values.