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 3‑14. Custom Properties V Table (Continued)
Property Description
VirtualMachine.ScriptPath.Decrypt
Allows vRealize Automation to obtain an encrypted
string that is passed as a properly formaed
VirtualMachine.SoftwareN.ScriptPath custom
property statement to the gugent command line.
You can provide an encrypted string, such as your
password, as a custom property in a command-line
argument. This allows you to store encrypted
information that the guest agent can decrypt and
understand as a valid command-line argument. For
example, the
VirtualMachine.Software0.ScriptPath =
c:\dosomething.bat password custom property
string is not secure as it contains an actual password.
To encrypt the password, you can create a
vRealize Automation custom property, for example
MyPassword = password, and enable encryption by
selecting the available check box. The guest agent
decrypts the [MyPassword] entry to the value in the
custom property MyPassword and runs the script as
c:\dosomething.bat password.
n
Create custom property
MyPassword = password where password is the
value of your actual password. Enable
encryption by selecting the available check box.
n
Set custom property
VirtualMachine.ScriptPath.Decrypt as
VirtualMachine.ScriptPath.Decrypt =
true.
n
Set custom property
VirtualMachine.Software0.ScriptPath as
VirtualMachine.Software0.ScriptPath =
c:\dosomething.bat [MyPassword].
If you set VirtualMachine.ScriptPath.Decrypt
to false, or do not create the
VirtualMachine.ScriptPath.Decrypt custom
property, then the string inside the square brackets
( [ and ]) is not decrypted.
VirtualMachine.SoftwareN.ISOName
Species the path and lename of the ISO le
relative to the datastore root. The format
is /folder_name/subfolder_name/file_name.is
o. If a value is not specied, the ISO is not mounted.
VirtualMachine.SoftwareN.ISOLocation
Species the storage path that contains the ISO
image le to be used by the application or script.
Format the path as it appears on the host reservation,
for example netapp-1:it_nfs_1. If a value is not
specied, the ISO is not mounted.
VirtualMachine.Storage.Name
Identies the storage path on which the machine
resides. The default is the value specied in the
reservation that was used to provision the machine.
VirtualMachine.Storage.AllocationType
Stores collected groups to a single datastore. A
distributed environment stores disks round-robin
style.
VirtualMachine.Storage.Cluster.Automation.Enabled
If set to True, the storage cluster automation on the
machine is enabled. If set to False, then storage
cluster automation is disabled on the machine. The
storage cluster automation type is determined by the
VirtualMachine.Storage.Cluster.Automation.
Behavior custom property.
Chapter 3 Custom Properties Grouped by Name
VMware, Inc. 77