Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DatabaseType

The type of the database. Allowed values are

  • DATABASE_CLOUD_SERVICE - Represents Oracle Database Cloud Services.
  • AUTONOMOUS_DATABASE - Represents Oracle Autonomous Databases.
  • INSTALLED_DATABASE - Represents databases running on-premises or on compute instances.

Enumeration members

AutonomousDatabase

AutonomousDatabase: = "AUTONOMOUS_DATABASE"

DatabaseCloudService

DatabaseCloudService: = "DATABASE_CLOUD_SERVICE"

InstalledDatabase

InstalledDatabase: = "INSTALLED_DATABASE"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj