6.2
Table Of Contents
- Custom Properties Reference
- Contents
- Custom Properties Reference
- Updated Information
- Using Custom Properties
- Custom Properties Grouped by Function
- Custom Properties for Openstack Endpoints
- Custom Properties for Basic Workflow Blueprints
- Custom Properties for Clone Blueprints
- Custom Properties for FlexClone Blueprints
- Custom Properties for Linked Clone Blueprints
- Custom Properties for Linux Kickstart Blueprints
- Custom Properties for SCCM Blueprints
- Custom Properties for WIM Blueprints
- Custom Properties for vApp Blueprints
- Custom Properties for vRealize Automation Guest Agent
- Custom Properties for Networking
- Custom Properties for PXE Provisioning
- Custom Properties for BMC BladeLogic Configuration Manager Integration
- Custom Properties for HP Server Automation Integration
- Custom Properties Grouped by Name
- 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
4 Define the values for the parent property.
a In the VirtualMachine.Network.Environment property name row, click Edit in the Property
Attributes column.
b Click New Property Attribute.
c Select ValueList from the Type drop-down menu.
d Enter Values in the Name text box.
e Enter Development,Test,Production in the Value text box.
f Click Save.
g Click OK.
5 Create the child property.
a Click New Property Definition on the Property Dictionary page.
b Enter VirtualMachine.Network0.Name in the Name text box.
c Enter Select Network in the Display Name text box.
d Select DropDownList from the Control Type drop-down menu.
e Click Save.
6 Define the relationship between the child and parent properties.
a In the VirtualMachine.Network0.Name property name row, click Edit in the Property Attributes
column.
b Click New Property Attribute.
c Select Relationship from the Type drop-down menu.
d Enter Parent in the Name text box.
e Enter VirtualMachine.Network.Environment in the Value text box.
f Click Save and click OK.
7 In an XML editor, create the following value expression, which specifies the values of the child
property based on the values of the parent property, and save it as an XML file:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<ArrayOfPropertyValue xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance">
<PropertyValue>
<FilterName>VirtualMachine.Network.Environment</FilterName>
<FilterValue>Development</FilterValue>
<Value>Development Network</Value>
</PropertyValue>
<PropertyValue>
<FilterName>VirtualMachine.Network.Environment</FilterName>
<FilterValue>Test</FilterValue>
<Value>Test Network 1</Value>
</PropertyValue>
Custom Properties Reference
VMware, Inc. 93