VerificationIPFlowParameters Class

Definition

Parameters that define the IP flow to be verified.

public class VerificationIPFlowParameters
type VerificationIPFlowParameters = class
Public Class VerificationIPFlowParameters
Inheritance
VerificationIPFlowParameters

Constructors

VerificationIPFlowParameters()

Initializes a new instance of the VerificationIPFlowParameters class.

VerificationIPFlowParameters(String, Direction, IpFlowProtocol, String, String, String, String, String)

Initializes a new instance of the VerificationIPFlowParameters class.

Properties

Direction

Gets or sets the direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound'

LocalIPAddress

Gets or sets the local IP address. Acceptable values are valid IPv4 addresses.

LocalPort

Gets or sets 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

Gets or sets protocol to be verified on. Possible values include: 'TCP', 'UDP'

RemoteIPAddress

Gets or sets the remote IP address. Acceptable values are valid IPv4 addresses.

RemotePort

Gets or sets 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.

TargetNicResourceId

Gets or sets 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).

TargetResourceId

Gets or sets the ID of the target resource to perform next-hop on.

Methods

Validate()

Validate the object.

Applies to