INPUT_OBJECT
ExportSnapshotJobConfigV3Input
Description
Supported in Rubrik CDM version 9.0 and later.
link GraphQL Schema definition
- input ExportSnapshotJobConfigV3Input {
- # ID of the cluster to export the new virtual machine to.
- String :
- # Supported in v8.1+
- # ID of the ESXi host to export the new virtual machine to.
- String :
- # Supported in v8.1+
- # ID of the resource pool to export the new virtual machine to.
- String :
- # Supported in v8.1+
- # The job recovers any tags that were assigned to the virtual machine.
- Boolean :
- # Specifies whether the export uses a HotAdd mode to transport virtual disk data.
- # When this value is `true`, the export uses HotAdd mode to transport virtual disk
- # data. When this value is `false`, the export uses NBDSSL to transport virtual
- # disk data. The default value is `false`.
- Boolean :
- # Supported in v8.1+
- # ID of the datastore or datastore cluster to assign to the exported virtual
- # machine.
- String :
- # Specifies whether the new virtual machine created from a snapshot is registered
- # with the vCenter Server. When this value is `true`, the registration is removed
- # from the vCenter Server. When this value is `false`, the registration is kept on
- # the vCenter Server. The default value is `false`.
- Boolean :
- # Supported in v9.1+
- # ID of the virtual machine folder to export the new virtual machine to.
- String :
- # Supported in v9.1+
- # ID of the content library to which the new content library item is being
- # exported.
- String :
- # Supported in v9.1+
- # Specifies whether Export converts the recovered virtual machine to a template.
- Boolean :
- # List of disk device keys to storage ID mappings. If the list is not defined, the
- # export virtual machine is created at the storageLocationId. If the list is
- # defined, the storageLocationId specifies where the vmx file is created. When
- # this mapping is provided, each virtual disk in the snapshot must be mapped to a
- # valid storage location, either a datastore or a datastore cluster. An incomplete
- # or invalid mapping will result in the failure of the export operation.
- VmwareStorageIdWithDeviceKeyV2Input!] : [
- # Common fields for recovery operations.
- MountExportSnapshotJobCommonOptionsV2Input :
- # Target snapshot ID or a point in time for recovery.
- RequiredRecoveryParametersInput :
- # The network binding for the vNIC of the virtual machine.
- VmwareVnicBindingInfoV2Input!] : [
- }