ConnectivityParameters Class
Parameters that determine how the connectivity check will be performed.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectivityParameters
Constructor
ConnectivityParameters(*, source: _models.ConnectivitySource, destination: _models.ConnectivityDestination, protocol: str | _models.Protocol | None = None, protocol_configuration: _models.ProtocolConfiguration | None = None, preferred_ip_version: str | _models.IPVersion | None = None, **kwargs: Any)
Keyword-Only Parameters
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". |
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". |
Azure SDK for Python