DirectPeeringFacility Class

The properties that define a direct peering facility.

Inheritance
DirectPeeringFacility

Constructor

DirectPeeringFacility(*, address: Optional[str] = None, direct_peering_type: Optional[Union[str, azure.mgmt.peering.models._peering_management_client_enums.DirectPeeringType]] = None, peering_db_facility_id: Optional[int] = None, peering_db_facility_link: Optional[str] = None, **kwargs)

Parameters

address
str
Required

The address of the direct peering facility.

direct_peering_type
str or DirectPeeringType
Required

The type of the direct peering. Possible values include: "Edge", "Transit", "Cdn", "Internal".

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.