VpnSiteLink Class

VpnSiteLink Resource.

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

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

Constructor

VpnSiteLink(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, link_properties: typing.Union[_ForwardRef('VpnLinkProviderProperties'), NoneType] = None, ip_address: typing.Union[str, NoneType] = None, bgp_properties: typing.Union[_ForwardRef('VpnLinkBgpSettings'), NoneType] = None, **kwargs)

Parameters

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
VpnLinkProviderProperties

The link provider properties.

ip_address
str

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

bgp_properties
VpnLinkBgpSettings

The set of bgp properties.

Variables

etag
str

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

type
str

Resource type.

provisioning_state
str or ProvisioningState

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