GetNetworkInterfaceTapConfigurationPlainArgs

data class GetNetworkInterfaceTapConfigurationPlainArgs(val networkInterfaceName: String, val resourceGroupName: String, val tapConfigurationName: String) : ConvertibleToJava<GetNetworkInterfaceTapConfigurationPlainArgs>

Constructors

fun GetNetworkInterfaceTapConfigurationPlainArgs(networkInterfaceName: String, resourceGroupName: String, tapConfigurationName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetNetworkInterfaceTapConfigurationPlainArgs

Properties

Link copied to clipboard

The name of the network interface.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the tap configuration.