Compartilhar via


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

Constructor

ExpressRouteCrossConnectionPeering(*, id: str | None = None, name: str | None = None, peering_type: str | _models.ExpressRoutePeeringType | None = None, state: str | _models.ExpressRoutePeeringState | None = None, peer_asn: int | None = None, primary_peer_address_prefix: str | None = None, secondary_peer_address_prefix: str | None = None, shared_key: str | None = None, vlan_id: int | None = None, microsoft_peering_config: _models.ExpressRouteCircuitPeeringConfig | None = None, gateway_manager_etag: str | None = None, ipv6_peering_config: _models.Ipv6ExpressRouteCircuitPeeringConfig | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
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

The peering type. Known values are: "AzurePublicPeering", "AzurePrivatePeering", and "MicrosoftPeering".

state

The peering state. Known values are: "Disabled" and "Enabled".

peer_asn
int

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

The Microsoft peering configuration.

gateway_manager_etag
str

The GatewayManager Etag.

ipv6_peering_config

The IPv6 peering configuration.

Variables

Name Description
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.

etag
str

A unique read-only string that changes whenever the resource is updated.

peering_type

The peering type. Known values are: "AzurePublicPeering", "AzurePrivatePeering", and "MicrosoftPeering".

state

The peering state. Known values are: "Disabled" and "Enabled".

azure_asn
int

The Azure ASN.

peer_asn
int

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

The Microsoft peering configuration.

provisioning_state

The provisioning state of the express route cross connection peering resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

gateway_manager_etag
str

The GatewayManager Etag.

last_modified_by
str

Who was the last to modify the peering.

ipv6_peering_config

The IPv6 peering configuration.