NetworkProfileArgs

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

Specifies the network settings for the Azure Bare Metal Instance disks.

Constructors

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

Properties

Link copied to clipboard
val circuitId: Output<String>? = null

Specifies the circuit id for connecting to express route.

Link copied to clipboard

Specifies the network interfaces for the Azure Bare Metal Instance.

Functions

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