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 Summary
FieldsModifier and TypeFieldDescriptionstatic final IPAllocationMethod
Static value Dynamic for IPAllocationMethod.static final IPAllocationMethod
Static value Static for IPAllocationMethod. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IPAllocationMethod
fromString
(String name) Creates or finds a IPAllocationMethod from its string representation.static Collection<IPAllocationMethod>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
STATIC
Static value Static for IPAllocationMethod. -
DYNAMIC
Static value Dynamic for IPAllocationMethod.
-
-
Constructor Details
-
IPAllocationMethod
public IPAllocationMethod()
-
-
Method Details
-
fromString
Creates or finds a IPAllocationMethod from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding IPAllocationMethod
-
values
- Returns:
- known IPAllocationMethod values
-