VirtualNetworkTapPropertiesFormat interface
Virtual Network Tap properties.
Properties
| destination |
The reference to the private IP address on the internal Load Balancer that will receive the tap. |
| destination |
The reference to the private IP Address of the collector nic that will receive the tap. |
| destination |
The VXLAN destination port that will receive the tapped traffic. |
| network |
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped. |
| provisioning |
The provisioning state of the virtual network tap resource. |
| resource |
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?: FrontendIPConfiguration
Property Value
destinationNetworkInterfaceIPConfiguration
The reference to the private IP Address of the collector nic that will receive the tap.
destinationNetworkInterfaceIPConfiguration?: NetworkInterfaceIPConfiguration
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?: NetworkInterfaceTapConfiguration[]
Property Value
provisioningState
The provisioning state of the virtual network tap resource.
provisioningState?: string
Property Value
string
resourceGuid
The resource GUID property of the virtual network tap resource.
resourceGuid?: string
Property Value
string