OBJECT

OracleInstanceProperties

Description

Supported in v5.0+

link GraphQL Schema definition

  • type OracleInstanceProperties {
  • # Required. Supported in v5.0+
  • # Name of the Oracle host.
  • hostName: String!
  • # Required. Supported in v5.0+
  • # System identifier (SID) of the Oracle database instance.
  • instanceSid: String!
  • }