VpnSiteLinkConnection Class

VpnSiteLinkConnection 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
VpnSiteLinkConnection

Constructor

VpnSiteLinkConnection(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, vpn_site_link: typing.Union[_ForwardRef('SubResource'), NoneType] = None, routing_weight: typing.Union[int, NoneType] = None, vpn_connection_protocol_type: typing.Union[str, _ForwardRef('VirtualNetworkGatewayConnectionProtocol'), NoneType] = None, connection_bandwidth: typing.Union[int, NoneType] = None, shared_key: typing.Union[str, NoneType] = None, enable_bgp: typing.Union[bool, NoneType] = None, use_policy_based_traffic_selectors: typing.Union[bool, NoneType] = None, ipsec_policies: typing.Union[typing.List[_ForwardRef('IpsecPolicy')], NoneType] = None, enable_rate_limiting: typing.Union[bool, NoneType] = None, use_local_azure_ip_address: typing.Union[bool, 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.

vpn_site_link
SubResource

Id of the connected vpn site link.

routing_weight
int

Routing weight for vpn connection.

vpn_connection_protocol_type
str or VirtualNetworkGatewayConnectionProtocol

Connection protocol used for this connection. Possible values include: "IKEv2", "IKEv1".

connection_bandwidth
int

Expected bandwidth in MBPS.

shared_key
str

SharedKey for the vpn connection.

enable_bgp
bool

EnableBgp flag.

use_policy_based_traffic_selectors
bool

Enable policy-based traffic selectors.

ipsec_policies
list[IpsecPolicy]

The IPSec Policies to be considered by this connection.

enable_rate_limiting
bool

EnableBgp flag.

use_local_azure_ip_address
bool

Use local azure ip to initiate connection.

Variables

etag
str

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

type
str

Resource type.

connection_status
str or VpnConnectionStatus

The connection status. Possible values include: "Unknown", "Connecting", "Connected", "NotConnected".

ingress_bytes_transferred
<xref:long>

Ingress bytes transferred.

egress_bytes_transferred
<xref:long>

Egress bytes transferred.

provisioning_state
str or ProvisioningState

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