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.SubResourceVpnSiteLink
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
|
Resource ID. |
name
|
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
|
The ip-address for the vpn-site-link. |
fqdn
|
FQDN of vpn-site-link. |
bgp_properties
|
The set of bgp properties. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
type
|
Resource type. |
link_properties
|
The link provider properties. |
ip_address
|
The ip-address for the vpn-site-link. |
fqdn
|
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". |
Azure SDK for Python