ExpressRouteCrossConnectionPeering Class
Peering in an ExpressRoute Cross Connection resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_05_01.models._models_py3.SubResourceExpressRouteCrossConnectionPeering
Constructor
ExpressRouteCrossConnectionPeering(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, peering_type: typing.Union[str, _ForwardRef('ExpressRoutePeeringType'), NoneType] = None, state: typing.Union[str, _ForwardRef('ExpressRoutePeeringState'), NoneType] = None, peer_asn: typing.Union[int, NoneType] = None, primary_peer_address_prefix: typing.Union[str, NoneType] = None, secondary_peer_address_prefix: typing.Union[str, NoneType] = None, shared_key: typing.Union[str, NoneType] = None, vlan_id: typing.Union[int, NoneType] = None, microsoft_peering_config: typing.Union[_ForwardRef('ExpressRouteCircuitPeeringConfig'), NoneType] = None, gateway_manager_etag: typing.Union[str, NoneType] = None, ipv6_peering_config: typing.Union[_ForwardRef('Ipv6ExpressRouteCircuitPeeringConfig'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- peering_type
- str or ExpressRoutePeeringType
The peering type. Possible values include: "AzurePublicPeering", "AzurePrivatePeering", "MicrosoftPeering".
- state
- str or ExpressRoutePeeringState
The peering state. Possible values include: "Disabled", "Enabled".
- peer_asn
- <xref:long>
The peer ASN.
- primary_peer_address_prefix
- str
The primary address prefix.
- secondary_peer_address_prefix
- str
The secondary address prefix.
- shared_key
- str
The shared key.
- vlan_id
- int
The VLAN ID.
- microsoft_peering_config
- ExpressRouteCircuitPeeringConfig
The Microsoft peering configuration.
- gateway_manager_etag
- str
The GatewayManager Etag.
- ipv6_peering_config
- Ipv6ExpressRouteCircuitPeeringConfig
The IPv6 peering configuration.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- azure_asn
- int
The Azure ASN.
- primary_azure_port
- str
The primary port.
- secondary_azure_port
- str
The secondary port.
- provisioning_state
- str or ProvisioningState
The provisioning state of the express route cross connection peering resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
- last_modified_by
- str
Who was the last to modify the peering.
Feedback
Submit and view feedback for