Show / Hide Table of Contents

Class UpdateAgentConfigDetails

Agent configuration for any Agent complying with the OpAMP specification.

Inheritance
object
UpdateConfigDetails
UpdateAgentConfigDetails
Inherited Members
UpdateConfigDetails.FreeformTags
UpdateConfigDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class UpdateAgentConfigDetails : UpdateConfigDetails

Properties

Config

Declaration
[JsonProperty(PropertyName = "config")]
public AgentConfigMap Config { get; set; }
Property Value
Type Description
AgentConfigMap

Overrides

Declaration
[JsonProperty(PropertyName = "overrides")]
public AgentConfigOverrides Overrides { get; set; }
Property Value
Type Description
AgentConfigOverrides
In this article
Back to top