VirtualRouterPeering Class

Virtual Router Peering resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2019_11_01.models._models_py3.SubResource
VirtualRouterPeering

Constructor

VirtualRouterPeering(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, peer_asn: typing.Union[int, NoneType] = None, peer_ip: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

Name of the virtual router peering that is unique within a virtual router.

peer_asn
<xref:long>

Peer ASN.

peer_ip
str

Peer IP.

Variables

etag
str

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

type
str

Peering type.

provisioning_state
str or ProvisioningState

The provisioning state of the resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".