ArcAgentProfile interface
Defines the Arc Agent properties for the clusters.
Properties
| agent |
Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled. |
| agent |
List of arc agentry and system components errors on the cluster resource. |
| agent |
Represents the current state of the Arc agentry and its dependent components. |
| desired |
Version of the Arc agents to be installed on the cluster resource |
| system |
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[]