Uses of Class
com.azure.resourcemanager.network.models.ProtocolType
Packages that use ProtocolType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ProtocolType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ProtocolTypeModifier and TypeMethodDescriptionDscpConfigurationInner.protocol()Get the protocol property: RNM supported protocol types.DscpConfigurationPropertiesFormat.protocol()Get the protocol property: RNM supported protocol types.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ProtocolTypeModifier and TypeMethodDescriptionDscpConfigurationInner.withProtocol(ProtocolType protocol) Set the protocol property: RNM supported protocol types.DscpConfigurationPropertiesFormat.withProtocol(ProtocolType protocol) Set the protocol property: RNM supported protocol types. -
Uses of ProtocolType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ProtocolTypeModifier and TypeFieldDescriptionstatic final ProtocolTypeProtocolType.AHStatic value Ah for ProtocolType.static final ProtocolTypeProtocolType.ALLStatic value All for ProtocolType.static final ProtocolTypeProtocolType.DO_NOT_USEStatic value DoNotUse for ProtocolType.static final ProtocolTypeProtocolType.ESPStatic value Esp for ProtocolType.static final ProtocolTypeProtocolType.GREStatic value Gre for ProtocolType.static final ProtocolTypeProtocolType.ICMPStatic value Icmp for ProtocolType.static final ProtocolTypeProtocolType.TCPStatic value Tcp for ProtocolType.static final ProtocolTypeProtocolType.UDPStatic value Udp for ProtocolType.static final ProtocolTypeProtocolType.VXLANStatic value Vxlan for ProtocolType.Methods in com.azure.resourcemanager.network.models that return ProtocolTypeModifier and TypeMethodDescriptionstatic ProtocolTypeProtocolType.fromString(String name) Creates or finds a ProtocolType from its string representation.QosDefinition.protocol()Get the protocol property: RNM supported protocol types.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ProtocolTypeModifier and TypeMethodDescriptionstatic Collection<ProtocolType>ProtocolType.values()Gets known ProtocolType values.Methods in com.azure.resourcemanager.network.models with parameters of type ProtocolTypeModifier and TypeMethodDescriptionQosDefinition.withProtocol(ProtocolType protocol) Set the protocol property: RNM supported protocol types.