Veeam VMware Collector Installer Write Action Module

Veeam.Virt.Extensions.VMware.CollectorManagement.CollectorInstallerRunTaskWriteAction (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeTaskData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
TimeoutSecondsint$Config/TimeoutSeconds$TimeoutSecondsTimeoutSeconds

Source Code:

<WriteActionModuleType ID="Veeam.Virt.Extensions.VMware.CollectorManagement.CollectorInstallerRunTaskWriteAction" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeoutSeconds" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TargetObjectId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StarterPath" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ProductPath" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="UserName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Domain" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Password" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation>
<Managed>
<Assembly>Veeam.VExt.VMware.CollectorManagement.ManagedModules</Assembly>
<Type>Veeam.VExt.VMware.CollectorManagement.Modules.TaskExecuteWriteAction</Type>
</Managed>
</ModuleImplementation>
<InputType>TaskData</InputType>
</WriteActionModuleType>