Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AutoPromoteConfigDetails

A configuration of the AUTO_PROMOTE type, consists of a resource type and a boolean value that determines if this resource needs to be automatically promoted/discovered. For example, when a Management Agent registration event occurs and if isEnabled is TRUE for a HOST resource type, a HOST resource will be automatically discovered using that Management Agent.

Properties

compartmentId

compartmentId: string

The OCID of the compartment containing the configuration.

Const configType

configType: string = "AUTO_PROMOTE"

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 displayName

displayName: undefined | string

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

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"}}

id

id: string

The Unique Oracle ID (OCID) that is immutable on creation.

isEnabled

isEnabled: boolean

True if automatic promotion is enabled, false if it is not enabled.

lifecycleState

lifecycleState: LifecycleState

The current state of the configuration.

resourceType

resourceType: ResourceType

The type of resource to configure for automatic promotion.

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Optional timeCreated

timeCreated: Date

The time the configuration was created. An RFC3339 formatted datetime string.

Optional timeUpdated

timeUpdated: Date

The time the Config was updated.

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Config): object

getJsonObj

  • getJsonObj(obj: Config): object