public final class ExpressRoutePortsEncapsulation extends com.microsoft.rest.ExpandableStringEnum<ExpressRoutePortsEncapsulation>
| Modifier and Type | Field and Description |
|---|---|
static ExpressRoutePortsEncapsulation |
DOT1Q
Static value Dot1Q for ExpressRoutePortsEncapsulation.
|
static ExpressRoutePortsEncapsulation |
QINQ
Static value QinQ for ExpressRoutePortsEncapsulation.
|
| Constructor and Description |
|---|
ExpressRoutePortsEncapsulation() |
| Modifier and Type | Method and Description |
|---|---|
static ExpressRoutePortsEncapsulation |
fromString(String name)
Creates or finds a ExpressRoutePortsEncapsulation from its string representation.
|
static Collection<ExpressRoutePortsEncapsulation> |
values() |
public static final ExpressRoutePortsEncapsulation DOT1Q
public static final ExpressRoutePortsEncapsulation QINQ
public static ExpressRoutePortsEncapsulation fromString(String name)
name - a name to look forpublic static Collection<ExpressRoutePortsEncapsulation> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/