| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VerificationIPFlowParameters |
VerificationIPFlowParameters.withDirection(Direction direction)
Set the direction of the packet represented as a 5-tuple.
|
VerificationIPFlowParameters |
VerificationIPFlowParameters.withLocalIPAddress(String localIPAddress)
Set the local IP address.
|
VerificationIPFlowParameters |
VerificationIPFlowParameters.withLocalPort(String localPort)
Set the local port.
|
VerificationIPFlowParameters |
VerificationIPFlowParameters.withProtocol(IpFlowProtocol protocol)
Set protocol to be verified on.
|
VerificationIPFlowParameters |
VerificationIPFlowParameters.withRemoteIPAddress(String remoteIPAddress)
Set the remote IP address.
|
VerificationIPFlowParameters |
VerificationIPFlowParameters.withRemotePort(String remotePort)
Set the remote port.
|
VerificationIPFlowParameters |
VerificationIPFlowParameters.withTargetNicResourceId(String targetNicResourceId)
Set the NIC ID.
|
VerificationIPFlowParameters |
VerificationIPFlowParameters.withTargetResourceId(String targetResourceId)
Set the ID of the target resource to perform next-hop on.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/