Vpn Gateway Connection Vpn Link Args
constructor(bandwidthMbps: Output<Int>? = null, bgpEnabled: Output<Boolean>? = null, connectionMode: Output<String>? = null, customBgpAddresses: Output<List<VpnGatewayConnectionVpnLinkCustomBgpAddressArgs>>? = null, egressNatRuleIds: Output<List<String>>? = null, ingressNatRuleIds: Output<List<String>>? = null, ipsecPolicies: Output<List<VpnGatewayConnectionVpnLinkIpsecPolicyArgs>>? = null, localAzureIpAddressEnabled: Output<Boolean>? = null, name: Output<String>, policyBasedTrafficSelectorEnabled: Output<Boolean>? = null, protocol: Output<String>? = null, ratelimitEnabled: Output<Boolean>? = null, routeWeight: Output<Int>? = null, sharedKey: Output<String>? = null, vpnSiteLinkId: Output<String>)