gcpNativeExportGceInstance
Triggers GCP native export instance job for the given GCE instance.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | GcpNativeExportGceInstanceInput! | Input required to export a GCP GCE instance snapshot. |
Returns
Sample
{
"input": {
"diskEncryptionType": "CUSTOMER_MANAGED_KEY",
"shouldAddRubrikLabels": true,
"shouldCopyLabels": true,
"shouldPowerOff": true,
"snapshotId": "00000000-0000-0000-0000-000000000000",
"targetInstanceName": "example-string",
"targetMachineType": "example-string",
"targetSubnetName": "example-string",
"targetZone": "example-string"
}
}