ArcAgentProfileResponse

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)

Types

Link copied to clipboard
object Companion

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.