Partager via


ExpressRoutePortsEncapsulation Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.ExpressRoutePortsEncapsulation

public final class ExpressRoutePortsEncapsulation
extends com.microsoft.rest.ExpandableStringEnum<ExpressRoutePortsEncapsulation>

Définit des valeurs pour ExpressRoutePortsEncapsulation.

Récapitulatif du champ

Modificateur et type Champ et description
static final ExpressRoutePortsEncapsulation DOT1Q

Valeur statique Dot1Q pour l’encapsulation des portsExpressRoute.

static final ExpressRoutePortsEncapsulation QINQ

Valeur statique QinQ pour l’encapsulation des portsExpressRoute.

Récapitulatif du constructeur

Constructeur Description
ExpressRoutePortsEncapsulation()

Résumé de la méthode

Modificateur et type Méthode et description
static ExpressRoutePortsEncapsulation fromString(String name)

Crée ou recherche une encapsulation de portsExpressRouteà partir de sa représentation sous forme de chaîne.

static java.util.Collection<ExpressRoutePortsEncapsulation> values()

Méthodes héritées de com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Méthodes héritées de java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Détails du champ

DOT1Q

public static final ExpressRoutePortsEncapsulation DOT1Q

Valeur statique Dot1Q pour ExpressRoutePortsEncapsulation.

QINQ

public static final ExpressRoutePortsEncapsulation QINQ

Valeur statique QinQ pour ExpressRoutePortsEncapsulation.

Détails du constructeur

ExpressRoutePortsEncapsulation

public ExpressRoutePortsEncapsulation()

Détails de la méthode

fromString

public static ExpressRoutePortsEncapsulation fromString(String name)

Crée ou recherche un ExpressRoutePortsEncapsulation à partir de sa représentation sous forme de chaîne.

Parameters:

name - un nom à rechercher

Returns:

ExpressRoutePortsEncapsulation correspondant

values

public static Collection values()

Returns:

valeurs ExpressRoutePortsEncapsulation connues

S’applique à