NetworkProfileResponse

data class NetworkProfileResponse(val networkInterfaces: List<NetworkInterfaceResponse>? = null)

Specifies the network interfaces of the virtual machine.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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