SAP Landscape Management 3.0, Enterprise Edition

Provisioning Template Properties

This section gives an overview of provisioning template properties.

Provisioning Template Properties
Property Name Value Type Description Example
Add ChangeProfile Flag Boolean If set to true, profiles of the source system will be changed during the provisioning process.
<property checksum="<Checksum>" id="PROP-<ID>" name="Add ChangeProfile Flag">
 <value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Auto Confirm Flag Boolean If set to true, post-copy automation (PCA) has auto confirm option on.
<property checksum="<Checksum>" id="PROP-<ID>" name="Auto Confirm Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Changed Hostname String Physical host that will be set or changed in the relevant provisioning step during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Changed Hostname">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<physical host name>
</value></property>
ChangeProfile Path String Path to the target system's profile that will be changed during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="ChangeProfile Path">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
/usr/sap/<target SID>/SYS/profile/<profile name>
</value></property>
Clear Groups Flag Boolean If set to true, groups will be cleared during the provisioning process.
<property checksum="<Checksum>" id="PROP-<ID>" name="Clear Groups Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Clear Hosts Flag Boolean If set to true, the cache of the host will be cleared during the provisioning process.
<property checksum="<Checksum>" id="PROP-<ID>" name="Clear Hosts Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Clear Users Flag Boolean If set to true, users will be cleared during the provisioning process.
<property checksum="<Checksum>" id="PROP-<ID>" name="Clear Users Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
ComputerSystem xmlElementValue Complex property type.
<property checksum="<Checksum>" id="PROP-<ID>" name="ComputerSystem">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xmlElementValue">
<resources>
	<resource acmanaged="true" hostname="<host name>" id="<host ID>" operational="true" refpoolname="<pool name>" saps="<SAPS>">
		<hostagentproperties port="<port>" usedefaultcredentials="true" usehttps="true"/>
		<networkinterfaces>
			<interface ifid="<interface ID>" refnetworkname="<network name>"/>
		</networkinterfaces>
		<resourcetype addressspace="<address space>" cputype="<CPU type>" os="<operating system>" osversion="<operating system version>"/>
		<additional_attributes>
			<attribute key="<key>" value="<value>"/>
		</additional_attributes>
	</resource>
