INPUT_OBJECT
DeleteMosaicSourceInput
Description
Input for deleting a NoSQL protection source.
link GraphQL Schema definition
- input DeleteMosaicSourceInput {
- # Type of the NoSQL source to be deleted.
- V2DeleteMosaicSourceRequestSourceType :
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- # Required. Name of the NoSQL source to be deleted.
- String! :
- }