Vpn Connection Args
constructor(connectionBandwidth: Output<Int>? = null, dpdTimeoutSeconds: Output<Int>? = null, enableBgp: Output<Boolean>? = null, enableInternetSecurity: Output<Boolean>? = null, enableRateLimiting: Output<Boolean>? = null, id: Output<String>? = null, ipsecPolicies: Output<List<IpsecPolicyArgs>>? = null, name: Output<String>? = null, remoteVpnSite: Output<SubResourceArgs>? = null, routingConfiguration: Output<RoutingConfigurationArgs>? = null, routingWeight: Output<Int>? = null, sharedKey: Output<String>? = null, trafficSelectorPolicies: Output<List<TrafficSelectorPolicyArgs>>? = null, useLocalAzureIpAddress: Output<Boolean>? = null, usePolicyBasedTrafficSelectors: Output<Boolean>? = null, vpnConnectionProtocolType: Output<Either<String, VirtualNetworkGatewayConnectionProtocol>>? = null, vpnLinkConnections: Output<List<VpnSiteLinkConnectionArgs>>? = null)