Partager via


IpFlowProtocol Classe

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

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

Définit des valeurs pour IpFlowProtocol.

Récapitulatif du champ

Modificateur et type Champ et description
static final IpFlowProtocol TCP

Valeur statique TCP pour ipflowProtocol.

static final IpFlowProtocol UDP

Valeur statique UDP pour ipflowProtocol.

Récapitulatif du constructeur

Constructeur Description
IpFlowProtocol()

Résumé de la méthode

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

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

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

TCP

public static final IpFlowProtocol TCP

Valeur statique TCP pour IpFlowProtocol.

UDP

public static final IpFlowProtocol UDP

Valeur statique UDP pour IpFlowProtocol.

Détails du constructeur

IpFlowProtocol

public IpFlowProtocol()

Détails de la méthode

fromString

public static IpFlowProtocol fromString(String name)

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

Parameters:

name - nom à rechercher

Returns:

IpFlowProtocol correspondant

values

public static Collection values()

Returns:

valeurs IpFlowProtocol connues

S’applique à