BgpConnectionPropertiesOutput interface
Properties of the bgp connection.
Properties
| connection |
The current state of the VirtualHub to Peer. |
| hub |
The reference to the HubVirtualNetworkConnection resource. |
| peer |
Peer ASN. |
| peer |
Peer IP. |
| provisioning |
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"