INPUT_OBJECT
MountDiskJobConfigInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input MountDiskJobConfigInput {
- # Supported in v5.0+
- # ID of the target virtual machine where the disks will be attached to. The
- # default value will be the virtual machine of the snapshot.
- String :
- # Supported in v5.0+
- # The VLAN used by the ESXi host to mount the datastore.
- Int :
- # Supported in v5.0+
- # The VMDK files to attach to the existing virtual machine. By default, this value
- # is empty, which attaches all of the VMDKs in the snapshot to the target virtual
- # machine.
- String!] : [
- # Specifies an optional future unmount time for the current live mount.
- Long :
- }