Uses of Class
com.azure.resourcemanager.network.models.ProtocolType
-
Packages that use ProtocolType Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ProtocolType Modifier and Type Method Description ProtocolTypeDscpConfigurationInner. protocol()Get the protocol property: RNM supported protocol types.ProtocolTypeDscpConfigurationPropertiesFormat. protocol()Get the protocol property: RNM supported protocol types.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ProtocolType Modifier and Type Method Description DscpConfigurationInnerDscpConfigurationInner. withProtocol(ProtocolType protocol)Set the protocol property: RNM supported protocol types.DscpConfigurationPropertiesFormatDscpConfigurationPropertiesFormat. 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 ProtocolType Modifier and Type Field Description static ProtocolTypeProtocolType. AHStatic value Ah for ProtocolType.static ProtocolTypeProtocolType. ALLStatic value All for ProtocolType.static ProtocolTypeProtocolType. DO_NOT_USEStatic value DoNotUse for ProtocolType.static ProtocolTypeProtocolType. ESPStatic value Esp for ProtocolType.static ProtocolTypeProtocolType. GREStatic value Gre for ProtocolType.static ProtocolTypeProtocolType. ICMPStatic value Icmp for ProtocolType.static ProtocolTypeProtocolType. TCPStatic value Tcp for ProtocolType.static ProtocolTypeProtocolType. UDPStatic value Udp for ProtocolType.static ProtocolTypeProtocolType. VXLANStatic value Vxlan for ProtocolType.Methods in com.azure.resourcemanager.network.models that return ProtocolType Modifier and Type Method Description static ProtocolTypeProtocolType. fromString(String name)Creates or finds a ProtocolType from its string representation.ProtocolTypeQosDefinition. protocol()Get the protocol property: RNM supported protocol types.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ProtocolType Modifier and Type Method Description static Collection<ProtocolType>ProtocolType. values()Methods in com.azure.resourcemanager.network.models with parameters of type ProtocolType Modifier and Type Method Description QosDefinitionQosDefinition. withProtocol(ProtocolType protocol)Set the protocol property: RNM supported protocol types.
-