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