Vpn Site Link Connection Args
data class VpnSiteLinkConnectionArgs(val connectionBandwidth: Output<Int>? = null, val dpdTimeoutSeconds: Output<Int>? = null, val egressNatRules: Output<List<SubResourceArgs>>? = null, val enableBgp: Output<Boolean>? = null, val enableRateLimiting: Output<Boolean>? = null, val id: Output<String>? = null, val ingressNatRules: Output<List<SubResourceArgs>>? = null, val ipsecPolicies: Output<List<IpsecPolicyArgs>>? = null, val name: Output<String>? = null, val routingWeight: Output<Int>? = null, val sharedKey: Output<String>? = null, val useLocalAzureIpAddress: Output<Boolean>? = null, val usePolicyBasedTrafficSelectors: Output<Boolean>? = null, val vpnConnectionProtocolType: Output<Either<String, VirtualNetworkGatewayConnectionProtocol>>? = null, val vpnGatewayCustomBgpAddresses: Output<List<GatewayCustomBgpIpAddressIpConfigurationArgs>>? = null, val vpnLinkConnectionMode: Output<Either<String, VpnLinkConnectionMode>>? = null, val vpnSiteLink: Output<SubResourceArgs>? = null) : ConvertibleToJava<VpnSiteLinkConnectionArgs>
VpnSiteLinkConnection Resource.
Constructors
Link copied to clipboard
constructor(connectionBandwidth: Output<Int>? = null, dpdTimeoutSeconds: Output<Int>? = null, egressNatRules: Output<List<SubResourceArgs>>? = null, enableBgp: Output<Boolean>? = null, enableRateLimiting: Output<Boolean>? = null, id: Output<String>? = null, ingressNatRules: Output<List<SubResourceArgs>>? = null, ipsecPolicies: Output<List<IpsecPolicyArgs>>? = null, name: Output<String>? = null, routingWeight: Output<Int>? = null, sharedKey: Output<String>? = null, useLocalAzureIpAddress: Output<Boolean>? = null, usePolicyBasedTrafficSelectors: Output<Boolean>? = null, vpnConnectionProtocolType: Output<Either<String, VirtualNetworkGatewayConnectionProtocol>>? = null, vpnGatewayCustomBgpAddresses: Output<List<GatewayCustomBgpIpAddressIpConfigurationArgs>>? = null, vpnLinkConnectionMode: Output<Either<String, VpnLinkConnectionMode>>? = null, vpnSiteLink: Output<SubResourceArgs>? = null)
Properties
Link copied to clipboard
Expected bandwidth in MBPS.
Link copied to clipboard
Dead Peer Detection timeout in seconds for VpnLink connection.
Link copied to clipboard
List of egress NatRules.
Link copied to clipboard
EnableBgp flag.
Link copied to clipboard
List of ingress NatRules.
Link copied to clipboard
The IPSec Policies to be considered by this connection.
Link copied to clipboard
Routing weight for vpn connection.
Link copied to clipboard
Use local azure ip to initiate connection.
Link copied to clipboard
Enable policy-based traffic selectors.
Link copied to clipboard
val vpnConnectionProtocolType: Output<Either<String, VirtualNetworkGatewayConnectionProtocol>>? = null
Connection protocol used for this connection.
Link copied to clipboard
val vpnGatewayCustomBgpAddresses: Output<List<GatewayCustomBgpIpAddressIpConfigurationArgs>>? = null
vpnGatewayCustomBgpAddresses used by this connection.
Link copied to clipboard
Vpn link connection mode.
Link copied to clipboard
Id of the connected vpn site link.