INPUT_OBJECT

DeleteOracleMountInput

link GraphQL Schema definition

  • input DeleteOracleMountInput {
  • # Force unmount to remove metadata for the Live Mount of an Oracle database
  • # snapshot, even when the database cannot be contacted. Default value is 'false'.
  • force: Boolean
  • # Required. ID assigned to a Live Mount of an Oracle database snapshot.
  • id: String!
  • }

link Require by