AgentProfileArgs

data class AgentProfileArgs(val subnetId: Output<String>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<AgentProfileArgs>

Agent profile for the Fleet hub.

Constructors

Link copied to clipboard
constructor(subnetId: Output<String>? = null, vmSize: Output<String>? = null)

Properties

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

The ID of the subnet which the Fleet hub node will join on startup. If this is not specified, a vnet and subnet will be generated and used.

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

The virtual machine size of the Fleet hub.

Functions

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