XML schema:
<xsd:simpleType name="RelativePath">
<xsd:restriction base="xsd:normalizedString">
<xsd:maxLength value="256"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="SSHConnectionSettings">
<xsd:sequence>
<xsd:element name="executable" type="RelativePath"/>
</xsd:sequence>
</xsd:complexType>
Element/Attribute |
Optional |
Default Value |
Available since
|
Description |
|---|---|---|---|---|
executable |
|
|
2.8 |
Path to the Migration Agent executable file. |