VirtualNetworkTapPropertiesFormatOutput 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?: 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