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 Summary
FieldsModifier and TypeFieldDescriptionstatic final IpAddressAllocationMethod
Static value dynamic for IpAddressAllocationMethod.static final IpAddressAllocationMethod
Static value linklayer for IpAddressAllocationMethod.static final IpAddressAllocationMethod
Static value other for IpAddressAllocationMethod.static final IpAddressAllocationMethod
Static value random for IpAddressAllocationMethod.static final IpAddressAllocationMethod
Static value static for IpAddressAllocationMethod.static final IpAddressAllocationMethod
Static value unset for IpAddressAllocationMethod. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IpAddressAllocationMethod
fromString
(String name) Creates or finds a IpAddressAllocationMethod from its string representation.static Collection<IpAddressAllocationMethod>
values()
Gets known IpAddressAllocationMethod values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNSET
Static value unset for IpAddressAllocationMethod. -
DYNAMIC
Static value dynamic for IpAddressAllocationMethod. -
STATIC
Static value static for IpAddressAllocationMethod. -
LINKLAYER
Static value linklayer for IpAddressAllocationMethod. -
RANDOM
Static value random for IpAddressAllocationMethod. -
OTHER
Static value other for IpAddressAllocationMethod.
-
-
Constructor Details
-
IpAddressAllocationMethod
public IpAddressAllocationMethod()
-
-
Method Details
-
fromString
Creates or finds a IpAddressAllocationMethod from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IpAddressAllocationMethod.
-
values
Gets known IpAddressAllocationMethod values.- Returns:
- known IpAddressAllocationMethod values.
-