Virtual Network Tap Response
data class VirtualNetworkTapResponse(val destinationLoadBalancerFrontEndIPConfiguration: FrontendIPConfigurationResponse? = null, val destinationNetworkInterfaceIPConfiguration: NetworkInterfaceIPConfigurationResponse? = null, val destinationPort: Int? = null, val etag: String, val id: String? = null, val location: String? = null, val name: String, val networkInterfaceTapConfigurations: List<NetworkInterfaceTapConfigurationResponse>, val provisioningState: String, val resourceGuid: String, val tags: Map<String, String>? = null, val type: String)
Virtual Network Tap resource.
Constructors
Link copied to clipboard
constructor(destinationLoadBalancerFrontEndIPConfiguration: FrontendIPConfigurationResponse? = null, destinationNetworkInterfaceIPConfiguration: NetworkInterfaceIPConfigurationResponse? = null, destinationPort: Int? = null, etag: String, id: String? = null, location: String? = null, name: String, networkInterfaceTapConfigurations: List<NetworkInterfaceTapConfigurationResponse>, provisioningState: String, resourceGuid: String, tags: Map<String, String>? = null, type: String)
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.
Link copied to clipboard
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.
Link copied to clipboard
The provisioning state of the virtual network tap resource.
Link copied to clipboard
The resource GUID property of the virtual network tap resource.