VirtualNetworkTap Class

Virtual Network Tap resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.Resource
VirtualNetworkTap

Constructor

VirtualNetworkTap(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, destination_network_interface_ip_configuration: _models.NetworkInterfaceIPConfiguration | None = None, destination_load_balancer_front_end_ip_configuration: _models.FrontendIPConfiguration | None = None, destination_port: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

location
str

Resource location.

tags

Resource tags.

destination_network_interface_ip_configuration

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

destination_load_balancer_front_end_ip_configuration

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

destination_port
int

The VXLAN destination port that will receive the tapped traffic.

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

Resource tags.

etag
str

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

network_interface_tap_configurations

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

resource_guid
str

The resource GUID property of the virtual network tap resource.

provisioning_state

The provisioning state of the virtual network tap resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".

destination_network_interface_ip_configuration

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

destination_load_balancer_front_end_ip_configuration

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

destination_port
int

The VXLAN destination port that will receive the tapped traffic.