ExpressRouteCircuitPeering Class
Peering in an ExpressRouteCircuit 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.SubResourceExpressRouteCircuitPeering
Constructor
ExpressRouteCircuitPeering(*, 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, azure_asn: typing.Union[int, 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, primary_azure_port: typing.Union[str, NoneType] = None, secondary_azure_port: 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, stats: typing.Union[_ForwardRef('ExpressRouteCircuitStats'), NoneType] = None, gateway_manager_etag: typing.Union[str, NoneType] = None, route_filter: typing.Union[_ForwardRef('SubResource'), NoneType] = None, ipv6_peering_config: typing.Union[_ForwardRef('Ipv6ExpressRouteCircuitPeeringConfig'), NoneType] = None, express_route_connection: typing.Union[_ForwardRef('ExpressRouteConnectionId'), NoneType] = None, connections: typing.Union[typing.List[_ForwardRef('ExpressRouteCircuitConnection')], 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".
- azure_asn
- int
The Azure ASN.
- 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.
- primary_azure_port
- str
The primary port.
- secondary_azure_port
- str
The secondary port.
- shared_key
- str
The shared key.
- vlan_id
- int
The VLAN ID.
- microsoft_peering_config
- ExpressRouteCircuitPeeringConfig
The Microsoft peering configuration.
- stats
- ExpressRouteCircuitStats
The peering stats of express route circuit.
- gateway_manager_etag
- str
The GatewayManager Etag.
- route_filter
- SubResource
The reference to the RouteFilter resource.
- ipv6_peering_config
- Ipv6ExpressRouteCircuitPeeringConfig
The IPv6 peering configuration.
- express_route_connection
- ExpressRouteConnectionId
The ExpressRoute connection.
- connections
- list[ExpressRouteCircuitConnection]
The list of circuit connections associated with Azure Private Peering for this circuit.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- provisioning_state
- str or ProvisioningState
The provisioning state of the express route circuit peering resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
- last_modified_by
- str
Who was the last to modify the peering.
- peered_connections
- list[PeerExpressRouteCircuitConnection]
The list of peered circuit connections associated with Azure Private Peering for this circuit.
Feedback
Submit and view feedback for