ExchangeConnection Class

The properties that define an exchange connection.

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

Inheritance
ExchangeConnection

Constructor

ExchangeConnection(*, peering_db_facility_id: Optional[int] = None, bgp_session: Optional[azure.mgmt.peering.models._models_py3.BgpSession] = None, connection_identifier: Optional[str] = None, **kwargs)

Parameters

peering_db_facility_id
int
Required

The PeeringDB.com ID of the facility at which the connection has to be set up.

bgp_session
BgpSession
Required

The BGP session associated with the connection.

connection_identifier
str
Required

The unique identifier (GUID) for the connection.

Variables

connection_state
str or ConnectionState

The state of the connection. Possible values include: "None", "PendingApproval", "Approved", "ProvisioningStarted", "ProvisioningFailed", "ProvisioningCompleted", "Validating", "Active".