Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkTapPropertiesFormatInner
Packages that use VirtualNetworkTapPropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualNetworkTapPropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkTapPropertiesFormatInnerModifier and TypeMethodDescriptionVirtualNetworkTapPropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkTapPropertiesFormatInner from the JsonReader.VirtualNetworkTapPropertiesFormatInner.withDestinationLoadBalancerFrontEndIpConfiguration(FrontendIpConfigurationInner destinationLoadBalancerFrontEndIpConfiguration) Set the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the internal Load Balancer that will receive the tap.VirtualNetworkTapPropertiesFormatInner.withDestinationNetworkInterfaceIpConfiguration(NetworkInterfaceIpConfigurationInner destinationNetworkInterfaceIpConfiguration) Set the destinationNetworkInterfaceIpConfiguration property: The reference to the private IP Address of the collector nic that will receive the tap.VirtualNetworkTapPropertiesFormatInner.withDestinationPort(Integer destinationPort) Set the destinationPort property: The VXLAN destination port that will receive the tapped traffic.