ArcAgentProfileArgs

data class ArcAgentProfileArgs(val agentAutoUpgrade: Output<Either<String, AutoUpgradeOptions>>? = null, val desiredAgentVersion: Output<String>? = null, val systemComponents: Output<List<SystemComponentArgs>>? = null) : ConvertibleToJava<ArcAgentProfileArgs>

Defines the Arc Agent properties for the clusters.

Constructors

Link copied to clipboard
constructor(agentAutoUpgrade: Output<Either<String, AutoUpgradeOptions>>? = null, desiredAgentVersion: Output<String>? = null, systemComponents: Output<List<SystemComponentArgs>>? = null)

Properties

Link copied to clipboard
val agentAutoUpgrade: Output<Either<String, AutoUpgradeOptions>>? = null

Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.

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

Version of the Arc agents to be installed on the cluster resource

Link copied to clipboard

List of system extensions can be installed on the cluster resource.

Functions

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