Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AgentConfig

Agent configuration for any Agent complying with the OpAMP specification.

Properties

Optional config

config: model.AgentConfigMap

Const configType

configType: string = "AGENT"

Optional createdBy

createdBy: undefined | string

The OCID of a user.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional etag

etag: undefined | string

For optimistic concurrency control. See {@code if-match}.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

Optional id

id: undefined | string

The OCID of the configuration item. An OCID is generated when the item is created.

Optional matchAgentsWithAttributeKey

matchAgentsWithAttributeKey: Array<string>

The agent attribute KEY by which an Agent configuration is matched to an agent. All agent configuration objects share the same key. It is [ServiceName, service.name] by default. The attribute VALUE corresponding to this KEY is in the matchAgentsWithAttributeValue field.

Optional matchAgentsWithAttributeValue

matchAgentsWithAttributeValue: undefined | string

The agent attribute VALUE by which an agent configuration is matched to an agent. Each agent configuration object must specify a different value. The attribute KEY corresponding to this VALUE is in the matchAgentsWithAttributeKey field.

Optional overrides

overrides: model.AgentConfigOverrides

Optional timeCreated

timeCreated: Date

The time the resource was created, expressed in RFC 3339 timestamp format. Example: {@code 2020-02-12T22:47:12.613Z}

Optional timeUpdated

timeUpdated: Date

The time the resource was updated, expressed in RFC 3339 timestamp format. Example: {@code 2020-02-13T22:47:12.613Z}

Optional updatedBy

updatedBy: undefined | string

The OCID of a user.

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Config): object

getJsonObj

  • getJsonObj(obj: Config): object