7.4
Table Of Contents
- Custom Properties Reference
- Contents
- Custom Properties Reference
- Custom Properties and the Property Dictionary
- Using Custom Properties
- Custom Properties Grouped by Function
- Custom Properties for 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 and Security
- Custom Properties and Property Groups for Containers
- Custom Properties for PXE Provisioning
- Custom Properties for OVF Import
- 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 (_)
- Custom Properties A
- Custom Properties B
- Custom Properties C
- Custom Properties E
- Custom Properties H
- Custom Properties I
- Custom Properties L
- Custom Properties M
- Custom Properties N
- Custom Properties O
- Custom Properties P
- Custom Properties R
- Custom Properties S
- Custom Properties V
- Custom Properties X
- Using the Property Dictionary
- Using Property Definitions
- Using Property Groups
- Defining Component Profile Settings
13 (Optional) Optionally select the Enable custom value entry check box to allow the user to specify
custom values in addition to pre-defined values.
14 Click OK.
The property is created and available on the Property Definitions page.
Create a Custom Property That Validates Against a Regular Expression
You create custom property definition that evaluates a regular expression when you want service catalog
users to provide validated data on the catalog request form.
For example, to add an alphanumeric text box where the requesting user provides an application or
function name that is limited to five to ten characters with no special characters. For this scenario, you
use a regular expression custom property configured to something similar to ^[a-zA-Z0-9]{5,10}$.
Prerequisites
n
Ensure that you have a regular expression that validates the provided values as expected.
n
Log in to vRealize Automation as a tenant administrator or fabric administrator.
Procedure
1 Select Administration > Property Dictionary > Property Definitions.
2
Click the New icon ( ).
3 Enter the options.
Option Description
Name Enter a value using a standard naming convention for the new property name
such as my_grouping_prefix.my_property_name.
Label The label is populated based on the name. You can change the label to provide a
more readable name.
Visibility The action custom properties are only available in the current tenant. To make
them available in another tenant, you must configure them when you are logged
in to that tenant.
Description Describe the intent of the property definition and any other helpful information
about the property.
Display order The number that you enter controls how the property name appears on the
request form. The following ordering rules apply:
n
The display order applies only to properties that are configured with Prompt
User or Show in Request Form settings.
n
All properties with a display order appear before properties with no order
index.
n
Properties with a display order are sorted from lowest to highest order index
value. You can use negative numbers.
n
All properties are ordered alphabetically, with all display ordered properties
appearing before non-display ordered properties.
n
If two properties have the same display order value, then they are sorted
alphabetically.
Data type Select String in the drop-down menu.
Custom Properties Reference
VMware, Inc. 105