NetworkProfileArgs

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

Defines the resource properties.

Constructors

Link copied to clipboard
fun NetworkProfileArgs(networkInterfaces: Output<List<NetworkInterfacesArgs>>? = null)

Functions

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

Properties

Link copied to clipboard

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