Network Interface Args
data class NetworkInterfaceArgs(val ipConfigurations: Output<List<NetworkInterfaceIPConfigurationArgs>>? = null, val macAddress: Output<String>? = null, val networkInterfaceName: Output<String>? = null, val vmSwitchType: Output<Either<String, VMSwitchType>>? = null) : ConvertibleToJava<NetworkInterfaceArgs>
Network interface properties.
Constructors
Link copied to clipboard
constructor(ipConfigurations: Output<List<NetworkInterfaceIPConfigurationArgs>>? = null, macAddress: Output<String>? = null, networkInterfaceName: Output<String>? = null, vmSwitchType: Output<Either<String, VMSwitchType>>? = null)