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.ResourcePeeringLocation
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
Required
The kind of peering that the peering location supports. Possible values include: "Direct", "Exchange".
Required
The properties that define a direct peering location.
- exchange
- PeeringLocationPropertiesExchange
Required
The properties that define an exchange peering location.
Variables
- name
- str
The name of the resource.
- id
- str
The ID of the resource.
- type
- str
The type of the resource.
Feedback
Submit and view feedback for