6.2
Table Of Contents
- Machine Extensibility
- Contents
- Machine Extensibility
- Updated Information for Machine Extensibility
- Machine Extensibility Overview
- Extending Machine Lifecycles By Using vRealize Orchestrator
- Extending Machine Lifecycles By Using vRealize Automation Designer
- Extending Machine Lifecycles By Using vRealize Automation Designer Checklist
- Installing and Configuring vRealize Automation Designer
- Customizing IaaS Workflows By Using vRealize Automation Designer
- Workflows and Distributed Execution Management
- CloudUtil Command Reference
- vRealize Automation Workflow Activity Reference
Table 6‑10. SaveChanges Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext The DataServiceContext that is tracking the changes to save.
SetLink
Notifies the DataServiceContext that a new link exists between the objects specified and that the link is
represented by the property specified in the SourceProperty argument.
Table 6‑11. SetLink Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext The DataServiceContext to notify of the link.
Source Object The source object for the new link.
SourceProperty String The property on the source object that identifies the target object
of the new link.
Target Object The child object involved in the new link to initialize by calling
this method. The target object must be a subtype of the type
identified by SourceProperty. If Target is set to null, the call
represents a delete link operation.
UpdateObject
Changes the state of the specified object in the DataServiceContext to Modified.
Table 6‑12. UpdateObject Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext The DataServiceContext tracking the entity to update.
Instance Object The tracked entity to be assigned to the Modified state.
DynamicOps.Cdk.Activities
The DynamicOps.Cdk.Activities namespace contains advanced activities for IaaS workflows.
ExecutePowerShellScript
Executes a PowerShell script stored in the Model Manager under the specified name.
Before you use the ExecutePowerShellScript activity, you must first load the script that you want to
execute into the Model Manager using the CloudUtil File-Import command.
Machine Extensibility
VMware, Inc. 59