public class VirtualNetworkTapInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
VirtualNetworkTapInner() |
| Modifier and Type | Method and Description |
|---|---|
FrontendIpConfigurationInner |
destinationLoadBalancerFrontEndIpConfiguration()
Get the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the
internal Load Balancer that will receive the tap.
|
NetworkInterfaceIpConfigurationInner |
destinationNetworkInterfaceIpConfiguration()
Get the destinationNetworkInterfaceIpConfiguration property: The reference to the private IP Address of the
collector nic that will receive the tap.
|
Integer |
destinationPort()
Get the destinationPort property: The VXLAN destination port that will receive the tapped traffic.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
id()
Get the id property: Resource ID.
|
List<NetworkInterfaceTapConfigurationInner> |
networkInterfaceTapConfigurations()
Get the networkInterfaceTapConfigurations property: Specifies the list of resource IDs for the network interface
IP configuration that needs to be tapped.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the virtual network tap resource.
|
String |
resourceGuid()
Get the resourceGuid property: The resource GUID property of the virtual network tap resource.
|
void |
validate()
Validates the instance.
|
VirtualNetworkTapInner |
withDestinationLoadBalancerFrontEndIpConfiguration(FrontendIpConfigurationInner destinationLoadBalancerFrontEndIpConfiguration)
Set the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the
internal Load Balancer that will receive the tap.
|
VirtualNetworkTapInner |
withDestinationNetworkInterfaceIpConfiguration(NetworkInterfaceIpConfigurationInner destinationNetworkInterfaceIpConfiguration)
Set the destinationNetworkInterfaceIpConfiguration property: The reference to the private IP Address of the
collector nic that will receive the tap.
|
VirtualNetworkTapInner |
withDestinationPort(Integer destinationPort)
Set the destinationPort property: The VXLAN destination port that will receive the tapped traffic.
|
VirtualNetworkTapInner |
withId(String id)
Set the id property: Resource ID.
|
public String etag()
public List<NetworkInterfaceTapConfigurationInner> networkInterfaceTapConfigurations()
public String resourceGuid()
public ProvisioningState provisioningState()
public NetworkInterfaceIpConfigurationInner destinationNetworkInterfaceIpConfiguration()
public VirtualNetworkTapInner withDestinationNetworkInterfaceIpConfiguration(NetworkInterfaceIpConfigurationInner destinationNetworkInterfaceIpConfiguration)
destinationNetworkInterfaceIpConfiguration - the destinationNetworkInterfaceIpConfiguration value to set.public FrontendIpConfigurationInner destinationLoadBalancerFrontEndIpConfiguration()
public VirtualNetworkTapInner withDestinationLoadBalancerFrontEndIpConfiguration(FrontendIpConfigurationInner destinationLoadBalancerFrontEndIpConfiguration)
destinationLoadBalancerFrontEndIpConfiguration - the destinationLoadBalancerFrontEndIpConfiguration value to
set.public Integer destinationPort()
public VirtualNetworkTapInner withDestinationPort(Integer destinationPort)
destinationPort - the destinationPort value to set.public String id()
id in class com.azure.core.management.ProxyResourcepublic VirtualNetworkTapInner withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.