VpnSiteLinkConnectionData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the VpnSiteLinkConnection data model. VpnSiteLinkConnection Resource.
public class VpnSiteLinkConnectionData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VpnSiteLinkConnectionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VpnSiteLinkConnectionData>
public class VpnSiteLinkConnectionData : Azure.ResourceManager.Network.Models.NetworkResourceData
type VpnSiteLinkConnectionData = class
inherit NetworkResourceData
interface IJsonModel<VpnSiteLinkConnectionData>
interface IPersistableModel<VpnSiteLinkConnectionData>
type VpnSiteLinkConnectionData = class
inherit NetworkResourceData
Public Class VpnSiteLinkConnectionData
Inherits NetworkResourceData
Implements IJsonModel(Of VpnSiteLinkConnectionData), IPersistableModel(Of VpnSiteLinkConnectionData)
Public Class VpnSiteLinkConnectionData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
VpnSiteLinkConnectionData() |
Initializes a new instance of VpnSiteLinkConnectionData. |
Properties
ConnectionBandwidth |
Expected bandwidth in MBPS. |
ConnectionStatus |
The connection status. |
DpdTimeoutSeconds |
Dead Peer Detection timeout in seconds for VpnLink connection. |
EgressBytesTransferred |
Egress bytes transferred. |
EgressNatRules |
List of egress NatRules. |
EnableBgp |
EnableBgp flag. |
EnableRateLimiting |
EnableBgp flag. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
IngressBytesTransferred |
Ingress bytes transferred. |
IngressNatRules |
List of ingress NatRules. |
IPsecPolicies |
The IPSec Policies to be considered by this connection. |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the VPN site link connection resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
RoutingWeight |
Routing weight for vpn connection. |
SharedKey |
SharedKey for the vpn connection. |
UseLocalAzureIPAddress |
Use local azure ip to initiate connection. |
UsePolicyBasedTrafficSelectors |
Enable policy-based traffic selectors. |
VpnConnectionProtocolType |
Connection protocol used for this connection. |
VpnGatewayCustomBgpAddresses |
vpnGatewayCustomBgpAddresses used by this connection. |
VpnLinkConnectionMode |
Vpn link connection mode. |
VpnSiteLinkId |
Gets or sets Id. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET