ConnectivityParameters Class

Parameters that determine how the connectivity check will be performed.

Constructor

ConnectivityParameters(*args: Any, **kwargs: Any)

Variables

Name Description
source

The source of the connection. Required.

destination

The destination of connection. Required.

protocol

Network protocol. Known values are: "Tcp", "Http", "Https", and "Icmp".

protocol_configuration

Configuration of the protocol.

preferred_ip_version

Preferred IP version of the connection. Known values are: "IPv4" and "IPv6".

Attributes

destination

The destination of connection. Required.

destination: _models.ConnectivityDestination

preferred_ip_version

"IPv4" and "IPv6".

preferred_ip_version: str | _models.IPVersion | None

protocol

"Tcp", "Http", "Https", and "Icmp".

protocol: str | _models.Protocol | None

protocol_configuration

Configuration of the protocol.

protocol_configuration: _models.ProtocolConfiguration | None

source

The source of the connection. Required.

source: _models.ConnectivitySource