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.
  • createDatastoreOnly: Boolean
  • # Supported in v5.1+
  • # Obsolete parameter.
  • dataStoreName: String
  • # Supported in v5.1+
  • # ID of the ESXi host to mount the new virtual machine on.
  • hostId: String
  • # Supported in v5.1+
  • # The job recovers the tags that were assigned to the virtual machine.
  • shouldRecoverTags: Boolean
  • # Supported in v5.1+
  • # VLAN ID for the VLAN ESXi host preferred to use for mounting the datastore.
  • vlan: Int
  • # Supported in v6.0+
  • # ID of the compute cluster where the new virtual machine will be mounted.
  • clusterId: String
  • # Supported in v6.0+
  • # ID of the resource pool where the new virtual machine will be mounted.
  • resourcePoolId: String
  • # Supported in v6.0+
  • # The network binding for vNIC of the virtual machine.
  • vNicBindings: [VmwareVnicBindingInfoV2Input!]
  • # Supported in v8.1+
  • # Configuration for migration.
  • migrationConfig: RelocateMountConfigV2Input
  • # Supported in v8.1+
  • # Specifies whether to trigger migration immediately when the Live Mount succeeds.
  • shouldMigrateImmediately: Boolean
  • mountExportSnapshotJobCommonOptionsV2: MountExportSnapshotJobCommonOptionsV2Input
  • requiredRecoveryParameters: RequiredRecoveryParametersInput
  • # Supported in v9.1+
  • # ID of the virtual machine folder where the new virtual machine will be mounted.
  • folderId: String
  • }