Arc Agent Profile Args
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
Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
Link copied to clipboard
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.