Class UpdateAgentConfigDetails
Agent configuration for any Agent complying with the OpAMP specification.
Inheritance
UpdateAgentConfigDetails
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class UpdateAgentConfigDetails : UpdateConfigDetails
Properties
Config
Declaration
[JsonProperty(PropertyName = "config")]
public AgentConfigMap Config { get; set; }
Property Value
Overrides
Declaration
[JsonProperty(PropertyName = "overrides")]
public AgentConfigOverrides Overrides { get; set; }
Property Value