NetworkInterfaceTapConfigurationPropertiesFormatInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.NetworkInterfaceTapConfigurationPropertiesFormatInner

Implements

public final class NetworkInterfaceTapConfigurationPropertiesFormatInner
implements JsonSerializable<NetworkInterfaceTapConfigurationPropertiesFormatInner>

Properties of Virtual Network Tap configuration.

Constructor Summary

Constructor Description
NetworkInterfaceTapConfigurationPropertiesFormatInner()

Creates an instance of NetworkInterfaceTapConfigurationPropertiesFormatInner class.

Method Summary

Modifier and Type Method and Description
static NetworkInterfaceTapConfigurationPropertiesFormatInner fromJson(JsonReader jsonReader)

Reads an instance of NetworkInterfaceTapConfigurationPropertiesFormatInner from the JsonReader.

ProvisioningState provisioningState()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

VirtualNetworkTapInner virtualNetworkTap()

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

NetworkInterfaceTapConfigurationPropertiesFormatInner withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)

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

Methods inherited from java.lang.Object

Constructor Details

NetworkInterfaceTapConfigurationPropertiesFormatInner

public NetworkInterfaceTapConfigurationPropertiesFormatInner()

Creates an instance of NetworkInterfaceTapConfigurationPropertiesFormatInner class.

Method Details

fromJson

public static NetworkInterfaceTapConfigurationPropertiesFormatInner fromJson(JsonReader jsonReader)

Reads an instance of NetworkInterfaceTapConfigurationPropertiesFormatInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of NetworkInterfaceTapConfigurationPropertiesFormatInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the NetworkInterfaceTapConfigurationPropertiesFormatInner.

provisioningState

public ProvisioningState provisioningState()

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

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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.

withVirtualNetworkTap

public NetworkInterfaceTapConfigurationPropertiesFormatInner withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)

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

Parameters:

virtualNetworkTap - the virtualNetworkTap value to set.

Returns:

the NetworkInterfaceTapConfigurationPropertiesFormatInner object itself.

Applies to