ConnectivityProbe interface

Represents a connectivity probe, a configuration peers can add to direct and exchange peerings to create ping tests. These ping tests will allow us to generate availability, jitter, and latency data for traffic (using ICMP or TCP) from Azure to an endpoint IP address given by the customer. This data will be emitted such that the peer can view these metrics in the Azure portal in the Connectivity probe blade of their peering.

Properties

azureRegion

The Azure region where traffic will originate from for the connectivity probe.

endpoint

The endpoint IP address where traffic will be sent to from Azure for the connectivity probe.

prefixesToAccesslist

Set to contain the prefixes that agents in Azure will send traffic from. For peers to allow into their network the connectivity probe traffic can reach their endpoint for the connectivity probe.

protocol

The protocol of the traffic that will be sent for the connectivity probe.

Property Details

azureRegion

The Azure region where traffic will originate from for the connectivity probe.

azureRegion?: string

Property Value

string

endpoint

The endpoint IP address where traffic will be sent to from Azure for the connectivity probe.

endpoint?: string

Property Value

string

prefixesToAccesslist

Set to contain the prefixes that agents in Azure will send traffic from. For peers to allow into their network the connectivity probe traffic can reach their endpoint for the connectivity probe.

prefixesToAccesslist?: string[]

Property Value

string[]

protocol

The protocol of the traffic that will be sent for the connectivity probe.

protocol?: string

Property Value

string