Uses of Class
com.azure.resourcemanager.network.models.IpTraffic
Packages that use IpTraffic
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of IpTraffic in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return IpTrafficModifier and TypeMethodDescriptionstatic IpTrafficIpTraffic.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpTraffic from the JsonReader.IntentContent.ipTraffic()Get the ipTraffic property: IP traffic information.ReachabilityAnalysisIntentProperties.ipTraffic()Get the ipTraffic property: IP traffic information.IpTraffic.withDestinationIps(List<String> destinationIps) Set the destinationIps property: List of destination IP addresses of the traffic..IpTraffic.withDestinationPorts(List<String> destinationPorts) Set the destinationPorts property: The destination ports of the traffic.IpTraffic.withProtocols(List<NetworkProtocol> protocols) Set the protocols property: The protocols property.IpTraffic.withSourceIps(List<String> sourceIps) Set the sourceIps property: List of source IP addresses of the traffic..IpTraffic.withSourcePorts(List<String> sourcePorts) Set the sourcePorts property: The source ports of the traffic.Methods in com.azure.resourcemanager.network.models with parameters of type IpTrafficModifier and TypeMethodDescriptionIntentContent.withIpTraffic(IpTraffic ipTraffic) Set the ipTraffic property: IP traffic information.ReachabilityAnalysisIntentProperties.withIpTraffic(IpTraffic ipTraffic) Set the ipTraffic property: IP traffic information.