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.v2019_02_01.models._models_py3.ResourceVirtualNetworkTap
Constructor
VirtualNetworkTap(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, etag: typing.Union[str, NoneType] = None, destination_network_interface_ip_configuration: typing.Union[_ForwardRef('NetworkInterfaceIPConfiguration'), NoneType] = None, destination_load_balancer_front_end_ip_configuration: typing.Union[_ForwardRef('FrontendIPConfiguration'), NoneType] = None, destination_port: typing.Union[int, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- etag
- str
Gets a unique read-only string that changes whenever the resource is updated.
- destination_network_interface_ip_configuration
- NetworkInterfaceIPConfiguration
The reference to the private IP Address of the collector nic that will receive the tap.
- destination_load_balancer_front_end_ip_configuration
- FrontendIPConfiguration
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
- str
Resource name.
- type
- str
Resource type.
- network_interface_tap_configurations
- list[NetworkInterfaceTapConfiguration]
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.
- resource_guid
- str
The resourceGuid property of the virtual network tap.
- provisioning_state
- str
The provisioning state of the virtual network tap. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for