ArcAgentProfile interface

Defines the Arc Agent properties for the clusters.

Properties

agentAutoUpgrade

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

agentErrors

List of arc agentry and system components errors on the cluster resource.

agentState

Represents the current state of the Arc agentry and its dependent components.

desiredAgentVersion

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

systemComponents

List of system extensions that are installed on the cluster resource.

Property Details

agentAutoUpgrade

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

agentAutoUpgrade?: string

Property Value

string

agentErrors

List of arc agentry and system components errors on the cluster resource.

agentErrors?: AgentError[]

Property Value

agentState

Represents the current state of the Arc agentry and its dependent components.

agentState?: string

Property Value

string

desiredAgentVersion

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

desiredAgentVersion?: string

Property Value

string

systemComponents

List of system extensions that are installed on the cluster resource.

systemComponents?: SystemComponent[]

Property Value