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.v2020_05_01.models._models_py3.SubResource
BgpConnection

Constructor

BgpConnection(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, peer_asn: typing.Union[int, NoneType] = None, peer_ip: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

Name of the connection.

peer_asn
<xref:long>

Peer ASN.

peer_ip
str

Peer IP.

Variables

etag
str

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

type
str

Connection type.

provisioning_state
str or ProvisioningState

The provisioning state of the resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".

connection_state
str or HubBgpConnectionStatus

The current state of the VirtualHub to Peer. Possible values include: "Unknown", "Connecting", "Connected", "NotConnected".