ConnectivityParameters Class

Definition

Parameters that determine how the connectivity check will be performed.

public class ConnectivityParameters
type ConnectivityParameters = class
Public Class ConnectivityParameters
Inheritance
ConnectivityParameters

Constructors

ConnectivityParameters()

Initializes a new instance of the ConnectivityParameters class.

ConnectivityParameters(ConnectivitySource, ConnectivityDestination, String, ProtocolConfiguration, String)

Initializes a new instance of the ConnectivityParameters class.

Properties

Destination

Gets or sets the destination of connection.

PreferredIPVersion

Gets or sets preferred IP version of the connection. Possible values include: 'IPv4', 'IPv6'

Protocol

Gets or sets network protocol. Possible values include: 'Tcp', 'Http', 'Https', 'Icmp'

ProtocolConfiguration

Gets or sets configuration of the protocol.

Source

Gets or sets the source of the connection.

Methods

Validate()

Validate the object.

Applies to