</resources>
</value></property>
Create Mount Points Flag Boolean If set to true, mount points will be created during the provisioning process.
<property checksum="<Checksum>" id="PROP-<ID>" name="Create Mount Points Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
CTC Request ctcRequest Complex property type.
<property checksum="<Checksum>" id="<ID>" name="CTC Request">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ctcRequest">
<targetDestinationName>LVM_<system service ID>.Client.<client number></targetDestinationName>
<scenarioId/>
<completedTasks/>
<rfcConnectionRetryCounter/>
</value></property>
Custom Operation ID String Name of custom operation defined.
<property checksum="<Checksum>" id="PROP-<ID>" name="Custom Operation ID">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<name of custom operation>
</value></property>
Custom Parameter Request customParameterRequest Two maps with key-value pairs. One of the maps is secured, while the other contains information in plain text. All of the parameters that are needed for a custom operation must be set in one of these two maps.
<property checksum="<Checksum>" id="PROP-<ID>" name="Custom Parameter Request">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="customParameterRequest">
<customParameters/>
<secureParams/>
</value></property>
DB Backup Mode dbBackupModeContext Complex property type.
<property checksum="<Checksum>" id="PROP-<ID>" name="DB Backup Mode">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="dbBackupModeContext">
<databaseServiceId/>
<interval/>
<maxBackupTime/>
<dbConfigurationDirectory/>
<consistencyLiveCache/>
<doFinalizeLiveCache/>
<doPrepareLiveCache/>
<targetDatabaseServiceId/>
</value></property>
Delete Mount Points Flag Boolean If set to true, mount points will be deleted at the end of the provisioning process.
<property checksum="<Checksum>" id="PROP-<ID>" name="Delete Mount Points Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Directory String Path to the directory that will be needed for post-copy automation (PCA) export.
<property checksum="<Checksum>" id="PROP-<ID>" name="Directory">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
/tmp/VCM_pca/<directory>
</value></property>
Directory Group String Group of the owner user of PCA export directory.
<property checksum="<Checksum>" id="PROP-<ID>" name="Directory Group">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<group>
</value></property>
Directory User String Owner user of PCA export directory.
<property checksum="<Checksum>" id="PROP-<ID>" name="Directory User">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<owner of PCA export directory>
</value></property>
Forced Mode Flag Boolean If set to true, forced mode is activated.
<property checksum="<Checksum>" id="PROP-<ID>" name="Forced Mode Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Hook Operation Name String Name of a custom hook operation defined.
<property checksum="<Checksum>" id="PROP-<ID>" name="Hook OperationName">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<name of custom hook>
</value></property>
Ignore Service Stop Error Flag Boolean If set to true, the provisioning process ignors errors on the operation Stop for the system and it’s instances.
<property checksum="<Checksum>" id="PROP-<ID>" name="Ignore Service Stop Error Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Instance Register Flag Boolean If set to true, the instance needs to be registered to file sapservices on the host.
<property checksum="<Checksum>" id="PROP-<ID>" name="Instance Register Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Instance Start Profile Path String If set to true, profiles of the source system will be changed during the provisioning process.
<property checksum="<Checksum>" id="PROP-<ID>" name="Instance Start Profile Path">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
/<database root folder>/<SID>/…/sapdbctrl-config
</value></property>
Is Online Copy Flag Boolean If set to true, the database backup is performed on the running database.
<property checksum="<Checksum>" id="PROP-<ID>" name="Is Online Copy Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Java PCA Request javaPCARequest Complex property type.
<property checksum="<Checksum>" id="PROP-<ID>" name="Java PCA Request">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="javaPCARequest">
<javaPCAConfig/>
<scenarioName/>
<variantIds/>
<masterPassword isSecured="true"/>
<j2eeUser isSecured="true"/>
<j2eePassword isSecured="true"/>
<protocol/>
<port/>
<hostname/>
<doCleanup/>
</value></property>
No DB Attach Flag Boolean If set to true, the database needs to be attached during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="No DB Attach Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Operation Timeout Integer Value for timeout of operations like Prepare and Start.
<property checksum="<Checksum>" id="PROP-<ID>" name="Operation Timeout">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:int">
<0>
</value></property>
Physical hostname String Physical hostname on which new target system will be provisioned during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Physical hostname">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<physical host name>
</value></property>
Prepare Storage Clone Request multiStorageOperationRequest Complex property type.
<property checksum="<Checksum>" id="PROP-<ID>" name="Prepare Storage Clone Request">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:type="multiStorageOperationRequest">
<adapterIdToRequest>
	<entry>
		<key>
			<label/>
		</key>
		<value xsi:type="prepareCloneVolumesRequest">
			<volumesToBeCloned/> 
				<sourceStorageSystemId/>
				<sourceVolumeId/>
				<isSourceVolumeSnapshot/>
				<sourceMountConfiguration>
					<serviceId/>
					<mountOrderNumber/>
					<storageType/>
					<mountPoint/>
					<exportPath/>
					<mountOptions/>
					<fsType/>
					<shared/>
				</sourceMountConfiguration>
				<targetStorageSystemId/>
				<targetVolumeName/>
				<syncType/>
				<targetMountConfiguration>
					<serviceId/>
					<mountOrderNumber/>
					<storageType/>
					<mountPoint/>
					<exportPath/>
					<mountOptions/>
					<fsType/>
					<shared/>
				</targetMountConfiguration>
				<maskingProperties>
					<sourcePhysicalHostnames/>
					<targetPhysicalHostnames/>
					<targetPhysicalHostnames/>
					<targetPhysicalHostnames/>
					<hostProperties>
						<entries key="<physical host name>"/>
						<entries key="<physical host name>">
							<properties key="<virtualResourceId>"/>
							<properties key="<virtualResourceProviderId>"/>
							<properties key="<virtualResourceIpAddress>"/>
							<properties key="<virtManagerUrl>"/>
						</entries>  
						<entries key="<physical host name>"/>
						<entries key="<physical host name>">
							<properties key="<virtualResourceId>"/>
							<properties key="<virtualResourceProviderId>"/>
							<properties key="<virtualResourceIpAddress>"/>
							<properties key="<virtManagerUrl>"/>
						</entries>
					</hostProperties>
					<virtualHostnames/>
					<networksCidrNotation>
				</maskingProperties>
			</volumesToBeCloned>
			<dbBackupMode/>
			<customCloningProperties/>
		</value>
	</entry>
