ExchangePeeringFacility Class

The properties that define an exchange peering facility.

Inheritance
ExchangePeeringFacility

Constructor

ExchangePeeringFacility(*, exchange_name: Optional[str] = None, bandwidth_in_mbps: Optional[int] = None, microsoft_i_pv4_address: Optional[str] = None, microsoft_i_pv6_address: Optional[str] = None, facility_i_pv4_prefix: Optional[str] = None, facility_i_pv6_prefix: Optional[str] = None, peering_db_facility_id: Optional[int] = None, peering_db_facility_link: Optional[str] = None, **kwargs)

Parameters

exchange_name
str
Required

The name of the exchange peering facility.

bandwidth_in_mbps
int
Required

The bandwidth of the connection between Microsoft and the exchange peering facility.

microsoft_i_pv4_address
str
Required

The IPv4 address of Microsoft at the exchange peering facility.

microsoft_i_pv6_address
str
Required

The IPv6 address of Microsoft at the exchange peering facility.

facility_i_pv4_prefix
str
Required

The IPv4 prefixes associated with the exchange peering facility.

facility_i_pv6_prefix
str
Required

The IPv6 prefixes associated with the exchange peering facility.

peering_db_facility_id
int
Required

The PeeringDB.com ID of the facility.

peering_db_facility_link
str
Required

The PeeringDB.com URL of the facility.