ConnectivityParameters Class

Parameters that determine how the connectivity check will be performed.

All required parameters must be populated in order to send to Azure.

Inheritance
ConnectivityParameters

Constructor

ConnectivityParameters(*, source: azure.mgmt.network.v2019_08_01.models._models_py3.ConnectivitySource, destination: azure.mgmt.network.v2019_08_01.models._models_py3.ConnectivityDestination, protocol: typing.Union[str, _ForwardRef('Protocol'), NoneType] = None, protocol_configuration: typing.Union[_ForwardRef('ProtocolConfiguration'), NoneType] = None, **kwargs)

Parameters

source
ConnectivitySource

Required. Describes the source of the connection.

destination
ConnectivityDestination

Required. Describes the destination of connection.

protocol
str or Protocol

Network protocol. Possible values include: "Tcp", "Http", "Https", "Icmp".

protocol_configuration
ProtocolConfiguration

Configuration of the protocol.