INPUT_OBJECT
MountSnapshotJobConfigV2Input
Description
Supported in v5.1+
link GraphQL Schema definition
- input MountSnapshotJobConfigV2Input {
- # Supported in v5.1+
- # The job creates a datastore that contains the VMDK, but does not create the
- # corresponding virtual machine.
- Boolean :
- # Supported in v5.1+
- # Obsolete parameter.
- String :
- # Supported in v5.1+
- # ID of the ESXi host to mount the new virtual machine on.
- String :
- # Supported in v5.1+
- # The job recovers the tags that were assigned to the virtual machine.
- Boolean :
- # Supported in v5.1+
- # VLAN ID for the VLAN ESXi host preferred to use for mounting the datastore.
- Int :
- # Supported in v6.0+
- # ID of the compute cluster where the new virtual machine will be mounted.
- String :
- # Supported in v6.0+
- # ID of the resource pool where the new virtual machine will be mounted.
- String :
- # Supported in v8.1+
- # Specifies whether to trigger migration immediately when the Live Mount succeeds.
- Boolean :
- # Supported in v9.1+
- # ID of the virtual machine folder where the new virtual machine will be mounted.
- String :
- # Specifies an optional future unmount time for the current live mount.
- Long :
- # Supported in v8.1+
- # Configuration for migration.
- RelocateMountConfigV2Input :
- MountExportSnapshotJobCommonOptionsV2Input :
- RequiredRecoveryParametersInput :
- # Supported in v6.0+
- # The network binding for vNIC of the virtual machine.
- VmwareVnicBindingInfoV2Input!] : [
- }