• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Workflow Studio Developer Network

CreateVM

CreateVM

Creates a XenServer virtual machine from a virtual machine template and optionally starts the new virtual machine. Automatically binds to the first XenServer connection object preceding this activity.

Properties

VM Name
Type: String
Specifies the name for the new virtual machine.

VM Description
Type: String
Specifies the description for the new virtual machine.

VM Template(s)
Type: Object
Specifies the virtual machine template object to use to create the virtual machine.

Host name
Type: String
Specifies the XenServer host name on which to start the new virtual machine. This parameter is ignored if `Start VM Automatically' is False.

Start VM Automatically
Type: Object
Specifies whether to start the new virtual machine immediately after creating it.

New VM(s) Output
Type: Object
Contains the object for the created virtual machine. 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.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links