ExpressRouteCircuitPeering Class
Peering in an ExpressRouteCircuit resource.
- Inheritance
-
azure.mgmt.network.v2015_06_15.models._models_py3.SubResourceExpressRouteCircuitPeering
Constructor
ExpressRouteCircuitPeering(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: 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, **kwargs)
Parameters
- id
- str
Resource Identifier.
- name
- str
Gets 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
- 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'.
Feedback
Submit and view feedback for