AgentProfileResponse

data class AgentProfileResponse(val subnetId: String? = null, val vmSize: String? = null)

Agent profile for the Fleet hub.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val subnetId: 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: String? = null

The virtual machine size of the Fleet hub.