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.v2018_02_01.models._models_py3.SubResource
ExpressRouteCrossConnectionPeering

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, last_modified_by: typing.Union[str, NoneType] = None, ipv6_peering_config: typing.Union[_ForwardRef('Ipv6ExpressRouteCircuitPeeringConfig'), NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

Gets 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.

last_modified_by
str

Gets whether the provider or the customer last modified the peering.

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

Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.