ArcAgentProfileArgs

data class ArcAgentProfileArgs(val agentAutoUpgrade: Output<Either<String, AutoUpgradeOptions>>? = null, val agentVersion: Output<String>? = null) : ConvertibleToJava<ArcAgentProfileArgs>

Defines the Arc Agent properties for the Provisioned clusters.

Constructors

Link copied to clipboard
constructor(agentAutoUpgrade: Output<Either<String, AutoUpgradeOptions>>? = null, agentVersion: Output<String>? = null)

Properties

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

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

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

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

Functions

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