INPUT_OBJECT
StartRestoreAzureNativeVirtualMachineJobInput
Description
Inputs to trigger the job to restore Azure Native Virtual Machine.
link GraphQL Schema definition
- input StartRestoreAzureNativeVirtualMachineJobInput {
- # Snapshot ID of the snapshot which is to be restored.
- UUID! :
- # Specifies whether the restored virtual machine is to be launched in powered on
- # state. When false, the restored virtual machine will not be connected to the
- # internet.
- Boolean! :
- # Specifies whether the tags at the time of snapshot should also be restored. When
- # true, the tags on the virtual machine will be reverted to the time of the
- # backup.
- Boolean! :
- # Snapshot type to use if source snapshot is expired.
- SnapshotTypeForRestoreIfSourceExpired :
- # Specifies a list of Azure disk unique native IDs that will be restored. When
- # empty, all disks from the snapshot will be restored.
- UUID!] : [
- # ID of the archived snapshot to be restored.
- UUID :
- }