GetVM
GetVM
Returns one or more XenServer vitual machine objects. Automatically binds to the first XenServer connection object preceding this activity.
Properties
Include
Type: VMIncludes
Specifies the types to include in return from GetVM. Defaults to 'Both'.
VM Name
Type: String
Specifies the names of the virtual machines to be retrieved.
Virtual Machines
Type: Object
Contains a list of one or more virtual machines on the XenServer host that match the criteria in 'VM Name Filter' and 'VM Property Filter'. This is a read-only output parameter.
Connection
Type: CTXXSSession
Overrides the connection object assumed for the XenServer connection. This activity automatically binds to the first connection object defined in a workflow. Specify a binding for this parameter to override the assumed connection.
Stop On Error (SOE)
Type: Boolean
If the task throws an exception and this property is 'True' (the default), workflow execution will be stopped. When 'False', the error will be logged and workflow execution will continue as if no error occurred.
Name
Type: String
Please specify the identifier of the activity. It has to be unique in the workflow.
Enabled
Type: Boolean
Please specify if the activity is enabled or not. If an activity is not enabled it will not participate in the execution and validation.
Description
Type: String
Please specify the description of the activity.
Add Comment