ConnectToServer
ConnectToServer
Connects to the specified XenServer device. Subsequent activities in a workflow automatically bind to the first connection defined.
Properties
Host Name or IP Address
Type: String
Specifies either the host name or IP address of the XenServer host to which you are connecting.
Port
Type: Object
Specifies the XenServer port number.
UserName
Type: String
Specifies the user name required to connect to the XenServer.
Password
Type: Object
Specifies the password required to connect to the remote XenServer. If the connection is to the local computer, this value is ignored.
Output Connection
Type: Object
Contains the connection object for the XenServer connection. Subsequent activities in a workflow automatically bind to the first connection defined. To override the automatic connection, specify a binding for the Connection parameter in subsequent activities. This is a read-only output parameter.
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