INPUT_OBJECT
ValidateOracleAcoFileInput
link GraphQL Schema definition
- input ValidateOracleAcoFileInput {
- # Required. Contents of the Advanced Cloning Options file in base64 encoded
- # format.
- : String!
- # Required. Specifies UUID used to identify the cluster the request goes to.
- : UUID!
- # ID of the Oracle database.
- : 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.
- : Boolean
- # Required. Boolean that determines whether the ACO file is being used for a Live
- # Mount.
- : Boolean!
- }