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.models._models_py3.SubResourceVirtualRouterPeering
Constructor
VirtualRouterPeering(*, id: str | None = None, name: str | None = None, peer_asn: int | None = None, peer_ip: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the virtual router peering that is unique within a virtual router. |
peer_asn
|
Peer ASN. |
peer_ip
|
Peer IP. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the virtual router peering that is unique within a virtual router. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Peering type. |
peer_asn
|
Peer ASN. |
peer_ip
|
Peer IP. |
provisioning_state
|
The provisioning state of the resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python