VpnSiteLink Class

VpnSiteLink Resource.

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

Inheritance
azure.mgmt.network.models._models_py3.SubResource
VpnSiteLink

Constructor

VpnSiteLink(*, id: str | None = None, name: str | None = None, link_properties: _models.VpnLinkProviderProperties | None = None, ip_address: str | None = None, fqdn: str | None = None, bgp_properties: _models.VpnLinkBgpSettings | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

link_properties

The link provider properties.

ip_address
str

The ip-address for the vpn-site-link.

fqdn
str

FQDN of vpn-site-link.

bgp_properties

The set of bgp properties.

Variables

Name Description
id
str

Resource ID.

etag
str

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

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

type
str

Resource type.

link_properties

The link provider properties.

ip_address
str

The ip-address for the vpn-site-link.

fqdn
str

FQDN of vpn-site-link.

bgp_properties

The set of bgp properties.

provisioning_state

The provisioning state of the VPN site link resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".