NetworkProfileArgs

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

Specifies the network settings for the Azure Large Instance disks.

Constructors

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

Properties

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

Specifies the circuit id for connecting to express route.

Link copied to clipboard
val networkInterfaces: Output<List<IpAddressArgs>>? = null

Specifies the network interfaces for the Azure Large Instance.

Functions

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