Uses of Class
com.microsoft.azure.management.network.VerificationIPFlowParameters
Packages that use VerificationIPFlowParameters
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of VerificationIPFlowParameters in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return VerificationIPFlowParametersModifier and TypeMethodDescriptionVerificationIPFlowParameters.withDirection
(Direction direction) Set the direction of the packet represented as a 5-tuple.VerificationIPFlowParameters.withLocalIPAddress
(String localIPAddress) Set the local IP address.VerificationIPFlowParameters.withLocalPort
(String localPort) Set the local port.VerificationIPFlowParameters.withProtocol
(IpFlowProtocol protocol) Set protocol to be verified on.VerificationIPFlowParameters.withRemoteIPAddress
(String remoteIPAddress) Set the remote IP address.VerificationIPFlowParameters.withRemotePort
(String remotePort) Set the remote port.VerificationIPFlowParameters.withTargetNicResourceId
(String targetNicResourceId) Set the NIC ID.VerificationIPFlowParameters.withTargetResourceId
(String targetResourceId) Set the ID of the target resource to perform next-hop on.