7.1
Table Of Contents
- Custom Properties Reference
- Contents
- Custom Properties Reference
- Updated Information
- Using Custom Properties
- Custom Properties Grouped by Function
- Custom Properties for Blueprints and Deployments
- Custom Properties for Naming and Analyzing Deployments
- Custom Properties for Openstack Endpoints
- Custom Properties for Clone Blueprints
- Custom Properties for Linked Clone Blueprints
- Custom Properties for FlexClone Blueprints
- Custom Properties for Basic Workflow Blueprints
- Custom Properties for Linux Kickstart Blueprints
- Custom Properties for SCCM Blueprints
- Custom Properties for WIM Blueprints
- Custom Properties for vCloud Air and vCloud Director Blueprints
- Custom Properties for Networking
- Custom Properties for PXE Provisioning
- Custom Properties for vRealize Automation Guest Agent
- Custom Properties for BMC BladeLogic Configuration Manager Integration
- Custom Properties for HP Server Automation Integration
- Custom Properties Grouped by Name
- Custom Properties Underscore (_) Table
- Custom Properties A Table
- Custom Properties B Table
- Custom Properties C Table
- Custom Properties E Table
- Custom Properties H Table
- Custom Properties I Table
- Custom Properties L Table
- Custom Properties M Table
- Custom Properties O Table
- Custom Properties P Table
- Custom Properties R Table
- Custom Properties S Table
- Custom Properties V Table
- Custom Properties X Table
- Using the Property Dictionary
- Using Property Definitions
- Using Property Groups
- Index
Table 4‑5. PowerShell Script Custom Property Configuration Values (Continued)
Option Value
Script action Select an action based on where the PowerShell script is
located.
n
If the PowerShell script is on a central server, use
executeExternalPowerShellScriptOnHostByName.
n
If the PowerShell script is uploaded into
vRealize Orchestrator, use
executePowershellScriptFromResourceOnHostByName
.
These script actions are example scripts. You can create
specic actions for your environment.
Input parameters Congure the input parameters based on the selected
action.
Dene parameters
n
If you use
executeExternalPowerShellScriptOnHostByName:
n
hostName. Name of the central server where the
script is located.
n
externalPowershellScript. Path to the PowerShell
le on the host.
n
Arguments. Parameters to pass to the script. You
separate the arguments with commas. For
example, Argument1,Arguement2.
n
If you use
executePowershellScriptFromResourceOnHostByName
:
n
vRealize Orchestrator. Name of the
vRealize Orchestrator instance you are using as the
host.
n
scriptResourcePath. Path to the PowerShell le on
the host.
n
scriptResourceName. Path to the PowerShell le as
an uploaded resource in vRealize Orchestrator. For
example,
Blueprint Configuration
To add the custom property to the blueprint Properties tab, see “Add a Custom Property or Property Group
as a Blueprint Machine Property,” on page 95.
Database Query Custom Property Definition
You add a custom property to query a database when you want to retrieve values from that database to
populate the custom property on the request form. The database custom property uses a
vRealize Orchestrator action to run the query and retrieve the values.
The action is supported for the following databases:
n
Microsoft SQL Server
n
MySQL
n
Oracle
n
PostgreSQL
Limitations
All retrieved values are converted to strings.
Chapter 4 Using the Property Dictionary
VMware, Inc. 101