VirtualNetworkTapPropertiesFormat Class

Virtual Network Tap properties.

Constructor

VirtualNetworkTapPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
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.

Attributes

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_load_balancer_front_end_ip_configuration: _models.FrontendIPConfiguration | None

destination_network_interface_ip_configuration

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

destination_network_interface_ip_configuration: _models.NetworkInterfaceIPConfiguration | None

destination_port

The VXLAN destination port that will receive the tapped traffic.

destination_port: int | None

network_interface_tap_configurations

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

network_interface_tap_configurations: list['_models.NetworkInterfaceTapConfiguration'] | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

resource_guid

The resource GUID property of the virtual network tap resource.

resource_guid: str | None