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.models._models_py3.SubResourceExpressRouteCircuitPeering
Constructor
ExpressRouteCircuitPeering(*, id: str | None = None, name: str | None = None, peering_type: str | _models.ExpressRoutePeeringType | None = None, state: str | _models.ExpressRoutePeeringState | None = None, azure_asn: int | None = None, peer_asn: int | None = None, primary_peer_address_prefix: str | None = None, secondary_peer_address_prefix: str | None = None, primary_azure_port: str | None = None, secondary_azure_port: str | None = None, shared_key: str | None = None, vlan_id: int | None = None, microsoft_peering_config: _models.ExpressRouteCircuitPeeringConfig | None = None, stats: _models.ExpressRouteCircuitStats | None = None, gateway_manager_etag: str | None = None, route_filter: _models.SubResource | None = None, ipv6_peering_config: _models.Ipv6ExpressRouteCircuitPeeringConfig | None = None, express_route_connection: _models.ExpressRouteConnectionId | None = None, connections: List[_models.ExpressRouteCircuitConnection] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
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". |
azure_asn
|
The Azure ASN. |
peer_asn
|
The peer ASN. |
primary_peer_address_prefix
|
The primary address prefix. |
secondary_peer_address_prefix
|
The secondary address prefix. |
primary_azure_port
|
The primary port. |
secondary_azure_port
|
The secondary port. |
shared_key
|
The shared key. |
vlan_id
|
The VLAN ID. |
microsoft_peering_config
|
The Microsoft peering configuration. |
stats
|
The peering stats of express route circuit. |
gateway_manager_etag
|
The GatewayManager Etag. |
route_filter
|
The reference to the RouteFilter resource. |
ipv6_peering_config
|
The IPv6 peering configuration. |
express_route_connection
|
The ExpressRoute connection. |
connections
|
The list of circuit connections associated with Azure Private Peering for this circuit. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Type of the resource. |
peering_type
|
The peering type. Known values are: "AzurePublicPeering", "AzurePrivatePeering", and "MicrosoftPeering". |
state
|
The peering state. Known values are: "Disabled" and "Enabled". |
azure_asn
|
The Azure ASN. |
peer_asn
|
The peer ASN. |
primary_peer_address_prefix
|
The primary address prefix. |
secondary_peer_address_prefix
|
The secondary address prefix. |
primary_azure_port
|
The primary port. |
secondary_azure_port
|
The secondary port. |
shared_key
|
The shared key. |
vlan_id
|
The VLAN ID. |
microsoft_peering_config
|
The Microsoft peering configuration. |
stats
|
The peering stats of express route circuit. |
provisioning_state
|
The provisioning state of the express route circuit peering resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
gateway_manager_etag
|
The GatewayManager Etag. |
last_modified_by
|
Who was the last to modify the peering. |
route_filter
|
The reference to the RouteFilter resource. |
ipv6_peering_config
|
The IPv6 peering configuration. |
express_route_connection
|
The ExpressRoute connection. |
connections
|
The list of circuit connections associated with Azure Private Peering for this circuit. |
peered_connections
|
The list of peered circuit connections associated with Azure Private Peering for this circuit. |
Azure SDK for Python