INPUT_OBJECT
StartExportAzureNativeVirtualMachineJobInput
Description
Input for the job to export the specified Azure Native Virtual Machine to the specified destination.
link GraphQL Schema definition
- input StartExportAzureNativeVirtualMachineJobInput {
- # The snapshot ID of the snapshot used to export a virtual machine.
- UUID! :
- # The name of the virtual machine created as a result of the export job.
- String! :
- # Native ID of the disk encryption set for encrypting the newly created disks.
- String :
- # The resource group associated with the virtual machine created by the export
- # job.
- String! :
- # The region where the virtual machine created by the export job exists.
- AzureNativeRegion! :
- # The Availability Zone where the virtual machine created by the export job
- # exists. When the region type does not support Availability Zones, this value is
- # null.
- String :
- # The Rubrik ID of the Azure subscription to which the virtual machine is
- # exported. When this value is not specified, the virtual machine is exported to
- # the same Azure subscription.
- UUID :
- # The size, in GiB, of the virtual machine created by the export job.
- String! :
- # The native ID of the subnet used by the virtual machine created by the export
- # job.
- String! :
- # The native ID of the network security group used by the virtual machine created
- # by the export job.
- String :
- # Specifies whether to export the tags from the snapshot.
- Boolean! :
- # Specifies whether to export the virtual machine in a powered-down state.
- Boolean! :
- # Specifies whether to recover from a replica of the source snapshot.
- Boolean :
- # The native ID of the availability set used by the virtual machine created by the
- # export job.
- String :
- # Specifies whether to enable accelerated networking for the virtual machine
- # created by the export job. This value is false by default.
- Boolean :
- # The type of the snapshot to recover from.
- AzureSnapshotType :
- # Specifies a list of Azure disk unique native IDs that will be exported. When
- # empty, all disks from the snapshot will be exported.
- UUID!] : [
- # ID of the archived snapshot to be exported.
- UUID :
- }