Uses of Class
com.azure.resourcemanager.network.models.DdosTrafficType
Packages that use DdosTrafficType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of DdosTrafficType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type DdosTrafficType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe traffic type (one of Tcp, Udp, TcpSyn) that the detection rule will be applied upon.Fields in com.azure.resourcemanager.network.models declared as DdosTrafficTypeModifier and TypeFieldDescriptionstatic final DdosTrafficTypeDdosTrafficType.TCPStatic value Tcp for DdosTrafficType.static final DdosTrafficTypeDdosTrafficType.TCP_SYNStatic value TcpSyn for DdosTrafficType.static final DdosTrafficTypeDdosTrafficType.UDPStatic value Udp for DdosTrafficType.Methods in com.azure.resourcemanager.network.models that return DdosTrafficTypeModifier and TypeMethodDescriptionstatic DdosTrafficTypeDdosTrafficType.fromString(String name) Creates or finds a DdosTrafficType from its string representation.TrafficDetectionRule.trafficType()Get the trafficType property: The traffic type (one of Tcp, Udp, TcpSyn) that the detection rule will be applied upon.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DdosTrafficTypeModifier and TypeMethodDescriptionstatic Collection<DdosTrafficType> DdosTrafficType.values()Gets known DdosTrafficType values.Methods in com.azure.resourcemanager.network.models with parameters of type DdosTrafficTypeModifier and TypeMethodDescriptionTrafficDetectionRule.withTrafficType(DdosTrafficType trafficType) Set the trafficType property: The traffic type (one of Tcp, Udp, TcpSyn) that the detection rule will be applied upon.