ENUM

Db2InstanceType

Description

Db2 instance type.

link GraphQL Schema definition

  • enum Db2InstanceType {
  • # Unable to determine the type of the Db2 instance.
  • INSTANCETYPE_UNSPECIFIED
  • # The Db2 instance is a Partitioned instance.
  • PARTITIONED
  • # The Db2 instance is a PureScale instance.
  • PURESCALE
  • # The Db2 instance is a Standalone instance.
  • STANDALONE
  • }