PeeringLocation Class

Peering location is where connectivity could be established to the Microsoft Cloud Edge.

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

Inheritance
azure.mgmt.peering.models._models_py3.Resource
PeeringLocation

Constructor

PeeringLocation(*, kind: Optional[Union[str, azure.mgmt.peering.models._peering_management_client_enums.Kind]] = None, direct: Optional[azure.mgmt.peering.models._models_py3.PeeringLocationPropertiesDirect] = None, exchange: Optional[azure.mgmt.peering.models._models_py3.PeeringLocationPropertiesExchange] = None, peering_location: Optional[str] = None, country: Optional[str] = None, azure_region: Optional[str] = None, **kwargs)

Parameters

kind
str or Kind
Required

The kind of peering that the peering location supports. Possible values include: "Direct", "Exchange".

direct
PeeringLocationPropertiesDirect
Required

The properties that define a direct peering location.

exchange
PeeringLocationPropertiesExchange
Required

The properties that define an exchange peering location.

peering_location
str
Required

The name of the peering location.

country
str
Required

The country in which the peering location exists.

azure_region
str
Required

The Azure region associated with the peering location.

Variables

name
str

The name of the resource.

id
str

The ID of the resource.

type
str

The type of the resource.