Share via


VpnGatewayGeneration Classe

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

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

Définit des valeurs pour VpnGatewayGeneration.

Récapitulatif du champ

Modificateur et type Champ et description
static final VpnGatewayGeneration GENERATION1

Valeur statique Generation1 pour la génération de passerelleVPN.

static final VpnGatewayGeneration GENERATION2

Valeur statique Generation2 pour la génération de passerelleVPN.

static final VpnGatewayGeneration NONE

Valeur statique None pour la génération de passerelleVPN.

Récapitulatif du constructeur

Constructeur Description
VpnGatewayGeneration()

Résumé de la méthode

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

Crée ou recherche une génération de passerelleVPNà partir de sa représentation sous forme de chaîne.

static java.util.Collection<VpnGatewayGeneration> 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

GENERATION1

public static final VpnGatewayGeneration GENERATION1

Valeur statique Generation1 pour VpnGatewayGeneration.

GENERATION2

public static final VpnGatewayGeneration GENERATION2

Valeur statique Generation2 pour VpnGatewayGeneration.

NONE

public static final VpnGatewayGeneration NONE

Valeur statique None pour VpnGatewayGeneration.

Détails du constructeur

VpnGatewayGeneration

public VpnGatewayGeneration()

Détails de la méthode

fromString

public static VpnGatewayGeneration fromString(String name)

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

Parameters:

name - un nom à rechercher

Returns:

VpnGatewayGeneration correspondant

values

public static Collection values()

Returns:

valeurs connues de VpnGatewayGeneration

S’applique à