proxyConnector element

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

Example XML

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