public final class IpAllocationType extends com.azure.core.util.ExpandableStringEnum<IpAllocationType>
| Modifier and Type | Field and Description |
|---|---|
static IpAllocationType |
HYPERNET
Static value Hypernet for IpAllocationType.
|
static IpAllocationType |
UNDEFINED
Static value Undefined for IpAllocationType.
|
| Constructor and Description |
|---|
IpAllocationType() |
| Modifier and Type | Method and Description |
|---|---|
static IpAllocationType |
fromString(String name)
Creates or finds a IpAllocationType from its string representation.
|
static Collection<IpAllocationType> |
values() |
public static final IpAllocationType UNDEFINED
public static final IpAllocationType HYPERNET
public static IpAllocationType fromString(String name)
name - a name to look for.public static Collection<IpAllocationType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.