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>
Defines values for IpAllocationType.
-
-
Field Summary
Fields Modifier and Type Field Description static IpAllocationTypeHYPERNETStatic value Hypernet for IpAllocationType.static IpAllocationTypeUNDEFINEDStatic value Undefined for IpAllocationType.
-
Constructor Summary
Constructors Constructor Description IpAllocationType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IpAllocationTypefromString(String name)Creates or finds a IpAllocationType from its string representation.static Collection<IpAllocationType>values()
-
-
-
Field Detail
-
UNDEFINED
public static final IpAllocationType UNDEFINED
Static value Undefined for IpAllocationType.
-
HYPERNET
public static final IpAllocationType HYPERNET
Static value Hypernet for IpAllocationType.
-
-
Method Detail
-
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()
- Returns:
- known IpAllocationType values.
-
-