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.v2017_03_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('ExpressRouteCircuitPeeringType'), NoneType] = None, state: typing.Union[str, _ForwardRef('ExpressRouteCircuitPeeringState'), 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, provisioning_state: typing.Union[str, NoneType] = None, gateway_manager_etag: typing.Union[str, NoneType] = None, last_modified_by: typing.Union[str, NoneType] = None, route_filter: typing.Union[_ForwardRef('RouteFilter'), 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 ExpressRouteCircuitPeeringType
The PeeringType. Possible values are: 'AzurePublicPeering', 'AzurePrivatePeering', and 'MicrosoftPeering'. Possible values include: "AzurePublicPeering", "AzurePrivatePeering", "MicrosoftPeering".
- state
- str or ExpressRouteCircuitPeeringState
The state of peering. Possible values are: 'Disabled' and 'Enabled'. Possible values include: "Disabled", "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
- ExpressRouteCircuitPeeringConfig
The Microsoft peering configuration.
- stats
- ExpressRouteCircuitStats
Gets peering stats.
- provisioning_state
- str
Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
- gateway_manager_etag
- str
The GatewayManager Etag.
- last_modified_by
- str
Gets whether the provider or the customer last modified the peering.
- route_filter
- RouteFilter
The reference of the RouteFilter resource.
- ipv6_peering_config
- Ipv6ExpressRouteCircuitPeeringConfig
The IPv6 peering configuration.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
Feedback
Submit and view feedback for