VirtualMachineInstancePropertiesNetworkProfileArgs

data class VirtualMachineInstancePropertiesNetworkProfileArgs(val networkInterfaces: Output<List<VirtualMachineInstancePropertiesNetworkInterfacesArgs>>? = null) : ConvertibleToJava<VirtualMachineInstancePropertiesNetworkProfileArgs>

NetworkProfile - describes the network configuration the virtual machine instance

Constructors

constructor(networkInterfaces: Output<List<VirtualMachineInstancePropertiesNetworkInterfacesArgs>>? = null)

Properties

Link copied to clipboard

NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance

Functions

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