VpnSiteLinkConnectionPropertiesOutput interface
Parameters for VpnConnection.
Properties
| connection |
Expected bandwidth in MBPS. |
| connection |
The connection status. |
| egress |
Egress bytes transferred. |
| egress |
List of egress NatRules. |
| enable |
EnableBgp flag. |
| enable |
EnableBgp flag. |
| ingress |
Ingress bytes transferred. |
| ingress |
List of ingress NatRules. |
| ipsec |
The IPSec Policies to be considered by this connection. |
| provisioning |
The provisioning state of the VPN site link connection resource. |
| routing |
Routing weight for vpn connection. |
| shared |
SharedKey for the vpn connection. |
| use |
Use local azure ip to initiate connection. |
| use |
Enable policy-based traffic selectors. |
| vpn |
Connection protocol used for this connection. |
| vpn |
vpnGatewayCustomBgpAddresses used by this connection. |
| vpn |
Vpn link connection mode. |
| vpn |
Id of the connected vpn site link. |
Property Details
connectionBandwidth
Expected bandwidth in MBPS.
connectionBandwidth?: number
Property Value
number
connectionStatus
The connection status.
connectionStatus?: "Connected" | "Unknown" | "Connecting" | "NotConnected"
Property Value
"Connected" | "Unknown" | "Connecting" | "NotConnected"
egressBytesTransferred
Egress bytes transferred.
egressBytesTransferred?: number
Property Value
number
egressNatRules
enableBgp
EnableBgp flag.
enableBgp?: boolean
Property Value
boolean
enableRateLimiting
EnableBgp flag.
enableRateLimiting?: boolean
Property Value
boolean
ingressBytesTransferred
Ingress bytes transferred.
ingressBytesTransferred?: number
Property Value
number
ingressNatRules
ipsecPolicies
The IPSec Policies to be considered by this connection.
ipsecPolicies?: IpsecPolicyOutput[]
Property Value
provisioningState
The provisioning state of the VPN site link connection resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
routingWeight
Routing weight for vpn connection.
routingWeight?: number
Property Value
number
sharedKey
SharedKey for the vpn connection.
sharedKey?: string
Property Value
string
useLocalAzureIpAddress
Use local azure ip to initiate connection.
useLocalAzureIpAddress?: boolean
Property Value
boolean
usePolicyBasedTrafficSelectors
Enable policy-based traffic selectors.
usePolicyBasedTrafficSelectors?: boolean
Property Value
boolean
vpnConnectionProtocolType
Connection protocol used for this connection.
vpnConnectionProtocolType?: "IKEv2" | "IKEv1"
Property Value
"IKEv2" | "IKEv1"
vpnGatewayCustomBgpAddresses
vpnGatewayCustomBgpAddresses used by this connection.
vpnGatewayCustomBgpAddresses?: GatewayCustomBgpIpAddressIpConfigurationOutput[]
Property Value
vpnLinkConnectionMode
Vpn link connection mode.
vpnLinkConnectionMode?: "Default" | "ResponderOnly" | "InitiatorOnly"
Property Value
"Default" | "ResponderOnly" | "InitiatorOnly"