Class PublicIpAllocationMethod
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<PublicIpAllocationMethod>
-
- com.azure.resourcemanager.compute.models.PublicIpAllocationMethod
-
public final class PublicIpAllocationMethod extends com.azure.core.util.ExpandableStringEnum<PublicIpAllocationMethod>
Defines values for PublicIpAllocationMethod.
-
-
Field Summary
Fields Modifier and Type Field Description static PublicIpAllocationMethodDYNAMICStatic value Dynamic for PublicIpAllocationMethod.static PublicIpAllocationMethodSTATICStatic value Static for PublicIpAllocationMethod.
-
Constructor Summary
Constructors Constructor Description PublicIpAllocationMethod()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PublicIpAllocationMethodfromString(String name)Creates or finds a PublicIpAllocationMethod from its string representation.static Collection<PublicIpAllocationMethod>values()
-
-
-
Field Detail
-
DYNAMIC
public static final PublicIpAllocationMethod DYNAMIC
Static value Dynamic for PublicIpAllocationMethod.
-
STATIC
public static final PublicIpAllocationMethod STATIC
Static value Static for PublicIpAllocationMethod.
-
-
Method Detail
-
fromString
public static PublicIpAllocationMethod fromString(String name)
Creates or finds a PublicIpAllocationMethod from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PublicIpAllocationMethod.
-
values
public static Collection<PublicIpAllocationMethod> values()
- Returns:
- known PublicIpAllocationMethod values.
-
-