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
AddObject
Adds the specified object to the set of objects the DataServiceContext is tracking.
Table 6‑2. AddObject Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext The DataServiceContext to which to add the object.
Instance Object The object to be tracked by the DataServiceContext.
AttachTo
Notifies the DataServiceContext to start tracking the specified resource.
Table 6‑3. AttachTo Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext The DataServiceContext that should track the resource.
Instance Object The resource to be tracked by the DataServiceContext. The
resource is attached in the Unchanged state.
CreateRepositoryServiceContext<T>
Creates a context for a model loaded into the Model Manager.
When you add this activity to a workflow in vCloud Automation Center Designer, you must select a class
that inherits from the RepositoryServiceContext class.
Table 6‑4. CreateRepositoryServiceContext<T> Activity Input Parameters
Argument Type Description
Uri URI (Optional) Root URI to use in connecting to the model.
Username String (Optional) Username to use in connecting to the context.
Table 6‑5. CreateRepositoryServiceContext<T> Activity Output Parameters
Argument Type Description
Result RepositoryServiceContext The specific type returned is an instance of the class selected
when the activity was added to the workflow.
DeleteLink
Changes the state of the link to deleted in the list of links being tracked by the DataServiceContext.
Machine Extensibility
VMware, Inc. 57