NetworkInterfaceTapConfigurationInner Class

public final class NetworkInterfaceTapConfigurationInner
extends SubResource

Tap configuration in a Network Interface.

Constructor Summary

Constructor Description
NetworkInterfaceTapConfigurationInner()

Creates an instance of NetworkInterfaceTapConfigurationInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: A unique read-only string that changes whenever the resource is updated.

String name()

Get the name property: The name of the resource that is unique within a resource group.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the network interface tap configuration resource.

String type()

Get the type property: Sub Resource type.

void validate()

Validates the instance.

VirtualNetworkTapInner virtualNetworkTap()

Get the virtualNetworkTap property: The reference to the Virtual Network Tap resource.

NetworkInterfaceTapConfigurationInner withId(String id)
NetworkInterfaceTapConfigurationInner withName(String name)

Set the name property: The name of the resource that is unique within a resource group.

NetworkInterfaceTapConfigurationInner withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)

Set the virtualNetworkTap property: The reference to the Virtual Network Tap resource.

Methods inherited from SubResource

Methods inherited from java.lang.Object

Constructor Details

NetworkInterfaceTapConfigurationInner

public NetworkInterfaceTapConfigurationInner()

Creates an instance of NetworkInterfaceTapConfigurationInner class.

Method Details

etag

public String etag()

Get the etag property: A unique read-only string that changes whenever the resource is updated.

Returns:

the etag value.

name

public String name()

Get the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource.

Returns:

the name value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the network interface tap configuration resource.

Returns:

the provisioningState value.

type

public String type()

Get the type property: Sub Resource type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

virtualNetworkTap

public VirtualNetworkTapInner virtualNetworkTap()

Get the virtualNetworkTap property: The reference to the Virtual Network Tap resource.

Returns:

the virtualNetworkTap value.

withId

public NetworkInterfaceTapConfigurationInner withId(String id)

Overrides:

NetworkInterfaceTapConfigurationInner.withId(String id)

Parameters:

id

withName

public NetworkInterfaceTapConfigurationInner withName(String name)

Set the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource.

Parameters:

name - the name value to set.

Returns:

the NetworkInterfaceTapConfigurationInner object itself.

withVirtualNetworkTap

public NetworkInterfaceTapConfigurationInner withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)

Set the virtualNetworkTap property: The reference to the Virtual Network Tap resource.

Parameters:

virtualNetworkTap - the virtualNetworkTap value to set.

Returns:

the NetworkInterfaceTapConfigurationInner object itself.

Applies to