INPUT_OBJECT

ValidateOracleAcoFileInput

link GraphQL Schema definition

  • input ValidateOracleAcoFileInput {
  • # Required. Contents of the Advanced Cloning Options file in base64 encoded
  • # format.
  • acoContentsBase64: String!
  • # Required. Specifies UUID used to identify the cluster the request goes to.
  • clusterUuid: UUID!
  • # Required. Boolean that determines whether the ACO file is being used for a Live
  • # Mount.
  • isLiveMount: Boolean!
  • # ID of the Oracle database.
  • dbId: String!
  • # Optional. Specifies whether the Clone or Live Mount is being performed with a
  • # target database name that is different from the source database name.
  • isDifferentTargetDbName: Boolean
  • }

link Require by