Share via


VirtualNetworkTap Class

Virtual Network Tap resource.

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

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.

Default value: None
location
str

Resource location.

Default value: None
tags

Resource tags.

Default value: None
destination_network_interface_ip_configuration

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

Default value: None
destination_load_balancer_front_end_ip_configuration

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

Default value: None
destination_port
int

The VXLAN destination port that will receive the tapped traffic.

Default value: None

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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

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.