INPUT_OBJECT

ClusterUuidWithDbIdInput

Description

Contains the cluster UUID and Oracle database ID.

link GraphQL Schema definition

  • input ClusterUuidWithDbIdInput {
  • # Required. Specifies UUID used to identify the cluster that the request goes to.
  • clusterUuid: UUID!
  • # ID of the Oracle database.
  • dbId: String!
  • }

link Require by