Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DBExternalInstance

Configuration parameters defined for external databases instance level.

Properties

Optional cpuCount

cpuCount: undefined | number

Total number of CPUs allocated for the host. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional databaseStatus

databaseStatus: undefined | string

Status of the database.

Optional edition

edition: undefined | string

The edition of the database.

Optional hostMemoryCapacity

hostMemoryCapacity: undefined | number

Total amount of usable Physical RAM Memory available in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

hostName

hostName: string

Host name of the database instance.

instanceName

instanceName: string

Name of the database instance.

Optional instanceRole

instanceRole: undefined | string

Role (permissions) of the database instance.

Optional logins

logins: undefined | string

Indicates if logins are allowed or restricted.

Const metricName

metricName: string = "DB_EXTERNAL_INSTANCE"

Optional parallel

parallel: undefined | string

Indicates whether the instance is mounted in cluster database mode (YES) or not (NO).

Optional startupTime

startupTime: Date

Start up time of the database instance.

Optional status

status: undefined | string

Status of the instance.

Optional timeCollected

timeCollected: Date

Collection timestamp Example: {@code "2020-05-06T00:00:00.000Z"}

Optional version

version: undefined | string

Database version.

Methods

getDeserializedJsonObj

getJsonObj