proxyConnector element

Type: proxyConnector
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <proxyConnector> <order>...</order> <sourceRepoId>...</sourceRepoId> <policies> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </policies> <propertiesEntries> <value>...</value> <key>...</key> </propertiesEntries> <propertiesEntries> <!--...--> </propertiesEntries> <!--...more "propertiesEntries" elements...--> <targetRepoId>...</targetRepoId> <whiteListPatterns>...</whiteListPatterns> <whiteListPatterns>...</whiteListPatterns> <!--...more "whiteListPatterns" elements...--> <blackListPatterns>...</blackListPatterns> <blackListPatterns>...</blackListPatterns> <!--...more "blackListPatterns" elements...--> <disabled>...</disabled> <proxyId>...</proxyId> <policiesEntries> <value>...</value> <key>...</key> </policiesEntries> <policiesEntries> <!--...--> </policiesEntries> <!--...more "policiesEntries" elements...--> <properties> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </properties> </proxyConnector>