Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InstalledDatabaseDetails

The details of the database running on-premises or on a compute instance.

Properties

Const databaseType

databaseType: string = "INSTALLED_DATABASE"

infrastructureType

infrastructureType: InfrastructureType

The infrastructure type the database is running on.

Optional instanceId

instanceId: undefined | string

The OCID of the compute instance on which the database is running.

Optional ipAddresses

ipAddresses: Array<string>

The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.

listenerPort

listenerPort: number

The port number of the database listener. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

serviceName

serviceName: string

The service name of the database registered as target database.

Methods

getDeserializedJsonObj

getJsonObj