Vpn Site Link Connection Args
data class VpnSiteLinkConnectionArgs(val connectionBandwidth: 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
fun VpnSiteLinkConnectionArgs(connectionBandwidth: 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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val vpnConnectionProtocolType: Output<Either<String, VirtualNetworkGatewayConnectionProtocol>>? = null
Link copied to clipboard
val vpnGatewayCustomBgpAddresses: Output<List<GatewayCustomBgpIpAddressIpConfigurationArgs>>? = null
Link copied to clipboard