VirtualNetworkTapArgs

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

The reference to the private IP address on the internal Load Balancer that will receive the tap.

The reference to the private IP Address of the collector nic that will receive the tap.

Link copied to clipboard
val destinationPort: Output<Int>? = null

The VXLAN destination port that will receive the tapped traffic.

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val location: Output<String>? = null

Resource location.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Functions

Link copied to clipboard
open override fun toJava(): VirtualNetworkTapArgs