VerificationIPFlowParameters interface
Parameters that define the IP flow to be verified.
Properties
direction | The direction of the packet represented as a 5-tuple. |
local |
The local IP address. Acceptable values are valid IPv4 addresses. |
local |
The local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. |
protocol | Protocol to be verified on. |
remote |
The remote IP address. Acceptable values are valid IPv4 addresses. |
remote |
The remote port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. |
target |
The NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of them, then this parameter must be specified. Otherwise optional). |
target |
The ID of the target resource to perform next-hop on. |
Property Details
direction
The direction of the packet represented as a 5-tuple.
direction: string
Property Value
string
localIPAddress
The local IP address. Acceptable values are valid IPv4 addresses.
localIPAddress: string
Property Value
string
localPort
The local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction.
localPort: string
Property Value
string
protocol
Protocol to be verified on.
protocol: string
Property Value
string
remoteIPAddress
The remote IP address. Acceptable values are valid IPv4 addresses.
remoteIPAddress: string
Property Value
string
remotePort
The remote port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction.
remotePort: string
Property Value
string
targetNicResourceId
The NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of them, then this parameter must be specified. Otherwise optional).
targetNicResourceId?: string
Property Value
string
targetResourceId
The ID of the target resource to perform next-hop on.
targetResourceId: string
Property Value
string