gcpNativeExportDisk
Triggers GCP native export disk job for the given disk snapshot.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | GcpNativeExportDiskInput! | Input required to export a GCP native disk snapshot. |
Returns
Sample
{
"input": {
"diskEncryptionType": "CUSTOMER_MANAGED_KEY",
"replaceAttached": true,
"shouldAddRubrikLabels": true,
"shouldCopyLabels": true,
"snapshotId": "00000000-0000-0000-0000-000000000000",
"targetDiskName": "example-string",
"targetDiskSizeGb": 0,
"targetDiskType": "example-string",
"targetRegion": "example-string"
}
}