Class IpAddressAllocationMethod

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IpAddressAllocationMethod>
com.azure.resourcemanager.connectedvmware.models.IpAddressAllocationMethod

public final class IpAddressAllocationMethod extends com.azure.core.util.ExpandableStringEnum<IpAddressAllocationMethod>
Defines values for IpAddressAllocationMethod.
  • Field Details

  • Constructor Details

    • IpAddressAllocationMethod

      public IpAddressAllocationMethod()
  • Method Details

    • fromString

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

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