NetworkProfileResponse

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

Defines the resource properties.

Constructors

Link copied to clipboard
constructor(networkInterfaces: List<NetworkInterfacesResponse>? = 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.