GetVirtualNetworkTapResult

data class GetVirtualNetworkTapResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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: Int? = null

The VXLAN destination port that will receive the tapped traffic.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

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.

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

Resource tags.

Link copied to clipboard

Resource type.