Share via


BgpConnectionPropertiesOutput interface

Properties of the bgp connection.

Properties

connectionState

The current state of the VirtualHub to Peer.

hubVirtualNetworkConnection

The reference to the HubVirtualNetworkConnection resource.

peerAsn

Peer ASN.

peerIp

Peer IP.

provisioningState

The provisioning state of the resource.

Property Details

connectionState

The current state of the VirtualHub to Peer.

connectionState?: "Connected" | "Unknown" | "Connecting" | "NotConnected"

Property Value

"Connected" | "Unknown" | "Connecting" | "NotConnected"

hubVirtualNetworkConnection

The reference to the HubVirtualNetworkConnection resource.

hubVirtualNetworkConnection?: SubResourceOutput

Property Value

peerAsn

Peer ASN.

peerAsn?: number

Property Value

number

peerIp

Peer IP.

peerIp?: string

Property Value

string

provisioningState

The provisioning state of the resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"