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.
  • snapshotId: 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.
  • shouldPowerOn: 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.
  • shouldRestoreTags: Boolean!
  • # Snapshot type to use if source snapshot is expired.
  • snapshotTypeToUseIfSourceExpired: SnapshotTypeForRestoreIfSourceExpired
  • # Specifies a list of Azure disk unique native IDs that will be restored. When
  • # empty, all disks from the snapshot will be restored.
  • recoveryDiskIds: [UUID!]
  • }

link Require by