6.2

Table Of Contents
Computed Property
The computed property type does not allow an initial value when it is being defined. Instead, the
computed property type takes the value from the INSTALL, CONFIGURE, or START life cycle scripts. The
assigned value is propagated to the subsequent available life cycle and dependent components.
Note Computed properties that are defined in the action scripts are not available to the UPDATE,
ROLLBACK, or TEARDOWN life cycle script. You must set the value for the computed property in the
respective life cycle scripts.
Sample String Property Script Syntax Sample Usage
my_unique_id = "" Bash - $my_unique_id
export my_unique_id="0123456789"
Windows CMD - %my_unique_id%
set my_unique_id=0123456789
Windows PowerShell - $my_unique_id
$my_unique_id = "0123456789"
BeanShell - my_unique_id
my_unique_id = "0123456789";
Boolean Property
The boolean property type provides Yes and No choices in the Value drop-down menu, but the value you
select changes to True or False when you click on another part of the page. Application Services displays
the Yes and No values to avoid confusion and provide consistency with the vRealize Automation console
interface, but changes Yes to True and No to False for use in action scripts.
Single Select Property
The single select property lets you specify multiple string values from which the user can select only one
value.
Integer Property
The integer property type accepts zero, a positive integer, or a negative integer as a value.
Double Property
The double property type stores floating point values with precision to four places.
Property Type Reference
Property type references show which property types you can refer to for configuration purposes.
Using Application Services
VMware, Inc. 107