</adapterIdToRequest>
</value></property>
Request Confirmation Boolean Used in step Delete Volumes to ask for confirmation before deleting volumes.
<property checksum="<Checksum>" id="PROP-<ID>" name="Request Confirmation">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
RequestNewTargetVolumeNamesIfNotUnique Flag Boolean This property is set by SAP Landscape Management template to true. This means that during the system refresh if storage volume names already exist a new one will be created. A naming convention that will be followed for new names is"vol -<target_SID>-<instance type>-<unique number>". If users have a naming convention of their own this property must be set to false and volume names need to be parameterized with placeholders.
<property checksum="<Checksum>" id="PROP-<ID>" name="RequestNewTargetVolumeNamesIfNotUnique Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
SAP User Administrator String Source system administrator user.
<property checksum="<Checksum>" id="PROP-<ID>" name="SAP User Administrator">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<source system administration user></value></property>
SAPINST Parameters sapInstUserInput Complex property type.
<property checksum="<Checksum>" id="PROP-<ID>" name="SAPINST Parameters">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="sapInstUserInput">
<requestType/>
<releaseConfigId>
	<releaseConfigName/>
</releaseConfigId>
<paramaterFileNeeded/>
<SourceInstallationPath/>
<ProdID/>
<releaseVesion/>
<isntMasterMountPoint/>
<adminPwd isSecured="true"/><sapInstances>SystemID.<TargetSID>.Number.<InstNumber>.InstanceHost.<hostname></sapInstances>
<sapInstances>SystemID.<Taregt SID>.Number.<InstNumber>.InstanceHost.<hostname></sapInstances>
<sapinstParameters>
	<entry> 
		<key/>
		<value/>
	</entry>
</sapinstParameters>
<secureParameters>
	<entry>
		<key/>
		<value/>
	</entry>
</secureParameters>
</value></property>
SAPinstWorkDir String Path to temporary Oracle logs.
<property checksum="<Checksum>" id="PROP-<ID>" name="SAPinstWorkDir">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<Path to Oracle directory>
</value></property>
Source Central Service ID String

Host name of the application server instance for the source system that will be used during template execution.

Only relevant for Java systems.

<property checksum="<Checksum>" id="PROP-<ID>" name="Source Central Service ID">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
SystemID.<source SID>.Number.<instance number>.InstanceHost.<instance hostname>
</value></property>
Source Database Host String Host name of the source system database that will be used during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Source Database Host">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<physical host name>      
</value></property>
Source Database ID String SID, instance number, and host name/virtual host name of the application server instance of the source system that will be used during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Source Database ID">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:type="xs:string">
DatabaseName.<source SID>.DatabaseType.<type>.DatabaseHost.<database host name>
</value></property>
Source Instance Host String Host name of the application server instance for the source system that will be used during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Source Instance Host">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<physical host name>
</value></property>
Source Instance ID String SID, instance number, and host name/virtual host name of the application server instance for the source system that will be used during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Source Instance ID">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
SystemID.<source SID>.Number.<instance number>.InstanceHost.<instance host name>
</value></property>
Source System ID String SID and host name/virtual host name of the database for the source system that will be used during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Source System ID">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
SystemID.<source SID>.SystemHost.<database host name>
</value></property>
Storage Clone Request multiStorageOperationRequest Complex property type.
<property checksum="<Checksum>" id="PROP-<ID>" name="Storage Clone Request">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="multiStorageOperationRequest">
<adapterIdToRequest>
	<entry>
		<key>
			<label/>
		</key>
		<value xsi:type="deleteVolumesRequest">
		<storageVolumes>
    		 <storageSystemId/>
    		 <storagePoolId/>
    		 <storageVolumeId/>
			<name/>
			<totalSpaceMB/>
			<freeSpaceMB/>
		</storageVolumes>
		<storageVolumes/>
		</value>
	</entry>
