NetworkProfileArgs

data class NetworkProfileArgs(val networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null) : ConvertibleToJava<NetworkProfileArgs>

Specifies the network interfaces of the virtual machine.

Constructors

Link copied to clipboard
constructor(networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null)

Properties

Link copied to clipboard

Gets or sets the list of network interfaces associated with the virtual machine.

Functions

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