Virtual Network Tap Args
data class VirtualNetworkTapArgs(val destinationLoadBalancerFrontEndIPConfiguration: Output<FrontendIPConfigurationArgs>? = null, val destinationNetworkInterfaceIPConfiguration: Output<NetworkInterfaceIPConfigurationArgs>? = null, val destinationPort: Output<Int>? = null, val id: Output<String>? = null, val location: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<VirtualNetworkTapArgs>
Virtual Network Tap resource.
Constructors
Link copied to clipboard
constructor(destinationLoadBalancerFrontEndIPConfiguration: Output<FrontendIPConfigurationArgs>? = null, destinationNetworkInterfaceIPConfiguration: Output<NetworkInterfaceIPConfigurationArgs>? = null, destinationPort: Output<Int>? = null, id: Output<String>? = null, location: Output<String>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
The reference to the private IP address on the internal Load Balancer that will receive the tap.
Link copied to clipboard
The reference to the private IP Address of the collector nic that will receive the tap.
Link copied to clipboard
The VXLAN destination port that will receive the tapped traffic.