Share via


VirtualNetworkTapPropertiesFormatOutput interface

Virtual Network Tap properties.

Properties

destinationLoadBalancerFrontEndIPConfiguration

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

destinationNetworkInterfaceIPConfiguration

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

destinationPort

The VXLAN destination port that will receive the tapped traffic.

networkInterfaceTapConfigurations

Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.

provisioningState

The provisioning state of the virtual network tap resource.

resourceGuid

The resource GUID property of the virtual network tap resource.

Property Details

destinationLoadBalancerFrontEndIPConfiguration

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

destinationLoadBalancerFrontEndIPConfiguration?: FrontendIPConfigurationOutput

Property Value

destinationNetworkInterfaceIPConfiguration

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

destinationNetworkInterfaceIPConfiguration?: NetworkInterfaceIPConfigurationOutput

Property Value

destinationPort

The VXLAN destination port that will receive the tapped traffic.

destinationPort?: number

Property Value

number

networkInterfaceTapConfigurations

Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.

networkInterfaceTapConfigurations?: NetworkInterfaceTapConfigurationOutput[]

Property Value

provisioningState

The provisioning state of the virtual network tap resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"

resourceGuid

The resource GUID property of the virtual network tap resource.

resourceGuid?: string

Property Value

string