Virtual Box service tasks

Bind VirtualBox

Description: When a FileSet ID is provided, it will be associated with the designated VirtualBox name.

Triggerable: Yes

Variables:

Parameter
Type
Required
Description

File ID

Long

Y

Fileset ID to operate the BIND operation to

Virtual Box

Virtual_Box

Y

Virtual Box name where the given FileSet ID will be bound to

UnBind VirtualBox

Description: Given a FileSetID, the association between it and the provided VirtualBox name will be deleted.

Triggerable: Yes

Variables:

Parameter
Type
Required
Description

File ID

Long

Y

Fileset ID to operate the BIND operation to

Virtual Box

Virtual_box

Y

Virtual Box name where the given FileSet ID will be bound to

List files VirtualBox

Description: When you provide a VirtualBox name, all related files will be listed as ExternalFile objects in the File List variable.

Triggerable: Yes

Variables:

Parameter
Type
Required
Description

Virtual Box

Virtual_box

Y

Virtual Box name where the given FileSet ID will be bound to

File List

String

Y

Variable that will contain the list of files as a result of the current operation. (Tip: You can cycle through elements of a list using the Subprocess object)

Last updated