</adapterIdToRequest>
</value></property>
Target Central Service Host String

SID, instance number, and host name/virtual hostname of the central service instance for the target system that will be created during template execution.

Only relevant for Java systems.

<property checksum="<Checksum>" id="PROP-<ID>" name="Target Central Service Host">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<physical host name>
</value></property>
Target Central Service ID String

SID, instance number, and host name/virtual host name of the central service instance for the target system that will be created during template execution.

Only relevant for Java systems

<property checksum="<Checksum>" id="PROP-<ID>" name="Target Central Service ID">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
SystemID.<SID>.Number.<instance number>.InstanceHost.<host name>
</value></property>
Target Database Host String Physical host name on which new target system database will be provisioned during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Target Database Host">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:type="xs:string">
<database host name>
</value></property>
Target Database ID String SID, instance number, and host name/virtual host name of the application server instance for the target system that will be created during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Target Database ID">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
DatabaseName.<target SID>.DatabaseType.<type>.DatabaseHost.<database host name>
</value></property>
Target Instance Host String Physical host name on which the new target system will be provisioned during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Target Instance Host">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<physical host name>
</value></property>
Target Instance ID String SID, instance number, and host name/virtual host name of the application server instance for the new target system that will be provisioned during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Target Instance ID">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
SystemID.<target SID>.Number.<instance number>.InstanceHost.<instance host name>
</value></property>
Target Service ID String SID for the new target system that will be provisioned during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Target Service ID">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<SID>
</value></property>
Target System xmlElementValue Target system involved in the corresponding provisioning process.
<property checksum="<Checksum>" id="PROP-<ID>" name="Target System">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xmlElementValue">
<system description="<…>" installationhost="<…>" release="<…>" systemid="<…>" systemtype="<…>"/>
<rfcdestination client="<…>" encryptedpasswd="<…>" hostname="<…>" instanceno="<…>" language="<…>" passwd="<…>" saprouter="<…>" user="<…>"/>
<isolations>
	<isolation type="<Host>" value="<Port>"/>
</isolations>
<additional_attributes>
	<attribute key="<key>" value="<value>"/>
</additional_attributes>
<service acenabled="<true/false>" acmanaged="<true/false>" communicationhost="<communication host>"dbInstanceName="<database instance name>" dbtype="<database type>" id="<ID>" installationhost="<installation host>" operational="true" refpoolname="<pool name>" servicetype="<service tpye>" systemid="<SID>" type="<type>">
	<properties businessarea="<business area>" description="<description>" servicegroup="<service group>"/>
	<hostnames>
		<primaryhostname name="<name>" refnetworkname="<network name>"/>
	</hostnames>
	<databaseproperties dbconfdir="<database configuration directory>" dbname="<database name>"/>
	<requirements memory="<memory>" preferredhost="<preferred host>" saps="<SAPS>">
		<resourcetype addressspace="<address space>" cputype="<CPU type>" os="<operating system>" osversion="<operating system version>"/>
	</requirements>
	<consumedresourcelist>
		<consumedresource type="<ressource type>" value="<value>"/>
	</consumedresourcelist>
	<mountlist automount="<…>">
		<mount fstype="<filesystem type>" storagetype="<storage type>" usage="<usage>">
			<mountpoint/>
			<exportpath/>
			<options/>
		</mount>
	</mountlist>
	<additional_attributes>
		<attribute key="<key>" value="<value>"/>
	</additional_attributes>
