NetworkProfileArgs

data class NetworkProfileArgs(val subnetId: Output<String>) : ConvertibleToJava<NetworkProfileArgs>

The network profile of the machines in the pool.

Constructors

Link copied to clipboard
constructor(subnetId: Output<String>)

Properties

Link copied to clipboard
val subnetId: Output<String>

The subnet id on which to put all machines created in the pool.

Functions

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