BgpConnection Class

Virtual Appliance Site resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
BgpConnection

Constructor

BgpConnection(*, id: str | None = None, name: str | None = None, peer_asn: int | None = None, peer_ip: str | None = None, hub_virtual_network_connection: _models.SubResource | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

Name of the connection.

peer_asn
int

Peer ASN.

peer_ip
str

Peer IP.

hub_virtual_network_connection

The reference to the HubVirtualNetworkConnection resource.

Variables

Name Description
id
str

Resource ID.

name
str

Name of the connection.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Connection type.

peer_asn
int

Peer ASN.

peer_ip
str

Peer IP.

hub_virtual_network_connection

The reference to the HubVirtualNetworkConnection resource.

provisioning_state

The provisioning state of the resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".

connection_state

The current state of the VirtualHub to Peer. Known values are: "Unknown", "Connecting", "Connected", and "NotConnected".