ExpressRouteCrossConnectionPeeringProperties Class

Properties of express route cross connection peering.

Constructor

ExpressRouteCrossConnectionPeeringProperties(*args: Any, **kwargs: Any)

Variables

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

Attributes

azure_asn

The Azure ASN.

azure_asn: int | None

gateway_manager_etag

The GatewayManager Etag.

gateway_manager_etag: str | None

ipv6_peering_config

The IPv6 peering configuration.

ipv6_peering_config: _models.Ipv6ExpressRouteCircuitPeeringConfig | None

last_modified_by

Who was the last to modify the peering.

last_modified_by: str | None

microsoft_peering_config

The Microsoft peering configuration.

microsoft_peering_config: _models.ExpressRouteCircuitPeeringConfig | None

peer_asn

The peer ASN.

peer_asn: int | None

peering_type

"AzurePublicPeering", "AzurePrivatePeering", and "MicrosoftPeering".

peering_type: str | _models.ExpressRoutePeeringType | None

primary_azure_port

The primary port.

primary_azure_port: str | None

primary_peer_address_prefix

The primary address prefix.

primary_peer_address_prefix: str | None

provisioning_state

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

provisioning_state: str | _models.ProvisioningState | None

secondary_azure_port

The secondary port.

secondary_azure_port: str | None

secondary_peer_address_prefix

The secondary address prefix.

secondary_peer_address_prefix: str | None

shared_key

The shared key.

shared_key: str | None

state

"Disabled" and "Enabled".

state: str | _models.ExpressRoutePeeringState | None

vlan_id

The VLAN ID.

vlan_id: int | None