</service>
<service/>
</system>
</value></property>
Target System ID String SID and host name/virtual host name of the database for the new target system that will be provisioned during template execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="Target System ID">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="" xsi:type="xs:string">
SystemID.<target SID>.SystemHost.<database host name>  
</value></property>
User Data Collection ldapObjectCollection Complex property type.
<property checksum="<Checksum>" id="PROP-<ID>" name="User Data Collection">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ldapObjectCollection">
<users/>
<groups/>
</value></property>
http://www.w3.org/2001/XMLSchema-instance
User Exit Script Flag Boolean If set to true, the execution of user exit commands is enabled. For more information, see Configuring User Exits.
<property checksum="<Checksum>" id="PROP-<ID>" name="User Exit Script Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
User Management Name String Name of user management handler.
<property checksum="<Checksum>" id="PROP-<ID>" name="User Management Name">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<user management handler name></value></property>
Users ldapUser Complex property type.
<property checksum="<Checksum>" id="PROP-<ID>" name="Users">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ldapUser">
<users/></value></property>
Virtual Database Host xmlVirtualizationId Virtual host ID of the database.
<property checksum="<Checksum>" id="PROP-<ID>" name="Virtual Database Host">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xmlVirtualizationId">
<adapterLabel/>
<typedEntityId>
	<elementType/>
	<elementId/>
</typedEntityId>
</value></property>
Virtual System PowerOn Flag Boolean If set to true, the process makes the virtual system available on the virtualization screen in a power on state.
<property checksum="<Checksum>" id="PROP-<ID>" name="Virtual System PowerOn Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
Virtualization Operation virtOperation Name of the virtualization operation.
<property checksum="<Checksum>" id="PROP-<ID>" name="Virtualization Operation">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="virtOperation">
<operation><virtualization operation name></operation>
</value></property>
Virtualization Operation Context virtOpPrep Complex property type.
<property checksum="<Checksum>" id="PROP-<ID>" name="Virtualization Operation Context">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="virtOpPrep">
<entityId>
	<adapterLabel/>
	<typedEntityId>
		<elementType/>
		<elementId/>
	</typedEntityId>
</entityId>
<entityName/>
<operation/>
<operationCharacteristics>
	<isPhasedOperation/>
	<isSyncOperation/>
	<isRequiringRequestDialog/>
	<targetEntityRequirement/>
</operationCharacteristics>
<targetName/>
<targetHostingEntityId>
	<adapterLabel/>
	<typedEntityId>
		<elementType/>
		<elementId/>
	</typedEntityId>
</targetHostingEntityId>
<opSpecificInput xsi:type="virtProvisionInput">
<defaultTargetEntityId>
	<dialogContext>
		<opInput>
			<operation>
			<entityId/>
			<entityName/>
			<entityType/>
			<operationInput xsi:type="virtProvisionInput">
		</opInput>
	</dialogContext>
<selectedEntityIds/>
<dhcpUsed/>
</value></property>
Virtualization Operation Dialog Context dialogContext User input data.
<property checksum="<Checksum>" id="PROP-<ID>"  name="Virtualization Operation Dialog Context">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="dialogContext">
<dialogStepContexts\></value></property>
Virtualization OpTarget HostingEntity xmlVirtualizationId Virtualization entity ID that is used as a parent.
<property checksum="<Checksum>" id="PROP-<ID>" name="Virtualization OpTarget HostingEntity">
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xmlVirtualizationId">
<adapterLabel/>
<typedEntityId>
	<elementType/>
	<elementId/>
</typedEntityId>
</value></property>
WaitForResource And Check Hostname Flag Boolean If set to true, the process waits for a response and checks the host name before it continues with the execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="WaitForResource And Check Hostname Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
WaitForResource Force Monitoring Flag Boolean If set to true, the process waits for response and checks the host name before it continues with the execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="WaitForResource And Force Monitoring Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:boolean">
true</value></property>
WaitForResource Forced Monitoring Timeout Integer Default value is -2, The process waits for response and checks the host name before it continues with the execution.
<property checksum="<Checksum>" id="PROP-<ID>" name="WaitForResource Forced Monitoring Timeout">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:int">
<-2></value></property>
WaitForResource State Flag String If set to Active, the process makes the virtual host active state on the virtualization screen.
<property checksum="<Checksum>" id="PROP-<ID>" name="WaitForResource State Flag">
<value xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
<Active></value></property>