Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DiscoveredExternalDbNode

The details of an Oracle DB node discovered in an external DB system discovery run.

Properties

Optional associatedComponents

associatedComponents: Array<AssociatedComponent>

The list of associated components.

componentId

componentId: string

The identifier of the discovered DB system component.

componentName

componentName: string

The name of the discovered DB system component.

Const componentType

componentType: string = "DATABASE_NODE"

Optional connector

connector: model.ExternalDbSystemDiscoveryMacsConnector

Optional cpuCoreCount

cpuCoreCount: undefined | number

The number of CPU cores available on the DB node. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

displayName

displayName: string

The user-friendly name for the discovered DB system component. The name does not have to be unique.

hostName

hostName: string

The name of the host on which the ASM instance is running.

Optional isSelectedForMonitoring

isSelectedForMonitoring: undefined | false | true

Indicates whether the DB system component should be provisioned as an OCI resource or not.

Optional memorySizeInGBs

memorySizeInGBs: undefined | number

The total memory in gigabytes (GB) on the DB node. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional resourceId

resourceId: undefined | string

The OCID of the existing OCI resource matching the discovered DB system component.

Optional status

status: Status

The state of the discovered DB system component.

Methods

getDeserializedJsonObj

getJsonObj