Arc Agent Profile Response
data class ArcAgentProfileResponse(val agentAutoUpgrade: String? = null, val agentErrors: List<AgentErrorResponse>? = null, val desiredAgentVersion: String? = null, val systemComponents: List<SystemComponentResponse>? = null)
Defines the Arc Agent properties for the clusters.
Constructors
Link copied to clipboard
constructor(agentAutoUpgrade: String? = null, agentErrors: List<AgentErrorResponse>? = null, desiredAgentVersion: String? = null, systemComponents: List<SystemComponentResponse>? = 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
List of system extensions can be installed on the cluster resource.
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.