Class ExpressRoutePortsEncapsulation
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExpressRoutePortsEncapsulation>
com.azure.resourcemanager.network.models.ExpressRoutePortsEncapsulation
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ExpressRoutePortsEncapsulation
extends com.azure.core.util.ExpandableStringEnum<ExpressRoutePortsEncapsulation>
Encapsulation method on physical ports.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpressRoutePortsEncapsulationStatic value Dot1Q for ExpressRoutePortsEncapsulation.static final ExpressRoutePortsEncapsulationStatic value QinQ for ExpressRoutePortsEncapsulation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ExpressRoutePortsEncapsulation from its string representation.values()Gets known ExpressRoutePortsEncapsulation values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DOT1Q
Static value Dot1Q for ExpressRoutePortsEncapsulation. -
QINQ
Static value QinQ for ExpressRoutePortsEncapsulation.
-
-
Constructor Details
-
ExpressRoutePortsEncapsulation
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExpressRoutePortsEncapsulation value.
-
-
Method Details
-
fromString
Creates or finds a ExpressRoutePortsEncapsulation from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRoutePortsEncapsulation.
-
values
Gets known ExpressRoutePortsEncapsulation values.- Returns:
- known ExpressRoutePortsEncapsulation values.
-
fromString(String)factory method.